Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 43,888 for

search

(0.07 sec)
  1. WebIDL - MDN Web Docs Glossary: Definitions of ...

    WebIDL is the interface description language used to describe the data types, interfaces, methods, properties, and other components which make up a Web application programming interface (API). It uses a somewhat stylized syntax which is independent of any specific programming language, so that the underlying code which is used to build each API can be written in whatever language is most appropriate, while still being possible to map the API's components to JavaScript-compatible constructs....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Glossary/WebIDL
  2. TrustedScriptURL - Web APIs | MDN

    Learn about the TrustedScriptURL interface, including its methods, code examples, specifications, and browser compatibility....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/API/Truste...
  3. SVGFontFaceNameElement - Web APIs | MDN

    Learn about the SVGFontFaceNameElement interface, including its properties and methods, specifications and browser compatibility....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/API/SVGFon...
  4. SVGFontFaceSrcElement - Web APIs | MDN

    Learn about the SVGFontFaceSrcElement interface, including its properties and methods, specifications and browser compatibility....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/API/SVGFon...
  5. Permissions-Policy: web-share - HTTP | MDN

    The HTTP Permissions-Policy header web-share directive controls whether the current document is allowed to use the Navigator.share() method of the Web Share API to share text, links, images, and other content to arbitrary destinations of the user's choice....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  6. CustomElementRegistry - Web APIs | MDN

    Learn about the CustomElementRegistry interface, including its methods, code examples, specifications, and browser compatibility....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/API/Custom...
  7. Transient activation - MDN Web Docs Glossary: D...

    Transient activation (or "transient user activation") is a window state that indicates a user has recently pressed a button, moved a mouse, used a menu, or performed some other user interaction....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Glossary/Trans...
  8. Static site generator (SSG) - MDN Web Docs Glos...

    A static site generator (SSG) is a software used to generate static websites. A static website is comprised of HTML, CSS, and JavaScript files. Most importantly static sites do not have server-side logic, so for any given URL, all users will receive the same content. Authors write content in any form accepted by the generator, such as Markdown, reStructuredText, HTML, (and sometimes even React, and so on), and the generator compiles them into a set of optimized static files that can be rendered by the browser....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Glossary/SSG
  9. Design and accessibility - Learn web developmen...

    This section lists questions related to aesthetics, page structure, accessibility techniques, etc....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Learn/Common_q...
  10. RAIL - MDN Web Docs Glossary: Definitions of We...

    RAIL, an acronym for Response, Animation, Idle, and Load, is a performance model originated by the Google Chrome team in 2015, focused on user experience and performance within the browser. The performance mantra of RAIL is "Focus on the user; the end goal isn't to make your site perform fast on any specific device, it's to make users happy." There are 4 stages of interaction: page load, idle, response to input, and scrolling and animation. In acronym order, the main tenets are:...Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Glossary/RAIL