Results 201 - 220 of 310

HTMLTableElement.deleteTFoot()

The HTMLTableElement.deleteTFoot() method removes a <tfoot> element from the table.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.frame

The HTMLTableElement.frame property represents which external table borders to render.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.rules

The HTMLTableElement.rules property represents which cell borders to render in the table.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.summary

The HTMLTableElement.summary property represents the table description.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.width

Where width is a string representing the width in number of pixels or as a percentage value.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableRowElement.insertCell()

The HTMLTableRowElement.insertCell() method inserts a new cell into a table row and returns a reference to the cell.
API HTML DOM HTMLTableRowElement Method NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility NeedsSpecTable Reference

KeyboardEvent.metaKey

The KeyboardEvent.metaKey read-only property returning a Boolean that indicates if the Meta key was pressed (true) or not (false) when the event occurred.  Some operating systems may intercept the key so it is never detected.
API DOM MouseEvent NeedsBrowserCompatibility Property Read-only Reference Référence

Node.cloneNode()

The Node.cloneNode() method returns a duplicate of the node on which this method was called.
API DOM DOM Reference Method NeedsBrowserCompatibility Reference Référence

Node.isSupported()

The Node.isSupported()returns a Boolean flag containing the result of a test whether the DOM implementation implements a specific feature and this feature is supported by the specific node.
API DOM Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Node Obsolete Reference

SVGAnimateColorElement

The SVGAnimateColorElement interface corresponds to the <animateColor> element.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedAngle

The SVGAnimatedAngle interface is used for attributes of basic type <angle> which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedBoolean

The SVGAnimatedBoolean interface is used for attributes of type boolean which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedEnumeration

The SVGAnimatedEnumeration interface is used for attributes whose value must be a constant from a particular enumeration and which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedInteger

The SVGAnimatedInteger interface is used for attributes of basic type <integer> which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedLengthList

The SVGAnimatedLengthList interface is used for attributes of type SVGLengthList which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedNumberList

The SVGAnimatedNumber interface is used for attributes which take a list of numbers and which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedPoints

The SVGAnimatedPoints interface supports elements which have a points attribute which holds a list of coordinate values and which support the ability to animate that attribute.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM