Results 41 - 60 of 200

Document.createProcessingInstruction()

createProcessingInstruction() creates a new processing instruction node, and returns it.
API DOM Method NeedsBrowserCompatibility NeedsCompatTable Reference Référence

Document.plugins

Returns an HTMLCollection object containing one or more HTMLEmbedElements or null which represent the <embed> elements in the current document.
API Document NeedsCompatTable NeedsMarkupWork Property Reference Référence

Element.getAttribute()

getAttribute() returns the value of a specified attribute on the element. If the given attribute does not exist, the value returned will either be null or "" (the empty string); see Notes for details.
API DOM Method NeedsBrowserCompatibility NeedsCompatTable Reference Référence

Window.open()

Loads a resource into either a new browsing context (such as a window) or one that already exists, depending on the specified parameters.
API DOM Method NeedsCompatTable NeedsMarkupWork NeedsUpdate Window

Window.scrollBy()

Scrolls the document in the window by the given amount.
API CSSOM View Method NeedsCompatTable Reference Référence

Window.showModalDialog()

The Window.showModalDialog() creates and displays a modal dialog box containing a specified HTML document.
API Deprecated DOM Method NeedsBrowserCompatibility NeedsCompatTable Window

<input type="date">

The HTML <input type="date"> element is a specific version of the <input> element used to create an input field accepting a date.
Element HTML Input Element NeedsCompatTable Reference

<noembed>

The <noembed> element is a deprecated and non-standard way to provide alternative, or "fallback", content for browsers that do not support the <embed> element or do not support embedded content an author wishes to use. This element was deprecated in HTML 4.01 and above in favor of  <object>. Fallback content should be inserted between the opening and closing <object> tags.
Deprecated HTML NeedsCompatTable Non-standard Reference Référence

::-moz-page

The ::-moz-page CSS pseudo-element applies to an individual page in print or print preview.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-full-screen-ancestor

The :-moz-full-screen-ancestor CSS pseudo-class applies to all ancestors of the full-screen element, except containing frames in parent documents, which are the full-screen element in their own documents. However, those elements' ancestors have this class applied to them.
CSS CSS Reference NeedsCompatTable NeedsExample Non-standard Pseudo-class

::-moz-list-number

The ::-moz-list-number CSS pseudo-element lets you customize the appearance of numbers on list items (<li>) occurring in ordered lists (<ol>).
CSS CSS Reference NeedsCompatTable Non-standard Pseudo-element

:-moz-loading

The :-moz-loading CSS pseudo-class matches elements, which can't be displayed, because they have not started loading, such as images that haven't started to arrive yet. Note that images that are in the process of loading are not matched by this pseudo-class.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-locale-dir(ltr)

The :-moz-locale-dir(ltr) CSS pseudo-class matches an element if the user interface is being displayed left-to-right. This is determined by the preference intl.uidirection.locale (where locale is the current locale) being set to "ltr".
CSS CSS Reference Localization NeedsCompatTable NeedsExample Non-standard Pseudo-class

:-moz-lwtheme

The :-moz-lwtheme pseudo-class matches in chrome documents when the root element's lightweightthemes attribute is true and a theme is selected.
CSS CSS Reference Lightweight themes NeedsCompatTable NeedsExample Non-standard Themes

:-moz-only-whitespace

The :-moz-only-whitespace CSS pseudo-class matches an element that has no child nodes at all or empty text nodes or text nodes that have only white-space in them. Only when there are element nodes or text nodes with one or more characters inside the element, the element doesn't match this pseudo-class anymore.
CSS CSS Reference NeedsCompatTable Non-standard Pseudo-class