﻿<?xml version="1.0" encoding="utf-8"?>
<!--The data is available under a CC BY 4.0 license.
For attribution just mention somewhere that the source is caniuse.com.
http://caniuse.com/#info_about-->
<definitions xmlns="urn:schemas-jetbrains-com:css-xml">
  <caniuse id="css-line-clamp" link="http://caniuse.com/#feat=css-line-clamp" title="CSS line-clamp" description="Proprietary and undocumented CSS property that will contain text to a given amount of lines when used in combination with `display: -webkit-box`. It will end with ellipsis when `text-overflow: ellipsis` is included." unsupported-in-browsers="IE11,E16,FF58,S4,O12.1" supported-with-prefix-in-browsers="C14-64,S5-11,O15-49" />
  <caniuse id="fontface" link="http://caniuse.com/#feat=fontface" title="@font-face Web fonts" description="Method of displaying fonts downloaded from websites" unsupported-in-browsers="FF3,S3.1,O9.6" supported-with-prefix-in-browsers="" />
  <caniuse id="multibackgrounds" link="http://caniuse.com/#feat=multibackgrounds" title="CSS3 Multiple backgrounds" description="Method of using multiple images as a background" unsupported-in-browsers="IE8,FF3.5,O10.1" supported-with-prefix-in-browsers="" />
  <caniuse id="border-image" link="http://caniuse.com/#feat=border-image" title="CSS3 Border images" description="Method of using images for borders" unsupported-in-browsers="IE10,FF3,O10.1" supported-with-prefix-in-browsers="FF3.5-14,C4-14,S3.1-5.1,O11-12.1" />
  <caniuse id="background-img-opts" link="http://caniuse.com/#feat=background-img-opts" title="CSS3 Background-image options" description="New properties to affect background images, including background-clip, background-origin and background-size" unsupported-in-browsers="IE8,FF3.5,O9.6" supported-with-prefix-in-browsers="FF3.6,O10.0-10.1" />
  <caniuse id="css-table" link="http://caniuse.com/#feat=css-table" title="CSS Table display" description="Method of displaying elements as tables, rows, and cells. Includes support for all `display: table-*` properties as well as `display: inline-table`" unsupported-in-browsers="IE7" supported-with-prefix-in-browsers="" />
  <caniuse id="css-gencontent" link="http://caniuse.com/#feat=css-gencontent" title="CSS Generated content for pseudo-elements" description="Method of displaying text or images before or after the given element's contents using the ::before and ::after pseudo-elements. All browsers with support also support the `attr()` notation in the `content` property. " unsupported-in-browsers="IE7" supported-with-prefix-in-browsers="" />
  <caniuse id="css-fixed" link="http://caniuse.com/#feat=css-fixed" title="CSS position:fixed" description="Method of keeping an element in a fixed location regardless of scroll position" unsupported-in-browsers="IE6" supported-with-prefix-in-browsers="" />
  <caniuse id="css-sel2" link="http://caniuse.com/#feat=css-sel2" title="CSS 2.1 selectors" description="Basic CSS selectors including: `*` (universal selector), `&gt;` (child selector), `:first-child`, `:link`, `:visited`, `:active`, `:hover`, `:focus`, `:lang()`, `+` (adjacent sibling selector), `[attr]`, `[attr=&quot;val&quot;]`, `[attr~=&quot;val&quot;]`, `[attr|=&quot;bar&quot;]`, `.foo` (class selector), `#foo` (id selector)" unsupported-in-browsers="IE6" supported-with-prefix-in-browsers="" />
  <caniuse id="css-sel3" link="http://caniuse.com/#feat=css-sel3" title="CSS3 selectors" description="Advanced element selection using selectors including: `[foo^=&quot;bar&quot;]`, `[foo$=&quot;bar&quot;]`, `[foo*=&quot;bar&quot;]`, `:root`, `:nth-child()`,  `:nth-last-child()`, `nth-of-type`, `nth-last-of-type()`, `:last-child`, `:first-of-type`, `:last-of-type`, `:only-child`, `:only-of-type`, `:empty`, `:target`, `:enabled`, `:disabled`, `:checked`, `:not()`, `~` (general sibling)" unsupported-in-browsers="IE6,FF3,S3.1,O9" supported-with-prefix-in-browsers="" />
  <caniuse id="css-textshadow" link="http://caniuse.com/#feat=css-textshadow" title="CSS3 Text-shadow" description="Method of applying one or more shadow or blur effects to text" unsupported-in-browsers="IE9,FF3,O9" supported-with-prefix-in-browsers="" />
  <caniuse id="css-boxshadow" link="http://caniuse.com/#feat=css-boxshadow" title="CSS3 Box-shadow" description="Method of displaying an inner or outer shadow effect to elements" unsupported-in-browsers="IE8,FF3,O10.1" supported-with-prefix-in-browsers="FF3.5-3.6,C4-9,S3.1-5" />
  <caniuse id="css3-colors" link="http://caniuse.com/#feat=css3-colors" title="CSS3 Colors" description="Method of describing colors using Hue, Saturation and Lightness (hsl()) rather than just RGB, as well as allowing alpha-transparency with rgba() and hsla()." unsupported-in-browsers="IE8,O9" supported-with-prefix-in-browsers="" />
  <caniuse id="css3-boxsizing" link="http://caniuse.com/#feat=css3-boxsizing" title="CSS3 Box-sizing" description="Method of specifying whether or not an element's borders and padding should be included in size units" unsupported-in-browsers="IE7,O9" supported-with-prefix-in-browsers="FF2-28,C4-9,S3.1-5" />
  <caniuse id="css-mediaqueries" link="http://caniuse.com/#feat=css-mediaqueries" title="CSS3 Media Queries" description="Method of applying styles based on media information. Includes things like page and device dimensions" unsupported-in-browsers="IE8,FF3,O9" supported-with-prefix-in-browsers="" />
  <caniuse id="multicolumn" link="http://caniuse.com/#feat=multicolumn" title="CSS3 Multiple column layout" description="Method of flowing information in multiple columns" unsupported-in-browsers="IE9,O11" supported-with-prefix-in-browsers="FF2-51,C4-49,S3.1-8,O15-36" />
  <caniuse id="border-radius" link="http://caniuse.com/#feat=border-radius" title="CSS3 Border-radius (rounded corners)" description="Method of making the border corners round. Covers support for the shorthand `border-radius` as well as the long-hand properties (e.g. `border-top-left-radius`)" unsupported-in-browsers="IE8,O10.1" supported-with-prefix-in-browsers="FF2-3.6,C4,S3.1-4" />
  <caniuse id="transforms2d" link="http://caniuse.com/#feat=transforms2d" title="CSS3 2D Transforms" description="Method of transforming an element including rotating, scaling, etc. Includes support for `transform` as well as `transform-origin` properties." unsupported-in-browsers="IE8,FF3,O10.1" supported-with-prefix-in-browsers="IE9,FF3.5-15,C4-35,S3.1-8,O10.5-22" />
  <caniuse id="devicepixelratio" link="http://caniuse.com/#feat=devicepixelratio" title="Window.devicePixelRatio" description="Read-only property that returns the ratio of the (vertical) size of one physical pixel on the current display device to the size of one CSS pixel." unsupported-in-browsers="IE10,FF17,O11.5" supported-with-prefix-in-browsers="" />
  <caniuse id="transforms3d" link="http://caniuse.com/#feat=transforms3d" title="CSS3 3D Transforms" description="Method of transforming an element in the third dimension using the `transform` property. Includes support for the `perspective` property to set the perspective in z-space and the `backface-visibility` property to toggle display of the reverse side of a 3D-transformed element." unsupported-in-browsers="IE9,FF9,C11,S3.2,O12.1" supported-with-prefix-in-browsers="FF10-15,C12-35,S4-8,O15-22" />
  <caniuse id="css-hyphens" link="http://caniuse.com/#feat=css-hyphens" title="CSS Hyphenation" description="Method of controlling when words at the end of lines should be hyphenated using the &quot;hyphens&quot; property." unsupported-in-browsers="IE9,FF5,C54,S5,O41" supported-with-prefix-in-browsers="IE10-11,E12-16,FF6-42,S5.1-11" />
  <caniuse id="css-transitions" link="http://caniuse.com/#feat=css-transitions" title="CSS3 Transitions" description="Simple method of animating certain properties of an element, with ability to define property, duration, delay and timing function. " unsupported-in-browsers="IE9,FF3.6,O10.1" supported-with-prefix-in-browsers="FF4-15,C4-25,S3.1-6,O10.5-12" />
  <caniuse id="font-feature" link="http://caniuse.com/#feat=font-feature" title="CSS font-feature-settings" description="Method of applying advanced typographic and language-specific font features to supported OpenType fonts." unsupported-in-browsers="IE9,FF3.6,C15,S9,O12.1" supported-with-prefix-in-browsers="FF4-33,C16-47,O15-34" />
  <caniuse id="css-animation" link="http://caniuse.com/#feat=css-animation" title="CSS Animation" description="Complex method of animating certain properties of an element" unsupported-in-browsers="IE9,FF4,S3.2,O11.6" supported-with-prefix-in-browsers="FF5-15,C4-42,S4-8,O12-29" />
  <caniuse id="css-gradients" link="http://caniuse.com/#feat=css-gradients" title="CSS Gradients" description="Method of defining a linear or radial color gradient as a CSS image." unsupported-in-browsers="IE9,FF3.5,S3.2,O11" supported-with-prefix-in-browsers="FF3.6-15,C4-25,S4-6,O11.1-12" />
  <caniuse id="css-canvas" link="http://caniuse.com/#feat=css-canvas" title="CSS Canvas Drawings" description="Method of using HTML5 Canvas as a background image. Not currently part of any specification." unsupported-in-browsers="IE11,E16,FF51,C64,S3.2,O49" supported-with-prefix-in-browsers="C4-47,S4-11,O15-34" />
  <caniuse id="css-reflections" link="http://caniuse.com/#feat=css-reflections" title="CSS Reflections" description="Method of displaying a reflection of an element" unsupported-in-browsers="IE11,E16,FF58,S3.2,O12.1" supported-with-prefix-in-browsers="C4-64,S4-11,O15-49" />
  <caniuse id="css-masks" link="http://caniuse.com/#feat=css-masks" title="CSS Masks" description="Method of displaying part of an element, using a selected image as a mask" unsupported-in-browsers="IE11,E16,FF3,S3.2,O12.1" supported-with-prefix-in-browsers="C4-64,S4-11,O15-49" />
  <caniuse id="svg-css" link="http://caniuse.com/#feat=svg-css" title="SVG in CSS backgrounds" description="Method of using SVG images as CSS backgrounds" unsupported-in-browsers="IE8,FF3.6,S3.1,O9" supported-with-prefix-in-browsers="" />
  <caniuse id="css-featurequeries" link="http://caniuse.com/#feat=css-featurequeries" title="CSS Feature Queries" description="CSS Feature Queries allow authors to condition rules based on whether particular property declarations are supported in CSS using the @supports at rule." unsupported-in-browsers="IE11,FF21,C27,S8,O12" supported-with-prefix-in-browsers="" />
  <caniuse id="flexbox" link="http://caniuse.com/#feat=flexbox" title="CSS Flexible Box Layout Module" description="Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with `flex`, as well as `display: flex`, `display: inline-flex`, `align-content`, `align-items`, `align-self`, `justify-content` and `order`." unsupported-in-browsers="IE9,O12" supported-with-prefix-in-browsers="IE10,FF2-21,C4-28,S3.1-8,O15-16" />
  <caniuse id="css-backdrop-filter" link="http://caniuse.com/#feat=css-backdrop-filter" title="CSS Backdrop Filter" description="Method of applying filter effects (like blur, grayscale or hue) to content/elements below the target element." unsupported-in-browsers="IE11,E16,FF58,C64,S8,O49" supported-with-prefix-in-browsers="S9-11" />
  <caniuse id="calc" link="http://caniuse.com/#feat=calc" title="calc() as CSS unit value" description="Method of allowing calculated values for length units, i.e. `width: calc(100% - 3em)`" unsupported-in-browsers="IE8,FF3.6,C18,S5.1,O12.1" supported-with-prefix-in-browsers="FF4-15,C19-25,S6" />
  <caniuse id="css-opacity" link="http://caniuse.com/#feat=css-opacity" title="CSS3 Opacity" description="Method of setting the transparency level of an element" unsupported-in-browsers="" supported-with-prefix-in-browsers="" />
  <caniuse id="text-overflow" link="http://caniuse.com/#feat=text-overflow" title="CSS3 Text-overflow" description="Append ellipsis when text overflows its containing element" unsupported-in-browsers="IE5.5,FF6" supported-with-prefix-in-browsers="O9-10.6" />
  <caniuse id="wordwrap" link="http://caniuse.com/#feat=wordwrap" title="CSS3 Overflow-wrap" description="Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. Currently mostly supported using the `word-wrap` property." unsupported-in-browsers="FF3,O10.1" supported-with-prefix-in-browsers="" />
  <caniuse id="object-fit" link="http://caniuse.com/#feat=object-fit" title="CSS3 object-fit/object-position" description="Method of specifying how an object (image or video) should fit inside its box. object-fit options include &quot;contain&quot; (fit according to aspect ratio), &quot;fill&quot; (stretches object to fill) and &quot;cover&quot; (overflows box but maintains ratio), where object-position allows the object to be repositioned like background-image does." unsupported-in-browsers="IE11,E15,FF35,C30,S7,O18" supported-with-prefix-in-browsers="O10.6-12.1" />
  <caniuse id="minmaxwh" link="http://caniuse.com/#feat=minmaxwh" title="CSS min/max-width/height" description="Method of setting a minimum or maximum width or height to an element. " unsupported-in-browsers="IE6" supported-with-prefix-in-browsers="" />
  <caniuse id="text-stroke" link="http://caniuse.com/#feat=text-stroke" title="CSS text-stroke and text-fill" description="Method of declaring the outline (stroke) width and color for text." unsupported-in-browsers="IE11,E14,FF48,O12.1" supported-with-prefix-in-browsers="E15-16,FF49-58,C4-64,S3.1-10.1,O15-49" />
  <caniuse id="inline-block" link="http://caniuse.com/#feat=inline-block" title="CSS inline-block" description="Method of displaying an element as a block while flowing it with text. " unsupported-in-browsers="" supported-with-prefix-in-browsers="FF2" />
  <caniuse id="css-grid" link="http://caniuse.com/#feat=css-grid" title="CSS Grid Layout" description="Method of using a grid concept to lay out content, providing a mechanism for authors to divide available space for layout into columns and rows using a set of predictable sizing behaviors" unsupported-in-browsers="IE9,FF51,C56,S10,O43" supported-with-prefix-in-browsers="IE10-11,E12-15" />
  <caniuse id="css-zoom" link="http://caniuse.com/#feat=css-zoom" title="CSS zoom" description="Non-standard method of scaling content." unsupported-in-browsers="FF58,S3.2,O12.1" supported-with-prefix-in-browsers="" />
  <caniuse id="rem" link="http://caniuse.com/#feat=rem" title="rem (root em) units" description="Type of unit similar to `em`, but relative only to the root element, not any parent element. Thus compounding does not occur as it does with `em` units." unsupported-in-browsers="IE8,FF3.5,S4,O11.5" supported-with-prefix-in-browsers="" />
  <caniuse id="ttf" link="http://caniuse.com/#feat=ttf" title="TTF/OTF - TrueType and OpenType font support" description="Support for the TrueType (.ttf) and OpenType (.otf) outline font formats in @font-face. " unsupported-in-browsers="IE8,FF3,O9.6" supported-with-prefix-in-browsers="" />
  <caniuse id="pointer-events" link="http://caniuse.com/#feat=pointer-events" title="CSS pointer-events (for HTML)" description="This CSS property, when set to &quot;none&quot; allows elements to not receive hover/click events, instead the event will occur on anything behind it. " unsupported-in-browsers="IE10,FF3.5,S3.2,O12.1" supported-with-prefix-in-browsers="" />
  <caniuse id="css-regions" link="http://caniuse.com/#feat=css-regions" title="CSS Regions" description="Method of flowing content into multiple elements." unsupported-in-browsers="IE9,FF58,C64,S6,O49" supported-with-prefix-in-browsers="IE10-11,E12-16,C15-18,S6.1-11" />
  <caniuse id="css-exclusions" link="http://caniuse.com/#feat=css-exclusions" title="CSS Exclusions Level 1" description="Exclusions defines how inline content flows around elements. It extends the content wrapping ability of floats to any block-level element." unsupported-in-browsers="IE9,FF58,C64,S11,O49" supported-with-prefix-in-browsers="IE10-11,E12-16" />
  <caniuse id="css-counters" link="http://caniuse.com/#feat=css-counters" title="CSS Counters" description="Method of controlling number values in generated content, using the `counter-reset` and `counter-increment` properties." unsupported-in-browsers="IE7" supported-with-prefix-in-browsers="" />
  <caniuse id="css-resize" link="http://caniuse.com/#feat=css-resize" title="CSS resize property" description="Method of allowing an element to be resized by the user, with options to limit to a given direction. " unsupported-in-browsers="IE11,E16,FF3.6,S3.2,O12" supported-with-prefix-in-browsers="FF4" />
  <caniuse id="css-repeating-gradients" link="http://caniuse.com/#feat=css-repeating-gradients" title="CSS Repeating Gradients" description="Method of defining a repeating linear or radial color gradient as a CSS image." unsupported-in-browsers="IE9,FF3.5,C9,S5,O11" supported-with-prefix-in-browsers="FF3.6-15,C10-25,S5.1-6,O11.1-12" />
  <caniuse id="css-filters" link="http://caniuse.com/#feat=css-filters" title="CSS Filter Effects" description="Method of applying filter effects (like blur, grayscale, brightness, contrast and hue) to elements, previously only possible by using SVG." unsupported-in-browsers="IE11,E12,FF34,C17,S5.1,O12.1" supported-with-prefix-in-browsers="C18-52,S6-9,O15-39" />
  <caniuse id="getcomputedstyle" link="http://caniuse.com/#feat=getcomputedstyle" title="getComputedStyle" description="API to get the current computed CSS styles applied to an element. This may be the current value applied by an animation or as set by a stylesheet." unsupported-in-browsers="IE8,FF2" supported-with-prefix-in-browsers="" />
  <caniuse id="word-break" link="http://caniuse.com/#feat=word-break" title="CSS3 word-break" description="Property to prevent or allow words to be broken over multiple lines between letters." unsupported-in-browsers="FF14,O12.1" supported-with-prefix-in-browsers="" />
  <caniuse id="viewport-units" link="http://caniuse.com/#feat=viewport-units" title="Viewport units: vw, vh, vmin, vmax" description="Length units representing a percentage of the current viewport dimensions: width (vw), height (vh), the smaller of the two (vmin), or the larger of the two (vmax)." unsupported-in-browsers="IE8,FF18,C19,S5.1,O12.1" supported-with-prefix-in-browsers="" />
  <caniuse id="style-scoped" link="http://caniuse.com/#feat=style-scoped" title="Scoped CSS" description="Allows CSS rules to be scoped to part of the document, based on the position of the style element. The attribute has been [removed from the current specification](https://github.com/whatwg/html/issues/552)." unsupported-in-browsers="IE11,E16,FF58,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="outline" link="http://caniuse.com/#feat=outline" title="CSS outline properties" description="The CSS outline properties draw a border around an element that does not affect layout, making it ideal for highlighting. This covers the `outline` shorthand, as well as `outline-width`, `outline-style`, `outline-color` and `outline-offset`. " unsupported-in-browsers="IE7" supported-with-prefix-in-browsers="" />
  <caniuse id="user-select-none" link="http://caniuse.com/#feat=user-select-none" title="CSS user-select: none" description="Method of preventing text/element selection using CSS. " unsupported-in-browsers="IE9,O12.1" supported-with-prefix-in-browsers="IE10-11,E12-16,FF2-58,C4-53,S3.1-11,O15-40" />
  <caniuse id="intrinsic-width" link="http://caniuse.com/#feat=intrinsic-width" title="Intrinsic &amp; Extrinsic Sizing" description="Allows for the heights and widths to be specified in intrinsic values using the `max-content`, `min-content`, `fit-content` and `stretch` (formerly `fill`) properties." unsupported-in-browsers="IE11,E16,FF2,C21,S6,O12.1" supported-with-prefix-in-browsers="FF3-58,C22-45,S6.1-10.1,O15-32" />
  <caniuse id="css3-tabsize" link="http://caniuse.com/#feat=css3-tabsize" title="CSS3 tab-size" description="Method of customizing the width of the tab character. Only effective using 'white-space: pre' or 'white-space: pre-wrap'." unsupported-in-browsers="IE11,E16,FF3.6,C20,S6,O10.5" supported-with-prefix-in-browsers="FF4-58,O10.6-12.1" />
  <caniuse id="css-selection" link="http://caniuse.com/#feat=css-selection" title="::selection CSS pseudo-element" description="The ::selection CSS pseudo-element applies rules to the portion of a document that has been highlighted (e.g., selected with the mouse or another pointing device) by the user." unsupported-in-browsers="IE8,O9" supported-with-prefix-in-browsers="FF2-58" />
  <caniuse id="css-placeholder" link="http://caniuse.com/#feat=css-placeholder" title="::placeholder CSS pseudo-element" description="The ::placeholder pseudo-element represents placeholder text in an input field: text that represents the input and provides a hint to the user on how to fill out the form. For example, a date-input field might have the placeholder text `YYYY/MM/DD` to clarify that numeric dates are to be entered in year-month-day order." unsupported-in-browsers="IE9,FF3.6,S4,O12.1" supported-with-prefix-in-browsers="IE10-11,E12-16,FF4-50,C4-56,S5-10,O15-43" />
  <caniuse id="css-deviceadaptation" link="http://caniuse.com/#feat=css-deviceadaptation" title="CSS Device Adaptation" description="A standard way to override the size of viewport in web page using the `@viewport` rule, standardizing and replacing Apple's own popular `&lt;meta&gt;` viewport implementation." unsupported-in-browsers="IE9,FF58,C64,S11,O49" supported-with-prefix-in-browsers="IE10-11,E12-16" />
  <caniuse id="text-emphasis" link="http://caniuse.com/#feat=text-emphasis" title="text-emphasis styling" description="Method of using small symbols next to each glyph to emphasize a run of text, commonly used in East Asian languages. The `text-emphasis` shorthand, and its `text-emphasis-style` and `text-emphasis-color` longhands, can be used to apply marks to the text. The `text-emphasis-position` property, which inherits separately, allows setting the emphasis marks' position with respect to the text." unsupported-in-browsers="IE11,E16,FF45,C24,S6,O12.1" supported-with-prefix-in-browsers="C25-64,S6.1-7,O15-49" />
  <caniuse id="css3-cursors" link="http://caniuse.com/#feat=css3-cursors" title="CSS3 Cursors (original values)" description="CSS3 cursor values added in the 2004 spec, including none, context-menu, cell, vertical-text, alias, copy, no-drop, not-allowed, nesw-resize, nwse-resize, col-resize, row-resize and all-scroll. " unsupported-in-browsers="" supported-with-prefix-in-browsers="" />
  <caniuse id="css3-cursors-newer" link="http://caniuse.com/#feat=css3-cursors-newer" title="CSS3 Cursors: zoom-in &amp; zoom-out" description="Support for `zoom-in`, `zoom-out` values for the CSS3 `cursor` property." unsupported-in-browsers="IE11,O11.5" supported-with-prefix-in-browsers="FF2-23,C4-36,S3.1-8,O15-23" />
  <caniuse id="css-sticky" link="http://caniuse.com/#feat=css-sticky" title="CSS position:sticky" description="Keeps elements positioned as &quot;fixed&quot; or &quot;relative&quot; depending on how it appears in the viewport. As a result the element is &quot;stuck&quot; when necessary while scrolling." unsupported-in-browsers="IE11,E15,FF31,C55,S6,O41" supported-with-prefix-in-browsers="S6.1-11" />
  <caniuse id="css-variables" link="http://caniuse.com/#feat=css-variables" title="CSS Variables (Custom Properties)" description="Permits the declaration and usage of cascading variables in stylesheets." unsupported-in-browsers="IE11,E14,FF30,C48,S9,O35" supported-with-prefix-in-browsers="" />
  <caniuse id="css-backgroundblendmode" link="http://caniuse.com/#feat=css-backgroundblendmode" title="CSS background-blend-mode" description="Allows blending between CSS background images, gradients, and colors." unsupported-in-browsers="IE11,E16,FF29,C34,S7,O21" supported-with-prefix-in-browsers="" />
  <caniuse id="css-mixblendmode" link="http://caniuse.com/#feat=css-mixblendmode" title="Blending of HTML/SVG elements" description="Allows blending between arbitrary SVG and HTML elements" unsupported-in-browsers="IE11,E16,FF31,C40,S7,O28" supported-with-prefix-in-browsers="" />
  <caniuse id="text-decoration" link="http://caniuse.com/#feat=text-decoration" title="text-decoration styling" description="Method of defining the type, style and color of lines in the text-decoration property. These can be defined as shorthand (e.g. `text-decoration: line-through dashed blue`) or as single properties (e.g. `text-decoration-color: blue`)" unsupported-in-browsers="IE11,E16,FF5,C56,S7,O43" supported-with-prefix-in-browsers="FF6-35,S7.1-11" />
  <caniuse id="will-change" link="http://caniuse.com/#feat=will-change" title="CSS will-change property" description="Method of optimizing animations by informing the browser which elements will change and what properties will change." unsupported-in-browsers="IE11,E16,FF35,C35,S9,O23" supported-with-prefix-in-browsers="" />
  <caniuse id="css-shapes" link="http://caniuse.com/#feat=css-shapes" title="CSS Shapes Level 1" description="Allows geometric shapes to be set in CSS to define an area for text to flow around." unsupported-in-browsers="IE11,E16,FF58,C36,S7,O23" supported-with-prefix-in-browsers="S7.1-10" />
  <caniuse id="kerning-pairs-ligatures" link="http://caniuse.com/#feat=kerning-pairs-ligatures" title="Improved kerning pairs &amp; ligatures" description="Currently non-standard method of improving kerning pairs &amp; ligatures using `text-rendering: optimizeLegibility`." unsupported-in-browsers="IE11,E16,FF2,S4,O12.1" supported-with-prefix-in-browsers="" />
  <caniuse id="css-image-orientation" link="http://caniuse.com/#feat=css-image-orientation" title="CSS3 image-orientation" description="CSS property used generally to fix the intended orientation of an image. This can be done using 90 degree increments or based on the image's EXIF data using the &quot;from-image&quot; value." unsupported-in-browsers="IE11,E16,FF25,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="text-size-adjust" link="http://caniuse.com/#feat=text-size-adjust" title="CSS text-size-adjust" description="On mobile devices, the text-size-adjust CSS property allows Web authors to control if and how the text-inflating algorithm is applied to the textual content of the element it is applied to." unsupported-in-browsers="IE11,E16,FF58,C53,S11,O44" supported-with-prefix-in-browsers="" />
  <caniuse id="css-appearance" link="http://caniuse.com/#feat=css-appearance" title="CSS Appearance" description="The `appearance` property defines how elements (particularly form controls) appear by default. By setting the value to `none` the default appearance can be entirely redefined using other CSS properties." unsupported-in-browsers="IE11,O12.1" supported-with-prefix-in-browsers="FF2-58,C4-64,S3.1-11,O15-49" />
  <caniuse id="css-background-offsets" link="http://caniuse.com/#feat=css-background-offsets" title="CSS background-position edge offsets" description="Allows CSS background images to be positioned relative to the specified edge using the 3 to 4 value syntax. For example: `background-position: right 5px bottom 5px;` for positioning 5px from the bottom-right corner." unsupported-in-browsers="IE8,FF12,C24,S6.1,O10.1" supported-with-prefix-in-browsers="" />
  <caniuse id="css-touch-action" link="http://caniuse.com/#feat=css-touch-action" title="CSS touch-action property" description="touch-action is a CSS property that controls filtering of gesture events, providing developers with a declarative mechanism to selectively disable touch scrolling (in one or both axes) or double-tap-zooming." unsupported-in-browsers="IE9,FF51,C35,S11,O22" supported-with-prefix-in-browsers="IE10" />
  <caniuse id="css-clip-path" link="http://caniuse.com/#feat=css-clip-path" title="CSS clip-path property (for HTML)" description="Method of defining the visible region of an HTML element using SVG or a shape definition." unsupported-in-browsers="IE11,E16,FF3,C23,S6.1,O12.1" supported-with-prefix-in-browsers="C24-54,S7-11,O15-41" />
  <caniuse id="font-loading" link="http://caniuse.com/#feat=font-loading" title="CSS Font Loading" description="This CSS module defines a scripting interface to font faces in CSS, allowing font faces to be easily created and loaded from script. It also provides methods to track the loading status of an individual font, or of all the fonts on an entire page." unsupported-in-browsers="IE11,E16,FF40,C34,S9.1,O21" supported-with-prefix-in-browsers="" />
  <caniuse id="font-unicode-range" link="http://caniuse.com/#feat=font-unicode-range" title="Font unicode-range subsetting" description="This @font-face descriptor defines the set of Unicode codepoints that may be supported by the font face for which it is declared. The descriptor value is a comma-delimited list of Unicode range (&lt;urange&gt;) values. The union of these ranges defines the set of codepoints that serves as a hint for user agents when deciding whether or not to download a font resource for a given text run." unsupported-in-browsers="IE8,FF43,O12.1" supported-with-prefix-in-browsers="" />
  <caniuse id="css-font-stretch" link="http://caniuse.com/#feat=css-font-stretch" title="CSS font-stretch" description="If a font has multiple types of variations based on the width of characters, the `font-stretch` property allows the appropriate one to be selected. The property in itself does not cause the browser to stretch to a font." unsupported-in-browsers="IE8,FF8,C47,S10.1,O34" supported-with-prefix-in-browsers="" />
  <caniuse id="font-size-adjust" link="http://caniuse.com/#feat=font-size-adjust" title="CSS font-size-adjust" description="Method of adjusting the font size in a matter that relates to the height of lowercase vs. uppercase letters. This makes it easier to set the size of fallback fonts." unsupported-in-browsers="IE11,E16,FF2,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-media-resolution" link="http://caniuse.com/#feat=css-media-resolution" title="Media Queries: resolution feature" description="Allows a media query to be set based on the device pixels used per CSS unit. While the standard uses `min`/`max-resolution` for this, some browsers support the older non-standard `device-pixel-ratio` media query." unsupported-in-browsers="IE8,FF3,S3.2,O9" supported-with-prefix-in-browsers="C4-28,S4-11,O9.5-12" />
  <caniuse id="css-image-set" link="http://caniuse.com/#feat=css-image-set" title="CSS image-set" description="Method of letting the browser pick the most appropriate CSS background image from a given set, primarily for high PPI screens." unsupported-in-browsers="IE11,E16,FF58,C20,S5.1,O12.1" supported-with-prefix-in-browsers="C21-64,S6-11,O15-49" />
  <caniuse id="css-boxdecorationbreak" link="http://caniuse.com/#feat=css-boxdecorationbreak" title="CSS box-decoration-break" description="Controls whether the box's margins, borders, padding, and other decorations wrap the broken edges of the box fragments (when the box is split by a break (page/column/region/line)." unsupported-in-browsers="IE11,E16,FF31,C21,S6,O10.6" supported-with-prefix-in-browsers="C22-64,S6.1-11,O15-49" />
  <caniuse id="css-at-counter-style" link="http://caniuse.com/#feat=css-at-counter-style" title="CSS Counter Styles" description="The @counter-style CSS at-rule allows custom counter styles to be defined. A @counter-style rule defines how to convert a counter value into a string representation." unsupported-in-browsers="IE11,E16,FF32,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-page-break" link="http://caniuse.com/#feat=css-page-break" title="CSS page-break properties" description="Properties to control the way elements are broken across (printed) pages." unsupported-in-browsers="" supported-with-prefix-in-browsers="" />
  <caniuse id="css-placeholder-shown" link="http://caniuse.com/#feat=css-placeholder-shown" title=":placeholder-shown CSS pseudo-class" description="Input elements can sometimes show placeholder text as a hint to the user on what to type in. See, for example, the placeholder attribute in HTML5. The :placeholder-shown pseudo-class matches an input element that is showing such placeholder text." unsupported-in-browsers="IE11,E16,FF50,C46,S8,O33" supported-with-prefix-in-browsers="" />
  <caniuse id="css-crisp-edges" link="http://caniuse.com/#feat=css-crisp-edges" title="Crisp edges/pixelated images" description="Scales images with an algorithm that preserves edges and contrast, without smoothing colors or introducing blur. This is intended for images such as pixel art. Official values that accomplish this for the `image-rendering` property are `crisp-edges` and `pixelated`." unsupported-in-browsers="IE6,E16,FF3.5,C40,S5.1,O27" supported-with-prefix-in-browsers="IE7-11,FF3.6-58,S6-9.1,O11.6-12.1" />
  <caniuse id="css-text-align-last" link="http://caniuse.com/#feat=css-text-align-last" title="CSS3 text-align-last" description="CSS property to describe how the last line of a block or a line right before a forced line break when `text-align` is `justify`." unsupported-in-browsers="FF11,C46,S11,O33" supported-with-prefix-in-browsers="FF12-48" />
  <caniuse id="css-logical-props" link="http://caniuse.com/#feat=css-logical-props" title="CSS Logical Properties" description="Use start/end properties that depend on LTR or RTL writing direction instead of left/right" unsupported-in-browsers="IE11,E16,FF2,O12.1" supported-with-prefix-in-browsers="FF3-40,C4-64,S3.1-11,O15-49" />
  <caniuse id="background-attachment" link="http://caniuse.com/#feat=background-attachment" title="CSS background-attachment" description="Method of defining how a background image is attached to a scrollable element. Values include `scroll` (default), `fixed` and `local`." unsupported-in-browsers="" supported-with-prefix-in-browsers="" />
  <caniuse id="currentcolor" link="http://caniuse.com/#feat=currentcolor" title="CSS currentColor value" description="A CSS value that will apply the existing `color` value to other properties like `background-color`, etc. " unsupported-in-browsers="IE8,S3.2,O9" supported-with-prefix-in-browsers="" />
  <caniuse id="css-snappoints" link="http://caniuse.com/#feat=css-snappoints" title="CSS Scroll snap points" description="CSS technique that allows customizable scrolling experiences like pagination of carousels by setting defined snap points." unsupported-in-browsers="IE9,FF38,C64,S8,O49" supported-with-prefix-in-browsers="IE10-11,E12-16,S9-10.1" />
  <caniuse id="css-media-interaction" link="http://caniuse.com/#feat=css-media-interaction" title="Media Queries: interaction media features" description="Allows a media query to be set based on the presence and accuracy of the user's pointing device, and whether they have the ability to hover over elements on the page. This includes the `pointer`, `any-pointer`, `hover`, and `any-hover` media features." unsupported-in-browsers="IE11,FF58,C40,S8,O27" supported-with-prefix-in-browsers="" />
  <caniuse id="font-smooth" link="http://caniuse.com/#feat=font-smooth" title="CSS font-smooth" description="Controls the application of anti-aliasing when fonts are rendered." unsupported-in-browsers="IE11,E16,FF24,C4,S3.2,O12.1" supported-with-prefix-in-browsers="FF25-58,C5-64,S4-11,O15-49" />
  <caniuse id="font-kerning" link="http://caniuse.com/#feat=font-kerning" title="CSS3 font-kerning" description="Controls the usage of the kerning information (spacing between letters) stored in the font. Note that this only affects OpenType fonts with kerning information, it has no effect on other fonts." unsupported-in-browsers="IE11,E16,FF33,C28,S6.1,O15" supported-with-prefix-in-browsers="C29-32,S7-9,O16-19" />
  <caniuse id="font-variant-alternates" link="http://caniuse.com/#feat=font-variant-alternates" title="CSS font-variant-alternates" description="Controls the usage of alternate glyphs associated to alternative names defined in @font-feature-values for certain types of OpenType fonts." unsupported-in-browsers="IE11,E16,FF33,C64,S9,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-filter-function" link="http://caniuse.com/#feat=css-filter-function" title="CSS filter() function" description="This function filters a CSS input image with a set of filter functions (like blur, grayscale or hue)" unsupported-in-browsers="IE11,E16,FF58,C64,S8,O49" supported-with-prefix-in-browsers="S9" />
  <caniuse id="css-element-function" link="http://caniuse.com/#feat=css-element-function" title="CSS element() function" description="This function renders a live image generated from an arbitrary HTML element" unsupported-in-browsers="IE11,E16,C64,S11,O49" supported-with-prefix-in-browsers="FF2-58" />
  <caniuse id="css-first-letter" link="http://caniuse.com/#feat=css-first-letter" title="::first-letter CSS pseudo-element selector" description="CSS pseudo-element that allows styling only the first &quot;letter&quot; of text within an element. Useful for implementing initial caps or drop caps styling." unsupported-in-browsers="" supported-with-prefix-in-browsers="" />
  <caniuse id="css-all" link="http://caniuse.com/#feat=css-all" title="CSS all property" description="A shorthand property for resetting all CSS properties except for `direction` and `unicode-bidi`." unsupported-in-browsers="IE11,E16,FF26,C36,S9,O23" supported-with-prefix-in-browsers="" />
  <caniuse id="css-initial-value" link="http://caniuse.com/#feat=css-initial-value" title="CSS initial value" description="A CSS value that will apply a property's initial value as defined in the CSS specification that defines the property" unsupported-in-browsers="IE11,FF18,O12.1" supported-with-prefix-in-browsers="" />
  <caniuse id="css-letter-spacing" link="http://caniuse.com/#feat=css-letter-spacing" title="letter-spacing CSS property" description="Controls spacing between characters of text (i.e. &quot;tracking&quot; in typographical terms). Not to be confused with kerning." unsupported-in-browsers="" supported-with-prefix-in-browsers="" />
  <caniuse id="css-unset-value" link="http://caniuse.com/#feat=css-unset-value" title="CSS unset value" description="A CSS value that's the same as &quot;inherit&quot; if a property is inherited or &quot;initial&quot; if a property is not inherited." unsupported-in-browsers="IE11,E12,FF26,C40,S9,O27" supported-with-prefix-in-browsers="" />
  <caniuse id="css-cross-fade" link="http://caniuse.com/#feat=css-cross-fade" title="CSS Cross-Fade Function" description="Image function to create a &quot;crossfade&quot; between images. This allows one image to transition (fade) into another based on a percentage value." unsupported-in-browsers="IE11,E16,FF58,C16,S5,O12.1" supported-with-prefix-in-browsers="C17-64,S5.1-9.1,O15-49" />
  <caniuse id="css-writing-mode" link="http://caniuse.com/#feat=css-writing-mode" title="CSS writing-mode property" description="Property to define whether lines of text are laid out horizontally or vertically and the direction in which blocks progress." unsupported-in-browsers="FF40,C6,S4,O12.1" supported-with-prefix-in-browsers="C8-47,S5.1-11,O15-34" />
  <caniuse id="css-motion-paths" link="http://caniuse.com/#feat=css-motion-paths" title="CSS Motion Path" description="Allows elements to be animated along SVG paths or shapes" unsupported-in-browsers="IE11,E16,FF58,C45,S11,O32" supported-with-prefix-in-browsers="" />
  <caniuse id="css-scroll-behavior" link="http://caniuse.com/#feat=css-scroll-behavior" title="CSSOM Scroll-behavior" description="Method of specifying the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs." unsupported-in-browsers="IE11,E16,FF35,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-in-out-of-range" link="http://caniuse.com/#feat=css-in-out-of-range" title=":in-range and :out-of-range CSS pseudo-classes" description="If a temporal or number `&lt;input&gt;` has `max` and/or `min` attributes, then `:in-range` matches when the value is within the specified range and `:out-of-range` matches when the value is outside the specified range. If there are no range constraints, then neither pseudo-class matches." unsupported-in-browsers="IE11,E12,FF28,C4,S4" supported-with-prefix-in-browsers="" />
  <caniuse id="background-position-x-y" link="http://caniuse.com/#feat=background-position-x-y" title="background-position-x &amp; background-position-y" description="CSS longhand properties to define x or y positions separately." unsupported-in-browsers="FF48,O12.1" supported-with-prefix-in-browsers="" />
  <caniuse id="css-revert-value" link="http://caniuse.com/#feat=css-revert-value" title="CSS revert value" description="A CSS keyword value that resets a property's value to the default specified by the browser in its UA stylesheet, as if the webpage had not included any CSS. For example, `display:revert` on a `&lt;div&gt;` would result in `display:block`. This is in contrast to the `initial` value, which is simply defined on a per-property basis, and for `display` would be `inline`." unsupported-in-browsers="IE11,E16,FF58,C64,S9,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-widows-orphans" link="http://caniuse.com/#feat=css-widows-orphans" title="CSS widows &amp; orphans" description="CSS properties to control when lines break across pages or columns by defining the amount of lines that must be left before or after the break." unsupported-in-browsers="IE7,FF51,C24,S6.1" supported-with-prefix-in-browsers="" />
  <caniuse id="css-nth-child-of" link="http://caniuse.com/#feat=css-nth-child-of" title="selector list argument of :nth-child and :nth-last-child CSS pseudo-classes" description="The newest versions of `:nth-child()` and `:nth-last-child()` accept an optional `of S` clause which filters the children to only those which match the selector list `S`. For example, `:nth-child(1 of .foo)` selects the first child among the children that have the `foo` class (ignoring any non-`foo` children which precede that child). Similar to `:nth-of-type`, but for arbitrary selectors instead of only type selectors." unsupported-in-browsers="IE11,E16,FF58,C64,S8,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-matches-pseudo" link="http://caniuse.com/#feat=css-matches-pseudo" title=":matches() CSS pseudo-class" description="The `:matches()` (formerly `:any()`) pseudo-class checks whether the element at its position in the outer selector matches any of the selectors in its selector list. It's useful syntactic sugar that allows you to avoid writing out all the combinations manually as separate selectors. The effect is similar to nesting in Sass and most other CSS preprocessors." unsupported-in-browsers="IE11,E16,S4,O12.1" supported-with-prefix-in-browsers="FF4-58,C15-64,S5.1-8,O15-49" />
  <caniuse id="css-text-justify" link="http://caniuse.com/#feat=css-text-justify" title="CSS text-justify" description="CSS property to define how text should be justified when `text-align: justify` is set." unsupported-in-browsers="FF54,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-scrollbar" link="http://caniuse.com/#feat=css-scrollbar" title="CSS scrollbar styling" description="Non-standard methods of styling scrollbars." unsupported-in-browsers="E16,FF58,O12.1" supported-with-prefix-in-browsers="C4-64,S5.1-11,O15-49" />
  <caniuse id="css-case-insensitive" link="http://caniuse.com/#feat=css-case-insensitive" title="Case-insensitive CSS attribute selectors" description="Including an `i` before the `]` in a CSS attribute selector causes the attribute value to be matched in an ASCII-case-insensitive manner. For example, `[b=&quot;xyz&quot; i]` would match both `&lt;a b=&quot;xyz&quot;&gt;` and `&lt;a b=&quot;XYZ&quot;&gt;`." unsupported-in-browsers="IE11,E16,FF46,C48,S8,O35" supported-with-prefix-in-browsers="" />
  <caniuse id="css-default-pseudo" link="http://caniuse.com/#feat=css-default-pseudo" title=":default CSS pseudo-class" description="The `:default` pseudo-class matches checkboxes and radio buttons which are checked by default, `&lt;option&gt;`s with the `selected` attribute, and the default submit button (if any) of a form." unsupported-in-browsers="IE11,E16" supported-with-prefix-in-browsers="" />
  <caniuse id="css-optional-pseudo" link="http://caniuse.com/#feat=css-optional-pseudo" title=":optional CSS pseudo-class" description="The `:optional` pseudo-class matches form inputs (`&lt;input&gt;`, `&lt;textarea&gt;`, `&lt;select&gt;`) which are not `:required`." unsupported-in-browsers="IE9,FF3.6,S4" supported-with-prefix-in-browsers="" />
  <caniuse id="css-indeterminate-pseudo" link="http://caniuse.com/#feat=css-indeterminate-pseudo" title=":indeterminate CSS pseudo-class" description="The `:indeterminate` pseudo-class matches indeterminate checkboxes, indeterminate `&lt;progress&gt;` bars, and radio buttons with no checked button in their radio button group." unsupported-in-browsers="IE8" supported-with-prefix-in-browsers="" />
  <caniuse id="css-initial-letter" link="http://caniuse.com/#feat=css-initial-letter" title="CSS Initial Letter" description="Method of creating an enlarged cap, including a drop or raised cap, in a robust way." unsupported-in-browsers="IE11,E16,FF58,C64,S8,O49" supported-with-prefix-in-browsers="S9.1-11" />
  <caniuse id="css-descendant-gtgt" link="http://caniuse.com/#feat=css-descendant-gtgt" title="Explicit descendant combinator &gt;&gt;" description="An explicit, non-whitespace spelling of the descendant combinator. `A &gt;&gt; B` is equivalent to `A B`." unsupported-in-browsers="IE11,E16,FF58,C61,S10.1,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-has" link="http://caniuse.com/#feat=css-has" title=":has() CSS relational pseudo-class" description="Only select elements containing specified content. For example, `a:has(&gt;img)` selects all `&lt;a&gt;` elements that contain an `&lt;img&gt;` child." unsupported-in-browsers="IE11,E16,FF58,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-not-sel-list" link="http://caniuse.com/#feat=css-not-sel-list" title="selector list argument of :not()" description="Selectors Level 4 allows the `:not()` pseudo-class to accept a list of selectors, which the element must not match any of. Selectors Level 3 only allowed `:not()` to accept a single simple selector. Thus, `:not(a):not(.b):not([c])` can instead be written as `:not(a, .b, [c])`" unsupported-in-browsers="IE11,E16,FF55,C61,S8,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-dir-pseudo" link="http://caniuse.com/#feat=css-dir-pseudo" title=":dir() CSS pseudo-class" description="Matches elements based on their directionality. `:dir(ltr)` matches elements which are Left-to-Right. `:dir(rtl)` matches elements which are Right-to-Left." unsupported-in-browsers="IE11,E16,FF16,C64,S11,O49" supported-with-prefix-in-browsers="FF17-48" />
  <caniuse id="css-focus-within" link="http://caniuse.com/#feat=css-focus-within" title=":focus-within CSS pseudo-class" description="The `:focus-within` pseudo-class matches elements that either themselves match `:focus` or that have descendants which match `:focus`." unsupported-in-browsers="IE11,E16,FF51,C59,S10,O46" supported-with-prefix-in-browsers="" />
  <caniuse id="css3-attr" link="http://caniuse.com/#feat=css3-attr" title="CSS3 attr() function" description="CSS Values and Units Level 3 adds the ability to use `attr()` on any CSS property, not just `content`, and to use it for non-string values (e.g. numbers, colors)." unsupported-in-browsers="IE11,E16,FF58,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-containment" link="http://caniuse.com/#feat=css-containment" title="CSS Containment" description="The CSS `contain` property lets developers limit the scope of the browser's styles, layout and paint work for faster and more efficient rendering." unsupported-in-browsers="IE11,E16,FF51,C51,S11,O39" supported-with-prefix-in-browsers="" />
  <caniuse id="ch-unit" link="http://caniuse.com/#feat=ch-unit" title="ch (character) unit" description="Unit representing the width of the character &quot;0&quot; in the current font, of particular use in combination with monospace fonts." unsupported-in-browsers="IE8,C26,S6.1,O12.1" supported-with-prefix-in-browsers="" />
  <caniuse id="css-font-rendering-controls" link="http://caniuse.com/#feat=css-font-rendering-controls" title="CSS font-rendering controls" description="`@font-face` descriptor (currently defined as `font-display`) that allows control over how a downloadable font renders before it is fully loaded." unsupported-in-browsers="IE11,E16,FF58,C59,S11,O46" supported-with-prefix-in-browsers="" />
  <caniuse id="css-first-line" link="http://caniuse.com/#feat=css-first-line" title="CSS first-line pseudo-element" description="Allows styling specifically for the first line of text using the `::first-line` pseudo-element. Note that only a limited set of properties can be applied." unsupported-in-browsers="" supported-with-prefix-in-browsers="" />
  <caniuse id="css-text-indent" link="http://caniuse.com/#feat=css-text-indent" title="CSS text-indent" description="The `text-indent` property applies indentation to lines of inline content in a block." unsupported-in-browsers="" supported-with-prefix-in-browsers="" />
  <caniuse id="css-marker-pseudo" link="http://caniuse.com/#feat=css-marker-pseudo" title="CSS ::marker pseudo-element" description="The `::marker` pseudo-element allows list item markers to be styled or have their content value customized." unsupported-in-browsers="IE11,E16,FF58,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="flow-root" link="http://caniuse.com/#feat=flow-root" title="display: flow-root" description="The element generates a block container box, and lays out its contents using flow layout. It always establishes a new block formatting context for its contents. The result is the same as the &quot;clearfix&quot; hack." unsupported-in-browsers="IE11,E16,FF52,C57,S11,O44" supported-with-prefix-in-browsers="" />
  <caniuse id="css-rrggbbaa" link="http://caniuse.com/#feat=css-rrggbbaa" title="#rrggbbaa hex color notation" description="The CSS Color Module Level 4 defines new 4 &amp; 8 character hex notation for color to include the opacity level." unsupported-in-browsers="IE11,E16,FF48,C61,S9.1,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-apply-rule" link="http://caniuse.com/#feat=css-apply-rule" title="CSS @apply rule" description="Allows a set of CSS properties to be applied using a named variable" unsupported-in-browsers="IE11,E14,FF58,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-hanging-punctuation" link="http://caniuse.com/#feat=css-hanging-punctuation" title="CSS hanging-punctuation" description="Allows some punctuation characters from start (or the end) of text elements to be placed &quot;outside&quot; of the box in order to preserve the reading flow." unsupported-in-browsers="IE11,E14,FF58,C64,S9.1,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="background-repeat-round-space" link="http://caniuse.com/#feat=background-repeat-round-space" title="CSS background-repeat round and space" description="Allows CSS background images to be repeated without clipping." unsupported-in-browsers="IE8,FF48,C31,S6.1,O18" supported-with-prefix-in-browsers="" />
  <caniuse id="css-namespaces" link="http://caniuse.com/#feat=css-namespaces" title="CSS namespaces" description="Using the `@namespace` at-rule, elements of other namespaces (e.g. SVG) can be targeted using the pipe (`|`) selector." unsupported-in-browsers="IE8" supported-with-prefix-in-browsers="" />
  <caniuse id="css-overflow-anchor" link="http://caniuse.com/#feat=css-overflow-anchor" title="CSS overflow-anchor (Scroll Anchoring)" description="Changes in DOM elements above the visible region of a scrolling box can result in the page moving while the user is in the middle of consuming the content.&#xD;&#xA;By default, the value of  `overflow-anchor` is `auto`, it can mitigate this jarring user experience by keeping track of the position of an anchor node and adjusting the scroll offset accordingly" unsupported-in-browsers="IE11,E16,FF58,C55,S11,O42" supported-with-prefix-in-browsers="" />
  <caniuse id="css-rebeccapurple" link="http://caniuse.com/#feat=css-rebeccapurple" title="Rebeccapurple color" description="The new color added in CSS Color Module Level 4" unsupported-in-browsers="IE10,FF32,C37,S6,O24" supported-with-prefix-in-browsers="" />
  <caniuse id="css-display-contents" link="http://caniuse.com/#feat=css-display-contents" title="CSS display: contents" description="`display: contents` causes an element's children to appear as if they were direct children of the element's parent, ignoring the element itself. This can be useful when a wrapper element should be ignored when using CSS grid or similar layout techniques." unsupported-in-browsers="IE11,E16,FF36,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-text-orientation" link="http://caniuse.com/#feat=css-text-orientation" title="CSS text-orientation" description="The CSS `text-orientation` property specifies the orientation of text within a line. Current values only have an effect in vertical typographic modes (defined with the `writing-mode` property)" unsupported-in-browsers="IE11,E16,FF50,C47,S9.1,O34" supported-with-prefix-in-browsers="S10.1-11" />
  <caniuse id="css-conic-gradients" link="http://caniuse.com/#feat=css-conic-gradients" title="CSS Conical Gradients" description="Method of defining a conical or repeating conical color gradient as a CSS image." unsupported-in-browsers="IE11,E16,FF58,C64,S11,O49" supported-with-prefix-in-browsers="" />
  <caniuse id="css-caret-color" link="http://caniuse.com/#feat=css-caret-color" title="CSS caret-color" description="The `caret-color` property allows the color to be set of the caret (blinking text insertion pointer) in an editable text area." unsupported-in-browsers="IE11,E16,FF52,C56,S11,O43" supported-with-prefix-in-browsers="" />
</definitions>
