Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 27,955 for

web

(0.08 sec)
  1. Scroll chaining - MDN Web Docs Glossary: Defini...

    Scroll chaining refers to the behavior observed when a user scrolls past the Scroll boundary of a scrollable element, causing scrolling on an ancestor element....Scroll chaining refers to the behavior observed when a user scrolls past the Scroll boundary of a scrollable element, causing scrolling on an ancestor element.

    developer.mozilla.org/en-US/docs/Glossary/Scrol...
  2. Sloppy mode - MDN Web Docs Glossary: Definition...

    ECMAScript 5 and later let scripts opt in to a new strict mode, which alters the semantics of JavaScript in several ways to improve its resiliency and which make it easier to understand what's going on when there are problems....ECMAScript 5 and later let scripts opt in to a new strict mode, which alters the semantics of JavaScript in several ways to improve its resiliency and which make it easier to understand what's going on when there are problems.

    developer.mozilla.org/en-US/docs/Glossary/Slopp...
  3. Speculative parsing - MDN Web Docs Glossary: De...

    Traditionally in browsers the HTML parser ran on the main thread and was blocked after a tag until the script has been retrieved from the network and executed. Some HTML parser, such as Firefox since Firefox 4, support speculative parsing off of the main thread. It parses ahead while scripts are being downloaded and executed. The HTML parser starts speculative loads for scripts, style sheets and images it finds ahead in the stream and runs the HTML tree construction algorithm speculatively. The upside is that when a speculation succeeds, there's no need to reparse the part of the incoming file that was already scanned for scripts, style sheets and images. The downside is that there's more work lost when the speculation fails....Traditionally in browsers the HTML parser ran on the main thread and was blocked after a </script> tag until the script has been retrieved from the network and executed. Some HTML parser, such as Firefox since Firefox 4, support speculative parsing off of the main thread. It parses ahead while scripts are being downloaded and executed. The HTML parser starts speculative loads for scripts, style sheets and images it finds ahead in the stream and runs the HTML tree construction algorithm speculatively. The upside is that when a speculation succeeds, there's no need to reparse the part of the incoming file that was already scanned for scripts, style sheets and images. The downside is that there's more work lost when the speculation fails.

    developer.mozilla.org/en-US/docs/Glossary/Specu...
  4. State machine - MDN Web Docs Glossary: Definiti...

    A state machine is a mathematical abstraction used to design algorithms. A state machine reads a set of inputs and changes to a different state based on those inputs....A state machine is a mathematical abstraction used to design algorithms. A state machine reads a set of inputs and changes to a different state based on those inputs.

    developer.mozilla.org/en-US/docs/Glossary/State...
  5. Sticky activation - MDN Web Docs Glossary: Defi...

    Sticky activation (or "sticky user activation") is a window state that indicates a user has pressed a button, moved a mouse, used a menu, or performed some other user interaction....Sticky activation (or "sticky user activation") is a window state that indicates a user has pressed a button, moved a mouse, used a menu, or performed some other user interaction.

    developer.mozilla.org/en-US/docs/Glossary/Stick...
  6. Type coercion - MDN Web Docs Glossary: Definiti...

    Type coercion is the automatic or implicit conversion of values from one data type to another (such as strings to numbers). Type conversion is similar to type coercion because they both convert values from one data type to another with one key difference — type coercion is implicit whereas type conversion can be either implicit or explicit....Type coercion is the automatic or implicit conversion of values from one data type to another (such as strings to numbers). Type conversion is similar to type coercion because they both convert values from one data type to another with one key difference — type coercion is implicit whereas type conversion can be either implicit or explicit.

    developer.mozilla.org/en-US/docs/Glossary/Type_...
  7. Intrinsic size - MDN Web Docs Glossary: Definit...

    In CSS, the intrinsic size of an element is the size it would be based purely on its content without taking into account the effects of the context it appears in. For example, the sizing applied by CSS box model properties. An element's intrinsic sizes are represented by its min-content and max-content sizes....In CSS, the intrinsic size of an element is the size it would be based purely on its content without taking into account the effects of the context it appears in. For example, the sizing applied by CSS box model properties. An element's intrinsic sizes are represented by its min-content and max-content sizes.

    developer.mozilla.org/en-US/docs/Glossary/Intri...
  8. CSS pixel - MDN Web Docs Glossary: Definitions ...

    The term CSS pixel is synonymous with the CSS unit of absolute length px — which is normatively defined as being exactly 1/96th of 1 CSS inch (in)....The term CSS pixel is synonymous with the CSS unit of absolute length px — which is normatively defined as being exactly 1/96th of 1 CSS inch (in).

    developer.mozilla.org/en-US/docs/Glossary/CSS_p...
  9. Aspect ratio - MDN Web Docs Glossary: Definitio...

    An aspect ratio is the proportional relationship between an element or viewport's width and height, and is represented as a ratio or two numbers....An aspect ratio is the proportional relationship between an element or viewport's width and height, and is represented as a ratio or two numbers.

    developer.mozilla.org/en-US/docs/Glossary/Aspec...
  10. <slot>: Das Slot-Element der Web-Komponente - H...

    Das HTML-Element, Teil der Web Components-Technologie-Suite, ist ein Platzhalter innerhalb einer Web-Komponente, den Sie mit eigenem Markup füllen können. Dies ermöglicht es Ihnen, separate DOM-Bäume zu erstellen und diese gemeinsam darzustellen....<slot> HTML -Element, Teil der Web Components -Technologie-Suite...Platzhalter innerhalb einer Web-Komponente, den Sie mit eigenem...

    developer.mozilla.org/de/docs/Web/HTML/Element/...