HTMLParagraphElement

< dom
Jump to: navigation, search

HTMLParagraphElement



Needs Summary: This article does not have a summary. Summaries give a brief overview of the topic and are automatically included on some listing pages that link to this article.

Inherits from HTMLElement

Properties

No properties.

Methods

No methods.

Events

No events.

Inherited from HTMLElement

Properties

API Name Summary
aria-activedescendant
aria-busy
aria-checked
aria-controls
aria-describedby
aria-disabled
aria-expanded
aria-flowto
aria-haspopup
aria-hidden
aria-invalid
aria-labelledby
aria-level
aria-live
aria-multiselectable
aria-owns
aria-posinset
aria-pressed
aria-readonly
aria-relevant
aria-required
aria-secret
aria-selected
aria-setsize
aria-valuemax
aria-valuemin
aria-valuenow
x-ms-aria-flowfrom
all Obsolete. Do not use. Use documentOrElement.querySelectorAll("*") instead. Returns a live HTMLAllCollection collection of descendant elements of a Document or an Element.
applicationName
attribute
canHaveChildren Non standard. Gets whether the element can contain children and so is available for children related manipulations like appendChild.
canHaveHTML
cellIndex
className
clientHeight
clientLeft
clientTop
clientWidth
controlRange
dir (Document object)
disabled (redundant)
document
domain
draggable Gets or sets whether an element can be dragged and dropped.
elements
embeds
fileUpdatedDate
form
frameElement

Methods

API Name Summary
abort
applyElement Non standard. Use appendChild, insertBefore, or other algorithms instead. Makes an element be the child of a given element, or makes the given element a child of the element, moving its children to be the children of the given element.
blur
clearAttributes
click Covers what the click action is and what happens when it is performed.
componentFromPoint
create (image)
doScroll
dragDrop Non standard. Proprietary. Use draggable instead. Allows an element to particitipate in a drag and drop procedure.
focus
getAttribute Returns the value of the content attribute.
getBoundingClientRect Returns a ClientRect object that encloses a group of text rectangles.

The returned value is a ClientRect object which is the union of the rectangles returned by getClientRects() for the element, i.e., the CSS border-boxes associated with the element. It contains read-only left, top, right and bottom properties describing the border-box, in pixels, with the top-left relative to the top-left of the viewport.

getClientRects The returned value is a collection of ClientRect objects, one for each CSS border box associated with the element. Each ClientRect object contains read-only left, top, right and bottom properties describing the border box, in pixels, with the top-left relative to the top-left of the viewport. For tables with captions, the caption is included even though it's outside the border box of the table.
getElementsByClassName Use elementOrDocument.querySelectorAll(".class-name.other-class-name") instead. Gets a collection of all descendant elements with given classes.
getElementsByTagName Gets a collection of all descendant elements with a given name.
hide
insertAdjacentElement
insertAdjacentHTML
insertAdjacentText
item
item (Areas)
item (BehaviorUrns)
item (DocumentCompatibleInfoCollection)
item (Form, Elements)
item (Options, Select)
item (TextRectangle)
item (attributes)
matchesSelector
mergeAttributes
msReleasePointerCapture
namedItem
namedItem (Form, elements)
namedItem (Options, Select)
remove
removeAttribute
setActive
setAttribute
setCustomValidity
show
showModalDialog
showModelessDialog
toStaticHTML
updateSettings

Events

No events.

Needs Examples: This section should include examples.


Members

The HTMLParagraphElement object does not define any members.  

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?

This article contains content originally from external sources.

Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]