Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 6,159 for

reporting

(0.12 sec)
  1. overflow-y - CSS: Cascading Style Sheets | MDN

    The overflow-y CSS property sets what shows when content overflows a block-level element's top and bottom edges. This may be nothing, a scroll bar, or the overflow content. This property may also be set by using the overflow shorthand property....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/overfl...
  2. transform - CSS: Cascading Style Sheets | MDN

    The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/transform
  3. WeakRef - JavaScript | MDN

    A WeakRef object lets you hold a weak reference to another object, without preventing that object from getting garbage-collected....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. Equality (==) - JavaScript | MDN

    The equality (==) operator checks whether its two operands are equal, returning a Boolean result. Unlike the strict equality operator, it attempts to convert and compare operands that are of different types....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  5. What is web performance? - Learn web developmen...

    Web performance is all about making websites fast, including making slow processes seem fast. Does the site load quickly, allow the user to start interacting with it quickly, and offer reassuring feedback if something is taking time to load (e.g. a loading spinner)? Are scrolling and animations smooth? This article provides a brief introduction to objective, measurable web performance*, looking at what technologies, techniques, and tools are involved in web optimization....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/Performa...
  6. HTTP | MDN

    Hypertext Transfer Protocol (HTTP) é um protocolo de camada de aplicação para transmissão de documentos hipermídia, como o HTML. Foi desenvolvido para comunicação entre navegadores web e servidores web, porém pode ser utilizado para outros propósitos também. Segue um modelo cliente-servidor clássico, onde um cliente abre uma conexão, executa uma requisição e espera até receber uma resposta. É também um protocolo sem estado ou stateless protocol, que significa que o servidor não mantem nenhum dado entre duas requisições (state). Apesar de ser frequentemente baseado em uma camada TCP/IP, pode ser utilizado em qualquer camada de transporte confiável, ou seja, um protocolo que não perde mensagens silenciosamente como o UDP....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/pt-BR/docs/Web/HTTP
  7. 행성 데이터 구조화 - Web 개발 학습하기 | MDN

    테이블 평가에서 우리는 태양계의 행성에 대한 일부 데이터를 제공하고, 이를 HTML 테이블로 구조화하도록 요청합니다....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/ko/docs/Learn/HTML/Tables...
  8. <body>: 문서 본문 요소 - HTML: Hypertext Markup Langu...

    HTML 요소는 HTML 문서의 내용을 나타냅니다. 한 문서에 하나의 요소만 존재할 수 있습니다....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/ko/docs/Web/HTML/Element/...
  9. IIFE - MDN Web Docs Glossary: Definitions of We...

    An IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined. The name IIFE is promoted by Ben Alman in his blog....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Glossary/IIFE
  10. Variable via string interpolation does not repe...

    Variable via string interpolation does not repeatedly apply within text node when text content on the parent element exists. Why? | Test your skills: Loops 3 | JavaScript Main Question How come when textContent property …...paragraph, which will be used to report the results. isPrime() — a...

    discourse.mozilla.org/t/variable-via-string-int...