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

report

(0.08 sec)
  1. MathML Text Containers - Learn web development ...

    In this article, we have learnt about a few token elements that are used as text containers as well as their different semantics, namely (identifier), (numbers), (operators), (generic text). We have seen special Unicode characters that are commonly found in math formulas and given an overview of some observable behaviors of the and elements. In the next article, we will see how to rely on token elements to build much complex expressions such as fractions and roots....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Learn/MathML/F...
  2. Getting started with Svelte - Learn web develop...

    This brings us to the end of our initial look at Svelte, including how to install it locally, create a starter app, and how the basics work. In the next article we'll start building our first proper application, a todo list. Before we do that, however, let's recap some of the things we've learned....share an idea, ask for help, or report an issue, it's always extremely...URL. This is useful when reporting issues related to a specific...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...
  3. Grid layout and accessibility - CSS: Cascading ...

    Those of us who have been doing web development for more years than we care to remember might consider that CSS grid is a little bit like using "tables for layout". Back in the early days of web design, the way we constructed page layout was to use HTML tables, then fragment our design into the cells of those tables in order to create a layout. This had some advantages over the "CSS Positioning" that came afterwards, in that we could take advantage of the alignment and full height columns offered by table display. The biggest downside however was that it tied our design to the markup, often creating accessibility issues as it did so. In order to lay the design out in the table we often broke up the content in ways that made no sense at all when read out by a screen reader for example....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_gr...
  4. Shapes from images - CSS: Cascading Style Sheet...

    In this guide, we will take a look at how we can create a shape from an image file with an alpha channel or even from a CSS Gradient. This is a very flexible way to create shapes. Rather than drawing a path with a complex polygon in CSS, you can create the shape in a graphics program and then use the path created by the pixels less opaque than a threshold value....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_sh...
  5. font-size-adjust - CSS: Cascading Style Sheets ...

    The font-size-adjust CSS property provides a way to modify the size of lowercase letters relative to the size of uppercase letters, which defines the overall font-size. This property is useful for situations where font fallback can occur....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/font-s...
  6. Ordering flex items - CSS: Cascading Style Shee...

    Layout methods such as flexbox and grid enable controlling the order of content. In this article, we will take a look at ways in which you can change the visual order of your content when using flexbox. We will also consider how reordering items impacts accessibility....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_fl...
  7. 帰属表示と著作権使用許諾 - MDN Web Docs プロジェクト | MDN

    MDN Web Docs のコンテンツは無料で利用でき、様々なオープンソースライセンスのもとで利用することができます。...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/ja/docs/MDN/Writing_guide...
  8. Introduction to automated testing - Learn web d...

    This was quite a ride, but I'm sure you can start to see the benefits of using automation tools to do some of the heavy lifting in terms of testing....css-lint, and js-hint to lint and report/fix common HTML/CSS/JS errors...pipe(jshint()) .pipe(jshint.reporter("default")) .pipe( babel({...

    developer.mozilla.org/en-US/docs/Learn/Tools_an...
  9. contain-intrinsic-size - CSS: Cascading Style S...

    The contain-intrinsic-size CSS shorthand property sets the size of an element that a browser will use for layout when the element is subject to size containment....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/contai...
  10. Global attributes - HTML: HyperText Markup Lang...

    Global attributes are attributes common to all HTML elements; they can be used on all elements, though they may have no effect on some elements....View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/HTML/Globa...