- HTML: HyperText ">
Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 8,776 for

view

(0.09 sec)
  1. declarativeNetRequest - Mozilla | MDN

    This API enables extensions to specify conditions and actions that describe how network requests should be handled. These declarative rules enable the browser to evaluate and modify network requests without notifying extensions about individual network requests.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  2. Deprecated and obsolete features - JavaScript |...

    This page lists features of JavaScript that are deprecated (that is, still available but planned for removal) and obsolete (that is, no longer usable).... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  3. <button> - HTML(超文本标记语言) | MDN

    HTML

    developer.mozilla.org/zh-CN/docs/Web/HTML/Eleme...
  4. <input type="radio"> - HTML: HyperText Markup L...

    elements of type radio are generally used in radio groups—collections of radio buttons describing a set of related options.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  5. <input type="range"> - HTML: HyperText Markup L...

    elements of type range let the user specify a numeric value which must be no less than a given value, and no more than another given value. The precise value, however, is not considered important. This is typically represented using a slider or dial control rather than a text entry box like the number input type.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  6. Constraint validation - HTML: HyperText Markup ...

    The creation of web forms has always been a complex task. While marking up the form itself is easy, checking whether each field has a valid and coherent value is more difficult, and informing the user about the problem may become a headache. HTML5 introduced new mechanisms for forms: it added new semantic types for the element and constraint validation to ease the work of checking the form content on the client side. Basic, usual constraints can be checked, without the need for JavaScript, by setting new attributes; more complex constraints can be tested using the Constraint Validation API.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/HTML/Const...
  7. itemprop - HTML: HyperText Markup Language | MDN

    The itemprop global attribute is used to add properties to an item. Every HTML element can have an itemprop attribute specified, and an itemprop consists of a name-value pair. Each name-value pair is called a property, and a group of one or more properties forms an item. Property values are either a string or a URL and can be associated with a very wide range of elements including