Articles tagged: NeedsMobileBrowserCompatibility
Found 280 documents
- Web/API/Attr/localName The Attr.localName read-only property returns the local part of the qualified name of an element.
- Web/API/Attr/namespaceURI The Attr.namespaceURI read-only property returns the namespace URI of the attribute, or null if ...
- Web/API/Attr/prefix The Attr.prefix read-only property returns the namespace prefix of the specified attribute, or ...
- Web/API/BiquadFilterNode The BiquadFilterNode interface represents a simple low-order filter, and is created using the ...
- Web/API/Blob A Blob object represents a file-like object of immutable, raw data. Blobs represent data that ...
- Web/API/CSSPrimitiveValue The CSSPrimitiveValue interface derives from the CSSValue interface and represents the current ...
- Web/API/CSSPrimitiveValue/getCounterValue The getCounterValue() method of the CSSPrimitiveValue interface is used to get the counter ...
- Web/API/CSSPrimitiveValue/getFloatValue The getFloatValue() method of the CSSPrimitiveValue interface is used to get a float value in a ...
- Web/API/CSSPrimitiveValue/getRectValue The getRectValue() method of the CSSPrimitiveValue interface is used to get a rect value. If ...
- Web/API/CSSPrimitiveValue/getRGBColorValue The getRGBColorValue() method of the CSSPrimitiveValue interface is used to get an RGB color ...
- Web/API/CSSPrimitiveValue/getStringValue The getStringValue() method of the CSSPrimitiveValue interface is used to get a string value. If ...
- Web/API/CSSPrimitiveValue/primitiveType The primitiveType read-only property of the CSSPrimitiveValue interface represents the type of a ...
- Web/API/CSSPrimitiveValue/setFloatValue The setFloatValue() method of the CSSPrimitiveValue interface is used to set a float value. If ...
- Web/API/CSSPrimitiveValue/setStringValue The setStringValue() method of the CSSPrimitiveValue interface is used to set a string value. If ...
- Web/API/CSSStyleSheet/deleteRule The CSSStyleSheet.deleteRule() method removes a style rule from the current style sheet object.
- Web/API/CSSStyleSheet/insertRule CSSStyleSheet.insertRule() method inserts a new CSS rule into the current style sheet. (with ...
- Web/API/CSSValue The CSSValue interface represents the current computed value of a CSS property.
- Web/API/CSSValue/cssText The cssText property of the CSSValue interface represents the current computed CSS property value.
- Web/API/CSSValue/cssValueType The cssValueType read-only property of the CSSValue interface represents the type of the current ...
- Web/API/CSSValueList The CSSValueList interface derives from the CSSValue interface and provides the abstraction of ...
- Web/API/CSSValueList/item The item() method of the CSSValueList interface is used to retrieve a CSSValue by ordinal index.
- Web/API/CSSValueList/length The length read-only property of the CSSValueList interface represents the number of CSSValue s ...
- Web/API/Document/body Returns the body or frameset node of the current document, or null if no such element exists.
- Web/API/Document/elementFromPoint The elementFromPoint() method of the Document interface returns the topmost element at the ...
- Web/API/Document/queryCommandState TBD
- Web/API/Document/styleSheets The Document.styleSheets read-only property returns a StyleSheetList of CSSStyleSheet objects ...
- Web/API/DOMStringMap Used by the dataset HTML attribute to represent data for custom attributes added to elements.
- Web/API/Element/clientHeight The Element.clientHeight read-only property is zero for elements with no CSS or inline layout ...
- Web/API/Element/clientWidth The Element.clientWidth property is zero for elements with no CSS or inline layout boxes, ...
- Web/API/Element/currentStyle Element.currentStyle is a property which is a proprietary alternative to the standardized ...
- Web/API/Element/getClientRects The Element.getClientRects() method returns a collection of rectangles that indicate the ...
- Web/API/Element/localName The Element.localName read-only property returns the local part of the qualified name of an element.
- Web/API/Element/namespaceURI The Element.namespaceURI read-only property returns the namespace URI of the element, or null if ...
- Web/API/Element/outerHTML The outerHTML attribute of the element DOM interface gets the serialized HTML fragment ...
- Web/API/Element/prefix The Element.prefix read-only property returns the namespace prefix of the specified element, or ...
- Web/API/Element/runtimeStyle Element.runtimeStyle is a proprietary property similar to HTMLElement.style, except its styles, ...
- Web/API/Event/cancelBubble The Event.cancelBubble property indicates if event bubbling for this event has been canceled or ...
- Web/API/Event/returnValue The Event.returnValue property indicates if the default action for this event has been prevented ...
- Web/API/EventTarget/dispatchEvent Dispatches an Event at the specified EventTarget, invoking the affected EventListener s in the ...
- Web/API/Force_Touch_events Force Touch events are a proprietary, Apple-specific feature which makes possible (where ...
- Web/API/HTMLElement The HTMLElement interface represents any HTML element. Some elements directly implement this ...
- Web/API/HTMLElement/offsetHeight The HTMLElement.offsetHeight read-only property is the height of the element including vertical ...
- Web/API/HTMLElement/offsetParent The HTMLElement.offsetParent read-only property returns a reference to the object which is the ...
- Web/API/HTMLElement/offsetWidth The HTMLElement.offsetWidth read-only property returns the layout width of an element. ...
- Web/API/HTMLFormElement/reportValidity The HTMLFormElement.reportValidity() method returns true if the element's child controls satisfy ...
- Web/API/HTMLSelectElement/selectedIndex The HTMLSelectElement.selectedIndex is a long that reflects the index of the first selected ...
- Web/API/HTMLTableElement/insertRow The HTMLTableElement.insertRow() method inserts a new row in the table.
- Web/API/HTMLTableRowElement/insertCell The HTMLTableRowElement.insertCell() method inserts a new cell into a table row and returns a ...
- Web/API/MediaQueryList A MediaQueryList object maintains a list of media queries on a document, and handles sending ...
- Web/API/MouseEvent/WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN MouseEvent.WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN is a proprietary, WebKit-specific, static numeric ...
- Web/API/MouseEvent/WEBKIT_FORCE_AT_MOUSE_DOWN MouseEvent.WEBKIT_FORCE_AT_MOUSE_DOWN is a proprietary, WebKit-specific, static numeric property ...
- Web/API/MouseEvent/x The MouseEvent.x property is an alias for the MouseEvent.clientX property.
- Web/API/MouseEvent/y The MouseEvent.y property is an alias for the MouseEvent.clientY property.
- Web/API/Navigator/registerProtocolHandler Allows web sites to register themselves as possible handlers for particular protocols.
- Web/API/Node/isSupported The Node.isSupported() returns a Boolean flag containing the result of a test whether the DOM ...
- Web/API/Node/localName The Node.localName read-only property returns the local part of the qualified name of this node.
- Web/API/Node/namespaceURI The Node.namespaceURI read-only property returns the namespace URI of the node, or null if the ...
- Web/API/Node/prefix The Node.prefix read-only property returns the namespace prefix of the specified node, or null ...
- Web/API/Screen/height Returns the height of the screen in pixels.
- Web/API/Screen/width Returns the width of the screen.
- Web/API/UIEvent/cancelBubble The UIEvent.cancelBubble property indicates if event bubbling for this event has been canceled ...
- Web/API/Window/alert The Window.alert() method displays an alert dialog with the optional specified content and an OK ...
- Web/API/Window/confirm The Window.confirm() method displays a modal dialog with an optional message and two buttons, OK ...
- Web/API/Window/getSelection Returns a Selection object representing the range of text selected by the user or the current ...
- Web/API/Window/pageXOffset This is an alias for scrollX.
- Web/API/Window/pageYOffset This is an alias for scrollY.
- Web/API/Window/print Opens the Print Dialog to print the current document.
- Web/API/Window/prompt The Window.prompt() displays a dialog with an optional message prompting the user to input some ...
- Web/API/window/requestAnimationFrame You should call this method whenever you're ready to update your animation onscreen. This will ...
- Web/API/Window/scrollX Returns the number of pixels that the document has already been scrolled horizontally.
- Web/API/Window/scrollY Returns the number of pixels that the document has already been scrolled vertically.
- Web/API/Window/top Returns a reference to the topmost window in the window hierarchy.
- Web/CSS/-moz-binding The -moz-binding CSS property is used by Mozilla-based applications to attach an XBL binding to ...
- Web/CSS/-moz-user-focus The -moz-user-focus CSS property is used to indicate whether the element can have the focus.
- Web/CSS/-moz-user-modify The -moz-user-modify property determines whether or not the content of an element can be edited ...
- Web/CSS/-ms-overflow-style -ms-overflow-style is a proprietary CSS property, specific to Internet Explorer and Microsoft ...
- Web/CSS/-webkit-mask-repeat-x The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) ...
- Web/CSS/-webkit-mask-repeat-y The -webkit-mask-repeat-y property specifies whether and how a mask image is repeated (tiled) ...
- Web/CSS/-webkit-overflow-scrolling The -webkit-overflow-scrolling CSS property controls whether or not touch devices use ...
- Web/CSS/-webkit-tap-highlight-color -webkit-tap-highlight-color is a non-standard CSS property that sets the color of the highlight ...
- Web/CSS/-webkit-text-fill-color The -webkit-text-fill-color CSS property specifies the fill color of characters of text. If this ...
- Web/CSS/-webkit-text-stroke-color The -webkit-text-stroke-color CSS property specifies the stroke color of characters of text. If ...
- Web/CSS/-webkit-text-stroke-width The -webkit-text-stroke-width CSS property specifies the width of the stroke for text.
- Web/CSS/:-moz-system-metric(windows-default-theme) The :-moz-system-metric(windows-default-theme) CSS pseudo-class matches an element if the user ...
- Web/CSS/:-moz-ui-invalid The :-moz-ui-invalid CSS pseudo-class represents any validated form element whose value isn't ...
- Web/CSS/:-moz-ui-valid The :-moz-ui-valid CSS pseudo-class represents any validated form element whose value validates ...
- Web/CSS/:-moz-window-inactive The :-moz-window-inactive CSS pseudo-class matches any element while it's in an inactive window.
- Web/CSS/::-moz-page-sequence The ::-moz-page-sequence CSS pseudo-element represents the background of the print preview.
- Web/CSS/::-moz-scrolled-page-sequence The ::-moz-scrolled-page-sequence CSS pseudo-element represents the background of the print preview.
- Web/CSS/::-ms-fill-lower The ::-ms-fill-lower CSS pseudo-element represents the portion of the "track" (the groove in ...
- Web/CSS/::-ms-fill-upper The ::-ms-fill-upper CSS pseudo-element represents the portion of the "track" (the groove in ...
- Web/CSS/::-ms-thumb The ::-ms-thumb CSS pseudo-element represents the "thumb" that the user can move within the ...
- Web/CSS/::-ms-track The ::-ms-track CSS pseudo-element represents the "track" (the groove in which the indicator ...
- Web/CSS/::-webkit-inner-spin-button The ::-webkit-inner-spin-button CSS pseudo-element is used to style the inner part of the ...
- Web/CSS/::-webkit-input-placeholder The non-standard proprietary ::-webkit-input-placeholder pseudo-element represents the ...
- Web/CSS/::-webkit-outer-spin-button The ::-webkit-outer-spin-button CSS pseudo-element is used to style the outer part of the ...
- Web/CSS/::-webkit-search-cancel-button The ::-webkit-search-cancel-button CSS pseudo-element represents a button (the "cancel button") ...
- Web/CSS/::-webkit-search-results-button The ::-webkit-search-results-button CSS pseudo-element represents a button (the "search results ...
- Web/CSS/::-webkit-slider-runnable-track The ::-webkit-slider-runnable-track CSS pseudo-element represents the "track" (the groove in ...
- Web/CSS/::-webkit-slider-thumb The ::-webkit-slider-thumb CSS pseudo-element represents the "thumb" that the user can move ...