Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 6,159 for

reporting

(0.08 sec)
  1. Tools and setup - Learn web development | MDN

    This section lists questions related to the tools/software you can use to build websites....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/Common_q...
  2. <data> : l'élément de données - HTML (HyperText...

    L'élément HTML relie un contenu à une version de ce contenu interprétable par un ordinateur. Si le contenu possède une composante temporelle, l'élément

    developer.mozilla.org/fr/docs/Web/HTML/Element/...
  3. Расширения браузера - Mozilla | MDN

    WebExtension API — кросс-браузерная система разработки дополнений браузера. В значительной степени эта система совместима с Chrome Extensions API, которая поддерживается в Google Chrome и Opera. Расширения, написанные для этих браузеров, в большинстве случаев будут работать с Firefox или Microsoft Edge лишь с минимальными изменениями. Эти API также полностью совместимы с мультипоточным Firefox....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/ru/docs/Mozilla/Add-ons/W...
  4. :hover - CSS: Cascading Style Sheets | MDN

    The :hover CSS pseudo-class matches when the user interacts with an element with a pointing device, but does not necessarily activate it. It is generally triggered when the user hovers over an element with the cursor (mouse pointer)....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/:hover
  5. :first-child - CSS: Cascading Style Sheets | MDN

    The :first-child CSS pseudo-class represents the first element among a group of sibling elements....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/:first...
  6. :focus - CSS: Cascading Style Sheets | MDN

    The :focus CSS pseudo-class represents an element (such as a form input) that has received focus. It is generally triggered when the user clicks or taps on an element or selects it with the keyboard's Tab key....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/:focus
  7. ID selectors - CSS: Cascading Style Sheets | MDN

    The CSS ID selector matches an element based on the value of the element's id attribute. In order for the element to be selected, its id attribute must match exactly the value given in the selector....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/ID_sel...
  8. TypeError: can't convert BigInt to number - Jav...

    The JavaScript exception "can't convert BigInt to number" occurs when an arithmetic operation involves a mix of BigInt and Number values....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  9. ReferenceError - JavaScript | MDN

    The ReferenceError object represents an error when a variable that doesn't exist (or hasn't yet been initialized) in the current scope is referenced....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  10. SyntaxError: octal escape sequences can't be us...

    The JavaScript exception "octal escape sequences can't be used in untagged template literals or in strict mode code" occurs when octal escape sequences are used in strict mode string literals or untagged template literals....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...