//! Auto-generated CSS features data
use crate::*;
use chrono::NaiveDate;
use phf::{Map, phf_map};
pub static CSS_FEATURES: Map<&'static str, CSSFeature> = phf_map! {
"css.at-rules.charset" => CSSFeature { id : "css.at-rules.charset", name :
"@charset", description :
"The @charset CSS at-rule specifies the character encoding of an external style sheet.",
spec : "https://drafts.csswg.org/css2/#charset", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(4u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.at-rules.container" => CSSFeature { id :
"css.at-rules.container", name : "Container queries", description :
"Container size queries with the @container at-rule apply styles to an element based on the dimensions of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#container-queries", groups : &
["container-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-container-queries",
"https://caniuse.com/css-container-query-units"], popularity : 0f32, },
"css.at-rules.container.anchor_position_queries" => CSSFeature { id :
"css.at-rules.container.anchor_position_queries", name :
"Anchor position container queries", description :
"Anchor position container queries with the @container anchored(fallback: …) at-rule apply styles to an element based on the element's anchor position.",
spec : "https://drafts.csswg.org/css-anchor-position-2/#anchored-container-queries",
groups : & [], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(143u16, 0u16), chrome_android :
BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.container.anchor_position_queries.fallback" =>
CSSFeature { id : "css.at-rules.container.anchor_position_queries.fallback", name :
"Anchor position container queries", description :
"Anchor position container queries with the @container anchored(fallback: …) at-rule apply styles to an element based on the element's anchor position.",
spec : "https://drafts.csswg.org/css-anchor-position-2/#anchored-container-queries",
groups : & [], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(143u16, 0u16), chrome_android :
BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, },
"css.at-rules.container.anchor_position_queries.fallback.any_value" => CSSFeature {
id : "css.at-rules.container.anchor_position_queries.fallback.any_value", name :
"Anchor position container queries", description :
"Anchor position container queries with the @container anchored(fallback: …) at-rule apply styles to an element based on the element's anchor position.",
spec : "https://drafts.csswg.org/css-anchor-position-2/#anchored-container-queries",
groups : & [], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(143u16, 0u16), chrome_android :
BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.container.scroll-state_queries" => CSSFeature {
id : "css.at-rules.container.scroll-state_queries", name :
"Container scroll-state queries", description :
"Container scroll-state queries with the @container scroll-state(...) at-rule apply styles to an element based on the sticky positioning, snapped, and scrollable state of the container.",
spec : "https://drafts.csswg.org/css-conditional-5/#scroll-state-container", groups :
& ["container-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.container.scroll-state_queries.scrollable" =>
CSSFeature { id : "css.at-rules.container.scroll-state_queries.scrollable", name :
"Container scroll-state queries", description :
"Container scroll-state queries with the @container scroll-state(...) at-rule apply styles to an element based on the sticky positioning, snapped, and scrollable state of the container.",
spec : "https://drafts.csswg.org/css-conditional-5/#scroll-state-container", groups :
& ["container-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.container.scroll-state_queries.snapped" =>
CSSFeature { id : "css.at-rules.container.scroll-state_queries.snapped", name :
"Container scroll-state queries", description :
"Container scroll-state queries with the @container scroll-state(...) at-rule apply styles to an element based on the sticky positioning, snapped, and scrollable state of the container.",
spec : "https://drafts.csswg.org/css-conditional-5/#scroll-state-container", groups :
& ["container-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.container.scroll-state_queries.stuck" =>
CSSFeature { id : "css.at-rules.container.scroll-state_queries.stuck", name :
"Container scroll-state queries", description :
"Container scroll-state queries with the @container scroll-state(...) at-rule apply styles to an element based on the sticky positioning, snapped, and scrollable state of the container.",
spec : "https://drafts.csswg.org/css-conditional-5/#scroll-state-container", groups :
& ["container-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.container.style_queries_for_custom_properties" =>
CSSFeature { id : "css.at-rules.container.style_queries_for_custom_properties", name
: "Container style queries", description :
"Container style queries with the @container at-rule apply styles to an element based on the values of custom properties of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#style-container", groups : &
["container-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16, 0u16), }, caniuse : &
["https://caniuse.com/css-container-queries-style"], popularity : 0f32, },
"css.at-rules.container.style_queries_for_custom_properties.range_syntax" =>
CSSFeature { id :
"css.at-rules.container.style_queries_for_custom_properties.range_syntax", name :
"Range syntax for style queries", description :
"The @container style() CSS at-rule and if(style()) CSS function queries accept a range syntax, such as >, <, >=, <=, to query for inexact values.",
spec : "https://drafts.csswg.org/css-conditional-5/#typedef-style-range", groups : &
["container-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(142u16, 0u16), chrome_android :
BrowserVersion(142u16, 0u16), edge : BrowserVersion(142u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.counter-style" => CSSFeature { id :
"css.at-rules.counter-style", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(91u16, 0u16),
chrome_android : BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16),
firefox : BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.counter-style.additive-symbols" => CSSFeature { id :
"css.at-rules.counter-style.additive-symbols", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(91u16, 0u16),
chrome_android : BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16),
firefox : BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.counter-style.fallback" => CSSFeature { id :
"css.at-rules.counter-style.fallback", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(91u16, 0u16),
chrome_android : BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16),
firefox : BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.counter-style.negative" => CSSFeature { id :
"css.at-rules.counter-style.negative", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(91u16, 0u16),
chrome_android : BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16),
firefox : BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.counter-style.pad" => CSSFeature { id :
"css.at-rules.counter-style.pad", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(91u16, 0u16),
chrome_android : BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16),
firefox : BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.counter-style.prefix" => CSSFeature { id :
"css.at-rules.counter-style.prefix", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(91u16, 0u16),
chrome_android : BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16),
firefox : BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.counter-style.range" => CSSFeature { id :
"css.at-rules.counter-style.range", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(91u16, 0u16),
chrome_android : BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16),
firefox : BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.counter-style.speak-as" => CSSFeature { id :
"css.at-rules.counter-style.speak-as", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(91u16, 0u16), chrome_android : BrowserVersion(91u16, 0u16), edge :
BrowserVersion(91u16, 0u16), firefox : BrowserVersion(33u16, 0u16), firefox_android :
BrowserVersion(33u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-at-counter-style"],
popularity : 0f32, }, "css.at-rules.counter-style.suffix" => CSSFeature { id :
"css.at-rules.counter-style.suffix", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(91u16, 0u16),
chrome_android : BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16),
firefox : BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.counter-style.symbols" => CSSFeature { id :
"css.at-rules.counter-style.symbols", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), }, caniuse : &
["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.counter-style.system" => CSSFeature { id :
"css.at-rules.counter-style.system", name : "@counter-style", description :
"The @counter-style CSS at-rule sets custom counter styles for list items. For example, you can use a sequence of specific symbols instead of numbers for an ordered list.",
spec : "https://drafts.csswg.org/css-counter-styles-3/", groups : & ["counters"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(91u16, 0u16),
chrome_android : BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16),
firefox : BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-at-counter-style"], popularity : 0f32, },
"css.at-rules.custom-media" => CSSFeature { id : "css.at-rules.custom-media", name :
"Custom media queries", description :
"The @custom-media CSS at-rule names a media query, which you can reuse in multiple @media rules.",
spec : "https://drafts.csswg.org/mediaqueries-5/#custom-mq", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.font-face" => CSSFeature {
id : "css.at-rules.font-face", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.OpenType_CBDT_CBLC" => CSSFeature { id :
"css.at-rules.font-face.OpenType_CBDT_CBLC", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(66u16, 0u16), chrome_android : BrowserVersion(66u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.OpenType_COLRv0" => CSSFeature { id :
"css.at-rules.font-face.OpenType_COLRv0", name : "COLRv0", description :
"COLRv0 is a font format that supports multi-color glyphs. COLRv0 supports only solid colors.",
spec : "https://www.iso.org/standard/87621.html", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(31u16, 0u16), firefox_android : BrowserVersion(31u16, 0u16),
safari : BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), },
caniuse : & ["https://caniuse.com/colr"], popularity : 0f32, },
"css.at-rules.font-face.OpenType_COLRv1" => CSSFeature { id :
"css.at-rules.font-face.OpenType_COLRv1", name : "COLRv1", description :
"COLRv1 is a font format that supports multi-color glyphs. COLRv1 extends COLRv0 to support gradients, transforms, and blending modes.",
spec : "https://www.iso.org/standard/87621.html", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(98u16, 0u16), chrome_android : BrowserVersion(98u16, 0u16), edge :
BrowserVersion(98u16, 0u16), firefox : BrowserVersion(107u16, 0u16), firefox_android
: BrowserVersion(107u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/colr-v1"], popularity :
0f32, }, "css.at-rules.font-face.OpenType_SBIX" => CSSFeature { id :
"css.at-rules.font-face.OpenType_SBIX", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(66u16, 0u16), chrome_android : BrowserVersion(66u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(9u16, 1u16), safari_ios :
BrowserVersion(9u16, 3u16), }, caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.OpenType_SVG" => CSSFeature { id :
"css.at-rules.font-face.OpenType_SVG", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome : BrowserVersion(0,
0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(31u16, 0u16), firefox_android : BrowserVersion(31u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.at-rules.font-face.SVG_fonts"
=> CSSFeature { id : "css.at-rules.font-face.SVG_fonts", name : "SVG 1.1",
description :
"The SVG 1.1 image format has several components that were excluded from SVG 2, such as fonts, alternate glyphs, and the xlink namespace.",
spec : "https://www.w3.org/TR/SVG11/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome : BrowserVersion(0,
0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.font-face.WOFF" => CSSFeature { id :
"css.at-rules.font-face.WOFF", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(6u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.WOFF_2" => CSSFeature { id : "css.at-rules.font-face.WOFF_2",
name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(14u16, 0u16),
firefox : BrowserVersion(39u16, 0u16), firefox_android : BrowserVersion(39u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.ascent-override" => CSSFeature { id :
"css.at-rules.font-face.ascent-override", name : "Font metric overrides", description
:
"The ascent-override, descent-override, and line-gap-override descriptors adjust the display of a font declared in an @font-face statement. This can help make fallback fonts look the same size.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-metrics-override-desc", groups : &
["fonts"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16),
edge : BrowserVersion(87u16, 0u16), firefox : BrowserVersion(89u16, 0u16),
firefox_android : BrowserVersion(89u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.at-rules.font-face.descent-override" => CSSFeature { id :
"css.at-rules.font-face.descent-override", name : "Font metric overrides",
description :
"The ascent-override, descent-override, and line-gap-override descriptors adjust the display of a font declared in an @font-face statement. This can help make fallback fonts look the same size.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-metrics-override-desc", groups : &
["fonts"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16),
edge : BrowserVersion(87u16, 0u16), firefox : BrowserVersion(89u16, 0u16),
firefox_android : BrowserVersion(89u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.at-rules.font-face.font-display" => CSSFeature { id :
"css.at-rules.font-face.font-display", name : "font-display", description :
"The font-display CSS descriptor sets whether to show a substitute font or nothing while a font face loads. The property manages what's known as a flash of unstyled text or flash of invisible text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-display-desc", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(58u16, 0u16), firefox_android : BrowserVersion(58u16, 0u16), safari :
BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), }, caniuse : &
["https://caniuse.com/css-font-rendering-controls"], popularity : 54.408077f32, },
"css.at-rules.font-face.font-family" => CSSFeature { id :
"css.at-rules.font-face.font-family", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(4u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.font-feature-settings" => CSSFeature { id :
"css.at-rules.font-face.font-feature-settings", name : "font-feature-settings",
description :
"The font-feature-settings CSS property sets low-level OpenType feature tags for a font. When possible, use font-variant instead.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-feature-settings-prop", groups : &
["font-features"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 9u32, 5u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(140u16, 0u16),
chrome_android : BrowserVersion(140u16, 0u16), edge : BrowserVersion(140u16, 0u16),
firefox : BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & ["https://caniuse.com/font-feature"], popularity : 19.882708f32, },
"css.at-rules.font-face.font-stretch" => CSSFeature { id :
"css.at-rules.font-face.font-stretch", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 3u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 9u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(62u16, 0u16), chrome_android :
BrowserVersion(62u16, 0u16), edge : BrowserVersion(17u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.at-rules.font-face.font-style" => CSSFeature { id :
"css.at-rules.font-face.font-style", name : "font-style", description :
"The font-style CSS property sets the text style, with normal, italic, and oblique options.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-style-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(4u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & [], popularity : 79.2076f32, }, "css.at-rules.font-face.font-variant" =>
CSSFeature { id : "css.at-rules.font-face.font-variant", name : "font-variant",
description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 28.955425f32, }, "css.at-rules.font-face.font-variation-settings" =>
CSSFeature { id : "css.at-rules.font-face.font-variation-settings", name :
"font-variation-settings", description :
"The font-variation-settings CSS property sets an \"axis of variability\" on a variable font, such as weight, optical size, or a custom axis defined by the typeface designer. When possible, use other CSS font properties, such as font-weight: bold. Also known as variable fonts.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variation-settings-def", groups :
& ["fonts"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(140u16, 0u16), chrome_android :
BrowserVersion(140u16, 0u16), edge : BrowserVersion(140u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/variable-fonts"], popularity : 19.30242f32, },
"css.at-rules.font-face.font-weight" => CSSFeature { id :
"css.at-rules.font-face.font-weight", name : "font-weight", description :
"The font-weight CSS property controls the thickness of a font. It is set explicitly with the keyword bold or a number, or relative to the inherited thickness with the keywords bolder or lighter.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-weight-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 87.93345f32, }, "css.at-rules.font-face.line-gap-override" =>
CSSFeature { id : "css.at-rules.font-face.line-gap-override", name :
"Font metric overrides", description :
"The ascent-override, descent-override, and line-gap-override descriptors adjust the display of a font declared in an @font-face statement. This can help make fallback fonts look the same size.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-metrics-override-desc", groups : &
["fonts"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16),
edge : BrowserVersion(87u16, 0u16), firefox : BrowserVersion(89u16, 0u16),
firefox_android : BrowserVersion(89u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.at-rules.font-face.size-adjust" => CSSFeature { id :
"css.at-rules.font-face.size-adjust", name : "font-size-adjust", description :
"The font-size-adjust CSS property preserves apparent text size, regardless of the font used, by scaling fonts to the same size with respect to a specific metric, such as x-height. This can help make fallback fonts look the same size.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop", groups : &
["fonts"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
9u32, 18u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(92u16, 0u16), chrome_android : BrowserVersion(92u16, 0u16), edge :
BrowserVersion(92u16, 0u16), firefox : BrowserVersion(92u16, 0u16), firefox_android :
BrowserVersion(92u16, 0u16), safari : BrowserVersion(17u16, 0u16), safari_ios :
BrowserVersion(17u16, 0u16), }, caniuse : & ["https://caniuse.com/font-size-adjust"],
popularity : 1.736579f32, }, "css.at-rules.font-face.src" => CSSFeature { id :
"css.at-rules.font-face.src", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(4u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.src.drop_invalid_item" => CSSFeature { id :
"css.at-rules.font-face.src.drop_invalid_item", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(109u16, 0u16), firefox_android : BrowserVersion(109u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/fontface", "https://caniuse.com/font-unicode-range"],
popularity : 0f32, }, "css.at-rules.font-face.src.format_keyword" => CSSFeature { id
: "css.at-rules.font-face.src.format_keyword", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
6u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 12u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(108u16,
0u16), chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16,
0u16), firefox : BrowserVersion(105u16, 0u16), firefox_android :
BrowserVersion(105u16, 0u16), safari : BrowserVersion(4u16, 0u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.src.format_variations" => CSSFeature { id :
"css.at-rules.font-face.src.format_variations", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2021i32,
3u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2018i32, 9u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(17u16, 0u16),
firefox : BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.src.tech_keyword" => CSSFeature { id :
"css.at-rules.font-face.src.tech_keyword", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(108u16, 0u16),
chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-face.unicode-range" => CSSFeature { id :
"css.at-rules.font-face.unicode-range", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 0u16), },
caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, },
"css.at-rules.font-feature-values" => CSSFeature { id :
"css.at-rules.font-feature-values", name : "font-variant-alternates", description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.at-rules.font-feature-values.annotation" => CSSFeature { id :
"css.at-rules.font-feature-values.annotation", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.at-rules.font-feature-values.character-variant" => CSSFeature { id :
"css.at-rules.font-feature-values.character-variant", name :
"font-variant-alternates", description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.at-rules.font-feature-values.historical-forms" => CSSFeature { id :
"css.at-rules.font-feature-values.historical-forms", name :
"font-variant-alternates", description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.at-rules.font-feature-values.ornaments" => CSSFeature { id :
"css.at-rules.font-feature-values.ornaments", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.at-rules.font-feature-values.styleset" => CSSFeature { id :
"css.at-rules.font-feature-values.styleset", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.at-rules.font-feature-values.stylistic" => CSSFeature { id :
"css.at-rules.font-feature-values.stylistic", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.at-rules.font-feature-values.swash" => CSSFeature { id :
"css.at-rules.font-feature-values.swash", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.at-rules.font-palette-values" => CSSFeature { id :
"css.at-rules.font-palette-values", name : "font-palette", description :
"The font-palette CSS property selects a color palette from the font, optionally overriding individual colors in the @font-palette-values at-rule.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 5u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 11u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16, 0u16), safari
: BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse :
& ["https://caniuse.com/css-font-palette"], popularity : 0.041332f32, },
"css.at-rules.font-palette-values.base-palette" => CSSFeature { id :
"css.at-rules.font-palette-values.base-palette", name : "font-palette", description :
"The font-palette CSS property selects a color palette from the font, optionally overriding individual colors in the @font-palette-values at-rule.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 5u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 11u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16, 0u16), safari
: BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse :
& ["https://caniuse.com/css-font-palette"], popularity : 0.041332f32, },
"css.at-rules.font-palette-values.font-family" => CSSFeature { id :
"css.at-rules.font-palette-values.font-family", name : "font-palette", description :
"The font-palette CSS property selects a color palette from the font, optionally overriding individual colors in the @font-palette-values at-rule.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 5u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 11u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16, 0u16), safari
: BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse :
& ["https://caniuse.com/css-font-palette"], popularity : 0.041332f32, },
"css.at-rules.font-palette-values.override-colors" => CSSFeature { id :
"css.at-rules.font-palette-values.override-colors", name : "font-palette",
description :
"The font-palette CSS property selects a color palette from the font, optionally overriding individual colors in the @font-palette-values at-rule.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 5u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 11u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16, 0u16), safari
: BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse :
& ["https://caniuse.com/css-font-palette"], popularity : 0.041332f32, },
"css.at-rules.function" => CSSFeature { id : "css.at-rules.function", name :
"@function", description :
"The @function CSS at-rule defines a custom function that takes CSS values or custom properties as arguments, and returns a CSS value. It can be based on conditional logic such as by using the @media at-rule.",
spec : "https://drafts.csswg.org/css-mixins-1/#function-rule", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.function.result" =>
CSSFeature { id : "css.at-rules.function.result", name : "@function", description :
"The @function CSS at-rule defines a custom function that takes CSS values or custom properties as arguments, and returns a CSS value. It can be based on conditional logic such as by using the @media at-rule.",
spec : "https://drafts.csswg.org/css-mixins-1/#function-rule", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.import" => CSSFeature { id
: "css.at-rules.import", name : "@import", description :
"The @import CSS at-rule loads styles from another stylesheet.", spec :
"https://drafts.csswg.org/css-cascade-5/#at-import", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.at-rules.import.layer" => CSSFeature { id
: "css.at-rules.import.layer", name : "Cascade layers", description :
"The @layer CSS at-rule avoids specificity conflicts by providing priority levels for different groups of CSS rules, such as low-priority styles like resets, and high-priority styles like UI components.",
spec : "https://drafts.csswg.org/css-cascade-5/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(99u16, 0u16),
chrome_android : BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-cascade-layers"], popularity : 0f32, },
"css.at-rules.import.supports" => CSSFeature { id : "css.at-rules.import.supports",
name : "@supports", description :
"The @supports at-rule applies styles based on a browser's support for CSS features, such as a CSS property and value. Also known as feature queries.",
spec : "https://drafts.csswg.org/css-conditional-3/#at-supports", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(122u16, 0u16),
chrome_android : BrowserVersion(122u16, 0u16), edge : BrowserVersion(122u16, 0u16),
firefox : BrowserVersion(115u16, 0u16), firefox_android : BrowserVersion(115u16,
0u16), safari : BrowserVersion(17u16, 5u16), safari_ios : BrowserVersion(17u16,
5u16), }, caniuse : & ["https://caniuse.com/css-featurequeries"], popularity : 0f32,
}, "css.at-rules.keyframes" => CSSFeature { id : "css.at-rules.keyframes", name :
"Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.at-rules.keyframes.ignore_important_declarations" => CSSFeature { id :
"css.at-rules.keyframes.ignore_important_declarations", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(45u16, 0u16),
chrome_android : BrowserVersion(45u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(19u16, 0u16), firefox_android : BrowserVersion(19u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.at-rules.keyframes.named_range_keyframes" => CSSFeature { id :
"css.at-rules.keyframes.named_range_keyframes", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(115u16, 0u16), chrome_android : BrowserVersion(115u16, 0u16), edge :
BrowserVersion(115u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : & ["https://caniuse.com/css-animation"],
popularity : 0f32, }, "css.at-rules.layer" => CSSFeature { id : "css.at-rules.layer",
name : "Cascade layers", description :
"The @layer CSS at-rule avoids specificity conflicts by providing priority levels for different groups of CSS rules, such as low-priority styles like resets, and high-priority styles like UI components.",
spec : "https://drafts.csswg.org/css-cascade-5/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(99u16, 0u16),
chrome_android : BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-cascade-layers"], popularity : 0f32, },
"css.at-rules.media" => CSSFeature { id : "css.at-rules.media", name :
"Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.-webkit-device-pixel-ratio" => CSSFeature { id :
"css.at-rules.media.-webkit-device-pixel-ratio", name :
"resolution media query (compatibility prefixes)", description :
"The -webkit-device-pixel-ratio, -webkit-min-device-pixel-ratio, and -webkit-max-device-pixel-ratio CSS media queries are standardized compatibility alternatives to resolution media queries.",
spec : "https://compat.spec.whatwg.org/#css-media-queries-webkit-device-pixel-ratio",
groups : & ["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 23u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 10u32, 23u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.media.-webkit-max-device-pixel-ratio" =>
CSSFeature { id : "css.at-rules.media.-webkit-max-device-pixel-ratio", name :
"resolution media query (compatibility prefixes)", description :
"The -webkit-device-pixel-ratio, -webkit-min-device-pixel-ratio, and -webkit-max-device-pixel-ratio CSS media queries are standardized compatibility alternatives to resolution media queries.",
spec : "https://compat.spec.whatwg.org/#css-media-queries-webkit-device-pixel-ratio",
groups : & ["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 23u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 10u32, 23u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.media.-webkit-min-device-pixel-ratio" =>
CSSFeature { id : "css.at-rules.media.-webkit-min-device-pixel-ratio", name :
"resolution media query (compatibility prefixes)", description :
"The -webkit-device-pixel-ratio, -webkit-min-device-pixel-ratio, and -webkit-max-device-pixel-ratio CSS media queries are standardized compatibility alternatives to resolution media queries.",
spec : "https://compat.spec.whatwg.org/#css-media-queries-webkit-device-pixel-ratio",
groups : & ["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 23u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 10u32, 23u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.media.-webkit-transform-3d" => CSSFeature {
id : "css.at-rules.media.-webkit-transform-3d", name :
"@supports (compatibility prefix)", description :
"The @supports (-webkit-transform-3d) CSS media query is a standardized compatibility alternative to @supports (transform-style).",
spec : "https://compat.spec.whatwg.org/#css-media-queries-webkit-transform-3d",
groups : & ["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.media.any-hover" => CSSFeature { id :
"css.at-rules.media.any-hover", name : "Interaction media queries", description :
"The pointer, any-pointer, hover, and any-hover CSS media queries set styles based on the presence of pointing devices and their ability to hover over elements. For example, most smartphones match the (hover: none) and (pointer: coarse) media query.",
spec : "https://drafts.csswg.org/mediaqueries-5/#mf-interaction", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 6u32, 11u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 12u32, 11u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(41u16, 0u16), chrome_android :
BrowserVersion(41u16, 0u16), edge : BrowserVersion(16u16, 0u16), firefox :
BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-interaction"], popularity : 0f32, },
"css.at-rules.media.any-pointer" => CSSFeature { id :
"css.at-rules.media.any-pointer", name : "Interaction media queries", description :
"The pointer, any-pointer, hover, and any-hover CSS media queries set styles based on the presence of pointing devices and their ability to hover over elements. For example, most smartphones match the (hover: none) and (pointer: coarse) media query.",
spec : "https://drafts.csswg.org/mediaqueries-5/#mf-interaction", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 6u32, 11u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 12u32, 11u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(41u16, 0u16), chrome_android :
BrowserVersion(41u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-interaction"], popularity : 0f32, },
"css.at-rules.media.aspect-ratio" => CSSFeature { id :
"css.at-rules.media.aspect-ratio", name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(3u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.calc" => CSSFeature { id : "css.at-rules.media.calc", name :
"Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(12u16, 0u16), safari_ios : BrowserVersion(12u16, 0u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.color" => CSSFeature { id : "css.at-rules.media.color", name :
"Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.color-gamut" => CSSFeature { id :
"css.at-rules.media.color-gamut", name : "color-gamut media query", description :
"The color-gamut media query sets styles based on the colors a device can display.",
spec : "https://drafts.csswg.org/mediaqueries-5/#color-gamut", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(58u16, 0u16), chrome_android :
BrowserVersion(58u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse :
& [], popularity : 0f32, }, "css.at-rules.media.color-gamut.p3" => CSSFeature { id :
"css.at-rules.media.color-gamut.p3", name : "color-gamut media query", description :
"The color-gamut media query sets styles based on the colors a device can display.",
spec : "https://drafts.csswg.org/mediaqueries-5/#color-gamut", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(58u16, 0u16), chrome_android :
BrowserVersion(58u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse :
& [], popularity : 0f32, }, "css.at-rules.media.color-gamut.rec2020" => CSSFeature {
id : "css.at-rules.media.color-gamut.rec2020", name : "color-gamut media query",
description :
"The color-gamut media query sets styles based on the colors a device can display.",
spec : "https://drafts.csswg.org/mediaqueries-5/#color-gamut", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(58u16, 0u16), chrome_android :
BrowserVersion(58u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse :
& [], popularity : 0f32, }, "css.at-rules.media.color-gamut.srgb" => CSSFeature { id
: "css.at-rules.media.color-gamut.srgb", name : "color-gamut media query",
description :
"The color-gamut media query sets styles based on the colors a device can display.",
spec : "https://drafts.csswg.org/mediaqueries-5/#color-gamut", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(58u16, 0u16), chrome_android :
BrowserVersion(58u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse :
& [], popularity : 0f32, }, "css.at-rules.media.color-index" => CSSFeature { id :
"css.at-rules.media.color-index", name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(29u16, 0u16), chrome_android : BrowserVersion(29u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(8u16, 0u16), safari_ios :
BrowserVersion(8u16, 0u16), }, caniuse : & ["https://caniuse.com/css-mediaqueries"],
popularity : 0f32, }, "css.at-rules.media.device-aspect-ratio" => CSSFeature { id :
"css.at-rules.media.device-aspect-ratio", name : "Device media queries", description
:
"The device-aspect-ratio, device-height, and device-width media features describe physical properties of the displaying output device.",
spec : "https://drafts.csswg.org/mediaqueries-5/#mf-deprecated", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.media.device-height" => CSSFeature { id :
"css.at-rules.media.device-height", name : "Device media queries", description :
"The device-aspect-ratio, device-height, and device-width media features describe physical properties of the displaying output device.",
spec : "https://drafts.csswg.org/mediaqueries-5/#mf-deprecated", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.media.device-posture" => CSSFeature { id :
"css.at-rules.media.device-posture", name : "Device posture", description :
"The device posture API and the device-posture CSS media feature reflect the physical posture of a device, such as whether a foldable device is folded or unfolded.",
spec : "https://w3c.github.io/device-posture/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(132u16, 0u16), chrome_android : BrowserVersion(132u16, 0u16), edge :
BrowserVersion(132u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.media.device-width" =>
CSSFeature { id : "css.at-rules.media.device-width", name : "Device media queries",
description :
"The device-aspect-ratio, device-height, and device-width media features describe physical properties of the displaying output device.",
spec : "https://drafts.csswg.org/mediaqueries-5/#mf-deprecated", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.media.display-mode" => CSSFeature { id :
"css.at-rules.media.display-mode", name : "display-mode media query", description :
"The display-mode CSS media query sets styles based on whether the web page is in an ordinary browser tab mode or another mode, such as fullscreen, standalone, or minimal-ui.",
spec : "https://drafts.csswg.org/mediaqueries-5/#display-modes", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(42u16, 0u16), chrome_android :
BrowserVersion(42u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(47u16, 0u16), firefox_android : BrowserVersion(47u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.media.display-mode.browser" => CSSFeature {
id : "css.at-rules.media.display-mode.browser", name : "display-mode media query",
description :
"The display-mode CSS media query sets styles based on whether the web page is in an ordinary browser tab mode or another mode, such as fullscreen, standalone, or minimal-ui.",
spec : "https://drafts.csswg.org/mediaqueries-5/#display-modes", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2026i32, 2u32, 1u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 8u32, 1u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(42u16, 0u16), chrome_android :
BrowserVersion(42u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(47u16, 0u16), firefox_android : BrowserVersion(116u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.at-rules.media.display-mode.fullscreen" => CSSFeature
{ id : "css.at-rules.media.display-mode.fullscreen", name :
"display-mode media query", description :
"The display-mode CSS media query sets styles based on whether the web page is in an ordinary browser tab mode or another mode, such as fullscreen, standalone, or minimal-ui.",
spec : "https://drafts.csswg.org/mediaqueries-5/#display-modes", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(47u16, 0u16), chrome_android :
BrowserVersion(0, 0), edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0,
0), firefox_android : BrowserVersion(116u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.at-rules.media.display-mode.minimal-ui" => CSSFeature { id :
"css.at-rules.media.display-mode.minimal-ui", name : "display-mode media query",
description :
"The display-mode CSS media query sets styles based on whether the web page is in an ordinary browser tab mode or another mode, such as fullscreen, standalone, or minimal-ui.",
spec : "https://drafts.csswg.org/mediaqueries-5/#display-modes", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(42u16, 0u16), chrome_android :
BrowserVersion(42u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(57u16, 0u16), firefox_android : BrowserVersion(116u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.media.display-mode.picture-in-picture" =>
CSSFeature { id : "css.at-rules.media.display-mode.picture-in-picture", name :
"Picture-in-picture (video)", description :
"The picture-in-picture API allow websites to create a floating, always-on-top video window. Also known as PiP or pop-out video.",
spec : "https://w3c.github.io/picture-in-picture/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/picture-in-picture"], popularity : 0f32, },
"css.at-rules.media.display-mode.standalone" => CSSFeature { id :
"css.at-rules.media.display-mode.standalone", name : "display-mode media query",
description :
"The display-mode CSS media query sets styles based on whether the web page is in an ordinary browser tab mode or another mode, such as fullscreen, standalone, or minimal-ui.",
spec : "https://drafts.csswg.org/mediaqueries-5/#display-modes", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(42u16, 0u16), chrome_android :
BrowserVersion(42u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(57u16, 0u16), firefox_android : BrowserVersion(116u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.media.display-mode.window-controls-overlay" =>
CSSFeature { id : "css.at-rules.media.display-mode.window-controls-overlay", name :
"Window Controls Overlay", description :
"The display_override: [\"window-controls-overlay\"] web application manifest member shows content in the title bar area of a progressive web app that is installed on a desktop device.",
spec : "https://wicg.github.io/window-controls-overlay/", groups : &
["progressive-web-app"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(0, 0), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.media.dynamic-range" => CSSFeature { id :
"css.at-rules.media.dynamic-range", name : "dynamic-range media query", description :
"The dynamic-range CSS media query sets styles based on whether a device can display at least standard range colors or at least high range colors. Non-visual devices will match neither.",
spec : "https://drafts.csswg.org/mediaqueries-5/#dynamic-range", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 11u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 5u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(98u16, 0u16), chrome_android :
BrowserVersion(98u16, 0u16), edge : BrowserVersion(98u16, 0u16), firefox :
BrowserVersion(100u16, 0u16), firefox_android : BrowserVersion(100u16, 0u16), safari
: BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse :
& [], popularity : 0f32, }, "css.at-rules.media.forced-colors" => CSSFeature { id :
"css.at-rules.media.forced-colors", name : "Forced colors", description :
"The forced-colors CSS @media rule detects when a user has chosen to use a forced colors mode, also known as high-contrast mode, and the forced-color-adjust CSS property sets whether forced colors apply to an element.",
spec : "https://drafts.csswg.org/mediaqueries-5/#forced-colors", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(89u16, 0u16), firefox_android : BrowserVersion(89u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.at-rules.media.grid" => CSSFeature { id :
"css.at-rules.media.grid", name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.height" => CSSFeature { id : "css.at-rules.media.height", name :
"Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.horizontal-viewport-segments" => CSSFeature { id :
"css.at-rules.media.horizontal-viewport-segments", name : "Viewport segments",
description :
"The viewport segment CSS environment variables and media features, and the viewport.segments API, allow you to adapt your layout to devices where the display is split, such as on foldable devices.",
spec : "https://drafts.csswg.org/css-env-1/#viewport-segments", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.media.hover" => CSSFeature
{ id : "css.at-rules.media.hover", name : "Interaction media queries", description :
"The pointer, any-pointer, hover, and any-hover CSS media queries set styles based on the presence of pointing devices and their ability to hover over elements. For example, most smartphones match the (hover: none) and (pointer: coarse) media query.",
spec : "https://drafts.csswg.org/mediaqueries-5/#mf-interaction", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 6u32, 11u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 12u32, 11u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(38u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-interaction"], popularity : 0f32, },
"css.at-rules.media.inverted-colors" => CSSFeature { id :
"css.at-rules.media.inverted-colors", name : "inverted-colors media query",
description :
"The inverted-colors CSS media query sets styles based on whether the user has inverted all colors, such as with mobile accessibility settings.",
spec : "https://drafts.csswg.org/mediaqueries-5/#inverted", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(9u16, 1u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.at-rules.media.media_features" => CSSFeature { id :
"css.at-rules.media.media_features", name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.media_query_values" => CSSFeature { id :
"css.at-rules.media.media_query_values", name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(66u16, 0u16), chrome_android : BrowserVersion(66u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(59u16, 0u16), firefox_android :
BrowserVersion(59u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-mediaqueries"],
popularity : 0f32, }, "css.at-rules.media.monochrome" => CSSFeature { id :
"css.at-rules.media.monochrome", name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.nested-queries" => CSSFeature { id :
"css.at-rules.media.nested-queries", name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(11u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.or_syntax" => CSSFeature { id : "css.at-rules.media.or_syntax",
name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
9u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(104u16,
0u16), chrome_android : BrowserVersion(104u16, 0u16), edge : BrowserVersion(104u16,
0u16), firefox : BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16,
0u16), safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16,
4u16), }, caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.orientation" => CSSFeature { id :
"css.at-rules.media.orientation", name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(3u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.media.overflow-block" => CSSFeature { id :
"css.at-rules.media.overflow-block", name : "Overflow media queries", description :
"The overflow-block and overflow-inline CSS media queries set styles based on the way a device displays content that's larger than the viewport or page area. For example, a laptop lets users scroll to reveal content, while a printer displays overflowing content on additional pages.",
spec : "https://drafts.csswg.org/mediaqueries-5/#mf-overflow-block", groups : &
["media-queries"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(113u16, 0u16),
chrome_android : BrowserVersion(113u16, 0u16), edge : BrowserVersion(113u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & [], popularity : 87.14727f32, }, "css.at-rules.media.overflow-inline" =>
CSSFeature { id : "css.at-rules.media.overflow-inline", name :
"Overflow media queries", description :
"The overflow-block and overflow-inline CSS media queries set styles based on the way a device displays content that's larger than the viewport or page area. For example, a laptop lets users scroll to reveal content, while a printer displays overflowing content on additional pages.",
spec : "https://drafts.csswg.org/mediaqueries-5/#mf-overflow-block", groups : &
["media-queries"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(113u16, 0u16),
chrome_android : BrowserVersion(113u16, 0u16), edge : BrowserVersion(113u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & [], popularity : 87.14727f32, }, "css.at-rules.media.pointer" =>
CSSFeature { id : "css.at-rules.media.pointer", name : "Interaction media queries",
description :
"The pointer, any-pointer, hover, and any-hover CSS media queries set styles based on the presence of pointing devices and their ability to hover over elements. For example, most smartphones match the (hover: none) and (pointer: coarse) media query.",
spec : "https://drafts.csswg.org/mediaqueries-5/#mf-interaction", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 6u32, 11u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 12u32, 11u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(41u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-interaction"], popularity : 0f32, },
"css.at-rules.media.prefers-color-scheme" => CSSFeature { id :
"css.at-rules.media.prefers-color-scheme", name : "prefers-color-scheme media query",
description :
"The prefers-color-scheme CSS media query sets styles based on the requested color scheme, light or dark.",
spec : "https://drafts.csswg.org/mediaqueries-5/#prefers-color-scheme", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(76u16, 0u16), chrome_android :
BrowserVersion(76u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(67u16, 0u16), firefox_android : BrowserVersion(67u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(13u16, 0u16), }, caniuse : &
[], popularity : 0f32, },
"css.at-rules.media.prefers-color-scheme.respects-inherited-scheme" => CSSFeature {
id : "css.at-rules.media.prefers-color-scheme.respects-inherited-scheme", name :
"prefers-color-scheme media query", description :
"The prefers-color-scheme CSS media query sets styles based on the requested color scheme, light or dark.",
spec : "https://drafts.csswg.org/mediaqueries-5/#prefers-color-scheme", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(129u16, 0u16), chrome_android :
BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16), firefox :
BrowserVersion(105u16, 0u16), firefox_android : BrowserVersion(105u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.media.prefers-contrast" => CSSFeature { id :
"css.at-rules.media.prefers-contrast", name : "prefers-contrast media query",
description :
"The prefers-contrast CSS media query sets styles based on whether the user prefers more or less contrast, the difference between foreground and background colors.",
spec : "https://drafts.csswg.org/mediaqueries-5/#prefers-contrast", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 11u32, 30u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 5u32, 31u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(96u16, 0u16), chrome_android :
BrowserVersion(96u16, 0u16), edge : BrowserVersion(96u16, 0u16), firefox :
BrowserVersion(101u16, 0u16), firefox_android : BrowserVersion(101u16, 0u16), safari
: BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse :
& [], popularity : 0f32, }, "css.at-rules.media.prefers-reduced-data" => CSSFeature {
id : "css.at-rules.media.prefers-reduced-data", name :
"prefers-reduced-data media query", description :
"The prefers-reduced-data CSS media query detects whether the user has a preference for using less network traffic. For example, you can use this media query to avoid loading large font files and use a system font instead.",
spec : "https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-data", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.at-rules.media.prefers-reduced-motion" => CSSFeature { id :
"css.at-rules.media.prefers-reduced-motion", name :
"prefers-reduced-motion media query", description :
"The prefers-reduced-motion CSS media query sets styles based on whether the user prefers to minimize the amount of non-essential animations on the device, such as scrolling, panning, zooming, and strobing.",
spec : "https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-motion", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(74u16, 0u16), chrome_android :
BrowserVersion(74u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/prefers-reduced-motion"], popularity : 0f32, },
"css.at-rules.media.prefers-reduced-transparency" => CSSFeature { id :
"css.at-rules.media.prefers-reduced-transparency", name :
"prefers-reduced-transparency media query", description :
"The prefers-reduced-transparency CSS media query sets styles based on whether the user prefers to reduce the amount of transparent effects on their device, for example to improve contrast and legibility.",
spec : "https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-transparency",
groups : & ["media-queries"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.at-rules.media.range_syntax" => CSSFeature { id :
"css.at-rules.media.range_syntax", name : "Media query range syntax", description :
"The range syntax of CSS media queries allows you to use mathematical comparison operators such as <, >, <=, and >= to define a range of values for a media query. For example, (400px < width < 1000px) returns true if the viewport width is between 400px and 1000px.",
spec : "https://drafts.csswg.org/mediaqueries-4/#mq-range-context", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(104u16, 0u16), chrome_android :
BrowserVersion(104u16, 0u16), edge : BrowserVersion(104u16, 0u16), firefox :
BrowserVersion(102u16, 0u16), firefox_android : BrowserVersion(102u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& ["https://caniuse.com/css-media-range-syntax"], popularity : 0f32, },
"css.at-rules.media.resolution" => CSSFeature { id : "css.at-rules.media.resolution",
name : "resolution media query", description :
"The resolution CSS media query sets styles based on the pixel density, or how many pixels a device uses to display a single CSS pixel.",
spec : "https://drafts.csswg.org/mediaqueries-5/#resolution", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(29u16, 0u16), chrome_android :
BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(8u16, 0u16), firefox_android : BrowserVersion(8u16, 0u16), safari :
BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-resolution"], popularity : 0f32, },
"css.at-rules.media.scripting" => CSSFeature { id : "css.at-rules.media.scripting",
name : "scripting media query", description :
"The scripting CSS media query sets styles based on whether scripting such as JavaScript is available. Values are enabled if scripting is available, initial-only if scripting is only available on page load (for example, printed content), or none.",
spec : "https://drafts.csswg.org/mediaqueries-5/#scripting", groups : &
["media-queries"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.media.update" =>
CSSFeature { id : "css.at-rules.media.update", name : "Update frequency media query",
description :
"The update CSS media query sets styles based on whether and how fast the user's device can modify display after it has been rendered. For example, you can avoid animations on devices that aren't fast enough to display them smoothly.",
spec : "https://drafts.csswg.org/mediaqueries-5/#update", groups : &
["media-queries"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(113u16, 0u16),
chrome_android : BrowserVersion(113u16, 0u16), edge : BrowserVersion(113u16, 0u16),
firefox : BrowserVersion(102u16, 0u16), firefox_android : BrowserVersion(102u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 0f32, },
"css.at-rules.media.vertical-viewport-segments" => CSSFeature { id :
"css.at-rules.media.vertical-viewport-segments", name : "Viewport segments",
description :
"The viewport segment CSS environment variables and media features, and the viewport.segments API, allow you to adapt your layout to devices where the display is split, such as on foldable devices.",
spec : "https://drafts.csswg.org/css-env-1/#viewport-segments", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.media.video-dynamic-range"
=> CSSFeature { id : "css.at-rules.media.video-dynamic-range", name :
"video-dynamic-range media query", description :
"The video-dynamic-range CSS media query sets styles based on whether a device can display video with at least standard range colors or at least high range colors. Non-visual devices will match neither.",
spec : "https://drafts.csswg.org/mediaqueries-5/#dynamic-range", groups : &
["media-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(100u16, 0u16),
firefox_android : BrowserVersion(100u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.at-rules.media.width" => CSSFeature { id : "css.at-rules.media.width", name :
"Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.at-rules.namespace" => CSSFeature { id : "css.at-rules.namespace", name :
"@namespace", description :
"The @namespace CSS rule sets a default namespace or namespace prefix. Namespace prefixes allow CSS selectors to distinguish elements with the same name but different document types, such as the HTML <a> element and the SVG <a> element.",
spec : "https://drafts.csswg.org/css-namespaces-3/#declaration", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-namespaces"], popularity : 0f32, }, "css.at-rules.page" =>
CSSFeature { id : "css.at-rules.page", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(2u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(19u16, 0u16), firefox_android :
BrowserVersion(19u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & ["https://caniuse.com/css-paged-media"],
popularity : 0f32, }, "css.at-rules.page.bottom-center" => CSSFeature { id :
"css.at-rules.page.bottom-center", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.bottom-left" => CSSFeature { id : "css.at-rules.page.bottom-left",
name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.bottom-left-corner" => CSSFeature { id :
"css.at-rules.page.bottom-left-corner", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.bottom-right" => CSSFeature { id :
"css.at-rules.page.bottom-right", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.bottom-right-corner" => CSSFeature { id :
"css.at-rules.page.bottom-right-corner", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.left-bottom" => CSSFeature { id : "css.at-rules.page.left-bottom",
name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.left-middle" => CSSFeature { id : "css.at-rules.page.left-middle",
name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.left-top" => CSSFeature { id : "css.at-rules.page.left-top", name
: "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.page-orientation" => CSSFeature { id :
"css.at-rules.page.page-orientation", name : "page-orientation", description :
"The page-orientation CSS property sets the rotation of a page after pagination. This allows pages with the same size declaration to display with different orientations.",
spec : "https://drafts.csswg.org/css-page-3/#page-orientation-prop", groups : &
["layout", "print"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(85u16, 0u16), chrome_android :
BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16), firefox :
BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.501607f32, }, "css.at-rules.page.right-bottom" => CSSFeature { id :
"css.at-rules.page.right-bottom", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.right-middle" => CSSFeature { id :
"css.at-rules.page.right-middle", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.right-top" => CSSFeature { id : "css.at-rules.page.right-top",
name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.size" => CSSFeature { id : "css.at-rules.page.size", name :
"Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(15u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(95u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & ["https://caniuse.com/css-paged-media"],
popularity : 0f32, }, "css.at-rules.page.size.jis-b4" => CSSFeature { id :
"css.at-rules.page.size.jis-b4", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(83u16, 0u16), chrome_android : BrowserVersion(83u16, 0u16), edge :
BrowserVersion(83u16, 0u16), firefox : BrowserVersion(95u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & ["https://caniuse.com/css-paged-media"],
popularity : 0f32, }, "css.at-rules.page.size.jis-b5" => CSSFeature { id :
"css.at-rules.page.size.jis-b5", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(83u16, 0u16), chrome_android : BrowserVersion(83u16, 0u16), edge :
BrowserVersion(83u16, 0u16), firefox : BrowserVersion(95u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & ["https://caniuse.com/css-paged-media"],
popularity : 0f32, }, "css.at-rules.page.top-center" => CSSFeature { id :
"css.at-rules.page.top-center", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.top-left" => CSSFeature { id : "css.at-rules.page.top-left", name
: "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.top-left-corner" => CSSFeature { id :
"css.at-rules.page.top-left-corner", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.top-right" => CSSFeature { id : "css.at-rules.page.top-right",
name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.page.top-right-corner" => CSSFeature { id :
"css.at-rules.page.top-right-corner", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16),
edge : BrowserVersion(131u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.at-rules.position-try" => CSSFeature { id : "css.at-rules.position-try", name :
"Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.at-rules.property" => CSSFeature { id : "css.at-rules.property", name :
"Registered custom properties", description :
"The CSS.registerProperty() static method and the @property CSS at-rule register custom properties for which types and behaviors can be defined.",
spec : "https://drafts.css-houdini.org/css-properties-values-api-1/", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 9u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(85u16, 0u16),
chrome_android : BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.property.inherits" =>
CSSFeature { id : "css.at-rules.property.inherits", name :
"Registered custom properties", description :
"The CSS.registerProperty() static method and the @property CSS at-rule register custom properties for which types and behaviors can be defined.",
spec : "https://drafts.css-houdini.org/css-properties-values-api-1/", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 9u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(85u16, 0u16),
chrome_android : BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.property.initial-value"
=> CSSFeature { id : "css.at-rules.property.initial-value", name :
"Registered custom properties", description :
"The CSS.registerProperty() static method and the @property CSS at-rule register custom properties for which types and behaviors can be defined.",
spec : "https://drafts.css-houdini.org/css-properties-values-api-1/", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 9u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(85u16, 0u16),
chrome_android : BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.property.syntax" =>
CSSFeature { id : "css.at-rules.property.syntax", name :
"Registered custom properties", description :
"The CSS.registerProperty() static method and the @property CSS at-rule register custom properties for which types and behaviors can be defined.",
spec : "https://drafts.css-houdini.org/css-properties-values-api-1/", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 9u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(85u16, 0u16),
chrome_android : BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.at-rules.scope" => CSSFeature {
id : "css.at-rules.scope", name : "@scope", description :
"The @scope CSS at-rule sets the scope for a group of rules.", spec :
"https://drafts.csswg.org/css-cascade-6/#scope-atrule", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 12u32, 9u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(146u16, 0u16), firefox_android : BrowserVersion(146u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & ["https://caniuse.com/css-cascade-scope"], popularity : 0f32,
}, "css.at-rules.starting-style" => CSSFeature { id : "css.at-rules.starting-style",
name : "@starting-style", description :
"The @starting-style CSS at-rule sets the starting values for properties that are transitioning when the target element's style is first updated.",
spec : "https://drafts.csswg.org/css-transitions-2/#defining-before-change-style",
groups : & [], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
8u32, 6u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(117u16, 0u16), chrome_android : BrowserVersion(117u16, 0u16), edge :
BrowserVersion(117u16, 0u16), firefox : BrowserVersion(129u16, 0u16), firefox_android
: BrowserVersion(129u16, 0u16), safari : BrowserVersion(17u16, 5u16), safari_ios :
BrowserVersion(17u16, 5u16), }, caniuse : & [], popularity : 0f32, },
"css.at-rules.supports" => CSSFeature { id : "css.at-rules.supports", name :
"@supports", description :
"The @supports at-rule applies styles based on a browser's support for CSS features, such as a CSS property and value. Also known as feature queries.",
spec : "https://drafts.csswg.org/css-conditional-3/#at-supports", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(28u16, 0u16),
chrome_android : BrowserVersion(28u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-featurequeries"], popularity : 0f32, },
"css.at-rules.supports.font-format" => CSSFeature { id :
"css.at-rules.supports.font-format", name : "@supports", description :
"The @supports at-rule applies styles based on a browser's support for CSS features, such as a CSS property and value. Also known as feature queries.",
spec : "https://drafts.csswg.org/css-conditional-3/#at-supports", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(108u16, 0u16),
chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16, 0u16),
firefox : BrowserVersion(106u16, 0u16), firefox_android : BrowserVersion(106u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/css-featurequeries"], popularity : 0f32,
}, "css.at-rules.supports.font-tech" => CSSFeature { id :
"css.at-rules.supports.font-tech", name : "@supports", description :
"The @supports at-rule applies styles based on a browser's support for CSS features, such as a CSS property and value. Also known as feature queries.",
spec : "https://drafts.csswg.org/css-conditional-3/#at-supports", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(108u16, 0u16),
chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16, 0u16),
firefox : BrowserVersion(106u16, 0u16), firefox_android : BrowserVersion(106u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/css-featurequeries"], popularity : 0f32,
}, "css.at-rules.supports.selector" => CSSFeature { id :
"css.at-rules.supports.selector", name : "@supports", description :
"The @supports at-rule applies styles based on a browser's support for CSS features, such as a CSS property and value. Also known as feature queries.",
spec : "https://drafts.csswg.org/css-conditional-3/#at-supports", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(83u16, 0u16),
chrome_android : BrowserVersion(83u16, 0u16), edge : BrowserVersion(83u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-featurequeries"], popularity : 0f32, },
"css.at-rules.view-transition" => CSSFeature { id : "css.at-rules.view-transition",
name : "Cross-document view transitions", description :
"The @view-transition CSS rule sets whether a document opts-in to transitions between documents in a multi-page application. Both the old and new document must opt-in for a transition to be triggered.",
spec : "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-opt-in", groups :
& ["view-transitions"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(126u16, 0u16), chrome_android :
BrowserVersion(126u16, 0u16), edge : BrowserVersion(126u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/cross-document-view-transitions"], popularity : 0f32, },
"css.properties.-webkit-text-fill-color" => CSSFeature { id :
"css.properties.-webkit-text-fill-color", name :
"Text stroke and fill (compatibility prefixes)", description :
"The -webkit-text-stroke-width and -webkit-text-stroke-color CSS properties set the thickness and color of text outlines. The -webkit-text-fill-color sets the color within text character outlines. Both default to the text color.",
spec : "https://compat.spec.whatwg.org/#text-fill-and-stroking", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/text-stroke"], popularity : 0f32, },
"css.properties.-webkit-text-stroke" => CSSFeature { id :
"css.properties.-webkit-text-stroke", name :
"Text stroke and fill (compatibility prefixes)", description :
"The -webkit-text-stroke-width and -webkit-text-stroke-color CSS properties set the thickness and color of text outlines. The -webkit-text-fill-color sets the color within text character outlines. Both default to the text color.",
spec : "https://compat.spec.whatwg.org/#text-fill-and-stroking", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(4u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(15u16, 0u16),
firefox : BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/text-stroke"], popularity : 0f32, },
"css.properties.-webkit-text-stroke-color" => CSSFeature { id :
"css.properties.-webkit-text-stroke-color", name :
"Text stroke and fill (compatibility prefixes)", description :
"The -webkit-text-stroke-width and -webkit-text-stroke-color CSS properties set the thickness and color of text outlines. The -webkit-text-fill-color sets the color within text character outlines. Both default to the text color.",
spec : "https://compat.spec.whatwg.org/#text-fill-and-stroking", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(15u16, 0u16),
firefox : BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/text-stroke"], popularity : 0f32, },
"css.properties.-webkit-text-stroke-width" => CSSFeature { id :
"css.properties.-webkit-text-stroke-width", name :
"Text stroke and fill (compatibility prefixes)", description :
"The -webkit-text-stroke-width and -webkit-text-stroke-color CSS properties set the thickness and color of text outlines. The -webkit-text-fill-color sets the color within text character outlines. Both default to the text color.",
spec : "https://compat.spec.whatwg.org/#text-fill-and-stroking", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(15u16, 0u16),
firefox : BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/text-stroke"], popularity : 0f32, },
"css.properties.accent-color" => CSSFeature { id : "css.properties.accent-color",
name : "accent-color", description :
"The accent-color CSS property sets a color for checkboxes, radio buttons, and other form controls.",
spec : "https://drafts.csswg.org/css-ui-4/#widget-accent", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(93u16, 0u16), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(93u16, 0u16), firefox : BrowserVersion(92u16, 0u16), firefox_android :
BrowserVersion(92u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 2.202938f32, },
"css.properties.accent-color.auto" => CSSFeature { id :
"css.properties.accent-color.auto", name : "accent-color", description :
"The accent-color CSS property sets a color for checkboxes, radio buttons, and other form controls.",
spec : "https://drafts.csswg.org/css-ui-4/#widget-accent", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(93u16, 0u16), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(93u16, 0u16), firefox : BrowserVersion(92u16, 0u16), firefox_android :
BrowserVersion(92u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 2.202938f32, },
"css.properties.align-content" => CSSFeature { id : "css.properties.align-content",
name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-content.block_context" => CSSFeature { id :
"css.properties.align-content.block_context", name :
"align-content in block layouts", description :
"The align-content property vertically aligns content in block layouts, like it does in flex or grid layouts.",
spec : "https://drafts.csswg.org/css-align-3/#align-justify-content", groups : &
["layout"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
4u32, 16u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16), edge :
BrowserVersion(123u16, 0u16), firefox : BrowserVersion(125u16, 0u16), firefox_android
: BrowserVersion(125u16, 0u16), safari : BrowserVersion(17u16, 4u16), safari_ios :
BrowserVersion(17u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.align-content.flex_context" => CSSFeature { id :
"css.properties.align-content.flex_context", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-content.flex_context.baseline" => CSSFeature { id :
"css.properties.align-content.flex_context.baseline", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-content.flex_context.first_baseline" => CSSFeature { id :
"css.properties.align-content.flex_context.first_baseline", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-content.flex_context.last_baseline" => CSSFeature { id :
"css.properties.align-content.flex_context.last_baseline", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-content.flex_context.safe_unsafe" => CSSFeature { id :
"css.properties.align-content.flex_context.safe_unsafe", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 29u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(115u16, 0u16),
chrome_android : BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(17u16, 6u16), safari_ios : BrowserVersion(17u16, 6u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-content.flex_context.space-evenly" => CSSFeature { id :
"css.properties.align-content.flex_context.space-evenly", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(60u16, 0u16),
chrome_android : BrowserVersion(60u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-content.flex_context.start_end" => CSSFeature { id :
"css.properties.align-content.flex_context.start_end", name : "Flexbox", description
:
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
1u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 7u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(93u16, 0u16),
chrome_android : BrowserVersion(93u16, 0u16), edge : BrowserVersion(93u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(15u16, 6u16), safari_ios : BrowserVersion(15u16, 6u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-content.flex_context.stretch" => CSSFeature { id :
"css.properties.align-content.flex_context.stretch", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-content.grid_context" => CSSFeature { id :
"css.properties.align-content.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.align-content.multicol_context" => CSSFeature { id :
"css.properties.align-content.multicol_context", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16), edge :
BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(17u16, 4u16), safari_ios :
BrowserVersion(17u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.align-content.normal" => CSSFeature { id :
"css.properties.align-content.normal", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-items" => CSSFeature { id : "css.properties.align-items", name
: "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-items.anchor-center" => CSSFeature { id :
"css.properties.align-items.anchor-center", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.align-items.flex_context" => CSSFeature { id :
"css.properties.align-items.flex_context", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
1u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 7u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-items.flex_context.baseline" => CSSFeature { id :
"css.properties.align-items.flex_context.baseline", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-items.flex_context.first_baseline" => CSSFeature { id :
"css.properties.align-items.flex_context.first_baseline", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-items.flex_context.last_baseline" => CSSFeature { id :
"css.properties.align-items.flex_context.last_baseline", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
6u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 12u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(108u16,
0u16), chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16,
0u16), firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16,
0u16), safari : BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16,
2u16), }, caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-items.flex_context.safe_unsafe" => CSSFeature { id :
"css.properties.align-items.flex_context.safe_unsafe", name : "Flexbox", description
:
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 29u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(115u16, 0u16),
chrome_android : BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(17u16, 6u16), safari_ios : BrowserVersion(17u16, 6u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-items.flex_context.start_end" => CSSFeature { id :
"css.properties.align-items.flex_context.start_end", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(93u16, 0u16),
chrome_android : BrowserVersion(93u16, 0u16), edge : BrowserVersion(93u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-items.grid_context" => CSSFeature { id :
"css.properties.align-items.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.align-items.grid_context.start_end" => CSSFeature { id :
"css.properties.align-items.grid_context.start_end", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.align-self" => CSSFeature { id : "css.properties.align-self", name :
"Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.anchor-center" => CSSFeature { id :
"css.properties.align-self.anchor-center", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.align-self.auto" => CSSFeature { id :
"css.properties.align-self.auto", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.flex_context" => CSSFeature { id :
"css.properties.align-self.flex_context", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.flex_context.baseline" => CSSFeature { id :
"css.properties.align-self.flex_context.baseline", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.flex_context.first_baseline" => CSSFeature { id :
"css.properties.align-self.flex_context.first_baseline", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.flex_context.last_baseline" => CSSFeature { id :
"css.properties.align-self.flex_context.last_baseline", name : "Flexbox", description
:
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
6u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 12u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(108u16,
0u16), chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16,
0u16), firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16,
0u16), safari : BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16,
2u16), }, caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.flex_context.safe_unsafe" => CSSFeature { id :
"css.properties.align-self.flex_context.safe_unsafe", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 29u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(115u16, 0u16),
chrome_android : BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(17u16, 6u16), safari_ios : BrowserVersion(17u16, 6u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.flex_context.start_end" => CSSFeature { id :
"css.properties.align-self.flex_context.start_end", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(93u16, 0u16),
chrome_android : BrowserVersion(93u16, 0u16), edge : BrowserVersion(93u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.flex_context.stretch" => CSSFeature { id :
"css.properties.align-self.flex_context.stretch", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.grid_context" => CSSFeature { id :
"css.properties.align-self.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.align-self.normal" => CSSFeature { id :
"css.properties.align-self.normal", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.align-self.position_absolute_context" => CSSFeature { id :
"css.properties.align-self.position_absolute_context", name : "Absolute positioning",
description :
"The position: absolute CSS declaration removes an element from the normal flow and positions it relative to its containing block, which is often the root element, or closest positioned ancestor.",
spec : "https://drafts.csswg.org/css-position-3/#abspos-insets", groups : &
["positioning"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(122u16, 0u16), chrome_android :
BrowserVersion(122u16, 0u16), edge : BrowserVersion(122u16, 0u16), firefox :
BrowserVersion(134u16, 0u16), firefox_android : BrowserVersion(134u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.align-self.stretch" => CSSFeature { id :
"css.properties.align-self.stretch", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.alignment-baseline" => CSSFeature { id :
"css.properties.alignment-baseline", name : "alignment-baseline", description :
"The alignment-baseline CSS property sets which baseline of an element is aligned with the corresponding baseline of its parent.",
spec : "https://drafts.csswg.org/css-inline-3/#alignment-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(5u16, 1u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & [], popularity : 0.402489f32, },
"css.properties.alignment-baseline.alphabetic" => CSSFeature { id :
"css.properties.alignment-baseline.alphabetic", name : "alignment-baseline",
description :
"The alignment-baseline CSS property sets which baseline of an element is aligned with the corresponding baseline of its parent.",
spec : "https://drafts.csswg.org/css-inline-3/#alignment-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(5u16, 1u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & [], popularity : 0.402489f32, },
"css.properties.alignment-baseline.baseline" => CSSFeature { id :
"css.properties.alignment-baseline.baseline", name : "alignment-baseline",
description :
"The alignment-baseline CSS property sets which baseline of an element is aligned with the corresponding baseline of its parent.",
spec : "https://drafts.csswg.org/css-inline-3/#alignment-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(5u16, 1u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & [], popularity : 0.402489f32, },
"css.properties.alignment-baseline.central" => CSSFeature { id :
"css.properties.alignment-baseline.central", name : "alignment-baseline", description
:
"The alignment-baseline CSS property sets which baseline of an element is aligned with the corresponding baseline of its parent.",
spec : "https://drafts.csswg.org/css-inline-3/#alignment-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(5u16, 1u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & [], popularity : 0.402489f32, },
"css.properties.alignment-baseline.ideographic" => CSSFeature { id :
"css.properties.alignment-baseline.ideographic", name : "alignment-baseline",
description :
"The alignment-baseline CSS property sets which baseline of an element is aligned with the corresponding baseline of its parent.",
spec : "https://drafts.csswg.org/css-inline-3/#alignment-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(5u16, 1u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & [], popularity : 0.402489f32, },
"css.properties.alignment-baseline.mathematical" => CSSFeature { id :
"css.properties.alignment-baseline.mathematical", name : "alignment-baseline",
description :
"The alignment-baseline CSS property sets which baseline of an element is aligned with the corresponding baseline of its parent.",
spec : "https://drafts.csswg.org/css-inline-3/#alignment-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(5u16, 1u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & [], popularity : 0.402489f32, },
"css.properties.alignment-baseline.middle" => CSSFeature { id :
"css.properties.alignment-baseline.middle", name : "alignment-baseline", description
:
"The alignment-baseline CSS property sets which baseline of an element is aligned with the corresponding baseline of its parent.",
spec : "https://drafts.csswg.org/css-inline-3/#alignment-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(5u16, 1u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & [], popularity : 0.402489f32, },
"css.properties.alignment-baseline.text-after-edge" => CSSFeature { id :
"css.properties.alignment-baseline.text-after-edge", name : "alignment-baseline",
description :
"The alignment-baseline CSS property sets which baseline of an element is aligned with the corresponding baseline of its parent.",
spec : "https://drafts.csswg.org/css-inline-3/#alignment-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(5u16, 1u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & [], popularity : 0.402489f32, },
"css.properties.alignment-baseline.text-before-edge" => CSSFeature { id :
"css.properties.alignment-baseline.text-before-edge", name : "alignment-baseline",
description :
"The alignment-baseline CSS property sets which baseline of an element is aligned with the corresponding baseline of its parent.",
spec : "https://drafts.csswg.org/css-inline-3/#alignment-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(5u16, 1u16), safari_ios :
BrowserVersion(5u16, 0u16), }, caniuse : & [], popularity : 0.402489f32, },
"css.properties.all" => CSSFeature { id : "css.properties.all", name : "all",
description :
"The all CSS property is a shorthand for all CSS properties, except for direction and unicode-bidi. It accepts only the keywords for explicit defaulting (such as initial and inherit), since they are the only values supported on all CSS properties.",
spec : "https://drafts.csswg.org/css-cascade-6/", groups : & ["explicit-defaults"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(37u16, 0u16),
chrome_android : BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(27u16, 0u16), firefox_android : BrowserVersion(27u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-all"], popularity : 12.158261f32, },
"css.properties.anchor-name" => CSSFeature { id : "css.properties.anchor-name", name
: "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.anchor-name.none" => CSSFeature { id :
"css.properties.anchor-name.none", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.anchor-scope" => CSSFeature { id :
"css.properties.anchor-scope", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(131u16, 0u16),
chrome_android : BrowserVersion(131u16, 0u16), edge : BrowserVersion(131u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.anchor-scope.all" => CSSFeature { id :
"css.properties.anchor-scope.all", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(131u16, 0u16),
chrome_android : BrowserVersion(131u16, 0u16), edge : BrowserVersion(131u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.anchor-scope.none" => CSSFeature { id :
"css.properties.anchor-scope.none", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(131u16, 0u16),
chrome_android : BrowserVersion(131u16, 0u16), edge : BrowserVersion(131u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.animation" => CSSFeature { id : "css.properties.animation",
name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-composition" => CSSFeature { id :
"css.properties.animation-composition", name : "animation-composition", description :
"The animation-composition CSS property chooses how to combine animations that affect the same property.",
spec : "https://drafts.csswg.org/css-animations-2/#animation-composition", groups : &
["animation"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2026i32, 1u32, 4u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 7u32, 4u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(112u16, 0u16), chrome_android :
BrowserVersion(112u16, 0u16), edge : BrowserVersion(112u16, 0u16), firefox :
BrowserVersion(115u16, 0u16), firefox_android : BrowserVersion(115u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& [], popularity : 0.30028f32, }, "css.properties.animation-delay" => CSSFeature { id
: "css.properties.animation-delay", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-direction" => CSSFeature { id :
"css.properties.animation-direction", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-direction.alternate" => CSSFeature { id :
"css.properties.animation-direction.alternate", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-direction.alternate-reverse" => CSSFeature { id :
"css.properties.animation-direction.alternate-reverse", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-direction.normal" => CSSFeature { id :
"css.properties.animation-direction.normal", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-direction.reverse" => CSSFeature { id :
"css.properties.animation-direction.reverse", name : "Animations (CSS)", description
:
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-duration" => CSSFeature { id :
"css.properties.animation-duration", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-duration.auto" => CSSFeature { id :
"css.properties.animation-duration.auto", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(115u16, 0u16), chrome_android : BrowserVersion(115u16, 0u16), edge :
BrowserVersion(115u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 4u16), safari_ios :
BrowserVersion(18u16, 4u16), }, caniuse : & ["https://caniuse.com/css-animation"],
popularity : 0f32, }, "css.properties.animation-fill-mode" => CSSFeature { id :
"css.properties.animation-fill-mode", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-fill-mode.backwards" => CSSFeature { id :
"css.properties.animation-fill-mode.backwards", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-fill-mode.both" => CSSFeature { id :
"css.properties.animation-fill-mode.both", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-fill-mode.forwards" => CSSFeature { id :
"css.properties.animation-fill-mode.forwards", name : "Animations (CSS)", description
:
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-fill-mode.none" => CSSFeature { id :
"css.properties.animation-fill-mode.none", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-iteration-count" => CSSFeature { id :
"css.properties.animation-iteration-count", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-iteration-count.infinite" => CSSFeature { id :
"css.properties.animation-iteration-count.infinite", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-name" => CSSFeature { id : "css.properties.animation-name",
name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-name.none" => CSSFeature { id :
"css.properties.animation-name.none", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-play-state" => CSSFeature { id :
"css.properties.animation-play-state", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-play-state.paused" => CSSFeature { id :
"css.properties.animation-play-state.paused", name : "Animations (CSS)", description
:
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-play-state.running" => CSSFeature { id :
"css.properties.animation-play-state.running", name : "Animations (CSS)", description
:
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-range" => CSSFeature { id :
"css.properties.animation-range", name : "Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.animation-range-end" => CSSFeature { id :
"css.properties.animation-range-end", name : "Scroll-driven animations", description
:
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.animation-range-end.normal" => CSSFeature {
id : "css.properties.animation-range-end.normal", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.animation-range-start" => CSSFeature { id :
"css.properties.animation-range-start", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.animation-range-start.normal" => CSSFeature
{ id : "css.properties.animation-range-start.normal", name :
"Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.animation-timeline" => CSSFeature { id :
"css.properties.animation-timeline", name : "Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.animation-timeline.scroll" => CSSFeature {
id : "css.properties.animation-timeline.scroll", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.animation-timeline.view" => CSSFeature { id
: "css.properties.animation-timeline.view", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.animation-timing-function" => CSSFeature {
id : "css.properties.animation-timing-function", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-timing-function.ease" => CSSFeature { id :
"css.properties.animation-timing-function.ease", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-timing-function.ease-in" => CSSFeature { id :
"css.properties.animation-timing-function.ease-in", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-timing-function.ease-in-out" => CSSFeature { id :
"css.properties.animation-timing-function.ease-in-out", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-timing-function.ease-out" => CSSFeature { id :
"css.properties.animation-timing-function.ease-out", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-timing-function.jump" => CSSFeature { id :
"css.properties.animation-timing-function.jump", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
3u32, 16u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 9u32, 16u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16),
safari : BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-timing-function.linear" => CSSFeature { id :
"css.properties.animation-timing-function.linear", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-timing-function.step-end" => CSSFeature { id :
"css.properties.animation-timing-function.step-end", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation-timing-function.step-start" => CSSFeature { id :
"css.properties.animation-timing-function.step-start", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.alternate" => CSSFeature { id :
"css.properties.animation.alternate", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.alternate-reverse" => CSSFeature { id :
"css.properties.animation.alternate-reverse", name : "Animations (CSS)", description
:
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.animation-timeline_included" => CSSFeature { id :
"css.properties.animation.animation-timeline_included", name :
"Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.animation.auto" =>
CSSFeature { id : "css.properties.animation.auto", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.backwards" => CSSFeature { id :
"css.properties.animation.backwards", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.both" => CSSFeature { id : "css.properties.animation.both",
name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.ease" => CSSFeature { id : "css.properties.animation.ease",
name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.ease-in" => CSSFeature { id :
"css.properties.animation.ease-in", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.ease-in-out" => CSSFeature { id :
"css.properties.animation.ease-in-out", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.ease-out" => CSSFeature { id :
"css.properties.animation.ease-out", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.forwards" => CSSFeature { id :
"css.properties.animation.forwards", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.infinite" => CSSFeature { id :
"css.properties.animation.infinite", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.linear" => CSSFeature { id :
"css.properties.animation.linear", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.none" => CSSFeature { id : "css.properties.animation.none",
name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.normal" => CSSFeature { id :
"css.properties.animation.normal", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.reverse" => CSSFeature { id :
"css.properties.animation.reverse", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.step-end" => CSSFeature { id :
"css.properties.animation.step-end", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.animation.step-start" => CSSFeature { id :
"css.properties.animation.step-start", name : "Animations (CSS)", description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.properties.appearance" => CSSFeature { id : "css.properties.appearance", name :
"appearance", description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.auto" =>
CSSFeature { id : "css.properties.appearance.auto", name : "appearance", description
:
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.base-select"
=> CSSFeature { id : "css.properties.appearance.base-select", name :
"Customizable <select>", description :
"The <select> element's appearance, including the button, selected option, picker dropdown, and options, can be customized using CSS.",
spec : "https://open-ui.org/components/customizableselect/", groups : & ["forms",
"html-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.appearance.button" => CSSFeature { id :
"css.properties.appearance.button", name : "appearance", description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.checkbox" =>
CSSFeature { id : "css.properties.appearance.checkbox", name : "appearance",
description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.listbox" =>
CSSFeature { id : "css.properties.appearance.listbox", name : "appearance",
description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.menulist" =>
CSSFeature { id : "css.properties.appearance.menulist", name : "appearance",
description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, },
"css.properties.appearance.menulist-button" => CSSFeature { id :
"css.properties.appearance.menulist-button", name : "appearance", description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.meter" =>
CSSFeature { id : "css.properties.appearance.meter", name : "appearance", description
:
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.none" =>
CSSFeature { id : "css.properties.appearance.none", name : "appearance", description
:
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.progress-bar"
=> CSSFeature { id : "css.properties.appearance.progress-bar", name : "appearance",
description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.radio" =>
CSSFeature { id : "css.properties.appearance.radio", name : "appearance", description
:
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.searchfield"
=> CSSFeature { id : "css.properties.appearance.searchfield", name : "appearance",
description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.textarea" =>
CSSFeature { id : "css.properties.appearance.textarea", name : "appearance",
description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.appearance.textfield" =>
CSSFeature { id : "css.properties.appearance.textfield", name : "appearance",
description :
"The appearance CSS property controls the appearance of form controls. Using appearance: none disables any default native appearance and allows the elements to be styled with CSS.",
spec : "https://drafts.csswg.org/css-ui-4/#appearance-switching", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(80u16, 0u16), firefox_android : BrowserVersion(80u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 46.59805f32, }, "css.properties.aspect-ratio" =>
CSSFeature { id : "css.properties.aspect-ratio", name : "aspect-ratio", description :
"The aspect-ratio CSS property controls the width-to-height ratio of elements. For <img> and <video> elements, the width and height attributes used together with height: auto control the aspect ratio while the image/video is loading.",
spec : "https://drafts.csswg.org/css-sizing-4/#aspect-ratio", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(88u16, 0u16),
chrome_android : BrowserVersion(88u16, 0u16), edge : BrowserVersion(88u16, 0u16),
firefox : BrowserVersion(89u16, 0u16), firefox_android : BrowserVersion(89u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & [], popularity : 35.60484f32, }, "css.properties.aspect-ratio.auto" =>
CSSFeature { id : "css.properties.aspect-ratio.auto", name : "aspect-ratio",
description :
"The aspect-ratio CSS property controls the width-to-height ratio of elements. For <img> and <video> elements, the width and height attributes used together with height: auto control the aspect ratio while the image/video is loading.",
spec : "https://drafts.csswg.org/css-sizing-4/#aspect-ratio", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(88u16, 0u16),
chrome_android : BrowserVersion(88u16, 0u16), edge : BrowserVersion(88u16, 0u16),
firefox : BrowserVersion(89u16, 0u16), firefox_android : BrowserVersion(89u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & [], popularity : 35.60484f32, }, "css.properties.backdrop-filter" =>
CSSFeature { id : "css.properties.backdrop-filter", name : "backdrop-filter",
description :
"The backdrop-filter CSS property applies graphical effects such as blurring or color shifting to the area behind an element.",
spec : "https://drafts.csswg.org/filter-effects-2/#BackdropFilterProperty", groups :
& [], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32,
16u32).unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(76u16,
0u16), chrome_android : BrowserVersion(76u16, 0u16), edge : BrowserVersion(79u16,
0u16), firefox : BrowserVersion(103u16, 0u16), firefox_android :
BrowserVersion(103u16, 0u16), safari : BrowserVersion(18u16, 0u16), safari_ios :
BrowserVersion(18u16, 0u16), }, caniuse : &
["https://caniuse.com/css-backdrop-filter"], popularity : 32.79415f32, },
"css.properties.backface-visibility" => CSSFeature { id :
"css.properties.backface-visibility", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.background" => CSSFeature { id : "css.properties.background", name :
"background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background-attachment" => CSSFeature { id :
"css.properties.background-attachment", name : "background-attachment", description :
"The background-attachment CSS property sets whether an element's background image or gradient moves as the element scrolls.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#the-background-attachment",
groups : & ["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/background-attachment"], popularity : 8.39614f32, },
"css.properties.background-attachment.fixed" => CSSFeature { id :
"css.properties.background-attachment.fixed", name : "background-attachment",
description :
"The background-attachment CSS property sets whether an element's background image or gradient moves as the element scrolls.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#the-background-attachment",
groups : & ["background"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/background-attachment"], popularity : 8.39614f32, },
"css.properties.background-attachment.local" => CSSFeature { id :
"css.properties.background-attachment.local", name : "background-attachment",
description :
"The background-attachment CSS property sets whether an element's background image or gradient moves as the element scrolls.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#the-background-attachment",
groups : & ["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(25u16, 0u16), firefox_android : BrowserVersion(25u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/background-attachment"], popularity : 8.39614f32, },
"css.properties.background-attachment.multiple_backgrounds" => CSSFeature { id :
"css.properties.background-attachment.multiple_backgrounds", name :
"background-attachment", description :
"The background-attachment CSS property sets whether an element's background image or gradient moves as the element scrolls.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#the-background-attachment",
groups : & ["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/background-attachment"], popularity : 8.39614f32, },
"css.properties.background-attachment.scroll" => CSSFeature { id :
"css.properties.background-attachment.scroll", name : "background-attachment",
description :
"The background-attachment CSS property sets whether an element's background image or gradient moves as the element scrolls.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#the-background-attachment",
groups : & ["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/background-attachment"], popularity : 8.39614f32, },
"css.properties.background-blend-mode" => CSSFeature { id :
"css.properties.background-blend-mode", name : "background-blend-mode", description :
"The background-blend-mode CSS property blends an element's background image and background color using blend modes like multiply, difference, or color.",
spec : "https://drafts.csswg.org/compositing-2/#background-blend-mode", groups : &
["blend-mode"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(35u16, 0u16), chrome_android :
BrowserVersion(35u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(30u16, 0u16), firefox_android : BrowserVersion(30u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
["https://caniuse.com/css-backgroundblendmode"], popularity : 3.848556f32, },
"css.properties.background-clip" => CSSFeature { id :
"css.properties.background-clip", name : "background-clip", description :
"The background-clip CSS property sets the extent of the background: the padding box, the content box, or the default border box.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-clip", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
[], popularity : 41.91593f32, }, "css.properties.background-clip.border-area" =>
CSSFeature { id : "css.properties.background-clip.border-area", name :
"background-clip: border-area", description :
"The background-clip: border-area CSS declaration draws the background underneath only the border of an element.",
spec : "https://drafts.csswg.org/css-backgrounds-4/#background-clip", groups : &
["background"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.background-clip.border-box" => CSSFeature { id :
"css.properties.background-clip.border-box", name : "background-clip", description :
"The background-clip CSS property sets the extent of the background: the padding box, the content box, or the default border box.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-clip", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
[], popularity : 41.91593f32, }, "css.properties.background-clip.content-box" =>
CSSFeature { id : "css.properties.background-clip.content-box", name :
"background-clip", description :
"The background-clip CSS property sets the extent of the background: the padding box, the content box, or the default border box.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-clip", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
[], popularity : 41.91593f32, }, "css.properties.background-clip.padding-box" =>
CSSFeature { id : "css.properties.background-clip.padding-box", name :
"background-clip", description :
"The background-clip CSS property sets the extent of the background: the padding box, the content box, or the default border box.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-clip", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
[], popularity : 41.91593f32, }, "css.properties.background-clip.text" => CSSFeature
{ id : "css.properties.background-clip.text", name : "background-clip: text",
description :
"The background-clip: text CSS declaration draws the background underneath only the text in the element.",
spec : "https://drafts.csswg.org/css-backgrounds-4/#background-clip", groups : &
["background"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(120u16, 0u16), chrome_android :
BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.background-color" => CSSFeature { id :
"css.properties.background-color", name : "background-color", description :
"The background-color CSS property sets the fill color of an element, behind any content and background images or gradients.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-color", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 89.485306f32, }, "css.properties.background-color.transparent" =>
CSSFeature { id : "css.properties.background-color.transparent", name :
"background-color", description :
"The background-color CSS property sets the fill color of an element, behind any content and background images or gradients.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-color", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 89.485306f32, }, "css.properties.background-image" => CSSFeature {
id : "css.properties.background-image", name : "background-image", description :
"The background-image CSS property sets the graphics to display behind the content of an element and in front of the background color. Graphics may be any combination of images or gradients.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-image", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 77.96335f32, }, "css.properties.background-image.element" =>
CSSFeature { id : "css.properties.background-image.element", name : "element()",
description :
"The element() CSS function creates a live-updating image from an HTML element that can be used as an image or background image.",
spec : "https://drafts.csswg.org/css-images-4/#element-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-element-function"], popularity : 0f32, },
"css.properties.background-image.gradients" => CSSFeature { id :
"css.properties.background-image.gradients", name : "Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.background-image.image-set" =>
CSSFeature { id : "css.properties.background-image.image-set", name : "image-set()",
description :
"The image-set() CSS function provides a set of images at different resolutions or pixel densities, which the browser can pick from, depending on the device capabilities.",
spec : "https://drafts.csswg.org/css-images-4/#image-set-notation", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(113u16, 0u16),
chrome_android : BrowserVersion(113u16, 0u16), edge : BrowserVersion(113u16, 0u16),
firefox : BrowserVersion(89u16, 0u16), firefox_android : BrowserVersion(89u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-image-set"], popularity : 0f32, },
"css.properties.background-image.multiple_backgrounds" => CSSFeature { id :
"css.properties.background-image.multiple_backgrounds", name : "background-image",
description :
"The background-image CSS property sets the graphics to display behind the content of an element and in front of the background color. Graphics may be any combination of images or gradients.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-image", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 77.96335f32, }, "css.properties.background-image.none" => CSSFeature
{ id : "css.properties.background-image.none", name : "background-image", description
:
"The background-image CSS property sets the graphics to display behind the content of an element and in front of the background color. Graphics may be any combination of images or gradients.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-image", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 77.96335f32, }, "css.properties.background-image.svg_images" =>
CSSFeature { id : "css.properties.background-image.svg_images", name : "SVG",
description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(8u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.background-origin" => CSSFeature { id :
"css.properties.background-origin", name : "background-origin", description :
"The background-origin CSS property sets the background starting position relative to the border and padding of an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-origin", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 8.685258f32, }, "css.properties.background-origin.border-box" =>
CSSFeature { id : "css.properties.background-origin.border-box", name :
"background-origin", description :
"The background-origin CSS property sets the background starting position relative to the border and padding of an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-origin", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 8.685258f32, }, "css.properties.background-origin.content-box" =>
CSSFeature { id : "css.properties.background-origin.content-box", name :
"background-origin", description :
"The background-origin CSS property sets the background starting position relative to the border and padding of an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-origin", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 8.685258f32, }, "css.properties.background-origin.padding-box" =>
CSSFeature { id : "css.properties.background-origin.padding-box", name :
"background-origin", description :
"The background-origin CSS property sets the background starting position relative to the border and padding of an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-origin", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 8.685258f32, }, "css.properties.background-position" => CSSFeature {
id : "css.properties.background-position", name : "background-position", description
:
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position-x" => CSSFeature { id :
"css.properties.background-position-x", name : "background-position", description :
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position-x.side-relative_values" => CSSFeature { id :
"css.properties.background-position-x.side-relative_values", name :
"background-position", description :
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 21u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(144u16, 0u16),
chrome_android : BrowserVersion(144u16, 0u16), edge : BrowserVersion(144u16, 0u16),
firefox : BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position-y" => CSSFeature { id :
"css.properties.background-position-y", name : "background-position", description :
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position-y.side-relative_values" => CSSFeature { id :
"css.properties.background-position-y.side-relative_values", name :
"background-position", description :
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 21u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(144u16, 0u16),
chrome_android : BrowserVersion(144u16, 0u16), edge : BrowserVersion(144u16, 0u16),
firefox : BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position.bottom" => CSSFeature { id :
"css.properties.background-position.bottom", name : "background-position",
description :
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position.center" => CSSFeature { id :
"css.properties.background-position.center", name : "background-position",
description :
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position.left" => CSSFeature { id :
"css.properties.background-position.left", name : "background-position", description
:
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position.multiple_backgrounds" => CSSFeature { id :
"css.properties.background-position.multiple_backgrounds", name :
"background-position", description :
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position.right" => CSSFeature { id :
"css.properties.background-position.right", name : "background-position", description
:
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position.side-relative_values" => CSSFeature { id :
"css.properties.background-position.side-relative_values", name :
"background-position", description :
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(25u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(13u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-position.top" => CSSFeature { id :
"css.properties.background-position.top", name : "background-position", description :
"The background-position CSS property offsets the initial position of background images relative to the background origin.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-position", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-background-offsets",
"https://caniuse.com/background-position-x-y"], popularity : 75.44098f32, },
"css.properties.background-repeat" => CSSFeature { id :
"css.properties.background-repeat", name : "background-repeat", description :
"The background-repeat CSS property sets how a background image is tiled.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/background-repeat-round-space"], popularity : 72.62656f32, },
"css.properties.background-repeat.2-value" => CSSFeature { id :
"css.properties.background-repeat.2-value", name : "background-repeat", description :
"The background-repeat CSS property sets how a background image is tiled.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(3u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(13u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 0u16), }, caniuse : &
["https://caniuse.com/background-repeat-round-space"], popularity : 72.62656f32, },
"css.properties.background-repeat.multiple_backgrounds" => CSSFeature { id :
"css.properties.background-repeat.multiple_backgrounds", name : "background-repeat",
description :
"The background-repeat CSS property sets how a background image is tiled.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/background-repeat-round-space"], popularity : 72.62656f32, },
"css.properties.background-repeat.no-repeat" => CSSFeature { id :
"css.properties.background-repeat.no-repeat", name : "background-repeat", description
: "The background-repeat CSS property sets how a background image is tiled.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/background-repeat-round-space"], popularity : 72.62656f32, },
"css.properties.background-repeat.repeat" => CSSFeature { id :
"css.properties.background-repeat.repeat", name : "background-repeat", description :
"The background-repeat CSS property sets how a background image is tiled.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/background-repeat-round-space"], popularity : 72.62656f32, },
"css.properties.background-repeat.repeat-x" => CSSFeature { id :
"css.properties.background-repeat.repeat-x", name : "background-repeat", description
: "The background-repeat CSS property sets how a background image is tiled.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/background-repeat-round-space"], popularity : 72.62656f32, },
"css.properties.background-repeat.repeat-y" => CSSFeature { id :
"css.properties.background-repeat.repeat-y", name : "background-repeat", description
: "The background-repeat CSS property sets how a background image is tiled.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/background-repeat-round-space"], popularity : 72.62656f32, },
"css.properties.background-repeat.round" => CSSFeature { id :
"css.properties.background-repeat.round", name : "background-repeat", description :
"The background-repeat CSS property sets how a background image is tiled.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(30u16, 0u16), chrome_android :
BrowserVersion(30u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
["https://caniuse.com/background-repeat-round-space"], popularity : 72.62656f32, },
"css.properties.background-repeat.space" => CSSFeature { id :
"css.properties.background-repeat.space", name : "background-repeat", description :
"The background-repeat CSS property sets how a background image is tiled.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(30u16, 0u16), chrome_android :
BrowserVersion(30u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
["https://caniuse.com/background-repeat-round-space"], popularity : 72.62656f32, },
"css.properties.background-size" => CSSFeature { id :
"css.properties.background-size", name : "background-size", description :
"The background-size CSS property scales or stretches a background based on the size of the element (with the contain and cover keywords), a length, or percentage.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-size", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(3u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 73.54557f32, }, "css.properties.background-size.auto" => CSSFeature
{ id : "css.properties.background-size.auto", name : "background-size", description :
"The background-size CSS property scales or stretches a background based on the size of the element (with the contain and cover keywords), a length, or percentage.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-size", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(3u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 73.54557f32, }, "css.properties.background-size.contain" =>
CSSFeature { id : "css.properties.background-size.contain", name : "background-size",
description :
"The background-size CSS property scales or stretches a background based on the size of the element (with the contain and cover keywords), a length, or percentage.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-size", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(3u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 73.54557f32, }, "css.properties.background-size.cover" => CSSFeature
{ id : "css.properties.background-size.cover", name : "background-size", description
:
"The background-size CSS property scales or stretches a background based on the size of the element (with the contain and cover keywords), a length, or percentage.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-size", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(3u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 73.54557f32, }, "css.properties.background.SVG_image_as_background"
=> CSSFeature { id : "css.properties.background.SVG_image_as_background", name :
"SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.background.background-clip" => CSSFeature { id :
"css.properties.background.background-clip", name : "background-clip", description :
"The background-clip CSS property sets the extent of the background: the padding box, the content box, or the default border box.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-clip", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(21u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(4u16, 0u16), }, caniuse : &
[], popularity : 41.91593f32, }, "css.properties.background.background-origin" =>
CSSFeature { id : "css.properties.background.background-origin", name :
"background-origin", description :
"The background-origin CSS property sets the background starting position relative to the border and padding of an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-origin", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(21u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(4u16, 0u16), }, caniuse : &
[], popularity : 8.685258f32, }, "css.properties.background.background-size" =>
CSSFeature { id : "css.properties.background.background-size", name :
"background-size", description :
"The background-size CSS property scales or stretches a background based on the size of the element (with the contain and cover keywords), a length, or percentage.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background-size", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(21u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(18u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(4u16, 0u16), }, caniuse : &
[], popularity : 73.54557f32, }, "css.properties.background.local" => CSSFeature { id
: "css.properties.background.local", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.multiple_backgrounds" => CSSFeature { id :
"css.properties.background.multiple_backgrounds", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.no-repeat" => CSSFeature { id :
"css.properties.background.no-repeat", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.none" => CSSFeature { id :
"css.properties.background.none", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.repeat" => CSSFeature { id :
"css.properties.background.repeat", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.repeat-x" => CSSFeature { id :
"css.properties.background.repeat-x", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.repeat-y" => CSSFeature { id :
"css.properties.background.repeat-y", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.round" => CSSFeature { id :
"css.properties.background.round", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.scroll" => CSSFeature { id :
"css.properties.background.scroll", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.space" => CSSFeature { id :
"css.properties.background.space", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.background.transparent" => CSSFeature { id :
"css.properties.background.transparent", name : "background", description :
"The background CSS property is a shorthand that sets several background properties at once.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#background", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/multibackgrounds"], popularity : 87.43412f32, },
"css.properties.baseline-shift" => CSSFeature { id : "css.properties.baseline-shift",
name : "baseline-shift", description :
"The baseline-shift CSS property sets the position of an element relative to its dominant baseline.",
spec : "https://drafts.csswg.org/css-inline-3/#baseline-shift-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(4u16, 0u16), safari_ios :
BrowserVersion(3u16, 2u16), }, caniuse : & [], popularity : 0.355151f32, },
"css.properties.baseline-shift.baseline" => CSSFeature { id :
"css.properties.baseline-shift.baseline", name : "baseline-shift", description :
"The baseline-shift CSS property sets the position of an element relative to its dominant baseline.",
spec : "https://drafts.csswg.org/css-inline-3/#baseline-shift-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(4u16, 0u16), safari_ios :
BrowserVersion(3u16, 2u16), }, caniuse : & [], popularity : 0.355151f32, },
"css.properties.baseline-shift.sub" => CSSFeature { id :
"css.properties.baseline-shift.sub", name : "baseline-shift", description :
"The baseline-shift CSS property sets the position of an element relative to its dominant baseline.",
spec : "https://drafts.csswg.org/css-inline-3/#baseline-shift-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(4u16, 0u16), safari_ios :
BrowserVersion(3u16, 2u16), }, caniuse : & [], popularity : 0.355151f32, },
"css.properties.baseline-shift.super" => CSSFeature { id :
"css.properties.baseline-shift.super", name : "baseline-shift", description :
"The baseline-shift CSS property sets the position of an element relative to its dominant baseline.",
spec : "https://drafts.csswg.org/css-inline-3/#baseline-shift-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(4u16, 0u16), safari_ios :
BrowserVersion(3u16, 2u16), }, caniuse : & [], popularity : 0.355151f32, },
"css.properties.baseline-source" => CSSFeature { id :
"css.properties.baseline-source", name : "baseline-source", description :
"The baseline-source CSS property controls how inline-level boxes with multiple lines of text are aligned with the surrounding text. By default, which typographic baseline is used depends on the display property value.",
spec : "https://drafts.csswg.org/css-inline-3/#baseline-source", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(115u16, 0u16), firefox_android
: BrowserVersion(115u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0.019301f32, },
"css.properties.baseline-source.auto" => CSSFeature { id :
"css.properties.baseline-source.auto", name : "baseline-source", description :
"The baseline-source CSS property controls how inline-level boxes with multiple lines of text are aligned with the surrounding text. By default, which typographic baseline is used depends on the display property value.",
spec : "https://drafts.csswg.org/css-inline-3/#baseline-source", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(115u16, 0u16), firefox_android
: BrowserVersion(115u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0.019301f32, },
"css.properties.baseline-source.first" => CSSFeature { id :
"css.properties.baseline-source.first", name : "baseline-source", description :
"The baseline-source CSS property controls how inline-level boxes with multiple lines of text are aligned with the surrounding text. By default, which typographic baseline is used depends on the display property value.",
spec : "https://drafts.csswg.org/css-inline-3/#baseline-source", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(115u16, 0u16), firefox_android
: BrowserVersion(115u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0.019301f32, },
"css.properties.baseline-source.last" => CSSFeature { id :
"css.properties.baseline-source.last", name : "baseline-source", description :
"The baseline-source CSS property controls how inline-level boxes with multiple lines of text are aligned with the surrounding text. By default, which typographic baseline is used depends on the display property value.",
spec : "https://drafts.csswg.org/css-inline-3/#baseline-source", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(115u16, 0u16), firefox_android
: BrowserVersion(115u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0.019301f32, },
"css.properties.block-size" => CSSFeature { id : "css.properties.block-size", name :
"Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.block-size.anchor-size" => CSSFeature { id :
"css.properties.block-size.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.block-size.fit-content" => CSSFeature { id :
"css.properties.block-size.fit-content", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.block-size.fit-content_function" => CSSFeature { id :
"css.properties.block-size.fit-content_function", name : "fit-content()", description
:
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.block-size.max-content"
=> CSSFeature { id : "css.properties.block-size.max-content", name :
"Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.block-size.min-content" => CSSFeature { id :
"css.properties.block-size.min-content", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border" => CSSFeature { id : "css.properties.border", name :
"Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-block" => CSSFeature { id :
"css.properties.border-block", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-color" => CSSFeature { id :
"css.properties.border-block-color", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-end" => CSSFeature { id :
"css.properties.border-block-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-end-color" => CSSFeature { id :
"css.properties.border-block-end-color", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-end-style" => CSSFeature { id :
"css.properties.border-block-end-style", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-end-width" => CSSFeature { id :
"css.properties.border-block-end-width", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-start" => CSSFeature { id :
"css.properties.border-block-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-start-color" => CSSFeature { id :
"css.properties.border-block-start-color", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-start-style" => CSSFeature { id :
"css.properties.border-block-start-style", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-start-width" => CSSFeature { id :
"css.properties.border-block-start-width", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-style" => CSSFeature { id :
"css.properties.border-block-style", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-block-width" => CSSFeature { id :
"css.properties.border-block-width", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-bottom" => CSSFeature { id : "css.properties.border-bottom",
name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-color" => CSSFeature { id :
"css.properties.border-bottom-color", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-color.transparent" =>
CSSFeature { id : "css.properties.border-bottom-color.transparent", name : "Borders",
description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-left-radius" => CSSFeature {
id : "css.properties.border-bottom-left-radius", name : "border-radius", description
:
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-bottom-left-radius.elliptical_corners" => CSSFeature { id :
"css.properties.border-bottom-left-radius.elliptical_corners", name :
"border-radius", description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-bottom-left-radius.percentages" => CSSFeature { id :
"css.properties.border-bottom-left-radius.percentages", name : "border-radius",
description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-bottom-right-radius" => CSSFeature { id :
"css.properties.border-bottom-right-radius", name : "border-radius", description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-bottom-right-radius.elliptical_corners" => CSSFeature { id :
"css.properties.border-bottom-right-radius.elliptical_corners", name :
"border-radius", description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-bottom-right-radius.percentages" => CSSFeature { id :
"css.properties.border-bottom-right-radius.percentages", name : "border-radius",
description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-bottom-style" => CSSFeature { id :
"css.properties.border-bottom-style", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.dashed" => CSSFeature {
id : "css.properties.border-bottom-style.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.dotted" => CSSFeature {
id : "css.properties.border-bottom-style.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.double" => CSSFeature {
id : "css.properties.border-bottom-style.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.groove" => CSSFeature {
id : "css.properties.border-bottom-style.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.hidden" => CSSFeature {
id : "css.properties.border-bottom-style.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.inset" => CSSFeature {
id : "css.properties.border-bottom-style.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.none" => CSSFeature {
id : "css.properties.border-bottom-style.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.outset" => CSSFeature {
id : "css.properties.border-bottom-style.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.ridge" => CSSFeature {
id : "css.properties.border-bottom-style.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-style.solid" => CSSFeature {
id : "css.properties.border-bottom-style.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-width" => CSSFeature { id :
"css.properties.border-bottom-width", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-width.medium" => CSSFeature {
id : "css.properties.border-bottom-width.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-width.thick" => CSSFeature {
id : "css.properties.border-bottom-width.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom-width.thin" => CSSFeature {
id : "css.properties.border-bottom-width.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.dashed" => CSSFeature { id :
"css.properties.border-bottom.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.dotted" => CSSFeature { id :
"css.properties.border-bottom.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.double" => CSSFeature { id :
"css.properties.border-bottom.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.groove" => CSSFeature { id :
"css.properties.border-bottom.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.hidden" => CSSFeature { id :
"css.properties.border-bottom.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.inset" => CSSFeature { id :
"css.properties.border-bottom.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.medium" => CSSFeature { id :
"css.properties.border-bottom.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.none" => CSSFeature { id :
"css.properties.border-bottom.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.outset" => CSSFeature { id :
"css.properties.border-bottom.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.ridge" => CSSFeature { id :
"css.properties.border-bottom.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.solid" => CSSFeature { id :
"css.properties.border-bottom.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.thick" => CSSFeature { id :
"css.properties.border-bottom.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.thin" => CSSFeature { id :
"css.properties.border-bottom.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-bottom.transparent" => CSSFeature {
id : "css.properties.border-bottom.transparent", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-collapse" => CSSFeature { id :
"css.properties.border-collapse", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 1u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-collapse.collapse" => CSSFeature {
id : "css.properties.border-collapse.collapse", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 1u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-collapse.separate" => CSSFeature {
id : "css.properties.border-collapse.separate", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 1u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-color" => CSSFeature { id :
"css.properties.border-color", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-color.transparent" => CSSFeature {
id : "css.properties.border-color.transparent", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-end-end-radius" => CSSFeature { id :
"css.properties.border-end-end-radius", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-end-start-radius" => CSSFeature { id :
"css.properties.border-end-start-radius", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-image" => CSSFeature { id : "css.properties.border-image",
name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-outset" => CSSFeature { id :
"css.properties.border-image-outset", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(15u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-repeat" => CSSFeature { id :
"css.properties.border-image-repeat", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 9u32, 21u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 3u32, 21u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(15u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-repeat.repeat" => CSSFeature { id :
"css.properties.border-image-repeat.repeat", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 9u32, 21u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 3u32, 21u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(15u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-repeat.round" => CSSFeature { id :
"css.properties.border-image-repeat.round", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 9u32, 21u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 3u32, 21u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(30u16, 0u16), chrome_android :
BrowserVersion(30u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-repeat.space" => CSSFeature { id :
"css.properties.border-image-repeat.space", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 8u32, 1u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 2u32, 1u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(56u16, 0u16), chrome_android :
BrowserVersion(56u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(50u16, 0u16), firefox_android : BrowserVersion(50u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-repeat.stretch" => CSSFeature { id :
"css.properties.border-image-repeat.stretch", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 9u32, 21u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 3u32, 21u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(15u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-slice" => CSSFeature { id :
"css.properties.border-image-slice", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(15u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-source" => CSSFeature { id :
"css.properties.border-image-source", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(15u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-width" => CSSFeature { id :
"css.properties.border-image-width", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(13u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image-width.auto" => CSSFeature { id :
"css.properties.border-image-width.auto", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image.fill" => CSSFeature { id :
"css.properties.border-image.fill", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image.gradient" => CSSFeature { id :
"css.properties.border-image.gradient", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(29u16, 0u16), firefox_android : BrowserVersion(29u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image.none" => CSSFeature { id :
"css.properties.border-image.none", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image.optional_border_image_slice" => CSSFeature { id :
"css.properties.border-image.optional_border_image_slice", name : "Border images",
description : "The border-image CSS property draws an image around an element.", spec
: "https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image.repeat" => CSSFeature { id :
"css.properties.border-image.repeat", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image.round" => CSSFeature { id :
"css.properties.border-image.round", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image.space" => CSSFeature { id :
"css.properties.border-image.space", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-image.stretch" => CSSFeature { id :
"css.properties.border-image.stretch", name : "Border images", description :
"The border-image CSS property draws an image around an element.", spec :
"https://drafts.csswg.org/css-backgrounds-3/#border-images", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/border-image"], popularity : 5.620466f32, },
"css.properties.border-inline" => CSSFeature { id : "css.properties.border-inline",
name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-color" => CSSFeature { id :
"css.properties.border-inline-color", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-end" => CSSFeature { id :
"css.properties.border-inline-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-end-color" => CSSFeature { id :
"css.properties.border-inline-end-color", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-end-style" => CSSFeature { id :
"css.properties.border-inline-end-style", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-end-width" => CSSFeature { id :
"css.properties.border-inline-end-width", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-start" => CSSFeature { id :
"css.properties.border-inline-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-start-color" => CSSFeature { id :
"css.properties.border-inline-start-color", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-start-style" => CSSFeature { id :
"css.properties.border-inline-start-style", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-start-width" => CSSFeature { id :
"css.properties.border-inline-start-width", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-style" => CSSFeature { id :
"css.properties.border-inline-style", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-inline-width" => CSSFeature { id :
"css.properties.border-inline-width", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-left" => CSSFeature { id : "css.properties.border-left", name
: "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-color" => CSSFeature { id :
"css.properties.border-left-color", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-color.transparent" =>
CSSFeature { id : "css.properties.border-left-color.transparent", name : "Borders",
description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style" => CSSFeature { id :
"css.properties.border-left-style", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.dashed" => CSSFeature {
id : "css.properties.border-left-style.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.dotted" => CSSFeature {
id : "css.properties.border-left-style.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.double" => CSSFeature {
id : "css.properties.border-left-style.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.groove" => CSSFeature {
id : "css.properties.border-left-style.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.hidden" => CSSFeature {
id : "css.properties.border-left-style.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.inset" => CSSFeature { id
: "css.properties.border-left-style.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.none" => CSSFeature { id
: "css.properties.border-left-style.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.outset" => CSSFeature {
id : "css.properties.border-left-style.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.ridge" => CSSFeature { id
: "css.properties.border-left-style.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-style.solid" => CSSFeature { id
: "css.properties.border-left-style.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-width" => CSSFeature { id :
"css.properties.border-left-width", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-width.medium" => CSSFeature {
id : "css.properties.border-left-width.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-width.thick" => CSSFeature { id
: "css.properties.border-left-width.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left-width.thin" => CSSFeature { id
: "css.properties.border-left-width.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.dashed" => CSSFeature { id :
"css.properties.border-left.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.dotted" => CSSFeature { id :
"css.properties.border-left.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.double" => CSSFeature { id :
"css.properties.border-left.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.groove" => CSSFeature { id :
"css.properties.border-left.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.hidden" => CSSFeature { id :
"css.properties.border-left.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.inset" => CSSFeature { id :
"css.properties.border-left.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.medium" => CSSFeature { id :
"css.properties.border-left.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.none" => CSSFeature { id :
"css.properties.border-left.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.outset" => CSSFeature { id :
"css.properties.border-left.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.ridge" => CSSFeature { id :
"css.properties.border-left.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.solid" => CSSFeature { id :
"css.properties.border-left.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.thick" => CSSFeature { id :
"css.properties.border-left.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.thin" => CSSFeature { id :
"css.properties.border-left.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-left.transparent" => CSSFeature { id
: "css.properties.border-left.transparent", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-radius" => CSSFeature { id :
"css.properties.border-radius", name : "border-radius", description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-radius.4_values_for_4_corners" => CSSFeature { id :
"css.properties.border-radius.4_values_for_4_corners", name : "border-radius",
description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-radius.elliptical_borders" => CSSFeature { id :
"css.properties.border-radius.elliptical_borders", name : "border-radius",
description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-radius.percentages" => CSSFeature { id :
"css.properties.border-radius.percentages", name : "border-radius", description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(8u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-right" => CSSFeature { id : "css.properties.border-right",
name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-color" => CSSFeature { id :
"css.properties.border-right-color", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-color.transparent" =>
CSSFeature { id : "css.properties.border-right-color.transparent", name : "Borders",
description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style" => CSSFeature { id :
"css.properties.border-right-style", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.dashed" => CSSFeature {
id : "css.properties.border-right-style.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.dotted" => CSSFeature {
id : "css.properties.border-right-style.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.double" => CSSFeature {
id : "css.properties.border-right-style.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.groove" => CSSFeature {
id : "css.properties.border-right-style.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.hidden" => CSSFeature {
id : "css.properties.border-right-style.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.inset" => CSSFeature {
id : "css.properties.border-right-style.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.none" => CSSFeature { id
: "css.properties.border-right-style.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.outset" => CSSFeature {
id : "css.properties.border-right-style.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.ridge" => CSSFeature {
id : "css.properties.border-right-style.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-style.solid" => CSSFeature {
id : "css.properties.border-right-style.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-width" => CSSFeature { id :
"css.properties.border-right-width", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-width.medium" => CSSFeature {
id : "css.properties.border-right-width.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-width.thick" => CSSFeature {
id : "css.properties.border-right-width.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right-width.thin" => CSSFeature { id
: "css.properties.border-right-width.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.dashed" => CSSFeature { id :
"css.properties.border-right.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.dotted" => CSSFeature { id :
"css.properties.border-right.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.double" => CSSFeature { id :
"css.properties.border-right.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.groove" => CSSFeature { id :
"css.properties.border-right.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.hidden" => CSSFeature { id :
"css.properties.border-right.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.inset" => CSSFeature { id :
"css.properties.border-right.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.medium" => CSSFeature { id :
"css.properties.border-right.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.none" => CSSFeature { id :
"css.properties.border-right.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.outset" => CSSFeature { id :
"css.properties.border-right.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.ridge" => CSSFeature { id :
"css.properties.border-right.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.solid" => CSSFeature { id :
"css.properties.border-right.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.thick" => CSSFeature { id :
"css.properties.border-right.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.thin" => CSSFeature { id :
"css.properties.border-right.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-right.transparent" => CSSFeature {
id : "css.properties.border-right.transparent", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-spacing" => CSSFeature { id :
"css.properties.border-spacing", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-start-end-radius" => CSSFeature { id
: "css.properties.border-start-end-radius", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-start-start-radius" => CSSFeature { id :
"css.properties.border-start-start-radius", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.border-style" => CSSFeature { id : "css.properties.border-style",
name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.dashed" => CSSFeature { id :
"css.properties.border-style.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.dotted" => CSSFeature { id :
"css.properties.border-style.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.double" => CSSFeature { id :
"css.properties.border-style.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.groove" => CSSFeature { id :
"css.properties.border-style.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.hidden" => CSSFeature { id :
"css.properties.border-style.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.inset" => CSSFeature { id :
"css.properties.border-style.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.none" => CSSFeature { id :
"css.properties.border-style.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.outset" => CSSFeature { id :
"css.properties.border-style.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.ridge" => CSSFeature { id :
"css.properties.border-style.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-style.solid" => CSSFeature { id :
"css.properties.border-style.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top" => CSSFeature { id :
"css.properties.border-top", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-color" => CSSFeature { id :
"css.properties.border-top-color", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-color.transparent" => CSSFeature
{ id : "css.properties.border-top-color.transparent", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-left-radius" => CSSFeature { id
: "css.properties.border-top-left-radius", name : "border-radius", description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-top-left-radius.elliptical_corners" => CSSFeature { id :
"css.properties.border-top-left-radius.elliptical_corners", name : "border-radius",
description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-top-left-radius.percentages" => CSSFeature { id :
"css.properties.border-top-left-radius.percentages", name : "border-radius",
description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-top-right-radius" => CSSFeature { id :
"css.properties.border-top-right-radius", name : "border-radius", description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-top-right-radius.elliptical_corners" => CSSFeature { id :
"css.properties.border-top-right-radius.elliptical_corners", name : "border-radius",
description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-top-right-radius.percentages" => CSSFeature { id :
"css.properties.border-top-right-radius.percentages", name : "border-radius",
description :
"The border-radius CSS property rounds the corners of the border drawn around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#corners", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
["https://caniuse.com/border-radius"], popularity : 86.368805f32, },
"css.properties.border-top-style" => CSSFeature { id :
"css.properties.border-top-style", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.dashed" => CSSFeature { id
: "css.properties.border-top-style.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.dotted" => CSSFeature { id
: "css.properties.border-top-style.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.double" => CSSFeature { id
: "css.properties.border-top-style.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.groove" => CSSFeature { id
: "css.properties.border-top-style.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.hidden" => CSSFeature { id
: "css.properties.border-top-style.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.inset" => CSSFeature { id
: "css.properties.border-top-style.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.none" => CSSFeature { id :
"css.properties.border-top-style.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.outset" => CSSFeature { id
: "css.properties.border-top-style.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.ridge" => CSSFeature { id
: "css.properties.border-top-style.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-style.solid" => CSSFeature { id
: "css.properties.border-top-style.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-width" => CSSFeature { id :
"css.properties.border-top-width", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-width.medium" => CSSFeature { id
: "css.properties.border-top-width.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-width.thick" => CSSFeature { id
: "css.properties.border-top-width.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top-width.thin" => CSSFeature { id :
"css.properties.border-top-width.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.dashed" => CSSFeature { id :
"css.properties.border-top.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.dotted" => CSSFeature { id :
"css.properties.border-top.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.double" => CSSFeature { id :
"css.properties.border-top.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.groove" => CSSFeature { id :
"css.properties.border-top.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.hidden" => CSSFeature { id :
"css.properties.border-top.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.inset" => CSSFeature { id :
"css.properties.border-top.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.medium" => CSSFeature { id :
"css.properties.border-top.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.none" => CSSFeature { id :
"css.properties.border-top.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.outset" => CSSFeature { id :
"css.properties.border-top.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.ridge" => CSSFeature { id :
"css.properties.border-top.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.solid" => CSSFeature { id :
"css.properties.border-top.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.thick" => CSSFeature { id :
"css.properties.border-top.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.thin" => CSSFeature { id :
"css.properties.border-top.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-top.transparent" => CSSFeature { id
: "css.properties.border-top.transparent", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-width" => CSSFeature { id :
"css.properties.border-width", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-width.medium" => CSSFeature { id :
"css.properties.border-width.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-width.thick" => CSSFeature { id :
"css.properties.border-width.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border-width.thin" => CSSFeature { id :
"css.properties.border-width.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.dashed" => CSSFeature { id :
"css.properties.border.dashed", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.dotted" => CSSFeature { id :
"css.properties.border.dotted", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.double" => CSSFeature { id :
"css.properties.border.double", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.groove" => CSSFeature { id :
"css.properties.border.groove", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.hidden" => CSSFeature { id :
"css.properties.border.hidden", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.inset" => CSSFeature { id :
"css.properties.border.inset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.medium" => CSSFeature { id :
"css.properties.border.medium", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.none" => CSSFeature { id :
"css.properties.border.none", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.outset" => CSSFeature { id :
"css.properties.border.outset", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.ridge" => CSSFeature { id :
"css.properties.border.ridge", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.solid" => CSSFeature { id :
"css.properties.border.solid", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.thick" => CSSFeature { id :
"css.properties.border.thick", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.thin" => CSSFeature { id :
"css.properties.border.thin", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.border.transparent" => CSSFeature { id :
"css.properties.border.transparent", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.bottom" => CSSFeature { id :
"css.properties.bottom", name : "Physical properties", description :
"The physical CSS properties, top, right, bottom, and left, set the inset position of an element relative to the corresponding side of a container determined by the element's position property.",
spec : "https://drafts.csswg.org/css-position-3/#insets", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.bottom.anchor" => CSSFeature {
id : "css.properties.bottom.anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.bottom.anchor-size" => CSSFeature { id :
"css.properties.bottom.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.bottom.auto" => CSSFeature { id :
"css.properties.bottom.auto", name : "Physical properties", description :
"The physical CSS properties, top, right, bottom, and left, set the inset position of an element relative to the corresponding side of a container determined by the element's position property.",
spec : "https://drafts.csswg.org/css-position-3/#insets", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.box-decoration-break" =>
CSSFeature { id : "css.properties.box-decoration-break", name :
"box-decoration-break", description :
"The box-decoration-break CSS property sets whether box decorations, such as borders or backgrounds, of an element divided across a page, column, or region wraps each fragment or splits across the break.",
spec : "https://drafts.csswg.org/css-break-4/#break-decoration", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(32u16, 0u16), firefox_android
: BrowserVersion(32u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-boxdecorationbreak"],
popularity : 2.359762f32, }, "css.properties.box-decoration-break.clone" =>
CSSFeature { id : "css.properties.box-decoration-break.clone", name :
"box-decoration-break", description :
"The box-decoration-break CSS property sets whether box decorations, such as borders or backgrounds, of an element divided across a page, column, or region wraps each fragment or splits across the break.",
spec : "https://drafts.csswg.org/css-break-4/#break-decoration", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(32u16, 0u16), firefox_android
: BrowserVersion(32u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-boxdecorationbreak"],
popularity : 2.359762f32, }, "css.properties.box-decoration-break.slice" =>
CSSFeature { id : "css.properties.box-decoration-break.slice", name :
"box-decoration-break", description :
"The box-decoration-break CSS property sets whether box decorations, such as borders or backgrounds, of an element divided across a page, column, or region wraps each fragment or splits across the break.",
spec : "https://drafts.csswg.org/css-break-4/#break-decoration", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(32u16, 0u16), firefox_android
: BrowserVersion(32u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-boxdecorationbreak"],
popularity : 2.359762f32, }, "css.properties.box-shadow" => CSSFeature { id :
"css.properties.box-shadow", name : "box-shadow", description :
"The box-shadow CSS property applies shadow effects around an element's frame. This can create drop shadow and inner shadow effects.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#box-shadow", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(10u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
["https://caniuse.com/css-boxshadow"], popularity : 82.1469f32, },
"css.properties.box-shadow.inset" => CSSFeature { id :
"css.properties.box-shadow.inset", name : "box-shadow", description :
"The box-shadow CSS property applies shadow effects around an element's frame. This can create drop shadow and inner shadow effects.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#box-shadow", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(10u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
["https://caniuse.com/css-boxshadow"], popularity : 82.1469f32, },
"css.properties.box-shadow.multiple_shadows" => CSSFeature { id :
"css.properties.box-shadow.multiple_shadows", name : "box-shadow", description :
"The box-shadow CSS property applies shadow effects around an element's frame. This can create drop shadow and inner shadow effects.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#box-shadow", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(10u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
["https://caniuse.com/css-boxshadow"], popularity : 82.1469f32, },
"css.properties.box-shadow.none" => CSSFeature { id :
"css.properties.box-shadow.none", name : "box-shadow", description :
"The box-shadow CSS property applies shadow effects around an element's frame. This can create drop shadow and inner shadow effects.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#box-shadow", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(10u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
["https://caniuse.com/css-boxshadow"], popularity : 82.1469f32, },
"css.properties.box-shadow.spread_radius" => CSSFeature { id :
"css.properties.box-shadow.spread_radius", name : "box-shadow", description :
"The box-shadow CSS property applies shadow effects around an element's frame. This can create drop shadow and inner shadow effects.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#box-shadow", groups : &
["background"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(10u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
["https://caniuse.com/css-boxshadow"], popularity : 82.1469f32, },
"css.properties.box-sizing" => CSSFeature { id : "css.properties.box-sizing", name :
"box-sizing", description :
"The box-sizing CSS property sets whether an element's width and height are calculated based on the content-box, which does not count the size of borders or padding, or border-box, which does count them.",
spec : "https://drafts.csswg.org/css-sizing-3/#propdef-box-sizing", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(10u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(29u16, 0u16), firefox_android : BrowserVersion(29u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/css3-boxsizing"], popularity : 85.89869f32, },
"css.properties.box-sizing.border-box" => CSSFeature { id :
"css.properties.box-sizing.border-box", name : "box-sizing", description :
"The box-sizing CSS property sets whether an element's width and height are calculated based on the content-box, which does not count the size of borders or padding, or border-box, which does count them.",
spec : "https://drafts.csswg.org/css-sizing-3/#propdef-box-sizing", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(10u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(29u16, 0u16), firefox_android : BrowserVersion(29u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/css3-boxsizing"], popularity : 85.89869f32, },
"css.properties.box-sizing.content-box" => CSSFeature { id :
"css.properties.box-sizing.content-box", name : "box-sizing", description :
"The box-sizing CSS property sets whether an element's width and height are calculated based on the content-box, which does not count the size of borders or padding, or border-box, which does count them.",
spec : "https://drafts.csswg.org/css-sizing-3/#propdef-box-sizing", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(10u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(29u16, 0u16), firefox_android : BrowserVersion(29u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/css3-boxsizing"], popularity : 85.89869f32, },
"css.properties.break-after" => CSSFeature { id : "css.properties.break-after", name
: "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 7u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 1u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-after.always" => CSSFeature { id :
"css.properties.break-after.always", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(65u16, 0u16), firefox_android :
BrowserVersion(65u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.auto" => CSSFeature { id :
"css.properties.break-after.auto", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-after.avoid" => CSSFeature { id :
"css.properties.break-after.avoid", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.avoid-column" => CSSFeature { id :
"css.properties.break-after.avoid-column", name : "Column breaks", description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.avoid-page" => CSSFeature { id :
"css.properties.break-after.avoid-page", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.column" => CSSFeature { id :
"css.properties.break-after.column", name : "Column breaks", description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.left" => CSSFeature { id :
"css.properties.break-after.left", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-after.multicol_context" => CSSFeature
{ id : "css.properties.break-after.multicol_context", name : "Column breaks",
description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.multicol_context.avoid" => CSSFeature { id :
"css.properties.break-after.multicol_context.avoid", name : "Column breaks",
description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(102u16, 0u16), chrome_android : BrowserVersion(102u16,
0u16), edge : BrowserVersion(102u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.multicol_context.avoid-column" => CSSFeature { id :
"css.properties.break-after.multicol_context.avoid-column", name : "Column breaks",
description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(102u16, 0u16), chrome_android : BrowserVersion(102u16,
0u16), edge : BrowserVersion(102u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.multicol_context.column" => CSSFeature { id :
"css.properties.break-after.multicol_context.column", name : "Column breaks",
description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.break-after.page" =>
CSSFeature { id : "css.properties.break-after.page", name : "Page breaks",
description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-after.paged_context" => CSSFeature {
id : "css.properties.break-after.paged_context", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 7u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 1u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-after.paged_context.avoid-page" =>
CSSFeature { id : "css.properties.break-after.paged_context.avoid-page", name :
"Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.paged_context.page" => CSSFeature { id :
"css.properties.break-after.paged_context.page", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 7u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 1u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-after.paged_context.recto" =>
CSSFeature { id : "css.properties.break-after.paged_context.recto", name :
"Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.break-after.recto" =>
CSSFeature { id : "css.properties.break-after.recto", name : "Page breaks",
description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-after.right" => CSSFeature { id :
"css.properties.break-after.right", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-after.verso" => CSSFeature { id :
"css.properties.break-after.verso", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before" => CSSFeature { id : "css.properties.break-before",
name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 7u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 1u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-before.always" => CSSFeature { id :
"css.properties.break-before.always", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(65u16, 0u16), firefox_android :
BrowserVersion(65u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before.auto" => CSSFeature { id :
"css.properties.break-before.auto", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-before.avoid" => CSSFeature { id :
"css.properties.break-before.avoid", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before.avoid-column" => CSSFeature { id :
"css.properties.break-before.avoid-column", name : "Column breaks", description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before.avoid-page" => CSSFeature { id :
"css.properties.break-before.avoid-page", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before.column" => CSSFeature { id :
"css.properties.break-before.column", name : "Column breaks", description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before.left" => CSSFeature { id :
"css.properties.break-before.left", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-before.multicol_context" =>
CSSFeature { id : "css.properties.break-before.multicol_context", name :
"Column breaks", description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before.multicol_context.avoid" => CSSFeature { id :
"css.properties.break-before.multicol_context.avoid", name : "Column breaks",
description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(102u16, 0u16), chrome_android : BrowserVersion(102u16,
0u16), edge : BrowserVersion(102u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before.multicol_context.avoid-column" => CSSFeature { id :
"css.properties.break-before.multicol_context.avoid-column", name : "Column breaks",
description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(102u16, 0u16), chrome_android : BrowserVersion(102u16,
0u16), edge : BrowserVersion(102u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before.multicol_context.column" => CSSFeature { id :
"css.properties.break-before.multicol_context.column", name : "Column breaks",
description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(51u16, 0u16), chrome_android : BrowserVersion(51u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.break-before.page" =>
CSSFeature { id : "css.properties.break-before.page", name : "Page breaks",
description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-before.paged_context" => CSSFeature {
id : "css.properties.break-before.paged_context", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 7u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 1u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-before.paged_context.page" =>
CSSFeature { id : "css.properties.break-before.paged_context.page", name :
"Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 7u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 1u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-before.paged_context.recto" =>
CSSFeature { id : "css.properties.break-before.paged_context.recto", name :
"Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.break-before.recto" =>
CSSFeature { id : "css.properties.break-before.recto", name : "Page breaks",
description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-before.right" => CSSFeature { id :
"css.properties.break-before.right", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-before.verso" => CSSFeature { id :
"css.properties.break-before.verso", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(50u16, 0u16), chrome_android : BrowserVersion(50u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(10u16, 0u16), safari_ios :
BrowserVersion(10u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.break-inside" => CSSFeature { id : "css.properties.break-inside",
name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 7u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 1u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-inside.auto" => CSSFeature { id :
"css.properties.break-inside.auto", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-inside.avoid" => CSSFeature { id :
"css.properties.break-inside.avoid", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-inside.avoid-column" => CSSFeature {
id : "css.properties.break-inside.avoid-column", name : "Column breaks", description
:
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 7u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 7u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(92u16, 0u16), firefox_android : BrowserVersion(92u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-inside.avoid-page" => CSSFeature { id
: "css.properties.break-inside.avoid-page", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 7u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 7u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(92u16, 0u16), firefox_android : BrowserVersion(92u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-inside.multicol_context" =>
CSSFeature { id : "css.properties.break-inside.multicol_context", name :
"Column breaks", description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 7u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 1u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-inside.multicol_context.avoid-column"
=> CSSFeature { id : "css.properties.break-inside.multicol_context.avoid-column",
name : "Column breaks", description :
"In columnar layouts (created by the columns or column-count CSS properties), the break-after, break-before, break-inside properties control where columns start or end.",
spec : "https://drafts.csswg.org/css-break-3/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 7u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 7u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(92u16, 0u16), firefox_android : BrowserVersion(92u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-inside.paged_context" => CSSFeature {
id : "css.properties.break-inside.paged_context", name : "Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 7u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 1u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.break-inside.paged_context.avoid-page" =>
CSSFeature { id : "css.properties.break-inside.paged_context.avoid-page", name :
"Page breaks", description :
"In printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.",
spec : "https://drafts.csswg.org/css-break-4/#breaking-controls", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(51u16, 0u16), chrome_android : BrowserVersion(51u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(92u16, 0u16),
firefox_android : BrowserVersion(92u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.caption-side" => CSSFeature { id : "css.properties.caption-side",
name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.caption-side.bottom" => CSSFeature { id :
"css.properties.caption-side.bottom", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.caption-side.bottom-outside" => CSSFeature
{ id : "css.properties.caption-side.bottom-outside", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.caption-side.top" =>
CSSFeature { id : "css.properties.caption-side.top", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.caption-side.top-outside" => CSSFeature {
id : "css.properties.caption-side.top-outside", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.caption-side.writing-mode_relative_values" => CSSFeature { id :
"css.properties.caption-side.writing-mode_relative_values", name : "Tables",
description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(42u16, 0u16),
firefox_android : BrowserVersion(42u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.caret-color" => CSSFeature { id : "css.properties.caret-color", name
: "caret-color", description :
"The caret-color CSS property sets the color of the text insertion pointer in a text input.",
spec : "https://drafts.csswg.org/css-ui-4/#insertion-caret", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), },
caniuse : & ["https://caniuse.com/css-caret-color"], popularity : 13.457812f32, },
"css.properties.caret-shape" => CSSFeature { id : "css.properties.caret-shape", name
: "caret-shape", description :
"The caret-shape CSS property sets the shape of the insertion caret, the symbol that shows where the next character is to be inserted or deleted.",
spec : "https://drafts.csswg.org/css-ui-4/#propdef-caret-shape", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.017725f32, }, "css.properties.caret-shape.auto"
=> CSSFeature { id : "css.properties.caret-shape.auto", name : "caret-shape",
description :
"The caret-shape CSS property sets the shape of the insertion caret, the symbol that shows where the next character is to be inserted or deleted.",
spec : "https://drafts.csswg.org/css-ui-4/#propdef-caret-shape", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.017725f32, }, "css.properties.caret-shape.bar"
=> CSSFeature { id : "css.properties.caret-shape.bar", name : "caret-shape",
description :
"The caret-shape CSS property sets the shape of the insertion caret, the symbol that shows where the next character is to be inserted or deleted.",
spec : "https://drafts.csswg.org/css-ui-4/#propdef-caret-shape", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.017725f32, },
"css.properties.caret-shape.block" => CSSFeature { id :
"css.properties.caret-shape.block", name : "caret-shape", description :
"The caret-shape CSS property sets the shape of the insertion caret, the symbol that shows where the next character is to be inserted or deleted.",
spec : "https://drafts.csswg.org/css-ui-4/#propdef-caret-shape", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.017725f32, },
"css.properties.caret-shape.underscore" => CSSFeature { id :
"css.properties.caret-shape.underscore", name : "caret-shape", description :
"The caret-shape CSS property sets the shape of the insertion caret, the symbol that shows where the next character is to be inserted or deleted.",
spec : "https://drafts.csswg.org/css-ui-4/#propdef-caret-shape", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.017725f32, }, "css.properties.clear" =>
CSSFeature { id : "css.properties.clear", name : "float and clear", description :
"The float CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The clear CSS property sets whether an element is moved below floating elements that proceed it.",
spec : "https://drafts.csswg.org/css2/#propdef-float", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.clear.both" => CSSFeature { id
: "css.properties.clear.both", name : "float and clear", description :
"The float CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The clear CSS property sets whether an element is moved below floating elements that proceed it.",
spec : "https://drafts.csswg.org/css2/#propdef-float", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.clear.inline-end" => CSSFeature
{ id : "css.properties.clear.inline-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 10u32, 13u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.clear.inline-start" => CSSFeature { id :
"css.properties.clear.inline-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 10u32, 13u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.clear.left" => CSSFeature { id : "css.properties.clear.left", name :
"float and clear", description :
"The float CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The clear CSS property sets whether an element is moved below floating elements that proceed it.",
spec : "https://drafts.csswg.org/css2/#propdef-float", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.clear.none" => CSSFeature { id
: "css.properties.clear.none", name : "float and clear", description :
"The float CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The clear CSS property sets whether an element is moved below floating elements that proceed it.",
spec : "https://drafts.csswg.org/css2/#propdef-float", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.clear.right" => CSSFeature { id
: "css.properties.clear.right", name : "float and clear", description :
"The float CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The clear CSS property sets whether an element is moved below floating elements that proceed it.",
spec : "https://drafts.csswg.org/css2/#propdef-float", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.clip" => CSSFeature { id :
"css.properties.clip", name : "clip", description :
"The clip CSS property sets the visible area of an absolutely positioned element.",
spec : "https://drafts.csswg.org/css-masking-1/#clip-property", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 50.815f32, }, "css.properties.clip-path" => CSSFeature { id :
"css.properties.clip-path", name : "clip-path", description :
"The clip-path CSS property and SVG attribute set the visible area of an element. Everything outside the area will be hidden.",
spec : "https://drafts.csswg.org/css-masking-1/#the-clip-path", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(55u16, 0u16), chrome_android :
BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 41.928574f32, }, "css.properties.clip-path.basic_shape" =>
CSSFeature { id : "css.properties.clip-path.basic_shape", name : "clip-path",
description :
"The clip-path CSS property and SVG attribute set the visible area of an element. Everything outside the area will be hidden.",
spec : "https://drafts.csswg.org/css-masking-1/#the-clip-path", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(55u16, 0u16), chrome_android :
BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(54u16, 0u16), firefox_android : BrowserVersion(54u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 41.928574f32, }, "css.properties.clip-path.fill-box" => CSSFeature {
id : "css.properties.clip-path.fill-box", name : "Clip path boxes", description :
"The fill-box, stroke-box, and view-box values for clip-path set an edge of the element's box to use as the clipping shape.",
spec : "https://drafts.csswg.org/css-masking-1/#the-clip-path", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 11u32, 2u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(119u16, 0u16),
chrome_android : BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16),
firefox : BrowserVersion(51u16, 0u16), firefox_android : BrowserVersion(51u16, 0u16),
safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.clip-path.html_elements" =>
CSSFeature { id : "css.properties.clip-path.html_elements", name : "clip-path",
description :
"The clip-path CSS property and SVG attribute set the visible area of an element. Everything outside the area will be hidden.",
spec : "https://drafts.csswg.org/css-masking-1/#the-clip-path", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(55u16, 0u16), chrome_android :
BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 41.928574f32, }, "css.properties.clip-path.is_animatable" =>
CSSFeature { id : "css.properties.clip-path.is_animatable", name :
"Animatable clipping paths", description :
"The clip-path property can be animated using CSS transitions and animations.", spec
: "https://drafts.csswg.org/css-masking-1/#the-clip-path", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(55u16, 0u16), chrome_android :
BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.clip-path.path" => CSSFeature { id :
"css.properties.clip-path.path", name : "clip-path", description :
"The clip-path CSS property and SVG attribute set the visible area of an element. Everything outside the area will be hidden.",
spec : "https://drafts.csswg.org/css-masking-1/#the-clip-path", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 7u32, 21u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 1u32, 21u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(88u16, 0u16), chrome_android :
BrowserVersion(88u16, 0u16), edge : BrowserVersion(88u16, 0u16), firefox :
BrowserVersion(71u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 0u16), }, caniuse : &
[], popularity : 41.928574f32, }, "css.properties.clip-path.stroke-box" => CSSFeature
{ id : "css.properties.clip-path.stroke-box", name : "Clip path boxes", description :
"The fill-box, stroke-box, and view-box values for clip-path set an edge of the element's box to use as the clipping shape.",
spec : "https://drafts.csswg.org/css-masking-1/#the-clip-path", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 11u32, 2u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(119u16, 0u16),
chrome_android : BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16),
firefox : BrowserVersion(51u16, 0u16), firefox_android : BrowserVersion(51u16, 0u16),
safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.clip-path.svg_elements" =>
CSSFeature { id : "css.properties.clip-path.svg_elements", name : "clip-path",
description :
"The clip-path CSS property and SVG attribute set the visible area of an element. Everything outside the area will be hidden.",
spec : "https://drafts.csswg.org/css-masking-1/#the-clip-path", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(55u16, 0u16), chrome_android :
BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 41.928574f32, }, "css.properties.clip-path.view-box" => CSSFeature {
id : "css.properties.clip-path.view-box", name : "Clip path boxes", description :
"The fill-box, stroke-box, and view-box values for clip-path set an edge of the element's box to use as the clipping shape.",
spec : "https://drafts.csswg.org/css-masking-1/#the-clip-path", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 11u32, 2u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(119u16, 0u16),
chrome_android : BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16),
firefox : BrowserVersion(54u16, 0u16), firefox_android : BrowserVersion(54u16, 0u16),
safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.clip-rule" => CSSFeature { id :
"css.properties.clip-rule", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.clip-rule.evenodd"
=> CSSFeature { id : "css.properties.clip-rule.evenodd", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.clip-rule.nonzero"
=> CSSFeature { id : "css.properties.clip-rule.nonzero", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.clip.auto" =>
CSSFeature { id : "css.properties.clip.auto", name : "clip", description :
"The clip CSS property sets the visible area of an absolutely positioned element.",
spec : "https://drafts.csswg.org/css-masking-1/#clip-property", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 50.815f32, }, "css.properties.color" => CSSFeature { id :
"css.properties.color", name : "Color", description :
"The color CSS property sets the primary foreground color of an element, which is used for text, the default border color, and text decorations.",
spec : "https://drafts.csswg.org/css-color-4/#the-color-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 90.20065f32, }, "css.properties.color-adjust" =>
CSSFeature { id : "css.properties.color-adjust", name : "color-adjust", description :
"The color-adjust shorthand CSS property allows multiple performance related color adjustments to be set at once. Setting the print-color-adjust CSS property directly is preferred, as it is the only such adjustment so far defined.",
spec : "https://drafts.csswg.org/css-color-adjust-1/#color-adjust", groups : &
["print"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(48u16, 0u16), firefox_android :
BrowserVersion(48u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.color-interpolation" => CSSFeature { id :
"css.properties.color-interpolation", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.color-interpolation-filters" => CSSFeature { id :
"css.properties.color-interpolation-filters", name : "SVG filters", description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.color-interpolation-filters.auto" => CSSFeature { id :
"css.properties.color-interpolation-filters.auto", name : "SVG filters", description
:
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.color-interpolation-filters.linearRGB" => CSSFeature { id :
"css.properties.color-interpolation-filters.linearRGB", name : "SVG filters",
description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(28u16, 0u16),
chrome_android : BrowserVersion(28u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.color-interpolation-filters.sRGB" => CSSFeature { id :
"css.properties.color-interpolation-filters.sRGB", name : "SVG filters", description
:
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(28u16, 0u16),
chrome_android : BrowserVersion(28u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.color-interpolation.auto" => CSSFeature { id :
"css.properties.color-interpolation.auto", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.color-interpolation.linearGradient" => CSSFeature { id :
"css.properties.color-interpolation.linearGradient", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome : BrowserVersion(0,
0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(123u16, 0u16), firefox_android : BrowserVersion(123u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.color-interpolation.sRGB" => CSSFeature { id :
"css.properties.color-interpolation.sRGB", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.color-scheme" => CSSFeature { id : "css.properties.color-scheme",
name : "color-scheme", description :
"The color-scheme CSS property sets which color schemes (light or dark) an element uses and may prevent automatic dark mode adjustments by the browser.",
spec : "https://drafts.csswg.org/css-color-adjust-1/#color-scheme-prop", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
7u32, 11u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 1u32, 11u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(81u16, 0u16),
chrome_android : BrowserVersion(81u16, 0u16), edge : BrowserVersion(81u16, 0u16),
firefox : BrowserVersion(96u16, 0u16), firefox_android : BrowserVersion(96u16, 0u16),
safari : BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), },
caniuse : & [], popularity : 17.314398f32, }, "css.properties.color-scheme.dark" =>
CSSFeature { id : "css.properties.color-scheme.dark", name : "color-scheme",
description :
"The color-scheme CSS property sets which color schemes (light or dark) an element uses and may prevent automatic dark mode adjustments by the browser.",
spec : "https://drafts.csswg.org/css-color-adjust-1/#color-scheme-prop", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
7u32, 11u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 1u32, 11u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(81u16, 0u16),
chrome_android : BrowserVersion(81u16, 0u16), edge : BrowserVersion(81u16, 0u16),
firefox : BrowserVersion(96u16, 0u16), firefox_android : BrowserVersion(96u16, 0u16),
safari : BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), },
caniuse : & [], popularity : 17.314398f32, }, "css.properties.color-scheme.light" =>
CSSFeature { id : "css.properties.color-scheme.light", name : "color-scheme",
description :
"The color-scheme CSS property sets which color schemes (light or dark) an element uses and may prevent automatic dark mode adjustments by the browser.",
spec : "https://drafts.csswg.org/css-color-adjust-1/#color-scheme-prop", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
7u32, 11u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 1u32, 11u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(81u16, 0u16),
chrome_android : BrowserVersion(81u16, 0u16), edge : BrowserVersion(81u16, 0u16),
firefox : BrowserVersion(96u16, 0u16), firefox_android : BrowserVersion(96u16, 0u16),
safari : BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), },
caniuse : & [], popularity : 17.314398f32, }, "css.properties.color-scheme.normal" =>
CSSFeature { id : "css.properties.color-scheme.normal", name : "color-scheme",
description :
"The color-scheme CSS property sets which color schemes (light or dark) an element uses and may prevent automatic dark mode adjustments by the browser.",
spec : "https://drafts.csswg.org/css-color-adjust-1/#color-scheme-prop", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
7u32, 11u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 1u32, 11u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(81u16, 0u16),
chrome_android : BrowserVersion(81u16, 0u16), edge : BrowserVersion(81u16, 0u16),
firefox : BrowserVersion(96u16, 0u16), firefox_android : BrowserVersion(96u16, 0u16),
safari : BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), },
caniuse : & [], popularity : 17.314398f32, }, "css.properties.color-scheme.only" =>
CSSFeature { id : "css.properties.color-scheme.only", name : "color-scheme",
description :
"The color-scheme CSS property sets which color schemes (light or dark) an element uses and may prevent automatic dark mode adjustments by the browser.",
spec : "https://drafts.csswg.org/css-color-adjust-1/#color-scheme-prop", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
8u32, 3u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 2u32, 3u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(98u16, 0u16),
chrome_android : BrowserVersion(98u16, 0u16), edge : BrowserVersion(98u16, 0u16),
firefox : BrowserVersion(96u16, 0u16), firefox_android : BrowserVersion(96u16, 0u16),
safari : BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), },
caniuse : & [], popularity : 17.314398f32, }, "css.properties.color.transparent" =>
CSSFeature { id : "css.properties.color.transparent", name : "Color", description :
"The color CSS property sets the primary foreground color of an element, which is used for text, the default border color, and text decorations.",
spec : "https://drafts.csswg.org/css-color-4/#the-color-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 90.20065f32, }, "css.properties.column-count" =>
CSSFeature { id : "css.properties.column-count", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-count.auto" =>
CSSFeature { id : "css.properties.column-count.auto", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-fill" => CSSFeature { id
: "css.properties.column-fill", name : "column-fill", description :
"The column-fill CSS property sets the distribution of content across columns in a multi-column layout.",
spec : "https://drafts.csswg.org/css-multicol-1/#filling-columns", groups : &
["multi-column"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 9u32, 7u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
[], popularity : 1.945917f32, }, "css.properties.column-fill.auto" => CSSFeature { id
: "css.properties.column-fill.auto", name : "column-fill", description :
"The column-fill CSS property sets the distribution of content across columns in a multi-column layout.",
spec : "https://drafts.csswg.org/css-multicol-1/#filling-columns", groups : &
["multi-column"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 9u32, 7u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
[], popularity : 1.945917f32, }, "css.properties.column-fill.balance" => CSSFeature {
id : "css.properties.column-fill.balance", name : "column-fill", description :
"The column-fill CSS property sets the distribution of content across columns in a multi-column layout.",
spec : "https://drafts.csswg.org/css-multicol-1/#filling-columns", groups : &
["multi-column"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 9u32, 7u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
[], popularity : 1.945917f32, }, "css.properties.column-gap" => CSSFeature { id :
"css.properties.column-gap", name : "Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-gap.flex_context" =>
CSSFeature { id : "css.properties.column-gap.flex_context", name : "Flexbox gap",
description :
"The gap CSS property in a flexbox layout sets the size of the space between items.",
spec : "https://drafts.csswg.org/css-align-3/#gaps", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/flexbox-gap"], popularity : 0f32, },
"css.properties.column-gap.grid_context" => CSSFeature { id :
"css.properties.column-gap.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2021i32, 3u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2018i32, 9u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(12u16, 0u16), safari_ios : BrowserVersion(12u16, 0u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.column-gap.multicol_context" => CSSFeature { id :
"css.properties.column-gap.multicol_context", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.properties.column-gap.multicol_context.calc_values" => CSSFeature { id :
"css.properties.column-gap.multicol_context.calc_values", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2021i32,
9u32, 25u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2019i32, 3u32, 25u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & [], popularity : 0f32, },
"css.properties.column-gap.multicol_context.percentage_values" => CSSFeature { id :
"css.properties.column-gap.multicol_context.percentage_values", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2021i32,
3u32, 17u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2018i32, 9u32, 17u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(12u16, 0u16), safari_ios : BrowserVersion(12u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-gap.normal" =>
CSSFeature { id : "css.properties.column-gap.normal", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule" => CSSFeature { id
: "css.properties.column-rule", name : "Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-color" =>
CSSFeature { id : "css.properties.column-rule-color", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-color.transparent"
=> CSSFeature { id : "css.properties.column-rule-color.transparent", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style" =>
CSSFeature { id : "css.properties.column-rule-style", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.dashed" =>
CSSFeature { id : "css.properties.column-rule-style.dashed", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.dotted" =>
CSSFeature { id : "css.properties.column-rule-style.dotted", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.double" =>
CSSFeature { id : "css.properties.column-rule-style.double", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.groove" =>
CSSFeature { id : "css.properties.column-rule-style.groove", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.hidden" =>
CSSFeature { id : "css.properties.column-rule-style.hidden", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.inset" =>
CSSFeature { id : "css.properties.column-rule-style.inset", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.none" =>
CSSFeature { id : "css.properties.column-rule-style.none", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.outset" =>
CSSFeature { id : "css.properties.column-rule-style.outset", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.ridge" =>
CSSFeature { id : "css.properties.column-rule-style.ridge", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-style.solid" =>
CSSFeature { id : "css.properties.column-rule-style.solid", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-width" =>
CSSFeature { id : "css.properties.column-rule-width", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-width.medium" =>
CSSFeature { id : "css.properties.column-rule-width.medium", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-width.thick" =>
CSSFeature { id : "css.properties.column-rule-width.thick", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule-width.thin" =>
CSSFeature { id : "css.properties.column-rule-width.thin", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.dashed" =>
CSSFeature { id : "css.properties.column-rule.dashed", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.dotted" =>
CSSFeature { id : "css.properties.column-rule.dotted", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.double" =>
CSSFeature { id : "css.properties.column-rule.double", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.groove" =>
CSSFeature { id : "css.properties.column-rule.groove", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.hidden" =>
CSSFeature { id : "css.properties.column-rule.hidden", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.inset" =>
CSSFeature { id : "css.properties.column-rule.inset", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.medium" =>
CSSFeature { id : "css.properties.column-rule.medium", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.none" => CSSFeature
{ id : "css.properties.column-rule.none", name : "Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.outset" =>
CSSFeature { id : "css.properties.column-rule.outset", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.ridge" =>
CSSFeature { id : "css.properties.column-rule.ridge", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.solid" =>
CSSFeature { id : "css.properties.column-rule.solid", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.thick" =>
CSSFeature { id : "css.properties.column-rule.thick", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.thin" => CSSFeature
{ id : "css.properties.column-rule.thin", name : "Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-rule.transparent" =>
CSSFeature { id : "css.properties.column-rule.transparent", name :
"Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-span" => CSSFeature { id
: "css.properties.column-span", name : "column-span", description :
"The column-span CSS property controls whether a child element extends across all columns of a multi-column parent.",
spec : "https://drafts.csswg.org/css-multicol-1/#spanning-columns", groups : &
["multi-column"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(71u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
[], popularity : 0.915571f32, }, "css.properties.column-span.all" => CSSFeature { id
: "css.properties.column-span.all", name : "column-span", description :
"The column-span CSS property controls whether a child element extends across all columns of a multi-column parent.",
spec : "https://drafts.csswg.org/css-multicol-1/#spanning-columns", groups : &
["multi-column"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(71u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
[], popularity : 0.915571f32, }, "css.properties.column-span.none" => CSSFeature { id
: "css.properties.column-span.none", name : "column-span", description :
"The column-span CSS property controls whether a child element extends across all columns of a multi-column parent.",
spec : "https://drafts.csswg.org/css-multicol-1/#spanning-columns", groups : &
["multi-column"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(50u16, 0u16), chrome_android :
BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(71u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
[], popularity : 0.915571f32, }, "css.properties.column-width" => CSSFeature { id :
"css.properties.column-width", name : "Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
5u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 11u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(50u16, 0u16), firefox_android : BrowserVersion(50u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.column-width.auto" =>
CSSFeature { id : "css.properties.column-width.auto", name : "Multi-column layout",
description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
5u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 11u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(50u16, 0u16), firefox_android : BrowserVersion(50u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.columns" => CSSFeature { id :
"css.properties.columns", name : "Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.contain" => CSSFeature { id :
"css.properties.contain", name : "contain", description :
"The contain CSS property sets limits to the scope of styles, layout, and paint rendering for speed and efficiency. The none keyword value disables containment, strict is equivalent to contain: size layout style paint, and content is equivalent to contain: layout style paint.",
spec : "https://drafts.csswg.org/css-contain-2/#contain-property", groups : &
["containment"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/css-containment"], popularity : 19.735361f32, },
"css.properties.contain-intrinsic-block-size" => CSSFeature { id :
"css.properties.contain-intrinsic-block-size", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(95u16, 0u16),
chrome_android : BrowserVersion(95u16, 0u16), edge : BrowserVersion(95u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-block-size.none" => CSSFeature { id :
"css.properties.contain-intrinsic-block-size.none", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(98u16, 0u16),
chrome_android : BrowserVersion(98u16, 0u16), edge : BrowserVersion(98u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-height" => CSSFeature { id :
"css.properties.contain-intrinsic-height", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(95u16, 0u16),
chrome_android : BrowserVersion(95u16, 0u16), edge : BrowserVersion(95u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-height.none" => CSSFeature { id :
"css.properties.contain-intrinsic-height.none", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(98u16, 0u16),
chrome_android : BrowserVersion(98u16, 0u16), edge : BrowserVersion(98u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-inline-size" => CSSFeature { id :
"css.properties.contain-intrinsic-inline-size", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(95u16, 0u16),
chrome_android : BrowserVersion(95u16, 0u16), edge : BrowserVersion(95u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-inline-size.none" => CSSFeature { id :
"css.properties.contain-intrinsic-inline-size.none", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(98u16, 0u16),
chrome_android : BrowserVersion(98u16, 0u16), edge : BrowserVersion(98u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-size" => CSSFeature { id :
"css.properties.contain-intrinsic-size", name : "contain-intrinsic-size", description
:
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(83u16, 0u16),
chrome_android : BrowserVersion(83u16, 0u16), edge : BrowserVersion(83u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-size.auto_none" => CSSFeature { id :
"css.properties.contain-intrinsic-size.auto_none", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(117u16, 0u16),
chrome_android : BrowserVersion(117u16, 0u16), edge : BrowserVersion(117u16, 0u16),
firefox : BrowserVersion(117u16, 0u16), firefox_android : BrowserVersion(117u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-size.none" => CSSFeature { id :
"css.properties.contain-intrinsic-size.none", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(98u16, 0u16),
chrome_android : BrowserVersion(98u16, 0u16), edge : BrowserVersion(98u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-width" => CSSFeature { id :
"css.properties.contain-intrinsic-width", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(95u16, 0u16),
chrome_android : BrowserVersion(95u16, 0u16), edge : BrowserVersion(95u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain-intrinsic-width.none" => CSSFeature { id :
"css.properties.contain-intrinsic-width.none", name : "contain-intrinsic-size",
description :
"The contain-intrinsic-size CSS property sets the intrinsic size of an element. When using size containment, the browser will lay out the element as if it had a single child of this size.",
spec : "https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", groups : &
["containment"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(98u16, 0u16),
chrome_android : BrowserVersion(98u16, 0u16), edge : BrowserVersion(98u16, 0u16),
firefox : BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 8.132454f32, },
"css.properties.contain.content" => CSSFeature { id :
"css.properties.contain.content", name : "contain", description :
"The contain CSS property sets limits to the scope of styles, layout, and paint rendering for speed and efficiency. The none keyword value disables containment, strict is equivalent to contain: size layout style paint, and content is equivalent to contain: layout style paint.",
spec : "https://drafts.csswg.org/css-contain-2/#contain-property", groups : &
["containment"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/css-containment"], popularity : 19.735361f32, },
"css.properties.contain.inline-size" => CSSFeature { id :
"css.properties.contain.inline-size", name : "Inline-size containment", description :
"The contain: inline-size CSS declaration prevents the element's inline dimension from being set by the element's contents. This permits the browser to avoid slower layout calculations.",
spec : "https://drafts.csswg.org/css-contain-3/#containment-inline-size", groups : &
["containment"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(101u16, 0u16), firefox_android : BrowserVersion(101u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& [], popularity : 0f32, }, "css.properties.contain.layout" => CSSFeature { id :
"css.properties.contain.layout", name : "Layout containment", description :
"The contain: layout CSS declaration isolates the inside of an element such that it cannot affect the layout of the rest of the page or be affected by the rest of the page. This permits the browser to avoid slower layout calculations.",
spec : "https://drafts.csswg.org/css-contain-2/#containment-layout", groups : &
["containment"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.contain.none" => CSSFeature { id :
"css.properties.contain.none", name : "contain", description :
"The contain CSS property sets limits to the scope of styles, layout, and paint rendering for speed and efficiency. The none keyword value disables containment, strict is equivalent to contain: size layout style paint, and content is equivalent to contain: layout style paint.",
spec : "https://drafts.csswg.org/css-contain-2/#contain-property", groups : &
["containment"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/css-containment"], popularity : 19.735361f32, },
"css.properties.contain.paint" => CSSFeature { id : "css.properties.contain.paint",
name : "Paint containment", description :
"The contain: paint CSS declaration prevents an element's descendants from being drawn outside the boundaries of the containing element, with any overflow clipped. This permits the browser to avoid slower painting calculations.",
spec : "https://drafts.csswg.org/css-contain-2/#containment-paint", groups : &
["containment"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.contain.size" => CSSFeature { id :
"css.properties.contain.size", name : "Size containment", description :
"The contain: size CSS declaration sets an element's dimensions exclusively by its height and width properties, ignoring its contents and descendants. This permits the browser to avoid slower layout calculations.",
spec : "https://drafts.csswg.org/css-contain-2/#containment-size", groups : &
["containment"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.contain.strict" => CSSFeature { id :
"css.properties.contain.strict", name : "contain", description :
"The contain CSS property sets limits to the scope of styles, layout, and paint rendering for speed and efficiency. The none keyword value disables containment, strict is equivalent to contain: size layout style paint, and content is equivalent to contain: layout style paint.",
spec : "https://drafts.csswg.org/css-contain-2/#contain-property", groups : &
["containment"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/css-containment"], popularity : 19.735361f32, },
"css.properties.contain.style" => CSSFeature { id : "css.properties.contain.style",
name : "Style containment", description :
"The contain: style CSS declaration permits the browser to avoid slower layout calculations by preventing modification to counter (counter-increment and counter-set) and quotation styles (content property quote values) beyond the element's descendants.",
spec : "https://drafts.csswg.org/css-contain-2/#containment-style", groups : &
["containment"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 1u32, 26u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 26u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(103u16, 0u16), firefox_android : BrowserVersion(103u16, 0u16), safari
: BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse :
& [], popularity : 0f32, }, "css.properties.container" => CSSFeature { id :
"css.properties.container", name : "Container queries", description :
"Container size queries with the @container at-rule apply styles to an element based on the dimensions of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#container-queries", groups : &
["container-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-container-queries",
"https://caniuse.com/css-container-query-units"], popularity : 0f32, },
"css.properties.container-name" => CSSFeature { id : "css.properties.container-name",
name : "Container queries", description :
"Container size queries with the @container at-rule apply styles to an element based on the dimensions of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#container-queries", groups : &
["container-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-container-queries",
"https://caniuse.com/css-container-query-units"], popularity : 0f32, },
"css.properties.container-name.none" => CSSFeature { id :
"css.properties.container-name.none", name : "Container queries", description :
"Container size queries with the @container at-rule apply styles to an element based on the dimensions of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#container-queries", groups : &
["container-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-container-queries",
"https://caniuse.com/css-container-query-units"], popularity : 0f32, },
"css.properties.container-type" => CSSFeature { id : "css.properties.container-type",
name : "Container queries", description :
"Container size queries with the @container at-rule apply styles to an element based on the dimensions of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#container-queries", groups : &
["container-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-container-queries",
"https://caniuse.com/css-container-query-units"], popularity : 0f32, },
"css.properties.container-type.anchored" => CSSFeature { id :
"css.properties.container-type.anchored", name : "Anchor position container queries",
description :
"Anchor position container queries with the @container anchored(fallback: …) at-rule apply styles to an element based on the element's anchor position.",
spec : "https://drafts.csswg.org/css-anchor-position-2/#anchored-container-queries",
groups : & [], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(143u16, 0u16), chrome_android :
BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.container-type.inline-size" => CSSFeature { id
: "css.properties.container-type.inline-size", name : "Container queries",
description :
"Container size queries with the @container at-rule apply styles to an element based on the dimensions of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#container-queries", groups : &
["container-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-container-queries",
"https://caniuse.com/css-container-query-units"], popularity : 0f32, },
"css.properties.container-type.normal" => CSSFeature { id :
"css.properties.container-type.normal", name : "Container queries", description :
"Container size queries with the @container at-rule apply styles to an element based on the dimensions of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#container-queries", groups : &
["container-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-container-queries",
"https://caniuse.com/css-container-query-units"], popularity : 0f32, },
"css.properties.container-type.scroll-state" => CSSFeature { id :
"css.properties.container-type.scroll-state", name :
"Container scroll-state queries", description :
"Container scroll-state queries with the @container scroll-state(...) at-rule apply styles to an element based on the sticky positioning, snapped, and scrollable state of the container.",
spec : "https://drafts.csswg.org/css-conditional-5/#scroll-state-container", groups :
& ["container-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.container-type.size" => CSSFeature { id :
"css.properties.container-type.size", name : "Container queries", description :
"Container size queries with the @container at-rule apply styles to an element based on the dimensions of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#container-queries", groups : &
["container-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-container-queries",
"https://caniuse.com/css-container-query-units"], popularity : 0f32, },
"css.properties.content" => CSSFeature { id : "css.properties.content", name :
"Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, }, "css.properties.content-visibility" =>
CSSFeature { id : "css.properties.content-visibility", name : "content-visibility",
description :
"The content-visibility CSS property delays rendering an element, including layout and painting, until it is needed.",
spec : "https://drafts.csswg.org/css-contain-2/#content-visibility", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(85u16, 0u16),
chrome_android : BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16),
firefox : BrowserVersion(125u16, 0u16), firefox_android : BrowserVersion(125u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-content-visibility"], popularity :
8.587118f32, }, "css.properties.content-visibility.auto" => CSSFeature { id :
"css.properties.content-visibility.auto", name : "content-visibility", description :
"The content-visibility CSS property delays rendering an element, including layout and painting, until it is needed.",
spec : "https://drafts.csswg.org/css-contain-2/#content-visibility", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 9u32, 15u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(85u16, 0u16),
chrome_android : BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16),
firefox : BrowserVersion(125u16, 0u16), firefox_android : BrowserVersion(125u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-content-visibility"], popularity :
8.587118f32, }, "css.properties.content-visibility.hidden" => CSSFeature { id :
"css.properties.content-visibility.hidden", name : "content-visibility", description
:
"The content-visibility CSS property delays rendering an element, including layout and painting, until it is needed.",
spec : "https://drafts.csswg.org/css-contain-2/#content-visibility", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(85u16, 0u16),
chrome_android : BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16),
firefox : BrowserVersion(125u16, 0u16), firefox_android : BrowserVersion(125u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-content-visibility"], popularity :
8.587118f32, }, "css.properties.content-visibility.is_transitionable" => CSSFeature {
id : "css.properties.content-visibility.is_transitionable", name :
"display animation", description :
"You can animate elements between display: none and any other display value or animate between content-visibility: hidden and any other content-visibility value. This also applies to transitions.",
spec : "https://drafts.csswg.org/css-display-4/#display-animation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(117u16, 0u16), chrome_android : BrowserVersion(117u16, 0u16), edge :
BrowserVersion(117u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 0u16), safari_ios :
BrowserVersion(18u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.content-visibility.keyframe_animatable" => CSSFeature { id :
"css.properties.content-visibility.keyframe_animatable", name : "display animation",
description :
"You can animate elements between display: none and any other display value or animate between content-visibility: hidden and any other content-visibility value. This also applies to transitions.",
spec : "https://drafts.csswg.org/css-display-4/#display-animation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(116u16, 0u16), chrome_android : BrowserVersion(116u16, 0u16), edge :
BrowserVersion(116u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 0u16), safari_ios :
BrowserVersion(18u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.content-visibility.visible" => CSSFeature { id :
"css.properties.content-visibility.visible", name : "content-visibility", description
:
"The content-visibility CSS property delays rendering an element, including layout and painting, until it is needed.",
spec : "https://drafts.csswg.org/css-contain-2/#content-visibility", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(85u16, 0u16),
chrome_android : BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16),
firefox : BrowserVersion(125u16, 0u16), firefox_android : BrowserVersion(125u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-content-visibility"], popularity :
8.587118f32, }, "css.properties.content.alt_text" => CSSFeature { id :
"css.properties.content.alt_text", name : "Alt text for generated content",
description :
"The / notation in content CSS property values adds alternative text to generated content. For example, the content: url('upvote-icon.svg') / 'Upvote' declaration adds accessible 'Upvote' text to the SVG icon. Also known as alternate text.",
spec : "https://drafts.csswg.org/css-content-3/#alt", groups : & [], baseline_status
: BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 9u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.properties.content.close-quote"
=> CSSFeature { id : "css.properties.content.close-quote", name : "Content",
description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, },
"css.properties.content.element_replacement" => CSSFeature { id :
"css.properties.content.element_replacement", name : "Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(28u16, 0u16),
chrome_android : BrowserVersion(28u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, }, "css.properties.content.gradient" =>
CSSFeature { id : "css.properties.content.gradient", name : "Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(26u16, 0u16), chrome_android : BrowserVersion(26u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(7u16, 0u16), safari_ios :
BrowserVersion(7u16, 0u16), }, caniuse : & [], popularity : 81.86643f32, },
"css.properties.content.image-set" => CSSFeature { id :
"css.properties.content.image-set", name : "image-set()", description :
"The image-set() CSS function provides a set of images at different resolutions or pixel densities, which the browser can pick from, depending on the device capabilities.",
spec : "https://drafts.csswg.org/css-images-4/#image-set-notation", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(113u16, 0u16),
chrome_android : BrowserVersion(113u16, 0u16), edge : BrowserVersion(113u16, 0u16),
firefox : BrowserVersion(89u16, 0u16), firefox_android : BrowserVersion(89u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-image-set"], popularity : 0f32, },
"css.properties.content.no-close-quote" => CSSFeature { id :
"css.properties.content.no-close-quote", name : "Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, }, "css.properties.content.no-open-quote"
=> CSSFeature { id : "css.properties.content.no-open-quote", name : "Content",
description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, }, "css.properties.content.none" =>
CSSFeature { id : "css.properties.content.none", name : "Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, },
"css.properties.content.none_applies_to_elements" => CSSFeature { id :
"css.properties.content.none_applies_to_elements", name : "Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 81.86643f32, }, "css.properties.content.normal" => CSSFeature { id :
"css.properties.content.normal", name : "Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, }, "css.properties.content.open-quote" =>
CSSFeature { id : "css.properties.content.open-quote", name : "Content", description
:
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, }, "css.properties.content.url" =>
CSSFeature { id : "css.properties.content.url", name : "Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, }, "css.properties.corner-block-end-shape"
=> CSSFeature { id : "css.properties.corner-block-end-shape", name : "corner-shape",
description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-block-start-shape" => CSSFeature { id :
"css.properties.corner-block-start-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-bottom-left-shape" => CSSFeature { id :
"css.properties.corner-bottom-left-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-bottom-right-shape" => CSSFeature { id :
"css.properties.corner-bottom-right-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-bottom-shape" => CSSFeature { id :
"css.properties.corner-bottom-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-end-end-shape" => CSSFeature { id :
"css.properties.corner-end-end-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-end-start-shape" => CSSFeature { id :
"css.properties.corner-end-start-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-inline-end-shape" => CSSFeature { id :
"css.properties.corner-inline-end-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-inline-start-shape" => CSSFeature { id :
"css.properties.corner-inline-start-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-left-shape" => CSSFeature { id :
"css.properties.corner-left-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-right-shape" => CSSFeature { id :
"css.properties.corner-right-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, }, "css.properties.corner-shape" =>
CSSFeature { id : "css.properties.corner-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-start-end-shape" => CSSFeature { id :
"css.properties.corner-start-end-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-start-start-shape" => CSSFeature { id :
"css.properties.corner-start-start-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-top-left-shape" => CSSFeature { id :
"css.properties.corner-top-left-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.corner-top-right-shape" => CSSFeature { id :
"css.properties.corner-top-right-shape", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, }, "css.properties.corner-top-shape"
=> CSSFeature { id : "css.properties.corner-top-shape", name : "corner-shape",
description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.properties.counter-increment" => CSSFeature { id :
"css.properties.counter-increment", name : "Counters (CSS)", description :
"The counter-reset and counter-increment CSS properties and the counter() and counters() functions automatically number headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#auto-numbering", groups : &
["counters"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(25u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-counters"], popularity : 0f32, },
"css.properties.counter-increment.list-item" => CSSFeature { id :
"css.properties.counter-increment.list-item", name : "Counters (CSS)", description :
"The counter-reset and counter-increment CSS properties and the counter() and counters() functions automatically number headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#auto-numbering", groups : &
["counters"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 3u32, 30u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(28u16, 0u16), chrome_android :
BrowserVersion(28u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(25u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/css-counters"], popularity : 0f32, },
"css.properties.counter-increment.none" => CSSFeature { id :
"css.properties.counter-increment.none", name : "Counters (CSS)", description :
"The counter-reset and counter-increment CSS properties and the counter() and counters() functions automatically number headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#auto-numbering", groups : &
["counters"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(25u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
["https://caniuse.com/css-counters"], popularity : 0f32, },
"css.properties.counter-reset" => CSSFeature { id : "css.properties.counter-reset",
name : "Counters (CSS)", description :
"The counter-reset and counter-increment CSS properties and the counter() and counters() functions automatically number headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#auto-numbering", groups : &
["counters"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(25u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-counters"], popularity : 0f32, },
"css.properties.counter-reset.list-item" => CSSFeature { id :
"css.properties.counter-reset.list-item", name : "Counters (CSS)", description :
"The counter-reset and counter-increment CSS properties and the counter() and counters() functions automatically number headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#auto-numbering", groups : &
["counters"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(25u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-counters"], popularity : 0f32, },
"css.properties.counter-reset.none" => CSSFeature { id :
"css.properties.counter-reset.none", name : "Counters (CSS)", description :
"The counter-reset and counter-increment CSS properties and the counter() and counters() functions automatically number headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#auto-numbering", groups : &
["counters"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(25u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
["https://caniuse.com/css-counters"], popularity : 0f32, },
"css.properties.counter-reset.reset_does_not_affect_siblings" => CSSFeature { id :
"css.properties.counter-reset.reset_does_not_affect_siblings", name :
"Counters (CSS)", description :
"The counter-reset and counter-increment CSS properties and the counter() and counters() functions automatically number headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#auto-numbering", groups : &
["counters"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(82u16, 0u16),
firefox_android : BrowserVersion(82u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-counters"], popularity : 0f32, },
"css.properties.counter-reset.reversed" => CSSFeature { id :
"css.properties.counter-reset.reversed", name : "Reversed counter-reset", description
:
"The reversed() CSS function for counter-reset creates a counter that counts down.",
spec : "https://drafts.csswg.org/css-lists-3/#css-counter-reversed", groups : &
["counters"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(96u16, 0u16),
firefox_android : BrowserVersion(96u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.counter-set" => CSSFeature { id : "css.properties.counter-set", name
: "counter-set", description :
"The counter-set CSS property creates (and optionally sets a value for) a counter, the numbers for a series of headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#propdef-counter-set", groups : &
["counters"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(85u16, 0u16), chrome_android : BrowserVersion(85u16, 0u16), edge :
BrowserVersion(85u16, 0u16), firefox : BrowserVersion(68u16, 0u16), firefox_android :
BrowserVersion(68u16, 0u16), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0.353874f32, },
"css.properties.counter-set.list-item" => CSSFeature { id :
"css.properties.counter-set.list-item", name : "counter-set", description :
"The counter-set CSS property creates (and optionally sets a value for) a counter, the numbers for a series of headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#propdef-counter-set", groups : &
["counters"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(85u16, 0u16), chrome_android : BrowserVersion(85u16, 0u16), edge :
BrowserVersion(85u16, 0u16), firefox : BrowserVersion(68u16, 0u16), firefox_android :
BrowserVersion(68u16, 0u16), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0.353874f32, },
"css.properties.counter-set.none" => CSSFeature { id :
"css.properties.counter-set.none", name : "counter-set", description :
"The counter-set CSS property creates (and optionally sets a value for) a counter, the numbers for a series of headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#propdef-counter-set", groups : &
["counters"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(85u16, 0u16), chrome_android : BrowserVersion(85u16, 0u16), edge :
BrowserVersion(85u16, 0u16), firefox : BrowserVersion(68u16, 0u16), firefox_android :
BrowserVersion(68u16, 0u16), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0.353874f32, },
"css.properties.cursor" => CSSFeature { id : "css.properties.cursor", name :
"Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 6u32, 7u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 12u32, 7u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(95u16, 0u16), safari :
BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/css3-cursors", "https://caniuse.com/css3-cursors-grab",
"https://caniuse.com/css3-cursors-newer"], popularity : 84.29188f32, },
"css.properties.cursor.alias" => CSSFeature { id : "css.properties.cursor.alias",
name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.all-scroll" => CSSFeature { id :
"css.properties.cursor.all-scroll", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.auto" => CSSFeature { id :
"css.properties.cursor.auto", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 6u32, 7u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 12u32, 7u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(95u16, 0u16), safari :
BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/css3-cursors", "https://caniuse.com/css3-cursors-grab",
"https://caniuse.com/css3-cursors-newer"], popularity : 84.29188f32, },
"css.properties.cursor.cell" => CSSFeature { id : "css.properties.cursor.cell", name
: "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 6u32, 7u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 12u32, 7u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(95u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/css3-cursors", "https://caniuse.com/css3-cursors-grab",
"https://caniuse.com/css3-cursors-newer"], popularity : 84.29188f32, },
"css.properties.cursor.col-resize" => CSSFeature { id :
"css.properties.cursor.col-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.context-menu" => CSSFeature { id
: "css.properties.cursor.context-menu", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.copy" => CSSFeature { id :
"css.properties.cursor.copy", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.crosshair" => CSSFeature { id :
"css.properties.cursor.crosshair", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.default" => CSSFeature { id :
"css.properties.cursor.default", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.e-resize" => CSSFeature { id :
"css.properties.cursor.e-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.ew-resize" => CSSFeature { id :
"css.properties.cursor.ew-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.grab" => CSSFeature { id :
"css.properties.cursor.grab", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(68u16, 0u16), chrome_android : BrowserVersion(68u16, 0u16), edge :
BrowserVersion(14u16, 0u16), firefox : BrowserVersion(27u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(11u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.grabbing" => CSSFeature { id :
"css.properties.cursor.grabbing", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(68u16, 0u16), chrome_android : BrowserVersion(68u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(27u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(11u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.help" => CSSFeature { id :
"css.properties.cursor.help", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.move" => CSSFeature { id :
"css.properties.cursor.move", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.n-resize" => CSSFeature { id :
"css.properties.cursor.n-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.ne-resize" => CSSFeature { id :
"css.properties.cursor.ne-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.nesw-resize" => CSSFeature { id :
"css.properties.cursor.nesw-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.no-drop" => CSSFeature { id :
"css.properties.cursor.no-drop", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.none" => CSSFeature { id :
"css.properties.cursor.none", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(5u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(3u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(5u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.not-allowed" => CSSFeature { id :
"css.properties.cursor.not-allowed", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.ns-resize" => CSSFeature { id :
"css.properties.cursor.ns-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.nw-resize" => CSSFeature { id :
"css.properties.cursor.nw-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.nwse-resize" => CSSFeature { id :
"css.properties.cursor.nwse-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.pointer" => CSSFeature { id :
"css.properties.cursor.pointer", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.progress" => CSSFeature { id :
"css.properties.cursor.progress", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.row-resize" => CSSFeature { id :
"css.properties.cursor.row-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.s-resize" => CSSFeature { id :
"css.properties.cursor.s-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.se-resize" => CSSFeature { id :
"css.properties.cursor.se-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.sw-resize" => CSSFeature { id :
"css.properties.cursor.sw-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.text" => CSSFeature { id :
"css.properties.cursor.text", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 6u32, 7u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 12u32, 7u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(95u16, 0u16), safari :
BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/css3-cursors", "https://caniuse.com/css3-cursors-grab",
"https://caniuse.com/css3-cursors-newer"], popularity : 84.29188f32, },
"css.properties.cursor.url" => CSSFeature { id : "css.properties.cursor.url", name :
"Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 6u32, 7u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 12u32, 7u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(95u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/css3-cursors", "https://caniuse.com/css3-cursors-grab",
"https://caniuse.com/css3-cursors-newer"], popularity : 84.29188f32, },
"css.properties.cursor.url_positioning_syntax" => CSSFeature { id :
"css.properties.cursor.url_positioning_syntax", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.vertical-text" => CSSFeature { id
: "css.properties.cursor.vertical-text", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 5u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.w-resize" => CSSFeature { id :
"css.properties.cursor.w-resize", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.wait" => CSSFeature { id :
"css.properties.cursor.wait", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(1u16, 2u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.zoom-in" => CSSFeature { id :
"css.properties.cursor.zoom-in", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(37u16, 0u16), chrome_android : BrowserVersion(37u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(24u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(9u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.cursor.zoom-out" => CSSFeature { id :
"css.properties.cursor.zoom-out", name : "Cursor styles", description :
"The cursor CSS property styles the pointer, allowing you to provide hints to the user on how to interact with the hovered element.",
spec : "https://drafts.csswg.org/css-ui-4/#cursor", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(37u16, 0u16), chrome_android : BrowserVersion(37u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(24u16, 0u16), firefox_android :
BrowserVersion(95u16, 0u16), safari : BrowserVersion(9u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css3-cursors",
"https://caniuse.com/css3-cursors-grab", "https://caniuse.com/css3-cursors-newer"],
popularity : 84.29188f32, }, "css.properties.custom-property" => CSSFeature { id :
"css.properties.custom-property", name : "Custom properties", description :
"Custom properties are CSS properties prefixed with -- that set values you can reuse with the var() function. For example, you can set a --key-color property to reuse as border-color: var(--key-color). Also known as CSS variables.",
spec : "https://drafts.csswg.org/css-variables-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(49u16, 0u16),
chrome_android : BrowserVersion(49u16, 0u16), edge : BrowserVersion(15u16, 0u16),
firefox : BrowserVersion(31u16, 0u16), firefox_android : BrowserVersion(31u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-variables"], popularity : 0f32, },
"css.properties.cx" => CSSFeature { id : "css.properties.cx", name : "SVG",
description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.cy" =>
CSSFeature { id : "css.properties.cy", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.d" =>
CSSFeature { id : "css.properties.d", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(52u16, 0u16), chrome_android : BrowserVersion(52u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(97u16, 0u16), firefox_android :
BrowserVersion(97u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/svg"], popularity : 0f32,
}, "css.properties.direction" => CSSFeature { id : "css.properties.direction", name :
"Layout direction override", description :
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.direction.ltr" => CSSFeature {
id : "css.properties.direction.ltr", name : "Layout direction override", description
:
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.direction.rtl" => CSSFeature {
id : "css.properties.direction.rtl", name : "Layout direction override", description
:
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.properties.direction.vertical_slider_direction" => CSSFeature { id :
"css.properties.direction.vertical_slider_direction", name :
"Vertical form controls", description :
"The writing-mode CSS property orients form elements (such as radio buttons, progress bars, or select menus) vertically when the writing mode is vertical-lr or vertical-rl. The direction CSS property sets whether inputs flow from top to bottom or bottom to top.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#vertical-modes", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(124u16, 0u16), chrome_android : BrowserVersion(124u16, 0u16), edge :
BrowserVersion(124u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.display" => CSSFeature {
id : "css.properties.display", name : "Display", description :
"The display CSS property sets the display behavior of an element's box within its layout and sets the layout behavior for its child elements.",
spec : "https://drafts.csswg.org/css-display-3/#the-display-properties", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/inline-block"], popularity : 92.62524f32, },
"css.properties.display.block" => CSSFeature { id : "css.properties.display.block",
name : "Display", description :
"The display CSS property sets the display behavior of an element's box within its layout and sets the layout behavior for its child elements.",
spec : "https://drafts.csswg.org/css-display-3/#the-display-properties", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/inline-block"], popularity : 92.62524f32, },
"css.properties.display.contents" => CSSFeature { id :
"css.properties.display.contents", name : "display: contents", description :
"The display: contents CSS declaration sets an element to display only its contents, not itself.",
spec : "https://drafts.csswg.org/css-display-3/#box-generation", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(65u16, 0u16),
chrome_android : BrowserVersion(65u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(37u16, 0u16), firefox_android : BrowserVersion(37u16, 0u16),
safari : BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), },
caniuse : & ["https://caniuse.com/css-display-contents"], popularity : 0f32, },
"css.properties.display.contents.contents_unusual" => CSSFeature { id :
"css.properties.display.contents.contents_unusual", name : "display: contents",
description :
"The display: contents CSS declaration sets an element to display only its contents, not itself.",
spec : "https://drafts.csswg.org/css-display-3/#box-generation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(65u16, 0u16), chrome_android : BrowserVersion(65u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(59u16, 0u16), firefox_android :
BrowserVersion(59u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-display-contents"],
popularity : 0f32, }, "css.properties.display.contents.focusable_elements" =>
CSSFeature { id : "css.properties.display.contents.focusable_elements", name :
"display: contents", description :
"The display: contents CSS declaration sets an element to display only its contents, not itself.",
spec : "https://drafts.csswg.org/css-display-3/#box-generation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-display-contents"], popularity : 0f32, },
"css.properties.display.flex" => CSSFeature { id : "css.properties.display.flex",
name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.display.flow-root" => CSSFeature { id :
"css.properties.display.flow-root", name : "display: flow-root", description :
"The display: flow-root CSS declaration sets an element as the root element of a new flow layout for its children, preventing margin collapse with sibling elements.",
spec : "https://drafts.csswg.org/css-display-3/#inner-model", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(58u16, 0u16),
chrome_android : BrowserVersion(58u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), },
caniuse : & ["https://caniuse.com/flow-root"], popularity : 0f32, },
"css.properties.display.grid" => CSSFeature { id : "css.properties.display.grid",
name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.display.inline" => CSSFeature { id : "css.properties.display.inline",
name : "Display", description :
"The display CSS property sets the display behavior of an element's box within its layout and sets the layout behavior for its child elements.",
spec : "https://drafts.csswg.org/css-display-3/#the-display-properties", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/inline-block"], popularity : 92.62524f32, },
"css.properties.display.inline-block" => CSSFeature { id :
"css.properties.display.inline-block", name : "Display", description :
"The display CSS property sets the display behavior of an element's box within its layout and sets the layout behavior for its child elements.",
spec : "https://drafts.csswg.org/css-display-3/#the-display-properties", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/inline-block"], popularity : 92.62524f32, },
"css.properties.display.inline-flex" => CSSFeature { id :
"css.properties.display.inline-flex", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.display.inline-grid" => CSSFeature { id :
"css.properties.display.inline-grid", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.display.inline-table" => CSSFeature { id :
"css.properties.display.inline-table", name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.display.is_transitionable" => CSSFeature { id :
"css.properties.display.is_transitionable", name : "display animation", description :
"You can animate elements between display: none and any other display value or animate between content-visibility: hidden and any other content-visibility value. This also applies to transitions.",
spec : "https://drafts.csswg.org/css-display-4/#display-animation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(117u16, 0u16), chrome_android : BrowserVersion(117u16, 0u16), edge :
BrowserVersion(117u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 0u16), safari_ios :
BrowserVersion(18u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.display.keyframe_animatable" => CSSFeature { id :
"css.properties.display.keyframe_animatable", name : "display animation", description
:
"You can animate elements between display: none and any other display value or animate between content-visibility: hidden and any other content-visibility value. This also applies to transitions.",
spec : "https://drafts.csswg.org/css-display-4/#display-animation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(116u16, 0u16), chrome_android : BrowserVersion(116u16, 0u16), edge :
BrowserVersion(116u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 0u16), safari_ios :
BrowserVersion(18u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.display.list-item" => CSSFeature { id :
"css.properties.display.list-item", name : "display: list-item", description :
"The display: list-item CSS declaration renders an element with the box layout of a <li> HTML element.",
spec : "https://drafts.csswg.org/css-display-3/#list-items", groups : & ["lists"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.properties.display.list-item.legend-support" => CSSFeature { id :
"css.properties.display.list-item.legend-support", name : "display: list-item",
description :
"The display: list-item CSS declaration renders an element with the box layout of a <li> HTML element.",
spec : "https://drafts.csswg.org/css-display-3/#list-items", groups : & ["lists"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(71u16, 0u16), chrome_android : BrowserVersion(71u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(64u16, 0u16), firefox_android :
BrowserVersion(64u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.display.math" => CSSFeature { id : "css.properties.display.math",
name : "MathML", description :
"MathML, or the Mathematical Markup Language, describes mathematical notation, such as expressions and formulas. Also known as MathML Core.",
spec : "https://w3c.github.io/mathml-core/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(109u16, 0u16), chrome_android : BrowserVersion(109u16, 0u16), edge :
BrowserVersion(109u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/mathml"], popularity : 0f32, },
"css.properties.display.multi-keyword_values" => CSSFeature { id :
"css.properties.display.multi-keyword_values", name : "Two-value display property",
description :
"The display CSS property accepts multiple keyword values, such as inline flex or block flow, to explicitly set an element's inner and outer layout mode. Also known as 2-value, multi-keyword, or multiple value syntax.",
spec : "https://drafts.csswg.org/css-display-3/#the-display-properties", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2026i32,
1u32, 21u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 7u32, 21u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(115u16,
0u16), chrome_android : BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16,
0u16), firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16,
0u16), safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16,
0u16), }, caniuse : & [], popularity : 0f32, }, "css.properties.display.none" =>
CSSFeature { id : "css.properties.display.none", name : "Display", description :
"The display CSS property sets the display behavior of an element's box within its layout and sets the layout behavior for its child elements.",
spec : "https://drafts.csswg.org/css-display-3/#the-display-properties", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/inline-block"], popularity : 92.62524f32, },
"css.properties.display.none.option_is_hidden" => CSSFeature { id :
"css.properties.display.none.option_is_hidden", name : "Display", description :
"The display CSS property sets the display behavior of an element's box within its layout and sets the layout behavior for its child elements.",
spec : "https://drafts.csswg.org/css-display-3/#the-display-properties", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/inline-block"], popularity : 92.62524f32, },
"css.properties.display.ruby" => CSSFeature { id : "css.properties.display.ruby",
name : "display: ruby", description :
"The display: ruby CSS declaration renders an element with the box layout of a <ruby> HTML element. Child elements may use equivalents to <ruby> internal elements such as display: ruby-base for <rb>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
["ruby"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16),
edge : BrowserVersion(0, 0), firefox : BrowserVersion(38u16, 0u16), firefox_android :
BrowserVersion(38u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.display.ruby-base" => CSSFeature { id :
"css.properties.display.ruby-base", name : "display: ruby", description :
"The display: ruby CSS declaration renders an element with the box layout of a <ruby> HTML element. Child elements may use equivalents to <ruby> internal elements such as display: ruby-base for <rb>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
["ruby"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(38u16, 0u16), firefox_android :
BrowserVersion(38u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.display.ruby-base-container" => CSSFeature { id :
"css.properties.display.ruby-base-container", name : "display: ruby", description :
"The display: ruby CSS declaration renders an element with the box layout of a <ruby> HTML element. Child elements may use equivalents to <ruby> internal elements such as display: ruby-base for <rb>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
["ruby"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(38u16, 0u16), firefox_android :
BrowserVersion(38u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.display.ruby-text" => CSSFeature { id :
"css.properties.display.ruby-text", name : "display: ruby", description :
"The display: ruby CSS declaration renders an element with the box layout of a <ruby> HTML element. Child elements may use equivalents to <ruby> internal elements such as display: ruby-base for <rb>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
["ruby"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16),
edge : BrowserVersion(0, 0), firefox : BrowserVersion(38u16, 0u16), firefox_android :
BrowserVersion(38u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.display.ruby-text-container" => CSSFeature { id :
"css.properties.display.ruby-text-container", name : "display: ruby", description :
"The display: ruby CSS declaration renders an element with the box layout of a <ruby> HTML element. Child elements may use equivalents to <ruby> internal elements such as display: ruby-base for <rb>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
["ruby"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(38u16, 0u16), firefox_android :
BrowserVersion(38u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.display.table" => CSSFeature { id : "css.properties.display.table",
name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.display.table-caption" => CSSFeature { id :
"css.properties.display.table-caption", name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.display.table-cell" => CSSFeature { id :
"css.properties.display.table-cell", name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.display.table-column" => CSSFeature { id :
"css.properties.display.table-column", name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.display.table-column-group" => CSSFeature { id :
"css.properties.display.table-column-group", name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.display.table-footer-group" => CSSFeature { id :
"css.properties.display.table-footer-group", name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.display.table-header-group" => CSSFeature { id :
"css.properties.display.table-header-group", name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.display.table-row" => CSSFeature { id :
"css.properties.display.table-row", name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.display.table-row-group" => CSSFeature { id :
"css.properties.display.table-row-group", name : "display: table", description :
"The display: table CSS declaration renders an element with the box layout of a <table> HTML element. Child elements may use equivalents to <table> internal elements such as display: table-row for <tr>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-table"], popularity : 0f32, },
"css.properties.dominant-baseline" => CSSFeature { id :
"css.properties.dominant-baseline", name : "dominant-baseline", description :
"The dominant-baseline CSS property sets the specific baseline used to align an elements's text and inline-level contents.",
spec : "https://drafts.csswg.org/css-inline-3/#dominant-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0.681691f32, }, "css.properties.dominant-baseline.alphabetic" =>
CSSFeature { id : "css.properties.dominant-baseline.alphabetic", name :
"dominant-baseline", description :
"The dominant-baseline CSS property sets the specific baseline used to align an elements's text and inline-level contents.",
spec : "https://drafts.csswg.org/css-inline-3/#dominant-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0.681691f32, }, "css.properties.dominant-baseline.auto" =>
CSSFeature { id : "css.properties.dominant-baseline.auto", name :
"dominant-baseline", description :
"The dominant-baseline CSS property sets the specific baseline used to align an elements's text and inline-level contents.",
spec : "https://drafts.csswg.org/css-inline-3/#dominant-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0.681691f32, }, "css.properties.dominant-baseline.central" =>
CSSFeature { id : "css.properties.dominant-baseline.central", name :
"dominant-baseline", description :
"The dominant-baseline CSS property sets the specific baseline used to align an elements's text and inline-level contents.",
spec : "https://drafts.csswg.org/css-inline-3/#dominant-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0.681691f32, }, "css.properties.dominant-baseline.hanging" =>
CSSFeature { id : "css.properties.dominant-baseline.hanging", name :
"dominant-baseline", description :
"The dominant-baseline CSS property sets the specific baseline used to align an elements's text and inline-level contents.",
spec : "https://drafts.csswg.org/css-inline-3/#dominant-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0.681691f32, }, "css.properties.dominant-baseline.ideographic" =>
CSSFeature { id : "css.properties.dominant-baseline.ideographic", name :
"dominant-baseline", description :
"The dominant-baseline CSS property sets the specific baseline used to align an elements's text and inline-level contents.",
spec : "https://drafts.csswg.org/css-inline-3/#dominant-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0.681691f32, }, "css.properties.dominant-baseline.mathematical" =>
CSSFeature { id : "css.properties.dominant-baseline.mathematical", name :
"dominant-baseline", description :
"The dominant-baseline CSS property sets the specific baseline used to align an elements's text and inline-level contents.",
spec : "https://drafts.csswg.org/css-inline-3/#dominant-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0.681691f32, }, "css.properties.dominant-baseline.middle" =>
CSSFeature { id : "css.properties.dominant-baseline.middle", name :
"dominant-baseline", description :
"The dominant-baseline CSS property sets the specific baseline used to align an elements's text and inline-level contents.",
spec : "https://drafts.csswg.org/css-inline-3/#dominant-baseline-property", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0.681691f32, }, "css.properties.empty-cells" => CSSFeature { id :
"css.properties.empty-cells", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.empty-cells.hide" => CSSFeature { id :
"css.properties.empty-cells.hide", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.empty-cells.show" => CSSFeature { id :
"css.properties.empty-cells.show", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.field-sizing" => CSSFeature { id :
"css.properties.field-sizing", name : "field-sizing", description :
"The field-sizing CSS property allows form controls such as <textarea> to be sized based on their content.",
spec : "https://drafts.csswg.org/css-forms-1/#field-sizing", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16), edge :
BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : & [], popularity : 1.123825f32, },
"css.properties.field-sizing.content" => CSSFeature { id :
"css.properties.field-sizing.content", name : "field-sizing", description :
"The field-sizing CSS property allows form controls such as <textarea> to be sized based on their content.",
spec : "https://drafts.csswg.org/css-forms-1/#field-sizing", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16), edge :
BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : & [], popularity : 1.123825f32, },
"css.properties.field-sizing.fixed" => CSSFeature { id :
"css.properties.field-sizing.fixed", name : "field-sizing", description :
"The field-sizing CSS property allows form controls such as <textarea> to be sized based on their content.",
spec : "https://drafts.csswg.org/css-forms-1/#field-sizing", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16), edge :
BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : & [], popularity : 1.123825f32, },
"css.properties.fill" => CSSFeature { id : "css.properties.fill", name : "SVG",
description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.fill-opacity" =>
CSSFeature { id : "css.properties.fill-opacity", name : "Opacity (SVG)", description
:
"The fill-opacity, and stroke-opacity SVG attributes and CSS properties control the transparency of a stroke or fill of an SVG element.",
spec : "https://svgwg.org/svg2-draft/render.html#ObjectAndGroupOpacityProperties",
groups : & ["svg"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.fill-rule" => CSSFeature { id :
"css.properties.fill-rule", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.fill-rule.evenodd"
=> CSSFeature { id : "css.properties.fill-rule.evenodd", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.fill-rule.nonzero"
=> CSSFeature { id : "css.properties.fill-rule.nonzero", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.fill.none" =>
CSSFeature { id : "css.properties.fill.none", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.filter" =>
CSSFeature { id : "css.properties.filter", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.blur" => CSSFeature { id : "css.properties.filter.blur", name
: "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.brightness" => CSSFeature { id :
"css.properties.filter.brightness", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.contrast" => CSSFeature { id :
"css.properties.filter.contrast", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.drop-shadow" => CSSFeature { id :
"css.properties.filter.drop-shadow", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.grayscale" => CSSFeature { id :
"css.properties.filter.grayscale", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.hue-rotate" => CSSFeature { id :
"css.properties.filter.hue-rotate", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.invert" => CSSFeature { id : "css.properties.filter.invert",
name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.opacity" => CSSFeature { id : "css.properties.filter.opacity",
name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.saturate" => CSSFeature { id :
"css.properties.filter.saturate", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.sepia" => CSSFeature { id : "css.properties.filter.sepia",
name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(53u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.properties.filter.svg_elements" => CSSFeature { id :
"css.properties.filter.svg_elements", name : "SVG filters", description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(89u16, 0u16), chrome_android : BrowserVersion(89u16, 0u16), edge :
BrowserVersion(89u16, 0u16), firefox : BrowserVersion(35u16, 0u16), firefox_android :
BrowserVersion(35u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/svg-filters"], popularity
: 0f32, }, "css.properties.flex" => CSSFeature { id : "css.properties.flex", name :
"Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-basis" => CSSFeature { id : "css.properties.flex-basis", name :
"Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-basis.auto" => CSSFeature { id :
"css.properties.flex-basis.auto", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-basis.content" => CSSFeature { id :
"css.properties.flex-basis.content", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-basis.fit-content" => CSSFeature { id :
"css.properties.flex-basis.fit-content", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-basis.max-content" => CSSFeature { id :
"css.properties.flex-basis.max-content", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-basis.min-content" => CSSFeature { id :
"css.properties.flex-basis.min-content", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-direction" => CSSFeature { id : "css.properties.flex-direction",
name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-direction.column" => CSSFeature { id :
"css.properties.flex-direction.column", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-direction.column-reverse" => CSSFeature { id :
"css.properties.flex-direction.column-reverse", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
3u32, 22u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 9u32, 22u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(81u16, 0u16), firefox_android : BrowserVersion(81u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-direction.row" => CSSFeature { id :
"css.properties.flex-direction.row", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-direction.row-reverse" => CSSFeature { id :
"css.properties.flex-direction.row-reverse", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
3u32, 22u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 9u32, 22u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(81u16, 0u16), firefox_android : BrowserVersion(81u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-flow" => CSSFeature { id : "css.properties.flex-flow", name :
"Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-grow" => CSSFeature { id : "css.properties.flex-grow", name :
"Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-grow.less_than_zero_animate" => CSSFeature { id :
"css.properties.flex-grow.less_than_zero_animate", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(49u16, 0u16), chrome_android : BrowserVersion(49u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(32u16, 0u16), firefox_android :
BrowserVersion(32u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/flexbox"], popularity :
0f32, }, "css.properties.flex-shrink" => CSSFeature { id :
"css.properties.flex-shrink", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-wrap" => CSSFeature { id : "css.properties.flex-wrap", name :
"Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-wrap.nowrap" => CSSFeature { id :
"css.properties.flex-wrap.nowrap", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-wrap.wrap" => CSSFeature { id : "css.properties.flex-wrap.wrap",
name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex-wrap.wrap-reverse" => CSSFeature { id :
"css.properties.flex-wrap.wrap-reverse", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.flex.none" => CSSFeature { id : "css.properties.flex.none", name :
"Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(22u16, 0u16), firefox_android : BrowserVersion(22u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.float" => CSSFeature { id : "css.properties.float", name :
"float and clear", description :
"The float CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The clear CSS property sets whether an element is moved below floating elements that proceed it.",
spec : "https://drafts.csswg.org/css2/#propdef-float", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.float.inline-end" => CSSFeature
{ id : "css.properties.float.inline-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 10u32, 13u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.float.inline-start" => CSSFeature { id :
"css.properties.float.inline-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 10u32, 13u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.float.left" => CSSFeature { id : "css.properties.float.left", name :
"float and clear", description :
"The float CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The clear CSS property sets whether an element is moved below floating elements that proceed it.",
spec : "https://drafts.csswg.org/css2/#propdef-float", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.float.none" => CSSFeature { id
: "css.properties.float.none", name : "float and clear", description :
"The float CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The clear CSS property sets whether an element is moved below floating elements that proceed it.",
spec : "https://drafts.csswg.org/css2/#propdef-float", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.float.right" => CSSFeature { id
: "css.properties.float.right", name : "float and clear", description :
"The float CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The clear CSS property sets whether an element is moved below floating elements that proceed it.",
spec : "https://drafts.csswg.org/css2/#propdef-float", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.flood-color" => CSSFeature { id
: "css.properties.flood-color", name : "SVG filters", description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(5u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.flood-color.currentColor" => CSSFeature { id :
"css.properties.flood-color.currentColor", name : "SVG filters", description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(5u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.flood-color.transparent" => CSSFeature { id :
"css.properties.flood-color.transparent", name : "SVG filters", description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(5u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.flood-opacity" => CSSFeature { id : "css.properties.flood-opacity",
name : "SVG filters", description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(5u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.font" => CSSFeature { id : "css.properties.font", name :
"Font shorthand", description :
"The font CSS property shorthand sets multiple font properties, including style, weight, size, and font family.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.font-family" => CSSFeature { id
: "css.properties.font-family", name : "font-family", description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.cursive" => CSSFeature
{ id : "css.properties.font-family.cursive", name : "font-family", description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.fangsong" => CSSFeature
{ id : "css.properties.font-family.fangsong", name : "font-family", description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.fantasy" => CSSFeature
{ id : "css.properties.font-family.fantasy", name : "font-family", description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.kai" => CSSFeature { id
: "css.properties.font-family.kai", name : "font-family", description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.khmer-mul" =>
CSSFeature { id : "css.properties.font-family.khmer-mul", name : "font-family",
description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.math" => CSSFeature {
id : "css.properties.font-family.math", name : "Math font family", description :
"The font-family: math CSS declaration uses the browser default font face for displaying mathematical expressions.",
spec : "https://drafts.csswg.org/css-fonts-4/#math-def", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 12u32, 12u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(109u16, 0u16),
chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16),
firefox : BrowserVersion(145u16, 0u16), firefox_android : BrowserVersion(145u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.font-family.monospace" => CSSFeature { id :
"css.properties.font-family.monospace", name : "font-family", description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.nastaliq" => CSSFeature
{ id : "css.properties.font-family.nastaliq", name : "font-family", description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.sans-serif" =>
CSSFeature { id : "css.properties.font-family.sans-serif", name : "font-family",
description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.serif" => CSSFeature {
id : "css.properties.font-family.serif", name : "font-family", description :
"The font-family CSS property sets the desired font face for text, along with optional fallback font faces.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-family-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 88.155365f32, }, "css.properties.font-family.system-ui" =>
CSSFeature { id : "css.properties.font-family.system-ui", name : "System font",
description :
"The font-family: system-ui CSS declaration uses the operating system default font for text.",
spec : "https://drafts.csswg.org/css-fonts-4/#system-ui-def", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(56u16, 0u16),
chrome_android : BrowserVersion(56u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(92u16, 0u16), firefox_android : BrowserVersion(92u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/font-family-system-ui"], popularity : 0f32, },
"css.properties.font-family.ui-monospace" => CSSFeature { id :
"css.properties.font-family.ui-monospace", name : "UI fonts", description :
"The ui-serif, ui-sans-serif, ui-monospace and ui-rounded values for the font-family CSS property use device-default user interface fonts for text.",
spec : "https://drafts.csswg.org/css-fonts-4/#ui-serif-def", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/extended-system-fonts"], popularity : 0f32, },
"css.properties.font-family.ui-rounded" => CSSFeature { id :
"css.properties.font-family.ui-rounded", name : "UI fonts", description :
"The ui-serif, ui-sans-serif, ui-monospace and ui-rounded values for the font-family CSS property use device-default user interface fonts for text.",
spec : "https://drafts.csswg.org/css-fonts-4/#ui-serif-def", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/extended-system-fonts"], popularity : 0f32, },
"css.properties.font-family.ui-sans-serif" => CSSFeature { id :
"css.properties.font-family.ui-sans-serif", name : "UI fonts", description :
"The ui-serif, ui-sans-serif, ui-monospace and ui-rounded values for the font-family CSS property use device-default user interface fonts for text.",
spec : "https://drafts.csswg.org/css-fonts-4/#ui-serif-def", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/extended-system-fonts"], popularity : 0f32, },
"css.properties.font-family.ui-serif" => CSSFeature { id :
"css.properties.font-family.ui-serif", name : "UI fonts", description :
"The ui-serif, ui-sans-serif, ui-monospace and ui-rounded values for the font-family CSS property use device-default user interface fonts for text.",
spec : "https://drafts.csswg.org/css-fonts-4/#ui-serif-def", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/extended-system-fonts"], popularity : 0f32, },
"css.properties.font-feature-settings" => CSSFeature { id :
"css.properties.font-feature-settings", name : "font-feature-settings", description :
"The font-feature-settings CSS property sets low-level OpenType feature tags for a font. When possible, use font-variant instead.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-feature-settings-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(48u16, 0u16), chrome_android :
BrowserVersion(48u16, 0u16), edge : BrowserVersion(15u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-feature"], popularity : 19.882708f32, },
"css.properties.font-feature-settings.normal" => CSSFeature { id :
"css.properties.font-feature-settings.normal", name : "font-feature-settings",
description :
"The font-feature-settings CSS property sets low-level OpenType feature tags for a font. When possible, use font-variant instead.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-feature-settings-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(48u16, 0u16), chrome_android :
BrowserVersion(48u16, 0u16), edge : BrowserVersion(15u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-feature"], popularity : 19.882708f32, },
"css.properties.font-kerning" => CSSFeature { id : "css.properties.font-kerning",
name : "font-kerning", description :
"The font-kerning CSS property sets whether kerning data from a font is used to adjust the space between letters.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-kerning-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(33u16, 0u16), chrome_android :
BrowserVersion(33u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(32u16, 0u16), firefox_android : BrowserVersion(32u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/font-kerning"], popularity : 1.595099f32, },
"css.properties.font-kerning.auto" => CSSFeature { id :
"css.properties.font-kerning.auto", name : "font-kerning", description :
"The font-kerning CSS property sets whether kerning data from a font is used to adjust the space between letters.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-kerning-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(33u16, 0u16), chrome_android :
BrowserVersion(33u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(32u16, 0u16), firefox_android : BrowserVersion(32u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/font-kerning"], popularity : 1.595099f32, },
"css.properties.font-kerning.none" => CSSFeature { id :
"css.properties.font-kerning.none", name : "font-kerning", description :
"The font-kerning CSS property sets whether kerning data from a font is used to adjust the space between letters.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-kerning-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(33u16, 0u16), chrome_android :
BrowserVersion(33u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(32u16, 0u16), firefox_android : BrowserVersion(32u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/font-kerning"], popularity : 1.595099f32, },
"css.properties.font-kerning.normal" => CSSFeature { id :
"css.properties.font-kerning.normal", name : "font-kerning", description :
"The font-kerning CSS property sets whether kerning data from a font is used to adjust the space between letters.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-kerning-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(33u16, 0u16), chrome_android :
BrowserVersion(33u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(32u16, 0u16), firefox_android : BrowserVersion(32u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/font-kerning"], popularity : 1.595099f32, },
"css.properties.font-language-override" => CSSFeature { id :
"css.properties.font-language-override", name : "font-language-override", description
:
"The font-language-override CSS property sets which language-specific glyphs are displayed.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-language-override-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(143u16, 0u16), chrome_android :
BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.406931f32, }, "css.properties.font-optical-sizing" => CSSFeature { id
: "css.properties.font-optical-sizing", name : "font-optical-sizing", description :
"The font-optical-sizing CSS property sets whether text rendering is optimized for viewing at different sizes.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-optical-sizing-def", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 24u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 24u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(79u16, 0u16), chrome_android :
BrowserVersion(79u16, 0u16), edge : BrowserVersion(17u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
[], popularity : 2.385324f32, }, "css.properties.font-optical-sizing.auto" =>
CSSFeature { id : "css.properties.font-optical-sizing.auto", name :
"font-optical-sizing", description :
"The font-optical-sizing CSS property sets whether text rendering is optimized for viewing at different sizes.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-optical-sizing-def", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 24u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 24u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(79u16, 0u16), chrome_android :
BrowserVersion(79u16, 0u16), edge : BrowserVersion(17u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
[], popularity : 2.385324f32, }, "css.properties.font-optical-sizing.none" =>
CSSFeature { id : "css.properties.font-optical-sizing.none", name :
"font-optical-sizing", description :
"The font-optical-sizing CSS property sets whether text rendering is optimized for viewing at different sizes.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-optical-sizing-def", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 24u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 24u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(79u16, 0u16), chrome_android :
BrowserVersion(79u16, 0u16), edge : BrowserVersion(17u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
[], popularity : 2.385324f32, }, "css.properties.font-palette" => CSSFeature { id :
"css.properties.font-palette", name : "font-palette", description :
"The font-palette CSS property selects a color palette from the font, optionally overriding individual colors in the @font-palette-values at-rule.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 5u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 11u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16, 0u16), safari
: BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse :
& ["https://caniuse.com/css-font-palette"], popularity : 0.041332f32, },
"css.properties.font-palette.animation_computed" => CSSFeature { id :
"css.properties.font-palette.animation_computed", name : "font-palette animation",
description : "You can animate color fonts between two font-palette values.", spec :
"https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16), edge :
BrowserVersion(121u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.font-palette.dark" =>
CSSFeature { id : "css.properties.font-palette.dark", name : "font-palette",
description :
"The font-palette CSS property selects a color palette from the font, optionally overriding individual colors in the @font-palette-values at-rule.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 5u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 11u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16, 0u16), safari
: BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse :
& ["https://caniuse.com/css-font-palette"], popularity : 0.041332f32, },
"css.properties.font-palette.light" => CSSFeature { id :
"css.properties.font-palette.light", name : "font-palette", description :
"The font-palette CSS property selects a color palette from the font, optionally overriding individual colors in the @font-palette-values at-rule.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 5u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 11u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16, 0u16), safari
: BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse :
& ["https://caniuse.com/css-font-palette"], popularity : 0.041332f32, },
"css.properties.font-palette.normal" => CSSFeature { id :
"css.properties.font-palette.normal", name : "font-palette", description :
"The font-palette CSS property selects a color palette from the font, optionally overriding individual colors in the @font-palette-values at-rule.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 5u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 11u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(107u16, 0u16), firefox_android : BrowserVersion(107u16, 0u16), safari
: BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse :
& ["https://caniuse.com/css-font-palette"], popularity : 0.041332f32, },
"css.properties.font-palette.palette-mix_function" => CSSFeature { id :
"css.properties.font-palette.palette-mix_function", name : "font-palette animation",
description : "You can animate color fonts between two font-palette values.", spec :
"https://drafts.csswg.org/css-fonts-4/#font-palette-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16), edge :
BrowserVersion(121u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.font-size" => CSSFeature
{ id : "css.properties.font-size", name : "font-size", description :
"The font-size CSS property sets the text height.", spec :
"https://drafts.csswg.org/css-fonts-4/#font-size-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 89.580696f32, }, "css.properties.font-size-adjust" =>
CSSFeature { id : "css.properties.font-size-adjust", name : "font-size-adjust",
description :
"The font-size-adjust CSS property preserves apparent text size, regardless of the font used, by scaling fonts to the same size with respect to a specific metric, such as x-height. This can help make fallback fonts look the same size.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop", groups : &
["fonts"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
7u32, 25u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(127u16, 0u16), chrome_android : BrowserVersion(127u16, 0u16), edge :
BrowserVersion(127u16, 0u16), firefox : BrowserVersion(3u16, 0u16), firefox_android :
BrowserVersion(4u16, 0u16), safari : BrowserVersion(16u16, 4u16), safari_ios :
BrowserVersion(16u16, 4u16), }, caniuse : & ["https://caniuse.com/font-size-adjust"],
popularity : 1.736579f32, }, "css.properties.font-size-adjust.from-font" =>
CSSFeature { id : "css.properties.font-size-adjust.from-font", name :
"font-size-adjust", description :
"The font-size-adjust CSS property preserves apparent text size, regardless of the font used, by scaling fonts to the same size with respect to a specific metric, such as x-height. This can help make fallback fonts look the same size.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop", groups : &
["fonts"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
7u32, 25u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(127u16, 0u16), chrome_android : BrowserVersion(127u16, 0u16), edge :
BrowserVersion(127u16, 0u16), firefox : BrowserVersion(118u16, 0u16), firefox_android
: BrowserVersion(118u16, 0u16), safari : BrowserVersion(17u16, 0u16), safari_ios :
BrowserVersion(17u16, 0u16), }, caniuse : & ["https://caniuse.com/font-size-adjust"],
popularity : 1.736579f32, }, "css.properties.font-size-adjust.none" => CSSFeature {
id : "css.properties.font-size-adjust.none", name : "font-size-adjust", description :
"The font-size-adjust CSS property preserves apparent text size, regardless of the font used, by scaling fonts to the same size with respect to a specific metric, such as x-height. This can help make fallback fonts look the same size.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop", groups : &
["fonts"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
7u32, 25u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(127u16, 0u16), chrome_android : BrowserVersion(127u16, 0u16), edge :
BrowserVersion(127u16, 0u16), firefox : BrowserVersion(3u16, 0u16), firefox_android :
BrowserVersion(4u16, 0u16), safari : BrowserVersion(16u16, 4u16), safari_ios :
BrowserVersion(16u16, 4u16), }, caniuse : & ["https://caniuse.com/font-size-adjust"],
popularity : 1.736579f32, }, "css.properties.font-size-adjust.two-values" =>
CSSFeature { id : "css.properties.font-size-adjust.two-values", name :
"font-size-adjust", description :
"The font-size-adjust CSS property preserves apparent text size, regardless of the font used, by scaling fonts to the same size with respect to a specific metric, such as x-height. This can help make fallback fonts look the same size.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop", groups : &
["fonts"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
7u32, 25u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(127u16, 0u16), chrome_android : BrowserVersion(127u16, 0u16), edge :
BrowserVersion(127u16, 0u16), firefox : BrowserVersion(92u16, 0u16), firefox_android
: BrowserVersion(92u16, 0u16), safari : BrowserVersion(17u16, 0u16), safari_ios :
BrowserVersion(17u16, 0u16), }, caniuse : & ["https://caniuse.com/font-size-adjust"],
popularity : 1.736579f32, }, "css.properties.font-size.math" => CSSFeature { id :
"css.properties.font-size.math", name : "MathML", description :
"MathML, or the Mathematical Markup Language, describes mathematical notation, such as expressions and formulas. Also known as MathML Core.",
spec : "https://w3c.github.io/mathml-core/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(109u16, 0u16), chrome_android : BrowserVersion(109u16, 0u16), edge :
BrowserVersion(109u16, 0u16), firefox : BrowserVersion(117u16, 0u16), firefox_android
: BrowserVersion(117u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/mathml"], popularity :
0f32, }, "css.properties.font-size.rem_values" => CSSFeature { id :
"css.properties.font-size.rem_values", name : "font-size", description :
"The font-size CSS property sets the text height.", spec :
"https://drafts.csswg.org/css-fonts-4/#font-size-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(31u16, 0u16),
chrome_android : BrowserVersion(42u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(31u16, 0u16), firefox_android : BrowserVersion(31u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 89.580696f32, }, "css.properties.font-size.xxx-large" =>
CSSFeature { id : "css.properties.font-size.xxx-large", name : "font-size",
description : "The font-size CSS property sets the text height.", spec :
"https://drafts.csswg.org/css-fonts-4/#font-size-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
9u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(79u16, 0u16),
chrome_android : BrowserVersion(79u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 89.580696f32, }, "css.properties.font-stretch" =>
CSSFeature { id : "css.properties.font-stretch", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.condensed" => CSSFeature { id :
"css.properties.font-stretch.condensed", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.expanded" => CSSFeature { id :
"css.properties.font-stretch.expanded", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.extra-condensed" => CSSFeature { id :
"css.properties.font-stretch.extra-condensed", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.extra-expanded" => CSSFeature { id :
"css.properties.font-stretch.extra-expanded", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.normal" => CSSFeature { id :
"css.properties.font-stretch.normal", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.percentage" => CSSFeature { id :
"css.properties.font-stretch.percentage", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 10u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(62u16, 0u16), chrome_android :
BrowserVersion(62u16, 0u16), edge : BrowserVersion(18u16, 0u16), firefox :
BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16), safari :
BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.semi-condensed" => CSSFeature { id :
"css.properties.font-stretch.semi-condensed", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.semi-expanded" => CSSFeature { id :
"css.properties.font-stretch.semi-expanded", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.ultra-condensed" => CSSFeature { id :
"css.properties.font-stretch.ultra-condensed", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-stretch.ultra-expanded" => CSSFeature { id :
"css.properties.font-stretch.ultra-expanded", name : "font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font-style" => CSSFeature { id : "css.properties.font-style", name :
"font-style", description :
"The font-style CSS property sets the text style, with normal, italic, and oblique options.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-style-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 79.2076f32, }, "css.properties.font-style.italic" =>
CSSFeature { id : "css.properties.font-style.italic", name : "font-style",
description :
"The font-style CSS property sets the text style, with normal, italic, and oblique options.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-style-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 79.2076f32, }, "css.properties.font-style.normal" =>
CSSFeature { id : "css.properties.font-style.normal", name : "font-style",
description :
"The font-style CSS property sets the text style, with normal, italic, and oblique options.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-style-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 79.2076f32, }, "css.properties.font-style.oblique" =>
CSSFeature { id : "css.properties.font-style.oblique", name : "font-style",
description :
"The font-style CSS property sets the text style, with normal, italic, and oblique options.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-style-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 79.2076f32, }, "css.properties.font-style.oblique-angle"
=> CSSFeature { id : "css.properties.font-style.oblique-angle", name : "font-style",
description :
"The font-style CSS property sets the text style, with normal, italic, and oblique options.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-style-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& [], popularity : 79.2076f32, }, "css.properties.font-synthesis" => CSSFeature { id
: "css.properties.font-synthesis", name : "font-synthesis", description :
"The font-synthesis CSS shorthand property disables all font synthesis except the given kinds. To disable a specific kind of font synthesis, instead use the longhand properties such as font-synthesis-style and font-synthesis-weight.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 7u32, 6u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 1u32, 6u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
[], popularity : 1.653924f32, }, "css.properties.font-synthesis-position" =>
CSSFeature { id : "css.properties.font-synthesis-position", name :
"font-synthesis-position", description :
"The font-synthesis-position CSS property sets whether or not the browser should synthesize subscript and superscript typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-position", groups : &
["font-synthesis"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(118u16, 0u16),
firefox_android : BrowserVersion(118u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.font-synthesis-position.auto" => CSSFeature { id :
"css.properties.font-synthesis-position.auto", name : "font-synthesis-position",
description :
"The font-synthesis-position CSS property sets whether or not the browser should synthesize subscript and superscript typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-position", groups : &
["font-synthesis"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(118u16, 0u16),
firefox_android : BrowserVersion(118u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.font-synthesis-position.none" => CSSFeature { id :
"css.properties.font-synthesis-position.none", name : "font-synthesis-position",
description :
"The font-synthesis-position CSS property sets whether or not the browser should synthesize subscript and superscript typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-position", groups : &
["font-synthesis"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(118u16, 0u16),
firefox_android : BrowserVersion(118u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.font-synthesis-small-caps" => CSSFeature { id :
"css.properties.font-synthesis-small-caps", name : "font-synthesis-small-caps",
description :
"The font-synthesis-small-caps CSS property sets whether or not the browser should synthesize small caps typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-small-caps", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(111u16, 0u16), firefox_android : BrowserVersion(111u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& [], popularity : 0.011263f32, }, "css.properties.font-synthesis-small-caps.auto" =>
CSSFeature { id : "css.properties.font-synthesis-small-caps.auto", name :
"font-synthesis-small-caps", description :
"The font-synthesis-small-caps CSS property sets whether or not the browser should synthesize small caps typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-small-caps", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(111u16, 0u16), firefox_android : BrowserVersion(111u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& [], popularity : 0.011263f32, }, "css.properties.font-synthesis-small-caps.none" =>
CSSFeature { id : "css.properties.font-synthesis-small-caps.none", name :
"font-synthesis-small-caps", description :
"The font-synthesis-small-caps CSS property sets whether or not the browser should synthesize small caps typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-small-caps", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(111u16, 0u16), firefox_android : BrowserVersion(111u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& [], popularity : 0.011263f32, }, "css.properties.font-synthesis-style" =>
CSSFeature { id : "css.properties.font-synthesis-style", name :
"font-synthesis-style", description :
"The font-synthesis-style CSS property sets whether or not the browser should synthesize italic and oblique typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-style", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(111u16, 0u16), firefox_android : BrowserVersion(111u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& [], popularity : 0.034279f32, }, "css.properties.font-synthesis-style.auto" =>
CSSFeature { id : "css.properties.font-synthesis-style.auto", name :
"font-synthesis-style", description :
"The font-synthesis-style CSS property sets whether or not the browser should synthesize italic and oblique typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-style", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(111u16, 0u16), firefox_android : BrowserVersion(111u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& [], popularity : 0.034279f32, }, "css.properties.font-synthesis-style.none" =>
CSSFeature { id : "css.properties.font-synthesis-style.none", name :
"font-synthesis-style", description :
"The font-synthesis-style CSS property sets whether or not the browser should synthesize italic and oblique typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-style", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(111u16, 0u16), firefox_android : BrowserVersion(111u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& [], popularity : 0.034279f32, }, "css.properties.font-synthesis-weight" =>
CSSFeature { id : "css.properties.font-synthesis-weight", name :
"font-synthesis-weight", description :
"The font-synthesis-weight CSS property sets whether or not the browser should synthesize bold typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-weight", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(111u16, 0u16), firefox_android : BrowserVersion(111u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& [], popularity : 0.107249f32, }, "css.properties.font-synthesis-weight.auto" =>
CSSFeature { id : "css.properties.font-synthesis-weight.auto", name :
"font-synthesis-weight", description :
"The font-synthesis-weight CSS property sets whether or not the browser should synthesize bold typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-weight", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(111u16, 0u16), firefox_android : BrowserVersion(111u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& [], popularity : 0.107249f32, }, "css.properties.font-synthesis-weight.none" =>
CSSFeature { id : "css.properties.font-synthesis-weight.none", name :
"font-synthesis-weight", description :
"The font-synthesis-weight CSS property sets whether or not the browser should synthesize bold typefaces when they're missing from the font.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis-weight", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(111u16, 0u16), firefox_android : BrowserVersion(111u16, 0u16), safari
: BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse :
& [], popularity : 0.107249f32, }, "css.properties.font-synthesis.position" =>
CSSFeature { id : "css.properties.font-synthesis.position", name : "font-synthesis",
description :
"The font-synthesis CSS shorthand property disables all font synthesis except the given kinds. To disable a specific kind of font synthesis, instead use the longhand properties such as font-synthesis-style and font-synthesis-weight.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis", groups : &
["font-synthesis"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(118u16, 0u16),
firefox_android : BrowserVersion(118u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 1.653924f32, },
"css.properties.font-synthesis.small-caps" => CSSFeature { id :
"css.properties.font-synthesis.small-caps", name : "font-synthesis", description :
"The font-synthesis CSS shorthand property disables all font synthesis except the given kinds. To disable a specific kind of font synthesis, instead use the longhand properties such as font-synthesis-style and font-synthesis-weight.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 7u32, 6u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 1u32, 6u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(93u16, 0u16), firefox_android : BrowserVersion(93u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 1.653924f32, }, "css.properties.font-synthesis.style" => CSSFeature
{ id : "css.properties.font-synthesis.style", name : "font-synthesis", description :
"The font-synthesis CSS shorthand property disables all font synthesis except the given kinds. To disable a specific kind of font synthesis, instead use the longhand properties such as font-synthesis-style and font-synthesis-weight.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 7u32, 6u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 1u32, 6u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 1.653924f32, }, "css.properties.font-synthesis.weight" => CSSFeature
{ id : "css.properties.font-synthesis.weight", name : "font-synthesis", description :
"The font-synthesis CSS shorthand property disables all font synthesis except the given kinds. To disable a specific kind of font synthesis, instead use the longhand properties such as font-synthesis-style and font-synthesis-weight.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-synthesis", groups : &
["font-synthesis"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 7u32, 6u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 1u32, 6u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(97u16, 0u16), chrome_android :
BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 1.653924f32, }, "css.properties.font-variant" => CSSFeature { id :
"css.properties.font-variant", name : "font-variant", description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 28.955425f32, }, "css.properties.font-variant-alternates" =>
CSSFeature { id : "css.properties.font-variant-alternates", name :
"font-variant-alternates", description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.properties.font-variant-alternates.annotation" => CSSFeature { id :
"css.properties.font-variant-alternates.annotation", name :
"font-variant-alternates", description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16, 2u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.properties.font-variant-alternates.character_variant" => CSSFeature { id :
"css.properties.font-variant-alternates.character_variant", name :
"font-variant-alternates", description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16, 2u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.properties.font-variant-alternates.historical-forms" => CSSFeature { id :
"css.properties.font-variant-alternates.historical-forms", name :
"font-variant-alternates", description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.properties.font-variant-alternates.normal" => CSSFeature { id :
"css.properties.font-variant-alternates.normal", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.properties.font-variant-alternates.ornaments" => CSSFeature { id :
"css.properties.font-variant-alternates.ornaments", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16, 2u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.properties.font-variant-alternates.styleset" => CSSFeature { id :
"css.properties.font-variant-alternates.styleset", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16, 2u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.properties.font-variant-alternates.stylistic" => CSSFeature { id :
"css.properties.font-variant-alternates.stylistic", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16, 2u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.properties.font-variant-alternates.swash" => CSSFeature { id :
"css.properties.font-variant-alternates.swash", name : "font-variant-alternates",
description :
"The font-variant-alternates CSS property, along with the @font-feature-values at-rule, chooses when to use a font's alternate glyphs.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16, 2u16), }, caniuse : &
["https://caniuse.com/font-variant-alternates"], popularity : 0.31772f32, },
"css.properties.font-variant-caps" => CSSFeature { id :
"css.properties.font-variant-caps", name : "font-variant-caps", description :
"The font-variant-caps CSS property sets whether text should be displayed in small caps, petite caps, or with capital letters designed for titles.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.736731f32, }, "css.properties.font-variant-caps.all-petite-caps"
=> CSSFeature { id : "css.properties.font-variant-caps.all-petite-caps", name :
"font-variant-caps", description :
"The font-variant-caps CSS property sets whether text should be displayed in small caps, petite caps, or with capital letters designed for titles.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.736731f32, }, "css.properties.font-variant-caps.all-small-caps" =>
CSSFeature { id : "css.properties.font-variant-caps.all-small-caps", name :
"font-variant-caps", description :
"The font-variant-caps CSS property sets whether text should be displayed in small caps, petite caps, or with capital letters designed for titles.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.736731f32, }, "css.properties.font-variant-caps.normal" =>
CSSFeature { id : "css.properties.font-variant-caps.normal", name :
"font-variant-caps", description :
"The font-variant-caps CSS property sets whether text should be displayed in small caps, petite caps, or with capital letters designed for titles.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.736731f32, }, "css.properties.font-variant-caps.petite-caps" =>
CSSFeature { id : "css.properties.font-variant-caps.petite-caps", name :
"font-variant-caps", description :
"The font-variant-caps CSS property sets whether text should be displayed in small caps, petite caps, or with capital letters designed for titles.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.736731f32, }, "css.properties.font-variant-caps.small-caps" =>
CSSFeature { id : "css.properties.font-variant-caps.small-caps", name :
"font-variant-caps", description :
"The font-variant-caps CSS property sets whether text should be displayed in small caps, petite caps, or with capital letters designed for titles.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.736731f32, }, "css.properties.font-variant-caps.titling-caps" =>
CSSFeature { id : "css.properties.font-variant-caps.titling-caps", name :
"font-variant-caps", description :
"The font-variant-caps CSS property sets whether text should be displayed in small caps, petite caps, or with capital letters designed for titles.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.736731f32, }, "css.properties.font-variant-caps.unicase" =>
CSSFeature { id : "css.properties.font-variant-caps.unicase", name :
"font-variant-caps", description :
"The font-variant-caps CSS property sets whether text should be displayed in small caps, petite caps, or with capital letters designed for titles.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.736731f32, }, "css.properties.font-variant-east-asian" =>
CSSFeature { id : "css.properties.font-variant-east-asian", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-east-asian.full-width"
=> CSSFeature { id : "css.properties.font-variant-east-asian.full-width", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-east-asian.jis04" =>
CSSFeature { id : "css.properties.font-variant-east-asian.jis04", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-east-asian.jis78" =>
CSSFeature { id : "css.properties.font-variant-east-asian.jis78", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-east-asian.jis83" =>
CSSFeature { id : "css.properties.font-variant-east-asian.jis83", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-east-asian.jis90" =>
CSSFeature { id : "css.properties.font-variant-east-asian.jis90", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-east-asian.normal" =>
CSSFeature { id : "css.properties.font-variant-east-asian.normal", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, },
"css.properties.font-variant-east-asian.proportional-width" => CSSFeature { id :
"css.properties.font-variant-east-asian.proportional-width", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-east-asian.ruby" =>
CSSFeature { id : "css.properties.font-variant-east-asian.ruby", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-east-asian.simplified"
=> CSSFeature { id : "css.properties.font-variant-east-asian.simplified", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-east-asian.traditional"
=> CSSFeature { id : "css.properties.font-variant-east-asian.traditional", name :
"font-variant-east-asian", description :
"The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0.548112f32, }, "css.properties.font-variant-emoji" => CSSFeature {
id : "css.properties.font-variant-emoji", name : "font-variant-emoji", description :
"The font-variant-emoji CSS property sets the default presentation for emoji characters.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-emoji-prop", groups : &
["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(131u16, 0u16), chrome_android :
BrowserVersion(131u16, 0u16), edge : BrowserVersion(131u16, 0u16), firefox :
BrowserVersion(141u16, 0u16), firefox_android : BrowserVersion(141u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.046726f32, }, "css.properties.font-variant-emoji.emoji" => CSSFeature
{ id : "css.properties.font-variant-emoji.emoji", name : "font-variant-emoji",
description :
"The font-variant-emoji CSS property sets the default presentation for emoji characters.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-emoji-prop", groups : &
["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(131u16, 0u16), chrome_android :
BrowserVersion(131u16, 0u16), edge : BrowserVersion(131u16, 0u16), firefox :
BrowserVersion(141u16, 0u16), firefox_android : BrowserVersion(141u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.046726f32, }, "css.properties.font-variant-emoji.normal" => CSSFeature
{ id : "css.properties.font-variant-emoji.normal", name : "font-variant-emoji",
description :
"The font-variant-emoji CSS property sets the default presentation for emoji characters.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-emoji-prop", groups : &
["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(131u16, 0u16), chrome_android :
BrowserVersion(131u16, 0u16), edge : BrowserVersion(131u16, 0u16), firefox :
BrowserVersion(141u16, 0u16), firefox_android : BrowserVersion(141u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.046726f32, }, "css.properties.font-variant-emoji.text" => CSSFeature {
id : "css.properties.font-variant-emoji.text", name : "font-variant-emoji",
description :
"The font-variant-emoji CSS property sets the default presentation for emoji characters.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-emoji-prop", groups : &
["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(131u16, 0u16), chrome_android :
BrowserVersion(131u16, 0u16), edge : BrowserVersion(131u16, 0u16), firefox :
BrowserVersion(141u16, 0u16), firefox_android : BrowserVersion(141u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.046726f32, }, "css.properties.font-variant-emoji.unicode" =>
CSSFeature { id : "css.properties.font-variant-emoji.unicode", name :
"font-variant-emoji", description :
"The font-variant-emoji CSS property sets the default presentation for emoji characters.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-emoji-prop", groups : &
["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(131u16, 0u16), chrome_android :
BrowserVersion(131u16, 0u16), edge : BrowserVersion(131u16, 0u16), firefox :
BrowserVersion(141u16, 0u16), firefox_android : BrowserVersion(141u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.046726f32, }, "css.properties.font-variant-ligatures" => CSSFeature {
id : "css.properties.font-variant-ligatures", name : "font-variant-ligatures",
description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, },
"css.properties.font-variant-ligatures.common-ligatures" => CSSFeature { id :
"css.properties.font-variant-ligatures.common-ligatures", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, }, "css.properties.font-variant-ligatures.contextual" =>
CSSFeature { id : "css.properties.font-variant-ligatures.contextual", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, },
"css.properties.font-variant-ligatures.discretionary-ligatures" => CSSFeature { id :
"css.properties.font-variant-ligatures.discretionary-ligatures", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, },
"css.properties.font-variant-ligatures.historical-ligatures" => CSSFeature { id :
"css.properties.font-variant-ligatures.historical-ligatures", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, },
"css.properties.font-variant-ligatures.no-common-ligatures" => CSSFeature { id :
"css.properties.font-variant-ligatures.no-common-ligatures", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, }, "css.properties.font-variant-ligatures.no-contextual"
=> CSSFeature { id : "css.properties.font-variant-ligatures.no-contextual", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, },
"css.properties.font-variant-ligatures.no-discretionary-ligatures" => CSSFeature { id
: "css.properties.font-variant-ligatures.no-discretionary-ligatures", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, },
"css.properties.font-variant-ligatures.no-historical-ligatures" => CSSFeature { id :
"css.properties.font-variant-ligatures.no-historical-ligatures", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, }, "css.properties.font-variant-ligatures.none" =>
CSSFeature { id : "css.properties.font-variant-ligatures.none", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, }, "css.properties.font-variant-ligatures.normal" =>
CSSFeature { id : "css.properties.font-variant-ligatures.normal", name :
"font-variant-ligatures", description :
"The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop", groups :
& ["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(34u16, 0u16), chrome_android :
BrowserVersion(34u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 5.89108f32, }, "css.properties.font-variant-numeric" => CSSFeature {
id : "css.properties.font-variant-numeric", name : "font-variant-numeric",
description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-numeric.diagonal-fractions" => CSSFeature { id :
"css.properties.font-variant-numeric.diagonal-fractions", name :
"font-variant-numeric", description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-numeric.lining-nums" => CSSFeature { id :
"css.properties.font-variant-numeric.lining-nums", name : "font-variant-numeric",
description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-numeric.normal" => CSSFeature { id :
"css.properties.font-variant-numeric.normal", name : "font-variant-numeric",
description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-numeric.oldstyle-nums" => CSSFeature { id :
"css.properties.font-variant-numeric.oldstyle-nums", name : "font-variant-numeric",
description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-numeric.ordinal" => CSSFeature { id :
"css.properties.font-variant-numeric.ordinal", name : "font-variant-numeric",
description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-numeric.proportional-nums" => CSSFeature { id :
"css.properties.font-variant-numeric.proportional-nums", name :
"font-variant-numeric", description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-numeric.slashed-zero" => CSSFeature { id :
"css.properties.font-variant-numeric.slashed-zero", name : "font-variant-numeric",
description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-numeric.stacked-fractions" => CSSFeature { id :
"css.properties.font-variant-numeric.stacked-fractions", name :
"font-variant-numeric", description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-numeric.tabular-nums" => CSSFeature { id :
"css.properties.font-variant-numeric.tabular-nums", name : "font-variant-numeric",
description :
"The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/font-variant-numeric"], popularity : 5.438695f32, },
"css.properties.font-variant-position" => CSSFeature { id :
"css.properties.font-variant-position", name : "font-variant-position", description :
"The font-variant-position CSS property sets whether to use alternate glyphs for subscript and superscript text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", groups : &
["font-features"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 15u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(117u16, 0u16),
chrome_android : BrowserVersion(117u16, 0u16), edge : BrowserVersion(117u16, 0u16),
firefox : BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & [], popularity : 0.289427f32, },
"css.properties.font-variant-position.normal" => CSSFeature { id :
"css.properties.font-variant-position.normal", name : "font-variant-position",
description :
"The font-variant-position CSS property sets whether to use alternate glyphs for subscript and superscript text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", groups : &
["font-features"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 15u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(117u16, 0u16),
chrome_android : BrowserVersion(117u16, 0u16), edge : BrowserVersion(117u16, 0u16),
firefox : BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & [], popularity : 0.289427f32, },
"css.properties.font-variant-position.sub" => CSSFeature { id :
"css.properties.font-variant-position.sub", name : "font-variant-position",
description :
"The font-variant-position CSS property sets whether to use alternate glyphs for subscript and superscript text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", groups : &
["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(34u16, 0u16),
firefox_android : BrowserVersion(34u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0.289427f32, },
"css.properties.font-variant-position.super" => CSSFeature { id :
"css.properties.font-variant-position.super", name : "font-variant-position",
description :
"The font-variant-position CSS property sets whether to use alternate glyphs for subscript and superscript text.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", groups : &
["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(34u16, 0u16),
firefox_android : BrowserVersion(34u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0.289427f32, },
"css.properties.font-variant.css_fonts_shorthand" => CSSFeature { id :
"css.properties.font-variant.css_fonts_shorthand", name : "font-variant", description
:
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 28.955425f32, },
"css.properties.font-variant.greek_accented_characters" => CSSFeature { id :
"css.properties.font-variant.greek_accented_characters", name : "font-variant",
description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 28.955425f32, },
"css.properties.font-variant.historical-forms" => CSSFeature { id :
"css.properties.font-variant.historical-forms", name : "font-variant", description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 28.955425f32, }, "css.properties.font-variant.none" => CSSFeature {
id : "css.properties.font-variant.none", name : "font-variant", description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(52u16, 0u16), chrome_android :
BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
[], popularity : 28.955425f32, }, "css.properties.font-variant.normal" => CSSFeature
{ id : "css.properties.font-variant.normal", name : "font-variant", description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 28.955425f32, }, "css.properties.font-variant.sub" => CSSFeature {
id : "css.properties.font-variant.sub", name : "font-variant", description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 9u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 9u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(110u16, 0u16), chrome_android :
BrowserVersion(110u16, 0u16), edge : BrowserVersion(110u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 28.955425f32, }, "css.properties.font-variant.super" => CSSFeature {
id : "css.properties.font-variant.super", name : "font-variant", description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 9u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 9u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(110u16, 0u16), chrome_android :
BrowserVersion(110u16, 0u16), edge : BrowserVersion(110u16, 0u16), firefox :
BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 28.955425f32, }, "css.properties.font-variant.turkic_is" =>
CSSFeature { id : "css.properties.font-variant.turkic_is", name : "font-variant",
description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(31u16, 0u16), chrome_android :
BrowserVersion(31u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(14u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
[], popularity : 28.955425f32, }, "css.properties.font-variant.uppercase_eszett" =>
CSSFeature { id : "css.properties.font-variant.uppercase_eszett", name :
"font-variant", description :
"The font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variant-prop", groups : &
["font-features"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 28.955425f32, },
"css.properties.font-variation-settings" => CSSFeature { id :
"css.properties.font-variation-settings", name : "font-variation-settings",
description :
"The font-variation-settings CSS property sets an \"axis of variability\" on a variable font, such as weight, optical size, or a custom axis defined by the typeface designer. When possible, use other CSS font properties, such as font-weight: bold. Also known as variable fonts.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-variation-settings-def", groups :
& ["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 3u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 9u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(62u16, 0u16), chrome_android :
BrowserVersion(62u16, 0u16), edge : BrowserVersion(17u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/variable-fonts"], popularity : 19.30242f32, },
"css.properties.font-weight" => CSSFeature { id : "css.properties.font-weight", name
: "font-weight", description :
"The font-weight CSS property controls the thickness of a font. It is set explicitly with the keyword bold or a number, or relative to the inherited thickness with the keywords bolder or lighter.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-weight-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 87.93345f32, }, "css.properties.font-weight.bold" => CSSFeature { id
: "css.properties.font-weight.bold", name : "font-weight", description :
"The font-weight CSS property controls the thickness of a font. It is set explicitly with the keyword bold or a number, or relative to the inherited thickness with the keywords bolder or lighter.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-weight-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 87.93345f32, }, "css.properties.font-weight.bolder" => CSSFeature {
id : "css.properties.font-weight.bolder", name : "font-weight", description :
"The font-weight CSS property controls the thickness of a font. It is set explicitly with the keyword bold or a number, or relative to the inherited thickness with the keywords bolder or lighter.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-weight-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 87.93345f32, }, "css.properties.font-weight.lighter" => CSSFeature {
id : "css.properties.font-weight.lighter", name : "font-weight", description :
"The font-weight CSS property controls the thickness of a font. It is set explicitly with the keyword bold or a number, or relative to the inherited thickness with the keywords bolder or lighter.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-weight-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 87.93345f32, }, "css.properties.font-weight.normal" => CSSFeature {
id : "css.properties.font-weight.normal", name : "font-weight", description :
"The font-weight CSS property controls the thickness of a font. It is set explicitly with the keyword bold or a number, or relative to the inherited thickness with the keywords bolder or lighter.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-weight-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 87.93345f32, }, "css.properties.font-weight.number" => CSSFeature {
id : "css.properties.font-weight.number", name : "font-weight", description :
"The font-weight CSS property controls the thickness of a font. It is set explicitly with the keyword bold or a number, or relative to the inherited thickness with the keywords bolder or lighter.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-weight-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 12u32, 26u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 6u32, 26u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(62u16, 0u16), chrome_android :
BrowserVersion(62u16, 0u16), edge : BrowserVersion(17u16, 0u16), firefox :
BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 87.93345f32, }, "css.properties.font-width" => CSSFeature { id :
"css.properties.font-width", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font-width.condensed" => CSSFeature { id :
"css.properties.font-width.condensed", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font-width.expanded" => CSSFeature { id :
"css.properties.font-width.expanded", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font-width.extra-condensed" => CSSFeature { id
: "css.properties.font-width.extra-condensed", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font-width.extra-expanded" => CSSFeature { id :
"css.properties.font-width.extra-expanded", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font-width.normal" => CSSFeature { id :
"css.properties.font-width.normal", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font-width.semi-condensed" => CSSFeature { id :
"css.properties.font-width.semi-condensed", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font-width.semi-expanded" => CSSFeature { id :
"css.properties.font-width.semi-expanded", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font-width.ultra-condensed" => CSSFeature { id
: "css.properties.font-width.ultra-condensed", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font-width.ultra-expanded" => CSSFeature { id :
"css.properties.font-width.ultra-expanded", name : "font-width", description :
"The font-width CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-width-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.font.caption" => CSSFeature { id :
"css.properties.font.caption", name : "Font shorthand", description :
"The font CSS property shorthand sets multiple font properties, including style, weight, size, and font family.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.font.font-width_keyword_values"
=> CSSFeature { id : "css.properties.font.font-width_keyword_values", name :
"font-stretch", description :
"The font-stretch CSS property selects a font face from a font family based on width, either by a keyword such as condensed or a percentage.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-stretch-prop", groups : &
["fonts"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
["https://caniuse.com/css-font-stretch"], popularity : 27.172356f32, },
"css.properties.font.icon" => CSSFeature { id : "css.properties.font.icon", name :
"Font shorthand", description :
"The font CSS property shorthand sets multiple font properties, including style, weight, size, and font family.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.font.menu" => CSSFeature { id :
"css.properties.font.menu", name : "Font shorthand", description :
"The font CSS property shorthand sets multiple font properties, including style, weight, size, and font family.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.font.message-box" => CSSFeature
{ id : "css.properties.font.message-box", name : "Font shorthand", description :
"The font CSS property shorthand sets multiple font properties, including style, weight, size, and font family.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.font.small-caption" =>
CSSFeature { id : "css.properties.font.small-caption", name : "Font shorthand",
description :
"The font CSS property shorthand sets multiple font properties, including style, weight, size, and font family.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.font.status-bar" => CSSFeature
{ id : "css.properties.font.status-bar", name : "Font shorthand", description :
"The font CSS property shorthand sets multiple font properties, including style, weight, size, and font family.",
spec : "https://drafts.csswg.org/css-fonts-4/#font-prop", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.forced-color-adjust" =>
CSSFeature { id : "css.properties.forced-color-adjust", name : "Forced colors",
description :
"The forced-colors CSS @media rule detects when a user has chosen to use a forced colors mode, also known as high-contrast mode, and the forced-color-adjust CSS property sets whether forced colors apply to an element.",
spec : "https://drafts.csswg.org/mediaqueries-5/#forced-colors", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(89u16, 0u16), chrome_android : BrowserVersion(89u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(113u16, 0u16), firefox_android
: BrowserVersion(113u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.forced-color-adjust.auto" => CSSFeature { id :
"css.properties.forced-color-adjust.auto", name : "Forced colors", description :
"The forced-colors CSS @media rule detects when a user has chosen to use a forced colors mode, also known as high-contrast mode, and the forced-color-adjust CSS property sets whether forced colors apply to an element.",
spec : "https://drafts.csswg.org/mediaqueries-5/#forced-colors", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(89u16, 0u16), chrome_android : BrowserVersion(89u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(113u16, 0u16), firefox_android
: BrowserVersion(113u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.forced-color-adjust.none" => CSSFeature { id :
"css.properties.forced-color-adjust.none", name : "Forced colors", description :
"The forced-colors CSS @media rule detects when a user has chosen to use a forced colors mode, also known as high-contrast mode, and the forced-color-adjust CSS property sets whether forced colors apply to an element.",
spec : "https://drafts.csswg.org/mediaqueries-5/#forced-colors", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(89u16, 0u16), chrome_android : BrowserVersion(89u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(113u16, 0u16), firefox_android
: BrowserVersion(113u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.forced-color-adjust.preserve-parent-color" => CSSFeature { id :
"css.properties.forced-color-adjust.preserve-parent-color", name : "Forced colors",
description :
"The forced-colors CSS @media rule detects when a user has chosen to use a forced colors mode, also known as high-contrast mode, and the forced-color-adjust CSS property sets whether forced colors apply to an element.",
spec : "https://drafts.csswg.org/mediaqueries-5/#forced-colors", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(106u16, 0u16), chrome_android : BrowserVersion(106u16, 0u16), edge :
BrowserVersion(106u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.gap" => CSSFeature { id
: "css.properties.gap", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.gap.flex_context" => CSSFeature { id :
"css.properties.gap.flex_context", name : "Flexbox gap", description :
"The gap CSS property in a flexbox layout sets the size of the space between items.",
spec : "https://drafts.csswg.org/css-align-3/#gaps", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/flexbox-gap"], popularity : 0f32, },
"css.properties.gap.grid_context" => CSSFeature { id :
"css.properties.gap.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2021i32, 3u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2018i32, 9u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(12u16, 0u16), safari_ios : BrowserVersion(12u16, 0u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.gap.grid_context.calc_values" => CSSFeature { id :
"css.properties.gap.grid_context.calc_values", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2021i32, 9u32, 25u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2019i32, 3u32, 25u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.gap.grid_context.percentage_values" => CSSFeature { id :
"css.properties.gap.grid_context.percentage_values", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2021i32, 3u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2018i32, 9u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(12u16, 0u16), safari_ios : BrowserVersion(12u16, 0u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.gap.multicol_context" => CSSFeature { id :
"css.properties.gap.multicol_context", name : "Multi-column layout", description :
"Multi-column layout flows an element's content across one or more columns in a single row, without affecting the display property of its children.",
spec : "https://drafts.csswg.org/css-multicol-1/", groups : & ["multi-column"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.gap.normal" => CSSFeature { id
: "css.properties.gap.normal", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.glyph-orientation-vertical" => CSSFeature { id :
"css.properties.glyph-orientation-vertical", name : "glyph-orientation-vertical",
description :
"The glyph-orientation-vertical CSS property sets the orientation of glyphs in text rendered in a vertical writing mode.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#glyph-orientation", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(4u16, 0u16), safari_ios :
BrowserVersion(3u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.grid" => CSSFeature { id : "css.properties.grid", name : "Grid",
description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-area" => CSSFeature { id : "css.properties.grid-area", name :
"Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-auto-columns" => CSSFeature { id :
"css.properties.grid-auto-columns", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-auto-flow" => CSSFeature { id : "css.properties.grid-auto-flow",
name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-auto-flow.column" => CSSFeature { id :
"css.properties.grid-auto-flow.column", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-auto-flow.dense" => CSSFeature { id :
"css.properties.grid-auto-flow.dense", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-auto-flow.row" => CSSFeature { id :
"css.properties.grid-auto-flow.row", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-auto-rows" => CSSFeature { id : "css.properties.grid-auto-rows",
name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-column" => CSSFeature { id : "css.properties.grid-column", name
: "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-column-end" => CSSFeature { id :
"css.properties.grid-column-end", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-column-start" => CSSFeature { id :
"css.properties.grid-column-start", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-row" => CSSFeature { id : "css.properties.grid-row", name :
"Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-row-end" => CSSFeature { id : "css.properties.grid-row-end",
name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-row-start" => CSSFeature { id : "css.properties.grid-row-start",
name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template" => CSSFeature { id : "css.properties.grid-template",
name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-areas" => CSSFeature { id :
"css.properties.grid-template-areas", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-areas.none" => CSSFeature { id :
"css.properties.grid-template-areas.none", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-columns" => CSSFeature { id :
"css.properties.grid-template-columns", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-columns.animation" => CSSFeature { id :
"css.properties.grid-template-columns.animation", name : "Grid animation",
description :
"Grid animation allows you to animate the grid-template-columns and grid-template-rows CSS properties.",
spec : "https://drafts.csswg.org/css-grid-2/#track-sizing", groups : & ["grid"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
4u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 10u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(107u16,
0u16), chrome_android : BrowserVersion(107u16, 0u16), edge : BrowserVersion(107u16,
0u16), firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.grid-template-columns.auto" => CSSFeature { id :
"css.properties.grid-template-columns.auto", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-columns.fit-content" => CSSFeature { id :
"css.properties.grid-template-columns.fit-content", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-columns.masonry" => CSSFeature { id :
"css.properties.grid-template-columns.masonry", name : "Masonry", description :
"The display: grid-lanes or display: inline-grid-lanes CSS declaration creates a layout where items are tightly packed, like brickwork, in parallel lanes. Items are placed one by one in the lane that has the most available space.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["layout"], baseline_status
: BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-grid-lanes"], popularity : 0f32, },
"css.properties.grid-template-columns.max-content" => CSSFeature { id :
"css.properties.grid-template-columns.max-content", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-columns.min-content" => CSSFeature { id :
"css.properties.grid-template-columns.min-content", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-columns.minmax" => CSSFeature { id :
"css.properties.grid-template-columns.minmax", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-columns.none" => CSSFeature { id :
"css.properties.grid-template-columns.none", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-columns.repeat" => CSSFeature { id :
"css.properties.grid-template-columns.repeat", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(76u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-columns.subgrid" => CSSFeature { id :
"css.properties.grid-template-columns.subgrid", name : "Subgrid", description :
"The subgrid value for the grid-template-columns and grid-template-rows properties allows a grid item to inherit the grid definition of its parent grid container.",
spec : "https://drafts.csswg.org/css-grid-2/#subgrids", groups : & ["grid"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 15u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(117u16, 0u16),
chrome_android : BrowserVersion(117u16, 0u16), edge : BrowserVersion(117u16, 0u16),
firefox : BrowserVersion(71u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-subgrid"], popularity : 0f32, },
"css.properties.grid-template-rows" => CSSFeature { id :
"css.properties.grid-template-rows", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-rows.animation" => CSSFeature { id :
"css.properties.grid-template-rows.animation", name : "Grid animation", description :
"Grid animation allows you to animate the grid-template-columns and grid-template-rows CSS properties.",
spec : "https://drafts.csswg.org/css-grid-2/#track-sizing", groups : & ["grid"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
4u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 10u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(107u16,
0u16), chrome_android : BrowserVersion(107u16, 0u16), edge : BrowserVersion(107u16,
0u16), firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.grid-template-rows.auto" => CSSFeature { id :
"css.properties.grid-template-rows.auto", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-rows.fit-content" => CSSFeature { id :
"css.properties.grid-template-rows.fit-content", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-rows.masonry" => CSSFeature { id :
"css.properties.grid-template-rows.masonry", name : "Masonry", description :
"The display: grid-lanes or display: inline-grid-lanes CSS declaration creates a layout where items are tightly packed, like brickwork, in parallel lanes. Items are placed one by one in the lane that has the most available space.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["layout"], baseline_status
: BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-grid-lanes"], popularity : 0f32, },
"css.properties.grid-template-rows.max-content" => CSSFeature { id :
"css.properties.grid-template-rows.max-content", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-rows.min-content" => CSSFeature { id :
"css.properties.grid-template-rows.min-content", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-rows.minmax" => CSSFeature { id :
"css.properties.grid-template-rows.minmax", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-rows.none" => CSSFeature { id :
"css.properties.grid-template-rows.none", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-rows.repeat" => CSSFeature { id :
"css.properties.grid-template-rows.repeat", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(76u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.grid-template-rows.subgrid" => CSSFeature { id :
"css.properties.grid-template-rows.subgrid", name : "Subgrid", description :
"The subgrid value for the grid-template-columns and grid-template-rows properties allows a grid item to inherit the grid definition of its parent grid container.",
spec : "https://drafts.csswg.org/css-grid-2/#subgrids", groups : & ["grid"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 15u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(117u16, 0u16),
chrome_android : BrowserVersion(117u16, 0u16), edge : BrowserVersion(117u16, 0u16),
firefox : BrowserVersion(71u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-subgrid"], popularity : 0f32, },
"css.properties.grid-template.none" => CSSFeature { id :
"css.properties.grid-template.none", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.hanging-punctuation" => CSSFeature { id :
"css.properties.hanging-punctuation", name : "Hanging punctuation", description :
"The hanging-punctuation CSS property puts punctuation characters outside of the box to align the text with the rest of the document.",
spec : "https://drafts.csswg.org/css-text-4/#hanging-punctuation-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hanging-punctuation"], popularity :
0f32, }, "css.properties.hanging-punctuation.allow-end" => CSSFeature { id :
"css.properties.hanging-punctuation.allow-end", name : "Hanging punctuation",
description :
"The hanging-punctuation CSS property puts punctuation characters outside of the box to align the text with the rest of the document.",
spec : "https://drafts.csswg.org/css-text-4/#hanging-punctuation-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hanging-punctuation"], popularity :
0f32, }, "css.properties.hanging-punctuation.first" => CSSFeature { id :
"css.properties.hanging-punctuation.first", name : "Hanging punctuation", description
:
"The hanging-punctuation CSS property puts punctuation characters outside of the box to align the text with the rest of the document.",
spec : "https://drafts.csswg.org/css-text-4/#hanging-punctuation-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hanging-punctuation"], popularity :
0f32, }, "css.properties.hanging-punctuation.last" => CSSFeature { id :
"css.properties.hanging-punctuation.last", name : "Hanging punctuation", description
:
"The hanging-punctuation CSS property puts punctuation characters outside of the box to align the text with the rest of the document.",
spec : "https://drafts.csswg.org/css-text-4/#hanging-punctuation-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hanging-punctuation"], popularity :
0f32, }, "css.properties.hanging-punctuation.none" => CSSFeature { id :
"css.properties.hanging-punctuation.none", name : "Hanging punctuation", description
:
"The hanging-punctuation CSS property puts punctuation characters outside of the box to align the text with the rest of the document.",
spec : "https://drafts.csswg.org/css-text-4/#hanging-punctuation-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hanging-punctuation"], popularity :
0f32, }, "css.properties.height" => CSSFeature { id : "css.properties.height", name :
"Width and height", description :
"The width and height CSS properties set the preferred physical size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#preferred-size-properties", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.height.anchor-size" => CSSFeature { id :
"css.properties.height.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.height.auto" => CSSFeature { id :
"css.properties.height.auto", name : "Width and height", description :
"The width and height CSS properties set the preferred physical size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#preferred-size-properties", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.height.fit-content" => CSSFeature { id :
"css.properties.height.fit-content", name : "fit-content", description :
"The fit-content CSS keyword expands a box as needed to fit its contents until the maximum size is reached, preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.height.fit-content_function" => CSSFeature
{ id : "css.properties.height.fit-content_function", name : "fit-content()",
description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.height.max-content" =>
CSSFeature { id : "css.properties.height.max-content", name :
"min-content and max-content", description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.height.min-content" => CSSFeature { id :
"css.properties.height.min-content", name : "min-content and max-content",
description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.height.stretch" => CSSFeature { id :
"css.properties.height.stretch", name : "stretch", description :
"The stretch CSS keyword expands a box as needed to fit its contents until the maximum size is reached, without preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16,
0u16), edge : BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.hyphenate-character" => CSSFeature { id :
"css.properties.hyphenate-character", name : "Hyphenate character", description :
"The hyphenate-character CSS property sets the character or string to use at the end of a line before a line break.",
spec : "https://drafts.csswg.org/css-text-4/#hyphenate-character", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
9u32, 18u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(106u16, 0u16), chrome_android : BrowserVersion(106u16, 0u16), edge :
BrowserVersion(106u16, 0u16), firefox : BrowserVersion(98u16, 0u16), firefox_android
: BrowserVersion(98u16, 0u16), safari : BrowserVersion(17u16, 0u16), safari_ios :
BrowserVersion(17u16, 0u16), }, caniuse : & [], popularity : 0.200049f32, },
"css.properties.hyphenate-character.auto" => CSSFeature { id :
"css.properties.hyphenate-character.auto", name : "Hyphenate character", description
:
"The hyphenate-character CSS property sets the character or string to use at the end of a line before a line break.",
spec : "https://drafts.csswg.org/css-text-4/#hyphenate-character", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
9u32, 18u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(106u16, 0u16), chrome_android : BrowserVersion(106u16, 0u16), edge :
BrowserVersion(106u16, 0u16), firefox : BrowserVersion(98u16, 0u16), firefox_android
: BrowserVersion(98u16, 0u16), safari : BrowserVersion(17u16, 0u16), safari_ios :
BrowserVersion(17u16, 0u16), }, caniuse : & [], popularity : 0.200049f32, },
"css.properties.hyphenate-limit-chars" => CSSFeature { id :
"css.properties.hyphenate-limit-chars", name : "Hyphenate limit chars", description :
"The hyphenate-limit-chars CSS property sets the number of characters in a word before it is hyphenated and the minimum number of characters on either side of the hyphen.",
spec : "https://drafts.csswg.org/css-text-4/#hyphenate-char-limits", groups : &
["text-wrap"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(109u16, 0u16), chrome_android :
BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16), firefox :
BrowserVersion(137u16, 0u16), firefox_android : BrowserVersion(137u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.115212f32, }, "css.properties.hyphenate-limit-chars.auto" =>
CSSFeature { id : "css.properties.hyphenate-limit-chars.auto", name :
"Hyphenate limit chars", description :
"The hyphenate-limit-chars CSS property sets the number of characters in a word before it is hyphenated and the minimum number of characters on either side of the hyphen.",
spec : "https://drafts.csswg.org/css-text-4/#hyphenate-char-limits", groups : &
["text-wrap"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(109u16, 0u16), chrome_android :
BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16), firefox :
BrowserVersion(137u16, 0u16), firefox_android : BrowserVersion(137u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.115212f32, }, "css.properties.hyphens" => CSSFeature { id :
"css.properties.hyphens", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(55u16, 0u16),
chrome_android : BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.auto" => CSSFeature { id : "css.properties.hyphens.auto",
name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(88u16, 0u16),
chrome_android : BrowserVersion(55u16, 0u16), edge : BrowserVersion(88u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_afrikaans" => CSSFeature { id :
"css.properties.hyphens.language_afrikaans", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android
: BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_albanian" => CSSFeature { id :
"css.properties.hyphens.language_albanian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_amharic" => CSSFeature { id :
"css.properties.hyphens.language_amharic", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_armenian" => CSSFeature { id :
"css.properties.hyphens.language_armenian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_assamese" => CSSFeature { id :
"css.properties.hyphens.language_assamese", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_basque" => CSSFeature { id :
"css.properties.hyphens.language_basque", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_belarusian" => CSSFeature { id :
"css.properties.hyphens.language_belarusian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_bengali" => CSSFeature { id :
"css.properties.hyphens.language_bengali", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_bosnian" => CSSFeature { id :
"css.properties.hyphens.language_bosnian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_bulgarian" => CSSFeature { id :
"css.properties.hyphens.language_bulgarian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_catalan" => CSSFeature { id :
"css.properties.hyphens.language_catalan", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32,
}, "css.properties.hyphens.language_croatian" => CSSFeature { id :
"css.properties.hyphens.language_croatian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_cyrillic_mongolian" => CSSFeature { id :
"css.properties.hyphens.language_cyrillic_mongolian", name : "Hyphenation",
description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_czech" => CSSFeature { id :
"css.properties.hyphens.language_czech", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(112u16, 0u16),
chrome_android : BrowserVersion(112u16, 0u16), edge : BrowserVersion(112u16, 0u16),
firefox : BrowserVersion(130u16, 0u16), firefox_android : BrowserVersion(130u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32,
}, "css.properties.hyphens.language_danish" => CSSFeature { id :
"css.properties.hyphens.language_danish", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_dutch" => CSSFeature { id :
"css.properties.hyphens.language_dutch", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(112u16, 0u16),
chrome_android : BrowserVersion(112u16, 0u16), edge : BrowserVersion(112u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_english" => CSSFeature { id :
"css.properties.hyphens.language_english", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(55u16, 0u16),
chrome_android : BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_esperanto" => CSSFeature { id :
"css.properties.hyphens.language_esperanto", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_estonian" => CSSFeature { id :
"css.properties.hyphens.language_estonian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_ethiopic_script_mul" =>
CSSFeature { id : "css.properties.hyphens.language_ethiopic_script_mul", name :
"Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_ethiopic_script_und" => CSSFeature { id :
"css.properties.hyphens.language_ethiopic_script_und", name : "Hyphenation",
description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_finnish" => CSSFeature { id :
"css.properties.hyphens.language_finnish", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32,
}, "css.properties.hyphens.language_french" => CSSFeature { id :
"css.properties.hyphens.language_french", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_galician" => CSSFeature { id :
"css.properties.hyphens.language_galician", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android
: BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_georgian" => CSSFeature { id :
"css.properties.hyphens.language_georgian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_german_reformed_orthography" => CSSFeature { id :
"css.properties.hyphens.language_german_reformed_orthography", name : "Hyphenation",
description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_german_swiss_orthography" => CSSFeature { id :
"css.properties.hyphens.language_german_swiss_orthography", name : "Hyphenation",
description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_german_traditional_orthography"
=> CSSFeature { id :
"css.properties.hyphens.language_german_traditional_orthography", name :
"Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_gujarati" => CSSFeature { id :
"css.properties.hyphens.language_gujarati", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_hindi" => CSSFeature { id :
"css.properties.hyphens.language_hindi", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_hungarian" => CSSFeature { id :
"css.properties.hyphens.language_hungarian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_icelandic" => CSSFeature { id :
"css.properties.hyphens.language_icelandic", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_interlingua" => CSSFeature { id :
"css.properties.hyphens.language_interlingua", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_irish" => CSSFeature { id :
"css.properties.hyphens.language_irish", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_italian" => CSSFeature { id :
"css.properties.hyphens.language_italian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(112u16, 0u16),
chrome_android : BrowserVersion(112u16, 0u16), edge : BrowserVersion(112u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_kannada" => CSSFeature { id :
"css.properties.hyphens.language_kannada", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_kurmanji" => CSSFeature { id :
"css.properties.hyphens.language_kurmanji", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_latin" => CSSFeature { id :
"css.properties.hyphens.language_latin", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_latvian" => CSSFeature { id :
"css.properties.hyphens.language_latvian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_lithuanian" => CSSFeature { id :
"css.properties.hyphens.language_lithuanian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android
: BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_malayalam" => CSSFeature { id :
"css.properties.hyphens.language_malayalam", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_marathi" => CSSFeature { id :
"css.properties.hyphens.language_marathi", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_modern_greek" => CSSFeature { id :
"css.properties.hyphens.language_modern_greek", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_mongolian" => CSSFeature { id :
"css.properties.hyphens.language_mongolian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_norwegian_nn" => CSSFeature { id :
"css.properties.hyphens.language_norwegian_nn", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(17u16, 0u16), }, caniuse : & ["https://caniuse.com/css-hyphens"],
popularity : 10.306523f32, }, "css.properties.hyphens.language_norwegian_no" =>
CSSFeature { id : "css.properties.hyphens.language_norwegian_no", name :
"Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_old_slavonic" => CSSFeature { id :
"css.properties.hyphens.language_old_slavonic", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_oriya" => CSSFeature { id :
"css.properties.hyphens.language_oriya", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_polish" => CSSFeature { id :
"css.properties.hyphens.language_polish", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32,
}, "css.properties.hyphens.language_portuguese" => CSSFeature { id :
"css.properties.hyphens.language_portuguese", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_punjabi" => CSSFeature { id :
"css.properties.hyphens.language_punjabi", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_russian" => CSSFeature { id :
"css.properties.hyphens.language_russian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(112u16, 0u16),
chrome_android : BrowserVersion(112u16, 0u16), edge : BrowserVersion(112u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_slovak" => CSSFeature { id :
"css.properties.hyphens.language_slovak", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(112u16, 0u16), chrome_android : BrowserVersion(112u16, 0u16), edge :
BrowserVersion(112u16, 0u16), firefox : BrowserVersion(130u16, 0u16), firefox_android
: BrowserVersion(130u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_slovenian" => CSSFeature { id :
"css.properties.hyphens.language_slovenian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.hyphens.language_spanish" => CSSFeature { id :
"css.properties.hyphens.language_spanish", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_swedish" => CSSFeature { id :
"css.properties.hyphens.language_swedish", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(112u16, 0u16),
chrome_android : BrowserVersion(112u16, 0u16), edge : BrowserVersion(112u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_tamil" => CSSFeature { id :
"css.properties.hyphens.language_tamil", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_telugu" => CSSFeature { id :
"css.properties.hyphens.language_telugu", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_turkish" => CSSFeature { id :
"css.properties.hyphens.language_turkish", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32,
}, "css.properties.hyphens.language_turkmen" => CSSFeature { id :
"css.properties.hyphens.language_turkmen", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_ukrainian" => CSSFeature { id :
"css.properties.hyphens.language_ukrainian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(112u16, 0u16),
chrome_android : BrowserVersion(112u16, 0u16), edge : BrowserVersion(112u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_upper_sorbian" => CSSFeature { id :
"css.properties.hyphens.language_upper_sorbian", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/css-hyphens"], popularity : 10.306523f32, },
"css.properties.hyphens.language_welsh" => CSSFeature { id :
"css.properties.hyphens.language_welsh", name : "Hyphenation", description :
"The hyphens CSS property controls when long words are broken by line wrapping. Although called hyphens, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.",
spec : "https://drafts.csswg.org/css-text-3/#hyphens-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-hyphens"], popularity
: 10.306523f32, }, "css.properties.image-orientation" => CSSFeature { id :
"css.properties.image-orientation", name : "image-orientation", description :
"The image-orientation CSS property corrects the rotation of an image using the image's metadata, such as EXIF.",
spec : "https://drafts.csswg.org/css-images-3/#the-image-orientation", groups : &
["images"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 10u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 4u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(81u16, 0u16), chrome_android :
BrowserVersion(81u16, 0u16), edge : BrowserVersion(81u16, 0u16), firefox :
BrowserVersion(26u16, 0u16), firefox_android : BrowserVersion(26u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/css-image-orientation"], popularity : 0f32, },
"css.properties.image-orientation.from-image" => CSSFeature { id :
"css.properties.image-orientation.from-image", name : "image-orientation",
description :
"The image-orientation CSS property corrects the rotation of an image using the image's metadata, such as EXIF.",
spec : "https://drafts.csswg.org/css-images-3/#the-image-orientation", groups : &
["images"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 10u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 4u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(81u16, 0u16), chrome_android :
BrowserVersion(81u16, 0u16), edge : BrowserVersion(81u16, 0u16), firefox :
BrowserVersion(26u16, 0u16), firefox_android : BrowserVersion(26u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/css-image-orientation"], popularity : 0f32, },
"css.properties.image-orientation.none" => CSSFeature { id :
"css.properties.image-orientation.none", name : "image-orientation", description :
"The image-orientation CSS property corrects the rotation of an image using the image's metadata, such as EXIF.",
spec : "https://drafts.csswg.org/css-images-3/#the-image-orientation", groups : &
["images"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 10u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 4u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(81u16, 0u16), chrome_android :
BrowserVersion(81u16, 0u16), edge : BrowserVersion(81u16, 0u16), firefox :
BrowserVersion(26u16, 0u16), firefox_android : BrowserVersion(26u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/css-image-orientation"], popularity : 0f32, },
"css.properties.image-rendering" => CSSFeature { id :
"css.properties.image-rendering", name : "image-rendering", description :
"The image-rendering CSS property sets how images are scaled, retaining smoothness for photos, or hard edges for pixel art and QR codes.",
spec : "https://drafts.csswg.org/css-images-3/#the-image-rendering", groups : &
["image-scaling"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(13u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/css-crisp-edges"], popularity : 7.522662f32, },
"css.properties.image-rendering.auto" => CSSFeature { id :
"css.properties.image-rendering.auto", name : "image-rendering", description :
"The image-rendering CSS property sets how images are scaled, retaining smoothness for photos, or hard edges for pixel art and QR codes.",
spec : "https://drafts.csswg.org/css-images-3/#the-image-rendering", groups : &
["image-scaling"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(13u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/css-crisp-edges"], popularity : 7.522662f32, },
"css.properties.image-rendering.crisp-edges" => CSSFeature { id :
"css.properties.image-rendering.crisp-edges", name : "crisp-edges", description :
"The image-rendering: crisp-edges CSS declaration scales images to preserve lines without blurring.",
spec : "https://drafts.csswg.org/css-images-3/#the-image-rendering", groups : &
["image-scaling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(65u16, 0u16),
firefox_android : BrowserVersion(65u16, 0u16), safari : BrowserVersion(7u16, 0u16),
safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.image-rendering.pixelated" => CSSFeature { id :
"css.properties.image-rendering.pixelated", name : "image-rendering", description :
"The image-rendering CSS property sets how images are scaled, retaining smoothness for photos, or hard edges for pixel art and QR codes.",
spec : "https://drafts.csswg.org/css-images-3/#the-image-rendering", groups : &
["image-scaling"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 4u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 10u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(41u16, 0u16), chrome_android :
BrowserVersion(41u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(93u16, 0u16), firefox_android : BrowserVersion(93u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
["https://caniuse.com/css-crisp-edges"], popularity : 7.522662f32, },
"css.properties.image-rendering.smooth" => CSSFeature { id :
"css.properties.image-rendering.smooth", name : "image-rendering: smooth",
description :
"The image-rendering: smooth CSS declaration scales images while retaining a gradual color blending that is useful for photos.",
spec : "https://drafts.csswg.org/css-images-3/#the-image-rendering", groups : &
["image-scaling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(93u16, 0u16),
firefox_android : BrowserVersion(93u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.ime-mode" => CSSFeature { id : "css.properties.ime-mode", name :
"ime-mode", description :
"The ime-mode CSS property sets the state of the input method editor for text fields.",
spec : "https://drafts.csswg.org/css-ui-3/#input-method-editor", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& [], popularity : 0f32, }, "css.properties.initial-letter" => CSSFeature { id :
"css.properties.initial-letter", name : "initial-letter", description :
"The initial-letter CSS property sets the number of lines the first letter of an element occupies. You can use the property to make a raised capital or drop cap.",
spec : "https://drafts.csswg.org/css-inline-3/#sizing-drop-initials", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(110u16, 0u16), chrome_android : BrowserVersion(110u16, 0u16), edge :
BrowserVersion(110u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.088894f32, },
"css.properties.initial-letter.normal" => CSSFeature { id :
"css.properties.initial-letter.normal", name : "initial-letter", description :
"The initial-letter CSS property sets the number of lines the first letter of an element occupies. You can use the property to make a raised capital or drop cap.",
spec : "https://drafts.csswg.org/css-inline-3/#sizing-drop-initials", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(110u16, 0u16), chrome_android : BrowserVersion(110u16, 0u16), edge :
BrowserVersion(110u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.088894f32, }, "css.properties.inline-size" =>
CSSFeature { id : "css.properties.inline-size", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inline-size.anchor-size" => CSSFeature { id :
"css.properties.inline-size.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inline-size.fit-content" => CSSFeature { id :
"css.properties.inline-size.fit-content", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inline-size.fit-content_function" => CSSFeature { id :
"css.properties.inline-size.fit-content_function", name : "fit-content()",
description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.inline-size.max-content"
=> CSSFeature { id : "css.properties.inline-size.max-content", name :
"Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inline-size.min-content" => CSSFeature { id :
"css.properties.inline-size.min-content", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset" => CSSFeature { id : "css.properties.inset", name :
"Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-block" => CSSFeature { id : "css.properties.inset-block", name
: "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-block-end" => CSSFeature { id :
"css.properties.inset-block-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-block-end.anchor" => CSSFeature { id :
"css.properties.inset-block-end.anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-block-end.anchor-size" => CSSFeature { id :
"css.properties.inset-block-end.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-block-end.auto" => CSSFeature { id :
"css.properties.inset-block-end.auto", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-block-start" => CSSFeature { id :
"css.properties.inset-block-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-block-start.anchor" => CSSFeature { id :
"css.properties.inset-block-start.anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-block-start.anchor-size" => CSSFeature { id :
"css.properties.inset-block-start.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-block-start.auto" => CSSFeature { id :
"css.properties.inset-block-start.auto", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-block.anchor" => CSSFeature { id :
"css.properties.inset-block.anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-block.anchor-size" => CSSFeature { id :
"css.properties.inset-block.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-block.auto" => CSSFeature { id :
"css.properties.inset-block.auto", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-inline" => CSSFeature { id : "css.properties.inset-inline",
name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-inline-end" => CSSFeature { id :
"css.properties.inset-inline-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-inline-end.anchor" => CSSFeature { id :
"css.properties.inset-inline-end.anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-inline-end.anchor-size" => CSSFeature { id :
"css.properties.inset-inline-end.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-inline-end.auto" => CSSFeature { id :
"css.properties.inset-inline-end.auto", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-inline-start" => CSSFeature { id :
"css.properties.inset-inline-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-inline-start.anchor" => CSSFeature { id :
"css.properties.inset-inline-start.anchor", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-inline-start.anchor-size" => CSSFeature { id :
"css.properties.inset-inline-start.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-inline-start.auto" => CSSFeature { id :
"css.properties.inset-inline-start.auto", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset-inline.anchor" => CSSFeature { id :
"css.properties.inset-inline.anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-inline.anchor-size" => CSSFeature { id :
"css.properties.inset-inline.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset-inline.auto" => CSSFeature { id :
"css.properties.inset-inline.auto", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.inset.anchor" => CSSFeature { id : "css.properties.inset.anchor",
name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset.anchor-size" => CSSFeature { id :
"css.properties.inset.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.inset.auto" => CSSFeature { id :
"css.properties.inset.auto", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.interactivity" => CSSFeature { id : "css.properties.interactivity",
name : "interactivity", description :
"The interactivity: inert CSS declaration makes an element and its descendants inert, like when using the inert HTML attribute. Inert elements can't be focused or clicked, their text can't be selected or found using the browser's find-in-page feature.",
spec : "https://drafts.csswg.org/css-ui-4/#inertness", groups : & [], baseline_status
: BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(135u16, 0u16), chrome_android : BrowserVersion(135u16, 0u16), edge :
BrowserVersion(135u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.021393f32, },
"css.properties.interactivity.auto" => CSSFeature { id :
"css.properties.interactivity.auto", name : "interactivity", description :
"The interactivity: inert CSS declaration makes an element and its descendants inert, like when using the inert HTML attribute. Inert elements can't be focused or clicked, their text can't be selected or found using the browser's find-in-page feature.",
spec : "https://drafts.csswg.org/css-ui-4/#inertness", groups : & [], baseline_status
: BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(135u16, 0u16), chrome_android : BrowserVersion(135u16, 0u16), edge :
BrowserVersion(135u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.021393f32, },
"css.properties.interactivity.inert" => CSSFeature { id :
"css.properties.interactivity.inert", name : "interactivity", description :
"The interactivity: inert CSS declaration makes an element and its descendants inert, like when using the inert HTML attribute. Inert elements can't be focused or clicked, their text can't be selected or found using the browser's find-in-page feature.",
spec : "https://drafts.csswg.org/css-ui-4/#inertness", groups : & [], baseline_status
: BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(135u16, 0u16), chrome_android : BrowserVersion(135u16, 0u16), edge :
BrowserVersion(135u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.021393f32, }, "css.properties.interpolate-size"
=> CSSFeature { id : "css.properties.interpolate-size", name : "interpolate-size",
description :
"The interpolate-size CSS property sets whether animations and transitions interpolate between a numeric value and a keyword value, such as from a fixed length to auto or fit-content.",
spec : "https://drafts.csswg.org/css-values-5/#interpolate-size", groups : &
["transitions", "animation"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 2.372895f32, }, "css.properties.interpolate-size.allow-keywords" =>
CSSFeature { id : "css.properties.interpolate-size.allow-keywords", name :
"interpolate-size", description :
"The interpolate-size CSS property sets whether animations and transitions interpolate between a numeric value and a keyword value, such as from a fixed length to auto or fit-content.",
spec : "https://drafts.csswg.org/css-values-5/#interpolate-size", groups : &
["transitions", "animation"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 2.372895f32, }, "css.properties.interpolate-size.numeric-only" =>
CSSFeature { id : "css.properties.interpolate-size.numeric-only", name :
"interpolate-size", description :
"The interpolate-size CSS property sets whether animations and transitions interpolate between a numeric value and a keyword value, such as from a fixed length to auto or fit-content.",
spec : "https://drafts.csswg.org/css-values-5/#interpolate-size", groups : &
["transitions", "animation"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 2.372895f32, }, "css.properties.isolation" => CSSFeature { id :
"css.properties.isolation", name : "isolation", description :
"The isolation CSS property creates a new stacking context, which impacts z-index ordering and blend modes.",
spec : "https://drafts.csswg.org/compositing-2/#isolation", groups : &
["blend-mode"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(41u16, 0u16), chrome_android :
BrowserVersion(41u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
[], popularity : 14.559218f32, }, "css.properties.justify-content" => CSSFeature { id
: "css.properties.justify-content", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-content.flex_context" => CSSFeature { id :
"css.properties.justify-content.flex_context", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
1u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 7u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-content.flex_context.left_right" => CSSFeature { id :
"css.properties.justify-content.flex_context.left_right", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 2u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 2u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(93u16, 0u16),
chrome_android : BrowserVersion(93u16, 0u16), edge : BrowserVersion(93u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-content.flex_context.safe_unsafe" => CSSFeature { id :
"css.properties.justify-content.flex_context.safe_unsafe", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 29u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(115u16, 0u16),
chrome_android : BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(17u16, 6u16), safari_ios : BrowserVersion(17u16, 6u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-content.flex_context.space-evenly" => CSSFeature { id :
"css.properties.justify-content.flex_context.space-evenly", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(60u16, 0u16),
chrome_android : BrowserVersion(60u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-content.flex_context.start_end" => CSSFeature { id :
"css.properties.justify-content.flex_context.start_end", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(93u16, 0u16),
chrome_android : BrowserVersion(93u16, 0u16), edge : BrowserVersion(93u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-content.flex_context.stretch" => CSSFeature { id :
"css.properties.justify-content.flex_context.stretch", name : "Flexbox", description
:
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-content.grid_context" => CSSFeature { id :
"css.properties.justify-content.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.justify-content.left" => CSSFeature { id :
"css.properties.justify-content.left", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-content.normal" => CSSFeature { id :
"css.properties.justify-content.normal", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-content.right" => CSSFeature { id :
"css.properties.justify-content.right", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-items" => CSSFeature { id : "css.properties.justify-items",
name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
1u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 7u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-items.anchor-center" => CSSFeature { id :
"css.properties.justify-items.anchor-center", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.justify-items.block_context" => CSSFeature { id :
"css.properties.justify-items.block_context", name : "justify-self in block layouts",
description :
"The justify-self CSS property aligns an item along a container's inline axis in block layouts, like it does in grid layouts. Likewise, the justify-items property sets a default justify-self value for all items in a container in a block layout.",
spec : "https://drafts.csswg.org/css-align-3/#justify-block", groups : & ["layout"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.justify-items.center" =>
CSSFeature { id : "css.properties.justify-items.center", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-items.flex_context" => CSSFeature { id :
"css.properties.justify-items.flex_context", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
1u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 7u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-items.grid_context" => CSSFeature { id :
"css.properties.justify-items.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.justify-items.left" => CSSFeature { id :
"css.properties.justify-items.left", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-items.legacy" => CSSFeature { id :
"css.properties.justify-items.legacy", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-items.right" => CSSFeature { id :
"css.properties.justify-items.right", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.justify-self" => CSSFeature { id : "css.properties.justify-self",
name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.justify-self.anchor-center" => CSSFeature { id :
"css.properties.justify-self.anchor-center", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.justify-self.auto" => CSSFeature { id :
"css.properties.justify-self.auto", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.justify-self.block_context" => CSSFeature { id :
"css.properties.justify-self.block_context", name : "justify-self in block layouts",
description :
"The justify-self CSS property aligns an item along a container's inline axis in block layouts, like it does in grid layouts. Likewise, the justify-items property sets a default justify-self value for all items in a container in a block layout.",
spec : "https://drafts.csswg.org/css-align-3/#justify-block", groups : & ["layout"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.justify-self.grid_context" => CSSFeature { id :
"css.properties.justify-self.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.justify-self.left" => CSSFeature { id :
"css.properties.justify-self.left", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.justify-self.normal" => CSSFeature { id :
"css.properties.justify-self.normal", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.justify-self.position_absolute_context" => CSSFeature { id :
"css.properties.justify-self.position_absolute_context", name :
"Absolute positioning", description :
"The position: absolute CSS declaration removes an element from the normal flow and positions it relative to its containing block, which is often the root element, or closest positioned ancestor.",
spec : "https://drafts.csswg.org/css-position-3/#abspos-insets", groups : &
["positioning"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(122u16, 0u16), chrome_android :
BrowserVersion(122u16, 0u16), edge : BrowserVersion(122u16, 0u16), firefox :
BrowserVersion(134u16, 0u16), firefox_android : BrowserVersion(134u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.justify-self.right" => CSSFeature { id :
"css.properties.justify-self.right", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.justify-self.stretch" => CSSFeature { id :
"css.properties.justify-self.stretch", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.left" => CSSFeature { id : "css.properties.left", name :
"Physical properties", description :
"The physical CSS properties, top, right, bottom, and left, set the inset position of an element relative to the corresponding side of a container determined by the element's position property.",
spec : "https://drafts.csswg.org/css-position-3/#insets", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.left.anchor" => CSSFeature { id
: "css.properties.left.anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.left.anchor-size" => CSSFeature { id :
"css.properties.left.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.left.auto" => CSSFeature { id : "css.properties.left.auto",
name : "Physical properties", description :
"The physical CSS properties, top, right, bottom, and left, set the inset position of an element relative to the corresponding side of a container determined by the element's position property.",
spec : "https://drafts.csswg.org/css-position-3/#insets", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.letter-spacing" => CSSFeature {
id : "css.properties.letter-spacing", name : "letter-spacing", description :
"The letter-spacing CSS property controls the amount of space between each letter in an element or block of text.",
spec : "https://drafts.csswg.org/css-text-4/#letter-spacing-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-letter-spacing"], popularity : 67.41655f32, },
"css.properties.letter-spacing.normal" => CSSFeature { id :
"css.properties.letter-spacing.normal", name : "letter-spacing", description :
"The letter-spacing CSS property controls the amount of space between each letter in an element or block of text.",
spec : "https://drafts.csswg.org/css-text-4/#letter-spacing-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-letter-spacing"], popularity : 67.41655f32, },
"css.properties.letter-spacing.svg_elements" => CSSFeature { id :
"css.properties.letter-spacing.svg_elements", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.lighting-color" => CSSFeature { id : "css.properties.lighting-color",
name : "SVG filters", description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(5u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.lighting-color.currentColor" => CSSFeature { id :
"css.properties.lighting-color.currentColor", name : "SVG filters", description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(5u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.lighting-color.transparent" => CSSFeature { id :
"css.properties.lighting-color.transparent", name : "SVG filters", description :
"The <filter> SVG element applies custom effects such as color manipulation, blurring, or morphing to SVG elements.",
spec : "https://drafts.csswg.org/filter-effects-1/", groups : & ["svg"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(5u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/svg-filters"], popularity : 0f32, },
"css.properties.line-break" => CSSFeature { id : "css.properties.line-break", name :
"line-break", description :
"The line-break CSS property sets how strictly to apply rules for wrapping text to new lines, especially for symbols and punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#line-break-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(58u16, 0u16), chrome_android :
BrowserVersion(58u16, 0u16), edge : BrowserVersion(14u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 5.162378f32, }, "css.properties.line-break.anywhere" => CSSFeature {
id : "css.properties.line-break.anywhere", name : "line-break", description :
"The line-break CSS property sets how strictly to apply rules for wrapping text to new lines, especially for symbols and punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#line-break-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(83u16, 0u16), chrome_android :
BrowserVersion(83u16, 0u16), edge : BrowserVersion(83u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), }, caniuse : &
[], popularity : 5.162378f32, }, "css.properties.line-break.auto" => CSSFeature { id
: "css.properties.line-break.auto", name : "line-break", description :
"The line-break CSS property sets how strictly to apply rules for wrapping text to new lines, especially for symbols and punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#line-break-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(58u16, 0u16), chrome_android :
BrowserVersion(58u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 5.162378f32, }, "css.properties.line-break.loose" => CSSFeature { id
: "css.properties.line-break.loose", name : "line-break", description :
"The line-break CSS property sets how strictly to apply rules for wrapping text to new lines, especially for symbols and punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#line-break-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(58u16, 0u16), chrome_android :
BrowserVersion(58u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 5.162378f32, }, "css.properties.line-break.normal" => CSSFeature {
id : "css.properties.line-break.normal", name : "line-break", description :
"The line-break CSS property sets how strictly to apply rules for wrapping text to new lines, especially for symbols and punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#line-break-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(58u16, 0u16), chrome_android :
BrowserVersion(58u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 5.162378f32, }, "css.properties.line-break.strict" => CSSFeature {
id : "css.properties.line-break.strict", name : "line-break", description :
"The line-break CSS property sets how strictly to apply rules for wrapping text to new lines, especially for symbols and punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#line-break-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(58u16, 0u16), chrome_android :
BrowserVersion(58u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 5.162378f32, }, "css.properties.line-clamp" => CSSFeature { id :
"css.properties.line-clamp", name : "line-clamp", description :
"The line-clamp CSS property limits the text in a block container to a certain number of lines. The prefixed -webkit-line-clamp is widely supported but only works with -webkit-box-orient: vertical in combination with display: -webkit-box or display: -webkit-inline-box.",
spec : "https://drafts.csswg.org/css-overflow-4/#line-clamp", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-line-clamp"], popularity : 0.002914f32, },
"css.properties.line-clamp.none" => CSSFeature { id :
"css.properties.line-clamp.none", name : "line-clamp", description :
"The line-clamp CSS property limits the text in a block container to a certain number of lines. The prefixed -webkit-line-clamp is widely supported but only works with -webkit-box-orient: vertical in combination with display: -webkit-box or display: -webkit-inline-box.",
spec : "https://drafts.csswg.org/css-overflow-4/#line-clamp", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-line-clamp"], popularity : 0.002914f32, },
"css.properties.line-height" => CSSFeature { id : "css.properties.line-height", name
: "line-height", description :
"The line-height CSS property sets the spacing between text baselines, oriented to the horizontal or vertical writing mode.",
spec : "https://drafts.csswg.org/css-inline-3/#line-height-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 86.17829f32, }, "css.properties.line-height.normal" => CSSFeature {
id : "css.properties.line-height.normal", name : "line-height", description :
"The line-height CSS property sets the spacing between text baselines, oriented to the horizontal or vertical writing mode.",
spec : "https://drafts.csswg.org/css-inline-3/#line-height-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 86.17829f32, }, "css.properties.list-style" => CSSFeature { id :
"css.properties.list-style", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-image" => CSSFeature { id
: "css.properties.list-style-image", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-image.none" => CSSFeature
{ id : "css.properties.list-style-image.none", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-position" => CSSFeature {
id : "css.properties.list-style-position", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-position.inside" =>
CSSFeature { id : "css.properties.list-style-position.inside", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-position.outside" =>
CSSFeature { id : "css.properties.list-style-position.outside", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type" => CSSFeature { id
: "css.properties.list-style-type", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.arabic-indic" =>
CSSFeature { id : "css.properties.list-style-type.arabic-indic", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.armenian" =>
CSSFeature { id : "css.properties.list-style-type.armenian", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.bengali" =>
CSSFeature { id : "css.properties.list-style-type.bengali", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.cambodian" =>
CSSFeature { id : "css.properties.list-style-type.cambodian", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.circle" =>
CSSFeature { id : "css.properties.list-style-type.circle", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.cjk-decimal" =>
CSSFeature { id : "css.properties.list-style-type.cjk-decimal", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(91u16, 0u16), chrome_android :
BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.cjk-earthly-branch"
=> CSSFeature { id : "css.properties.list-style-type.cjk-earthly-branch", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.cjk-heavenly-stem"
=> CSSFeature { id : "css.properties.list-style-type.cjk-heavenly-stem", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.cjk-ideographic" =>
CSSFeature { id : "css.properties.list-style-type.cjk-ideographic", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.decimal" =>
CSSFeature { id : "css.properties.list-style-type.decimal", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, },
"css.properties.list-style-type.decimal-leading-zero" => CSSFeature { id :
"css.properties.list-style-type.decimal-leading-zero", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.devanagari" =>
CSSFeature { id : "css.properties.list-style-type.devanagari", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.disc" => CSSFeature
{ id : "css.properties.list-style-type.disc", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.disclosure-closed"
=> CSSFeature { id : "css.properties.list-style-type.disclosure-closed", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(89u16, 0u16), chrome_android :
BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.disclosure-open" =>
CSSFeature { id : "css.properties.list-style-type.disclosure-open", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(89u16, 0u16), chrome_android :
BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.ethiopic-numeric" =>
CSSFeature { id : "css.properties.list-style-type.ethiopic-numeric", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(91u16, 0u16), chrome_android :
BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.georgian" =>
CSSFeature { id : "css.properties.list-style-type.georgian", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.gujarati" =>
CSSFeature { id : "css.properties.list-style-type.gujarati", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.gurmukhi" =>
CSSFeature { id : "css.properties.list-style-type.gurmukhi", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.hebrew" =>
CSSFeature { id : "css.properties.list-style-type.hebrew", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.hiragana" =>
CSSFeature { id : "css.properties.list-style-type.hiragana", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.hiragana-iroha" =>
CSSFeature { id : "css.properties.list-style-type.hiragana-iroha", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.japanese-formal" =>
CSSFeature { id : "css.properties.list-style-type.japanese-formal", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(91u16, 0u16), chrome_android :
BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.japanese-informal"
=> CSSFeature { id : "css.properties.list-style-type.japanese-informal", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(91u16, 0u16), chrome_android :
BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.kannada" =>
CSSFeature { id : "css.properties.list-style-type.kannada", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.katakana" =>
CSSFeature { id : "css.properties.list-style-type.katakana", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.katakana-iroha" =>
CSSFeature { id : "css.properties.list-style-type.katakana-iroha", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.khmer" => CSSFeature
{ id : "css.properties.list-style-type.khmer", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, },
"css.properties.list-style-type.korean-hangul-formal" => CSSFeature { id :
"css.properties.list-style-type.korean-hangul-formal", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(45u16, 0u16), chrome_android :
BrowserVersion(45u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.korean-hanja-formal"
=> CSSFeature { id : "css.properties.list-style-type.korean-hanja-formal", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(45u16, 0u16), chrome_android :
BrowserVersion(45u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, },
"css.properties.list-style-type.korean-hanja-informal" => CSSFeature { id :
"css.properties.list-style-type.korean-hanja-informal", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(45u16, 0u16), chrome_android :
BrowserVersion(45u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.lao" => CSSFeature {
id : "css.properties.list-style-type.lao", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.lower-alpha" =>
CSSFeature { id : "css.properties.list-style-type.lower-alpha", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.lower-armenian" =>
CSSFeature { id : "css.properties.list-style-type.lower-armenian", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(13u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.lower-greek" =>
CSSFeature { id : "css.properties.list-style-type.lower-greek", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.lower-latin" =>
CSSFeature { id : "css.properties.list-style-type.lower-latin", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.lower-roman" =>
CSSFeature { id : "css.properties.list-style-type.lower-roman", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.malayalam" =>
CSSFeature { id : "css.properties.list-style-type.malayalam", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.mongolian" =>
CSSFeature { id : "css.properties.list-style-type.mongolian", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.myanmar" =>
CSSFeature { id : "css.properties.list-style-type.myanmar", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.none" => CSSFeature
{ id : "css.properties.list-style-type.none", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.oriya" => CSSFeature
{ id : "css.properties.list-style-type.oriya", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.persian" =>
CSSFeature { id : "css.properties.list-style-type.persian", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.simp-chinese-formal"
=> CSSFeature { id : "css.properties.list-style-type.simp-chinese-formal", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(45u16, 0u16), chrome_android :
BrowserVersion(45u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, },
"css.properties.list-style-type.simp-chinese-informal" => CSSFeature { id :
"css.properties.list-style-type.simp-chinese-informal", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(45u16, 0u16), chrome_android :
BrowserVersion(45u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.square" =>
CSSFeature { id : "css.properties.list-style-type.square", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.string" =>
CSSFeature { id : "css.properties.list-style-type.string", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(79u16, 0u16), chrome_android :
BrowserVersion(79u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(39u16, 0u16), firefox_android : BrowserVersion(39u16, 0u16), safari :
BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.symbols" =>
CSSFeature { id : "css.properties.list-style-type.symbols", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(35u16, 0u16), firefox_android :
BrowserVersion(35u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 67.88486f32, },
"css.properties.list-style-type.tamil" => CSSFeature { id :
"css.properties.list-style-type.tamil", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(91u16, 0u16), chrome_android :
BrowserVersion(91u16, 0u16), edge : BrowserVersion(91u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.telugu" =>
CSSFeature { id : "css.properties.list-style-type.telugu", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.thai" => CSSFeature
{ id : "css.properties.list-style-type.thai", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.tibetan" =>
CSSFeature { id : "css.properties.list-style-type.tibetan", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.trad-chinese-formal"
=> CSSFeature { id : "css.properties.list-style-type.trad-chinese-formal", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(45u16, 0u16), chrome_android :
BrowserVersion(45u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, },
"css.properties.list-style-type.trad-chinese-informal" => CSSFeature { id :
"css.properties.list-style-type.trad-chinese-informal", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 3u32, 20u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(45u16, 0u16), chrome_android :
BrowserVersion(45u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(28u16, 0u16), firefox_android : BrowserVersion(28u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.upper-alpha" =>
CSSFeature { id : "css.properties.list-style-type.upper-alpha", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.upper-armenian" =>
CSSFeature { id : "css.properties.list-style-type.upper-armenian", name :
"List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(13u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.upper-latin" =>
CSSFeature { id : "css.properties.list-style-type.upper-latin", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style-type.upper-roman" =>
CSSFeature { id : "css.properties.list-style-type.upper-roman", name : "List style",
description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style.inside" => CSSFeature {
id : "css.properties.list-style.inside", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style.none" => CSSFeature { id
: "css.properties.list-style.none", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style.outside" => CSSFeature {
id : "css.properties.list-style.outside", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 67.88486f32, }, "css.properties.list-style.symbols" => CSSFeature {
id : "css.properties.list-style.symbols", name : "List style", description :
"The list-style shorthand CSS property and the list-style-image, list-style-position, and list-style-type longhand properties set the position and appearance of a list item's marker.",
spec : "https://drafts.csswg.org/css-lists-3/#list-style-property", groups : &
["lists"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(35u16, 0u16), firefox_android :
BrowserVersion(35u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 67.88486f32, },
"css.properties.margin" => CSSFeature { id : "css.properties.margin", name :
"margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, }, "css.properties.margin-block" =>
CSSFeature { id : "css.properties.margin-block", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.margin-block-end" => CSSFeature { id :
"css.properties.margin-block-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.margin-block-end.anchor-size" => CSSFeature { id :
"css.properties.margin-block-end.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-block-start" => CSSFeature { id :
"css.properties.margin-block-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.margin-block-start.anchor-size" => CSSFeature { id :
"css.properties.margin-block-start.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-block.anchor-size" => CSSFeature { id :
"css.properties.margin-block.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-bottom" => CSSFeature { id :
"css.properties.margin-bottom", name : "margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, },
"css.properties.margin-bottom.anchor-size" => CSSFeature { id :
"css.properties.margin-bottom.anchor-size", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-bottom.auto" => CSSFeature { id :
"css.properties.margin-bottom.auto", name : "margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, }, "css.properties.margin-inline" =>
CSSFeature { id : "css.properties.margin-inline", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.margin-inline-end" => CSSFeature { id :
"css.properties.margin-inline-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.margin-inline-end.anchor-size" => CSSFeature { id :
"css.properties.margin-inline-end.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-inline-start" => CSSFeature { id :
"css.properties.margin-inline-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.margin-inline-start.anchor-size" => CSSFeature { id :
"css.properties.margin-inline-start.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-inline.anchor-size" => CSSFeature { id :
"css.properties.margin-inline.anchor-size", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-left" => CSSFeature { id :
"css.properties.margin-left", name : "margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, }, "css.properties.margin-left.anchor-size"
=> CSSFeature { id : "css.properties.margin-left.anchor-size", name :
"Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-left.auto" => CSSFeature { id :
"css.properties.margin-left.auto", name : "margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, }, "css.properties.margin-right" =>
CSSFeature { id : "css.properties.margin-right", name : "margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, },
"css.properties.margin-right.anchor-size" => CSSFeature { id :
"css.properties.margin-right.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-right.auto" => CSSFeature { id :
"css.properties.margin-right.auto", name : "margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, }, "css.properties.margin-top" =>
CSSFeature { id : "css.properties.margin-top", name : "margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, }, "css.properties.margin-top.anchor-size"
=> CSSFeature { id : "css.properties.margin-top.anchor-size", name :
"Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin-top.auto" => CSSFeature { id :
"css.properties.margin-top.auto", name : "margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, }, "css.properties.margin-trim" =>
CSSFeature { id : "css.properties.margin-trim", name : "margin-trim", description :
"The margin-trim CSS property removes the margins of child elements when they meet the edges of the container.",
spec : "https://drafts.csswg.org/css-box-4/#margin-trim", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse : &
[], popularity : 0.0024f32, }, "css.properties.margin-trim.block" => CSSFeature { id
: "css.properties.margin-trim.block", name : "margin-trim", description :
"The margin-trim CSS property removes the margins of child elements when they meet the edges of the container.",
spec : "https://drafts.csswg.org/css-box-4/#margin-trim", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse : &
[], popularity : 0.0024f32, }, "css.properties.margin-trim.block-end" => CSSFeature {
id : "css.properties.margin-trim.block-end", name : "margin-trim", description :
"The margin-trim CSS property removes the margins of child elements when they meet the edges of the container.",
spec : "https://drafts.csswg.org/css-box-4/#margin-trim", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse : &
[], popularity : 0.0024f32, }, "css.properties.margin-trim.block-start" => CSSFeature
{ id : "css.properties.margin-trim.block-start", name : "margin-trim", description :
"The margin-trim CSS property removes the margins of child elements when they meet the edges of the container.",
spec : "https://drafts.csswg.org/css-box-4/#margin-trim", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse : &
[], popularity : 0.0024f32, }, "css.properties.margin-trim.inline" => CSSFeature { id
: "css.properties.margin-trim.inline", name : "margin-trim", description :
"The margin-trim CSS property removes the margins of child elements when they meet the edges of the container.",
spec : "https://drafts.csswg.org/css-box-4/#margin-trim", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse : &
[], popularity : 0.0024f32, }, "css.properties.margin-trim.inline-end" => CSSFeature
{ id : "css.properties.margin-trim.inline-end", name : "margin-trim", description :
"The margin-trim CSS property removes the margins of child elements when they meet the edges of the container.",
spec : "https://drafts.csswg.org/css-box-4/#margin-trim", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse : &
[], popularity : 0.0024f32, }, "css.properties.margin-trim.inline-start" =>
CSSFeature { id : "css.properties.margin-trim.inline-start", name : "margin-trim",
description :
"The margin-trim CSS property removes the margins of child elements when they meet the edges of the container.",
spec : "https://drafts.csswg.org/css-box-4/#margin-trim", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse : &
[], popularity : 0.0024f32, }, "css.properties.margin-trim.none" => CSSFeature { id :
"css.properties.margin-trim.none", name : "margin-trim", description :
"The margin-trim CSS property removes the margins of child elements when they meet the edges of the container.",
spec : "https://drafts.csswg.org/css-box-4/#margin-trim", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), }, caniuse : &
[], popularity : 0.0024f32, }, "css.properties.margin.anchor-size" => CSSFeature { id
: "css.properties.margin.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.margin.auto" => CSSFeature { id :
"css.properties.margin.auto", name : "margin", description :
"The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.",
spec : "https://drafts.csswg.org/css-box-4/#margins", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.67795f32, }, "css.properties.marker" => CSSFeature {
id : "css.properties.marker", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.marker-end" =>
CSSFeature { id : "css.properties.marker-end", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.marker-end.none"
=> CSSFeature { id : "css.properties.marker-end.none", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.marker-mid" =>
CSSFeature { id : "css.properties.marker-mid", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.marker-mid.none"
=> CSSFeature { id : "css.properties.marker-mid.none", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.marker-start" =>
CSSFeature { id : "css.properties.marker-start", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.marker-start.none"
=> CSSFeature { id : "css.properties.marker-start.none", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.marker.none" =>
CSSFeature { id : "css.properties.marker.none", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.mask" =>
CSSFeature { id : "css.properties.mask", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-border" => CSSFeature { id : "css.properties.mask-border", name
: "mask-border", description :
"The mask-border CSS property sets how the edges of an element are masked. It is a shorthand for mask-border-outset, mask-border-repeat, mask-border-slice, mask-border-source, and mask-border-width.",
spec : "https://drafts.csswg.org/css-masking-1/#mask-borders", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.mask-border-outset" => CSSFeature { id :
"css.properties.mask-border-outset", name : "mask-border", description :
"The mask-border CSS property sets how the edges of an element are masked. It is a shorthand for mask-border-outset, mask-border-repeat, mask-border-slice, mask-border-source, and mask-border-width.",
spec : "https://drafts.csswg.org/css-masking-1/#mask-borders", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.mask-border-repeat" => CSSFeature { id :
"css.properties.mask-border-repeat", name : "mask-border", description :
"The mask-border CSS property sets how the edges of an element are masked. It is a shorthand for mask-border-outset, mask-border-repeat, mask-border-slice, mask-border-source, and mask-border-width.",
spec : "https://drafts.csswg.org/css-masking-1/#mask-borders", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.mask-border-slice" => CSSFeature { id :
"css.properties.mask-border-slice", name : "mask-border", description :
"The mask-border CSS property sets how the edges of an element are masked. It is a shorthand for mask-border-outset, mask-border-repeat, mask-border-slice, mask-border-source, and mask-border-width.",
spec : "https://drafts.csswg.org/css-masking-1/#mask-borders", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.mask-border-source" => CSSFeature { id :
"css.properties.mask-border-source", name : "mask-border", description :
"The mask-border CSS property sets how the edges of an element are masked. It is a shorthand for mask-border-outset, mask-border-repeat, mask-border-slice, mask-border-source, and mask-border-width.",
spec : "https://drafts.csswg.org/css-masking-1/#mask-borders", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.mask-border-width" => CSSFeature { id :
"css.properties.mask-border-width", name : "mask-border", description :
"The mask-border CSS property sets how the edges of an element are masked. It is a shorthand for mask-border-outset, mask-border-repeat, mask-border-slice, mask-border-source, and mask-border-width.",
spec : "https://drafts.csswg.org/css-masking-1/#mask-borders", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.mask-clip" => CSSFeature { id : "css.properties.mask-clip", name :
"Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-clip.border" => CSSFeature { id :
"css.properties.mask-clip.border", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & ["https://caniuse.com/css-masks"],
popularity : 0f32, }, "css.properties.mask-clip.content" => CSSFeature { id :
"css.properties.mask-clip.content", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & ["https://caniuse.com/css-masks"],
popularity : 0f32, }, "css.properties.mask-clip.padding" => CSSFeature { id :
"css.properties.mask-clip.padding", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & ["https://caniuse.com/css-masks"],
popularity : 0f32, }, "css.properties.mask-clip.text" => CSSFeature { id :
"css.properties.mask-clip.text", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & ["https://caniuse.com/css-masks"],
popularity : 0f32, }, "css.properties.mask-composite" => CSSFeature { id :
"css.properties.mask-composite", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-composite.add" => CSSFeature { id :
"css.properties.mask-composite.add", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-composite.exclude" => CSSFeature { id :
"css.properties.mask-composite.exclude", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-composite.intersect" => CSSFeature { id :
"css.properties.mask-composite.intersect", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-composite.subtract" => CSSFeature { id :
"css.properties.mask-composite.subtract", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-image" => CSSFeature { id : "css.properties.mask-image", name :
"Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-image.multiple_mask_images" => CSSFeature { id :
"css.properties.mask-image.multiple_mask_images", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-image.svg_masks" => CSSFeature { id :
"css.properties.mask-image.svg_masks", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-mode" => CSSFeature { id : "css.properties.mask-mode", name :
"Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-mode.alpha" => CSSFeature { id :
"css.properties.mask-mode.alpha", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-mode.luminance" => CSSFeature { id :
"css.properties.mask-mode.luminance", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-mode.match-source" => CSSFeature { id :
"css.properties.mask-mode.match-source", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-origin" => CSSFeature { id : "css.properties.mask-origin", name
: "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-origin.border" => CSSFeature { id :
"css.properties.mask-origin.border", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & ["https://caniuse.com/css-masks"],
popularity : 0f32, }, "css.properties.mask-origin.content" => CSSFeature { id :
"css.properties.mask-origin.content", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & ["https://caniuse.com/css-masks"],
popularity : 0f32, }, "css.properties.mask-origin.fill-box" => CSSFeature { id :
"css.properties.mask-origin.fill-box", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(120u16, 0u16), chrome_android :
BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16), firefox :
BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-origin.padding" => CSSFeature { id :
"css.properties.mask-origin.padding", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & ["https://caniuse.com/css-masks"],
popularity : 0f32, }, "css.properties.mask-origin.stroke-box" => CSSFeature { id :
"css.properties.mask-origin.stroke-box", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(120u16, 0u16), chrome_android :
BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16), firefox :
BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-origin.view-box" => CSSFeature { id :
"css.properties.mask-origin.view-box", name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(120u16, 0u16), chrome_android :
BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16), firefox :
BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-position" => CSSFeature { id : "css.properties.mask-position",
name : "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-repeat" => CSSFeature { id : "css.properties.mask-repeat", name
: "Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-size" => CSSFeature { id : "css.properties.mask-size", name :
"Masks", description :
"The mask CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.",
spec : "https://drafts.csswg.org/css-masking-1/#positioned-masks", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-masks"], popularity : 0f32, },
"css.properties.mask-type" => CSSFeature { id : "css.properties.mask-type", name :
"mask-type", description :
"The mask-type CSS property on an SVG <mask> element sets whether the mask is a luminance or alpha mask.",
spec : "https://drafts.csswg.org/css-masking-1/#the-mask-type", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(24u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
[], popularity : 1.928008f32, }, "css.properties.mask-type.alpha" => CSSFeature { id
: "css.properties.mask-type.alpha", name : "mask-type", description :
"The mask-type CSS property on an SVG <mask> element sets whether the mask is a luminance or alpha mask.",
spec : "https://drafts.csswg.org/css-masking-1/#the-mask-type", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(24u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
[], popularity : 1.928008f32, }, "css.properties.mask-type.luminance" => CSSFeature {
id : "css.properties.mask-type.luminance", name : "mask-type", description :
"The mask-type CSS property on an SVG <mask> element sets whether the mask is a luminance or alpha mask.",
spec : "https://drafts.csswg.org/css-masking-1/#the-mask-type", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(24u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
[], popularity : 1.928008f32, }, "css.properties.math-depth" => CSSFeature { id :
"css.properties.math-depth", name : "MathML", description :
"MathML, or the Mathematical Markup Language, describes mathematical notation, such as expressions and formulas. Also known as MathML Core.",
spec : "https://w3c.github.io/mathml-core/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(109u16, 0u16), chrome_android : BrowserVersion(109u16, 0u16), edge :
BrowserVersion(109u16, 0u16), firefox : BrowserVersion(117u16, 0u16), firefox_android
: BrowserVersion(117u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/mathml"], popularity :
0f32, }, "css.properties.math-shift" => CSSFeature { id :
"css.properties.math-shift", name : "MathML", description :
"MathML, or the Mathematical Markup Language, describes mathematical notation, such as expressions and formulas. Also known as MathML Core.",
spec : "https://w3c.github.io/mathml-core/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 12u32, 12u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(109u16, 0u16),
chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16),
firefox : BrowserVersion(146u16, 0u16), firefox_android : BrowserVersion(146u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/mathml"], popularity : 0f32, },
"css.properties.math-style" => CSSFeature { id : "css.properties.math-style", name :
"MathML", description :
"MathML, or the Mathematical Markup Language, describes mathematical notation, such as expressions and formulas. Also known as MathML Core.",
spec : "https://w3c.github.io/mathml-core/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 29u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(109u16, 0u16),
chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16),
firefox : BrowserVersion(117u16, 0u16), firefox_android : BrowserVersion(117u16,
0u16), safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16,
5u16), }, caniuse : & ["https://caniuse.com/mathml"], popularity : 0f32, },
"css.properties.max-block-size" => CSSFeature { id : "css.properties.max-block-size",
name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.max-block-size.anchor-size" => CSSFeature { id :
"css.properties.max-block-size.anchor-size", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.max-block-size.fit-content" => CSSFeature { id :
"css.properties.max-block-size.fit-content", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.max-block-size.fit-content_function" => CSSFeature { id :
"css.properties.max-block-size.fit-content_function", name : "fit-content()",
description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.max-block-size.max-content" => CSSFeature { id :
"css.properties.max-block-size.max-content", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.max-block-size.min-content" => CSSFeature { id :
"css.properties.max-block-size.min-content", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.max-height" => CSSFeature { id : "css.properties.max-height", name :
"Min and max width and height", description :
"The min-width, min-height, max-width, and max-height CSS properties set the minimum and maximum size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#min-size-properties", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/minmaxwh"], popularity : 0f32, },
"css.properties.max-height.anchor-size" => CSSFeature { id :
"css.properties.max-height.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.max-height.fit-content" => CSSFeature { id :
"css.properties.max-height.fit-content", name : "fit-content", description :
"The fit-content CSS keyword expands a box as needed to fit its contents until the maximum size is reached, preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.max-height.fit-content_function" =>
CSSFeature { id : "css.properties.max-height.fit-content_function", name :
"fit-content()", description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.max-height.max-content"
=> CSSFeature { id : "css.properties.max-height.max-content", name :
"min-content and max-content", description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.max-height.min-content" => CSSFeature { id
: "css.properties.max-height.min-content", name : "min-content and max-content",
description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.max-height.none" => CSSFeature { id :
"css.properties.max-height.none", name : "Min and max width and height", description
:
"The min-width, min-height, max-width, and max-height CSS properties set the minimum and maximum size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#min-size-properties", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/minmaxwh"], popularity : 0f32, },
"css.properties.max-height.stretch" => CSSFeature { id :
"css.properties.max-height.stretch", name : "stretch", description :
"The stretch CSS keyword expands a box as needed to fit its contents until the maximum size is reached, without preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16,
0u16), edge : BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.max-inline-size" => CSSFeature { id :
"css.properties.max-inline-size", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.max-inline-size.anchor-size" => CSSFeature { id :
"css.properties.max-inline-size.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.max-inline-size.fit-content" => CSSFeature { id :
"css.properties.max-inline-size.fit-content", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.max-inline-size.fit-content_function" => CSSFeature { id :
"css.properties.max-inline-size.fit-content_function", name : "fit-content()",
description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.max-inline-size.max-content" => CSSFeature { id :
"css.properties.max-inline-size.max-content", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.max-inline-size.min-content" => CSSFeature { id :
"css.properties.max-inline-size.min-content", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.max-width" => CSSFeature { id : "css.properties.max-width", name :
"Min and max width and height", description :
"The min-width, min-height, max-width, and max-height CSS properties set the minimum and maximum size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#min-size-properties", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/minmaxwh"], popularity : 0f32, },
"css.properties.max-width.anchor-size" => CSSFeature { id :
"css.properties.max-width.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.max-width.fit-content" => CSSFeature { id :
"css.properties.max-width.fit-content", name : "fit-content", description :
"The fit-content CSS keyword expands a box as needed to fit its contents until the maximum size is reached, preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.max-width.fit-content_function" =>
CSSFeature { id : "css.properties.max-width.fit-content_function", name :
"fit-content()", description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.max-width.max-content"
=> CSSFeature { id : "css.properties.max-width.max-content", name :
"min-content and max-content", description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.max-width.min-content" => CSSFeature { id :
"css.properties.max-width.min-content", name : "min-content and max-content",
description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.max-width.none" => CSSFeature { id :
"css.properties.max-width.none", name : "Min and max width and height", description :
"The min-width, min-height, max-width, and max-height CSS properties set the minimum and maximum size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#min-size-properties", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/minmaxwh"], popularity : 0f32, },
"css.properties.max-width.stretch" => CSSFeature { id :
"css.properties.max-width.stretch", name : "stretch", description :
"The stretch CSS keyword expands a box as needed to fit its contents until the maximum size is reached, without preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16,
0u16), edge : BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.min-block-size" => CSSFeature { id : "css.properties.min-block-size",
name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.min-block-size.anchor-size" => CSSFeature { id :
"css.properties.min-block-size.anchor-size", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.min-block-size.fit-content" => CSSFeature { id :
"css.properties.min-block-size.fit-content", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.min-block-size.fit-content_function" => CSSFeature { id :
"css.properties.min-block-size.fit-content_function", name : "fit-content()",
description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.min-block-size.max-content" => CSSFeature { id :
"css.properties.min-block-size.max-content", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.min-block-size.min-content" => CSSFeature { id :
"css.properties.min-block-size.min-content", name : "Logical properties", description
:
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.min-height" => CSSFeature { id : "css.properties.min-height", name :
"Min and max width and height", description :
"The min-width, min-height, max-width, and max-height CSS properties set the minimum and maximum size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#min-size-properties", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/minmaxwh"], popularity : 0f32, },
"css.properties.min-height.anchor-size" => CSSFeature { id :
"css.properties.min-height.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.min-height.auto" => CSSFeature { id :
"css.properties.min-height.auto", name : "Min and max width and height", description
:
"The min-width, min-height, max-width, and max-height CSS properties set the minimum and maximum size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#min-size-properties", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(21u16, 0u16),
chrome_android : BrowserVersion(25u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/minmaxwh"], popularity : 0f32, },
"css.properties.min-height.fit-content" => CSSFeature { id :
"css.properties.min-height.fit-content", name : "fit-content", description :
"The fit-content CSS keyword expands a box as needed to fit its contents until the maximum size is reached, preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.min-height.fit-content_function" =>
CSSFeature { id : "css.properties.min-height.fit-content_function", name :
"fit-content()", description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.min-height.max-content"
=> CSSFeature { id : "css.properties.min-height.max-content", name :
"min-content and max-content", description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.min-height.min-content" => CSSFeature { id
: "css.properties.min-height.min-content", name : "min-content and max-content",
description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.min-height.stretch" => CSSFeature { id :
"css.properties.min-height.stretch", name : "stretch", description :
"The stretch CSS keyword expands a box as needed to fit its contents until the maximum size is reached, without preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16,
0u16), edge : BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.min-inline-size" => CSSFeature { id :
"css.properties.min-inline-size", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.min-inline-size.anchor-size" => CSSFeature { id :
"css.properties.min-inline-size.anchor-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.min-inline-size.fit-content" => CSSFeature { id :
"css.properties.min-inline-size.fit-content", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.min-inline-size.fit-content_function" => CSSFeature { id :
"css.properties.min-inline-size.fit-content_function", name : "fit-content()",
description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, },
"css.properties.min-inline-size.max-content" => CSSFeature { id :
"css.properties.min-inline-size.max-content", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.min-inline-size.min-content" => CSSFeature { id :
"css.properties.min-inline-size.min-content", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.min-width" => CSSFeature { id : "css.properties.min-width", name :
"Min and max width and height", description :
"The min-width, min-height, max-width, and max-height CSS properties set the minimum and maximum size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#min-size-properties", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/minmaxwh"], popularity : 0f32, },
"css.properties.min-width.anchor-size" => CSSFeature { id :
"css.properties.min-width.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.min-width.auto" => CSSFeature { id :
"css.properties.min-width.auto", name : "Min and max width and height", description :
"The min-width, min-height, max-width, and max-height CSS properties set the minimum and maximum size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#min-size-properties", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(21u16, 0u16),
chrome_android : BrowserVersion(25u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(34u16, 0u16), firefox_android : BrowserVersion(34u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/minmaxwh"], popularity : 0f32, },
"css.properties.min-width.fit-content" => CSSFeature { id :
"css.properties.min-width.fit-content", name : "fit-content", description :
"The fit-content CSS keyword expands a box as needed to fit its contents until the maximum size is reached, preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.min-width.fit-content_function" =>
CSSFeature { id : "css.properties.min-width.fit-content_function", name :
"fit-content()", description :
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.min-width.max-content"
=> CSSFeature { id : "css.properties.min-width.max-content", name :
"min-content and max-content", description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.min-width.min-content" => CSSFeature { id :
"css.properties.min-width.min-content", name : "min-content and max-content",
description :
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.min-width.stretch" => CSSFeature { id :
"css.properties.min-width.stretch", name : "stretch", description :
"The stretch CSS keyword expands a box as needed to fit its contents until the maximum size is reached, without preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16,
0u16), edge : BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.mix-blend-mode" => CSSFeature { id : "css.properties.mix-blend-mode",
name : "mix-blend-mode", description :
"The mix-blend-mode CSS property blends an element's content with its background or parent elements using blend modes like multiply, difference, or color.",
spec : "https://drafts.csswg.org/compositing-2/#mix-blend-mode", groups : &
["blend-mode"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(41u16, 0u16), chrome_android :
BrowserVersion(41u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(32u16, 0u16), firefox_android : BrowserVersion(32u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
["https://caniuse.com/css-mixblendmode"], popularity : 10.383856f32, },
"css.properties.mix-blend-mode.plus-darker" => CSSFeature { id :
"css.properties.mix-blend-mode.plus-darker", name : "mix-blend-mode", description :
"The mix-blend-mode CSS property blends an element's content with its background or parent elements using blend modes like multiply, difference, or color.",
spec : "https://drafts.csswg.org/compositing-2/#mix-blend-mode", groups : &
["blend-mode"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(9u16, 0u16), safari_ios :
BrowserVersion(9u16, 0u16), }, caniuse : & ["https://caniuse.com/css-mixblendmode"],
popularity : 10.383856f32, }, "css.properties.mix-blend-mode.plus-lighter" =>
CSSFeature { id : "css.properties.mix-blend-mode.plus-lighter", name :
"mix-blend-mode", description :
"The mix-blend-mode CSS property blends an element's content with its background or parent elements using blend modes like multiply, difference, or color.",
spec : "https://drafts.csswg.org/compositing-2/#mix-blend-mode", groups : &
["blend-mode"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 10u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 4u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(100u16, 0u16), chrome_android :
BrowserVersion(100u16, 0u16), edge : BrowserVersion(100u16, 0u16), firefox :
BrowserVersion(99u16, 0u16), firefox_android : BrowserVersion(99u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/css-mixblendmode"], popularity : 10.383856f32, },
"css.properties.mix-blend-mode.svg_elements" => CSSFeature { id :
"css.properties.mix-blend-mode.svg_elements", name : "mix-blend-mode", description :
"The mix-blend-mode CSS property blends an element's content with its background or parent elements using blend modes like multiply, difference, or color.",
spec : "https://drafts.csswg.org/compositing-2/#mix-blend-mode", groups : &
["blend-mode"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(41u16, 0u16), chrome_android :
BrowserVersion(0, 0), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(32u16, 0u16), firefox_android : BrowserVersion(32u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-mixblendmode"], popularity : 10.383856f32, },
"css.properties.object-fit" => CSSFeature { id : "css.properties.object-fit", name :
"object-fit", description :
"The object-fit CSS property sets how images, videos, and other replaced elements are scaled within their container.",
spec : "https://drafts.csswg.org/css-images-4/#the-object-fit", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(32u16, 0u16),
chrome_android : BrowserVersion(32u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & ["https://caniuse.com/object-fit"], popularity : 53.903133f32, },
"css.properties.object-fit.contain" => CSSFeature { id :
"css.properties.object-fit.contain", name : "object-fit", description :
"The object-fit CSS property sets how images, videos, and other replaced elements are scaled within their container.",
spec : "https://drafts.csswg.org/css-images-4/#the-object-fit", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(32u16, 0u16),
chrome_android : BrowserVersion(32u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & ["https://caniuse.com/object-fit"], popularity : 53.903133f32, },
"css.properties.object-fit.cover" => CSSFeature { id :
"css.properties.object-fit.cover", name : "object-fit", description :
"The object-fit CSS property sets how images, videos, and other replaced elements are scaled within their container.",
spec : "https://drafts.csswg.org/css-images-4/#the-object-fit", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(32u16, 0u16),
chrome_android : BrowserVersion(32u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & ["https://caniuse.com/object-fit"], popularity : 53.903133f32, },
"css.properties.object-fit.fill" => CSSFeature { id :
"css.properties.object-fit.fill", name : "object-fit", description :
"The object-fit CSS property sets how images, videos, and other replaced elements are scaled within their container.",
spec : "https://drafts.csswg.org/css-images-4/#the-object-fit", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(32u16, 0u16),
chrome_android : BrowserVersion(32u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & ["https://caniuse.com/object-fit"], popularity : 53.903133f32, },
"css.properties.object-fit.none" => CSSFeature { id :
"css.properties.object-fit.none", name : "object-fit", description :
"The object-fit CSS property sets how images, videos, and other replaced elements are scaled within their container.",
spec : "https://drafts.csswg.org/css-images-4/#the-object-fit", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(32u16, 0u16),
chrome_android : BrowserVersion(32u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & ["https://caniuse.com/object-fit"], popularity : 53.903133f32, },
"css.properties.object-fit.scale-down" => CSSFeature { id :
"css.properties.object-fit.scale-down", name : "object-fit", description :
"The object-fit CSS property sets how images, videos, and other replaced elements are scaled within their container.",
spec : "https://drafts.csswg.org/css-images-4/#the-object-fit", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(32u16, 0u16),
chrome_android : BrowserVersion(32u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & ["https://caniuse.com/object-fit"], popularity : 53.903133f32, },
"css.properties.object-position" => CSSFeature { id :
"css.properties.object-position", name : "object-position", description :
"The object-position CSS property places images, videos, and other replaced elements within their boxes.",
spec : "https://drafts.csswg.org/css-images-3/#the-object-position", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(32u16, 0u16),
chrome_android : BrowserVersion(32u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & [], popularity : 19.533564f32, }, "css.properties.object-view-box" =>
CSSFeature { id : "css.properties.object-view-box", name : "object-view-box",
description :
"The object-view-box CSS property crops and zooms to an inset area of an image.",
spec : "https://drafts.csswg.org/css-images-5/#the-object-view-box", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(104u16, 0u16), chrome_android : BrowserVersion(104u16, 0u16), edge :
BrowserVersion(104u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.036008f32, },
"css.properties.object-view-box.none" => CSSFeature { id :
"css.properties.object-view-box.none", name : "object-view-box", description :
"The object-view-box CSS property crops and zooms to an inset area of an image.",
spec : "https://drafts.csswg.org/css-images-5/#the-object-view-box", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(104u16, 0u16), chrome_android : BrowserVersion(104u16, 0u16), edge :
BrowserVersion(104u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.036008f32, }, "css.properties.offset" =>
CSSFeature { id : "css.properties.offset", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(55u16, 0u16),
chrome_android : BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-anchor" => CSSFeature { id : "css.properties.offset-anchor",
name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-anchor.auto" => CSSFeature { id :
"css.properties.offset-anchor.auto", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-anchor.bottom" => CSSFeature { id :
"css.properties.offset-anchor.bottom", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-anchor.center" => CSSFeature { id :
"css.properties.offset-anchor.center", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-anchor.left" => CSSFeature { id :
"css.properties.offset-anchor.left", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-anchor.right" => CSSFeature { id :
"css.properties.offset-anchor.right", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-anchor.top" => CSSFeature { id :
"css.properties.offset-anchor.top", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-distance" => CSSFeature { id :
"css.properties.offset-distance", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(55u16, 0u16),
chrome_android : BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path" => CSSFeature { id : "css.properties.offset-path", name
: "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(55u16, 0u16),
chrome_android : BrowserVersion(55u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.basic_shape" => CSSFeature { id :
"css.properties.offset-path.basic_shape", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.border-box" => CSSFeature { id :
"css.properties.offset-path.border-box", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.content-box" => CSSFeature { id :
"css.properties.offset-path.content-box", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.fill-box" => CSSFeature { id :
"css.properties.offset-path.fill-box", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.margin-box" => CSSFeature { id :
"css.properties.offset-path.margin-box", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome : BrowserVersion(0,
0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16, 0u16), }, caniuse : &
["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.none" => CSSFeature { id :
"css.properties.offset-path.none", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(80u16, 0u16),
chrome_android : BrowserVersion(80u16, 0u16), edge : BrowserVersion(80u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.padding-box" => CSSFeature { id :
"css.properties.offset-path.padding-box", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.path" => CSSFeature { id :
"css.properties.offset-path.path", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(64u16, 0u16),
chrome_android : BrowserVersion(64u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.ray" => CSSFeature { id :
"css.properties.offset-path.ray", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.stroke-box" => CSSFeature { id :
"css.properties.offset-path.stroke-box", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.url" => CSSFeature { id :
"css.properties.offset-path.url", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-path.view-box" => CSSFeature { id :
"css.properties.offset-path.view-box", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-position" => CSSFeature { id :
"css.properties.offset-position", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-position.auto" => CSSFeature { id :
"css.properties.offset-position.auto", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-position.bottom" => CSSFeature { id :
"css.properties.offset-position.bottom", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-position.center" => CSSFeature { id :
"css.properties.offset-position.center", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-position.left" => CSSFeature { id :
"css.properties.offset-position.left", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-position.normal" => CSSFeature { id :
"css.properties.offset-position.normal", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(17u16, 2u16), safari_ios : BrowserVersion(17u16,
2u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-position.right" => CSSFeature { id :
"css.properties.offset-position.right", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-position.top" => CSSFeature { id :
"css.properties.offset-position.top", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-rotate" => CSSFeature { id : "css.properties.offset-rotate",
name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(56u16, 0u16),
chrome_android : BrowserVersion(56u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-rotate.auto" => CSSFeature { id :
"css.properties.offset-rotate.auto", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(56u16, 0u16),
chrome_android : BrowserVersion(56u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.offset-rotate.reverse" => CSSFeature { id :
"css.properties.offset-rotate.reverse", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(56u16, 0u16),
chrome_android : BrowserVersion(56u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.properties.opacity" => CSSFeature { id : "css.properties.opacity", name :
"opacity", description :
"The opacity CSS property sets the transparency of an element.", spec :
"https://drafts.csswg.org/css-color-3/#transparency", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(2u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-opacity"], popularity : 86.63341f32, },
"css.properties.opacity.percentages" => CSSFeature { id :
"css.properties.opacity.percentages", name : "opacity", description :
"The opacity CSS property sets the transparency of an element.", spec :
"https://drafts.csswg.org/css-color-3/#transparency", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(78u16, 0u16),
chrome_android : BrowserVersion(78u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), },
caniuse : & ["https://caniuse.com/css-opacity"], popularity : 86.63341f32, },
"css.properties.order" => CSSFeature { id : "css.properties.order", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(20u16, 0u16), firefox_android : BrowserVersion(20u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.orphans" => CSSFeature { id : "css.properties.orphans", name :
"Widows and orphans", description :
"The widows and orphans CSS properties set the minimum lines included in a text fragment created by page, column, or region breaks.",
spec : "https://drafts.csswg.org/css-break-4/#widows-orphans", groups : & ["layout"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(25u16, 0u16), chrome_android : BrowserVersion(25u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(1u16, 3u16), safari_ios :
BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-widows-orphans"], popularity : 0f32, },
"css.properties.outline" => CSSFeature { id : "css.properties.outline", name :
"outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline-color" =>
CSSFeature { id : "css.properties.outline-color", name : "Outlines", description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-color.transparent" =>
CSSFeature { id : "css.properties.outline-color.transparent", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-offset" => CSSFeature {
id : "css.properties.outline-offset", name : "Outlines", description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(15u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style" => CSSFeature {
id : "css.properties.outline-style", name : "Outlines", description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.auto" =>
CSSFeature { id : "css.properties.outline-style.auto", name : "Outlines", description
:
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.dashed" =>
CSSFeature { id : "css.properties.outline-style.dashed", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.dotted" =>
CSSFeature { id : "css.properties.outline-style.dotted", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.double" =>
CSSFeature { id : "css.properties.outline-style.double", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.groove" =>
CSSFeature { id : "css.properties.outline-style.groove", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.inset" =>
CSSFeature { id : "css.properties.outline-style.inset", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.none" =>
CSSFeature { id : "css.properties.outline-style.none", name : "Outlines", description
:
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.outset" =>
CSSFeature { id : "css.properties.outline-style.outset", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.ridge" =>
CSSFeature { id : "css.properties.outline-style.ridge", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-style.solid" =>
CSSFeature { id : "css.properties.outline-style.solid", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-width" => CSSFeature {
id : "css.properties.outline-width", name : "Outlines", description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-width.medium" =>
CSSFeature { id : "css.properties.outline-width.medium", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-width.thick" =>
CSSFeature { id : "css.properties.outline-width.thick", name : "Outlines",
description :
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline-width.thin" =>
CSSFeature { id : "css.properties.outline-width.thin", name : "Outlines", description
:
"The outline-color, outline-style, and outline-width and outline-offset CSS properties style a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.outline.dashed" => CSSFeature {
id : "css.properties.outline.dashed", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.dotted" =>
CSSFeature { id : "css.properties.outline.dotted", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.double" =>
CSSFeature { id : "css.properties.outline.double", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.groove" =>
CSSFeature { id : "css.properties.outline.groove", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.inset" =>
CSSFeature { id : "css.properties.outline.inset", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.medium" =>
CSSFeature { id : "css.properties.outline.medium", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.none" =>
CSSFeature { id : "css.properties.outline.none", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.outset" =>
CSSFeature { id : "css.properties.outline.outset", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.ridge" =>
CSSFeature { id : "css.properties.outline.ridge", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.solid" =>
CSSFeature { id : "css.properties.outline.solid", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.thick" =>
CSSFeature { id : "css.properties.outline.thick", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.thin" =>
CSSFeature { id : "css.properties.outline.thin", name : "outline", description :
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.outline.transparent" =>
CSSFeature { id : "css.properties.outline.transparent", name : "outline", description
:
"The outline CSS shorthand sets the color, style, and width of a line around an element, outside of the border.",
spec : "https://drafts.csswg.org/css-ui-4/#outline", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(88u16, 0u16), firefox_android : BrowserVersion(88u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & [], popularity : 77.36291f32, }, "css.properties.overflow" => CSSFeature
{ id : "css.properties.overflow", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-anchor" => CSSFeature { id :
"css.properties.overflow-anchor", name : "overflow-anchor", description :
"The overflow-anchor CSS property sets an element as a possible scroll anchor, reducing unintended scrolling when document changes occur above the current scrollport. This is enabled by default where supported.",
spec : "https://drafts.csswg.org/css-scroll-anchoring-1/#exclusion-api", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(56u16, 0u16), chrome_android :
BrowserVersion(56u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-overflow-anchor"], popularity : 8.956478f32, },
"css.properties.overflow-anchor.auto" => CSSFeature { id :
"css.properties.overflow-anchor.auto", name : "overflow-anchor", description :
"The overflow-anchor CSS property sets an element as a possible scroll anchor, reducing unintended scrolling when document changes occur above the current scrollport. This is enabled by default where supported.",
spec : "https://drafts.csswg.org/css-scroll-anchoring-1/#exclusion-api", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(56u16, 0u16), chrome_android :
BrowserVersion(56u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-overflow-anchor"], popularity : 8.956478f32, },
"css.properties.overflow-anchor.none" => CSSFeature { id :
"css.properties.overflow-anchor.none", name : "overflow-anchor", description :
"The overflow-anchor CSS property sets an element as a possible scroll anchor, reducing unintended scrolling when document changes occur above the current scrollport. This is enabled by default where supported.",
spec : "https://drafts.csswg.org/css-scroll-anchoring-1/#exclusion-api", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(56u16, 0u16), chrome_android :
BrowserVersion(56u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-overflow-anchor"], popularity : 8.956478f32, },
"css.properties.overflow-block" => CSSFeature { id : "css.properties.overflow-block",
name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 9u32, 15u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(135u16, 0u16),
chrome_android : BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.overflow-block.overlay" => CSSFeature { id :
"css.properties.overflow-block.overlay", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(135u16, 0u16), chrome_android : BrowserVersion(135u16, 0u16), edge :
BrowserVersion(135u16, 0u16), firefox : BrowserVersion(112u16, 0u16), firefox_android
: BrowserVersion(112u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-logical-props"],
popularity : 0f32, }, "css.properties.overflow-clip-margin" => CSSFeature { id :
"css.properties.overflow-clip-margin", name : "overflow-clip-margin", description :
"The overflow-clip-margin CSS property sets how far overflow content may appear outside the bounds of an element before it's clipped by effects such as overflow: clip.",
spec : "https://drafts.csswg.org/css-overflow-4/#overflow-clip-margin", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.948923f32, },
"css.properties.overflow-clip-margin.border-box" => CSSFeature { id :
"css.properties.overflow-clip-margin.border-box", name : "overflow-clip-margin",
description :
"The overflow-clip-margin CSS property sets how far overflow content may appear outside the bounds of an element before it's clipped by effects such as overflow: clip.",
spec : "https://drafts.csswg.org/css-overflow-4/#overflow-clip-margin", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.948923f32, },
"css.properties.overflow-clip-margin.content-box" => CSSFeature { id :
"css.properties.overflow-clip-margin.content-box", name : "overflow-clip-margin",
description :
"The overflow-clip-margin CSS property sets how far overflow content may appear outside the bounds of an element before it's clipped by effects such as overflow: clip.",
spec : "https://drafts.csswg.org/css-overflow-4/#overflow-clip-margin", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.948923f32, },
"css.properties.overflow-clip-margin.padding-box" => CSSFeature { id :
"css.properties.overflow-clip-margin.padding-box", name : "overflow-clip-margin",
description :
"The overflow-clip-margin CSS property sets how far overflow content may appear outside the bounds of an element before it's clipped by effects such as overflow: clip.",
spec : "https://drafts.csswg.org/css-overflow-4/#overflow-clip-margin", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.948923f32, }, "css.properties.overflow-inline"
=> CSSFeature { id : "css.properties.overflow-inline", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 9u32, 15u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(135u16, 0u16),
chrome_android : BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.overflow-inline.overlay" => CSSFeature { id :
"css.properties.overflow-inline.overlay", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(135u16, 0u16), chrome_android : BrowserVersion(135u16, 0u16), edge :
BrowserVersion(135u16, 0u16), firefox : BrowserVersion(112u16, 0u16), firefox_android
: BrowserVersion(112u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-logical-props"],
popularity : 0f32, }, "css.properties.overflow-wrap" => CSSFeature { id :
"css.properties.overflow-wrap", name : "overflow-wrap", description :
"The overflow-wrap CSS property breaks a line of text onto multiple lines inside the targeted element in an otherwise unbreakable place to prevent overflow. The legacy property is word-wrap.",
spec : "https://drafts.csswg.org/css-text-4/#overflow-wrap-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 10u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(23u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(18u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/wordwrap"], popularity : 38.789272f32, },
"css.properties.overflow-wrap.anywhere" => CSSFeature { id :
"css.properties.overflow-wrap.anywhere", name : "overflow-wrap", description :
"The overflow-wrap CSS property breaks a line of text onto multiple lines inside the targeted element in an otherwise unbreakable place to prevent overflow. The legacy property is word-wrap.",
spec : "https://drafts.csswg.org/css-text-4/#overflow-wrap-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(80u16, 0u16), chrome_android :
BrowserVersion(80u16, 0u16), edge : BrowserVersion(80u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/wordwrap"], popularity : 38.789272f32, },
"css.properties.overflow-wrap.break-word" => CSSFeature { id :
"css.properties.overflow-wrap.break-word", name : "overflow-wrap", description :
"The overflow-wrap CSS property breaks a line of text onto multiple lines inside the targeted element in an otherwise unbreakable place to prevent overflow. The legacy property is word-wrap.",
spec : "https://drafts.csswg.org/css-text-4/#overflow-wrap-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 10u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(23u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(18u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/wordwrap"], popularity : 38.789272f32, },
"css.properties.overflow-wrap.normal" => CSSFeature { id :
"css.properties.overflow-wrap.normal", name : "overflow-wrap", description :
"The overflow-wrap CSS property breaks a line of text onto multiple lines inside the targeted element in an otherwise unbreakable place to prevent overflow. The legacy property is word-wrap.",
spec : "https://drafts.csswg.org/css-text-4/#overflow-wrap-property", groups : &
["text-wrap"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 10u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(23u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(18u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/wordwrap"], popularity : 38.789272f32, },
"css.properties.overflow-x" => CSSFeature { id : "css.properties.overflow-x", name :
"overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-x.auto" => CSSFeature { id :
"css.properties.overflow-x.auto", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-x.clip" => CSSFeature { id :
"css.properties.overflow-x.clip", name : "overflow: clip", description :
"The overflow: clip CSS declaration clips an element's overflowing content to the box that's defined by the overflow-clip-margin property. Unlike overflow: hidden, it allows you to hide overflow on one axis while keeping overflow on the other axis visible.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(90u16, 0u16),
chrome_android : BrowserVersion(90u16, 0u16), edge : BrowserVersion(90u16, 0u16),
firefox : BrowserVersion(81u16, 0u16), firefox_android : BrowserVersion(81u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.overflow-x.hidden" =>
CSSFeature { id : "css.properties.overflow-x.hidden", name : "overflow", description
:
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-x.scroll" => CSSFeature { id :
"css.properties.overflow-x.scroll", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-x.visible" => CSSFeature { id :
"css.properties.overflow-x.visible", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-y" => CSSFeature { id : "css.properties.overflow-y", name :
"overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-y.auto" => CSSFeature { id :
"css.properties.overflow-y.auto", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-y.clip" => CSSFeature { id :
"css.properties.overflow-y.clip", name : "overflow: clip", description :
"The overflow: clip CSS declaration clips an element's overflowing content to the box that's defined by the overflow-clip-margin property. Unlike overflow: hidden, it allows you to hide overflow on one axis while keeping overflow on the other axis visible.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(90u16, 0u16),
chrome_android : BrowserVersion(90u16, 0u16), edge : BrowserVersion(90u16, 0u16),
firefox : BrowserVersion(81u16, 0u16), firefox_android : BrowserVersion(81u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.overflow-y.hidden" =>
CSSFeature { id : "css.properties.overflow-y.hidden", name : "overflow", description
:
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-y.scroll" => CSSFeature { id :
"css.properties.overflow-y.scroll", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow-y.visible" => CSSFeature { id :
"css.properties.overflow-y.visible", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow.auto" => CSSFeature { id : "css.properties.overflow.auto",
name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow.clip" => CSSFeature { id : "css.properties.overflow.clip",
name : "overflow: clip", description :
"The overflow: clip CSS declaration clips an element's overflowing content to the box that's defined by the overflow-clip-margin property. Unlike overflow: hidden, it allows you to hide overflow on one axis while keeping overflow on the other axis visible.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(90u16, 0u16),
chrome_android : BrowserVersion(90u16, 0u16), edge : BrowserVersion(90u16, 0u16),
firefox : BrowserVersion(81u16, 0u16), firefox_android : BrowserVersion(81u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.overflow.hidden" => CSSFeature
{ id : "css.properties.overflow.hidden", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow.multiple_keywords" => CSSFeature { id :
"css.properties.overflow.multiple_keywords", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
9u32, 24u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 3u32, 24u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(68u16, 0u16),
chrome_android : BrowserVersion(68u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow.scroll" => CSSFeature { id :
"css.properties.overflow.scroll", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overflow.visible" => CSSFeature { id :
"css.properties.overflow.visible", name : "overflow", description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.properties.overlay" => CSSFeature { id : "css.properties.overlay", name :
"overlay", description :
"The overlay CSS property, used as an allow-discrete CSS transition, prevents a top layer element, such as a popover or a <dialog>, from being removed from the top layer before it has finished animating. You can't set the value of the overlay property; only use it as transition property.",
spec : "https://drafts.csswg.org/css-position-4/#overlay", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(117u16, 0u16), chrome_android : BrowserVersion(117u16, 0u16), edge :
BrowserVersion(117u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.034467f32, }, "css.properties.overlay.auto" =>
CSSFeature { id : "css.properties.overlay.auto", name : "overlay", description :
"The overlay CSS property, used as an allow-discrete CSS transition, prevents a top layer element, such as a popover or a <dialog>, from being removed from the top layer before it has finished animating. You can't set the value of the overlay property; only use it as transition property.",
spec : "https://drafts.csswg.org/css-position-4/#overlay", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(117u16, 0u16), chrome_android : BrowserVersion(117u16, 0u16), edge :
BrowserVersion(117u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.034467f32, }, "css.properties.overlay.none" =>
CSSFeature { id : "css.properties.overlay.none", name : "overlay", description :
"The overlay CSS property, used as an allow-discrete CSS transition, prevents a top layer element, such as a popover or a <dialog>, from being removed from the top layer before it has finished animating. You can't set the value of the overlay property; only use it as transition property.",
spec : "https://drafts.csswg.org/css-position-4/#overlay", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(117u16, 0u16), chrome_android : BrowserVersion(117u16, 0u16), edge :
BrowserVersion(117u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.034467f32, },
"css.properties.overscroll-behavior" => CSSFeature { id :
"css.properties.overscroll-behavior", name : "overscroll-behavior", description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(18u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-block" => CSSFeature { id :
"css.properties.overscroll-behavior-block", name : "overscroll-behavior", description
:
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(73u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-block.auto" => CSSFeature { id :
"css.properties.overscroll-behavior-block.auto", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(73u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-block.contain" => CSSFeature {
id : "css.properties.overscroll-behavior-block.contain", name :
"overscroll-behavior", description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(73u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-block.none" => CSSFeature { id :
"css.properties.overscroll-behavior-block.none", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(73u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-inline" => CSSFeature { id :
"css.properties.overscroll-behavior-inline", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(73u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-inline.auto" => CSSFeature { id
: "css.properties.overscroll-behavior-inline.auto", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(73u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-inline.contain" => CSSFeature {
id : "css.properties.overscroll-behavior-inline.contain", name :
"overscroll-behavior", description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(73u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-inline.none" => CSSFeature { id
: "css.properties.overscroll-behavior-inline.none", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(73u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-x" => CSSFeature { id :
"css.properties.overscroll-behavior-x", name : "overscroll-behavior", description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(18u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-x.auto" => CSSFeature { id :
"css.properties.overscroll-behavior-x.auto", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(18u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-x.contain" => CSSFeature { id :
"css.properties.overscroll-behavior-x.contain", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(18u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-x.none" => CSSFeature { id :
"css.properties.overscroll-behavior-x.none", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-y" => CSSFeature { id :
"css.properties.overscroll-behavior-y", name : "overscroll-behavior", description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(18u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-y.auto" => CSSFeature { id :
"css.properties.overscroll-behavior-y.auto", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(18u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-y.contain" => CSSFeature { id :
"css.properties.overscroll-behavior-y.contain", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(18u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior-y.none" => CSSFeature { id :
"css.properties.overscroll-behavior-y.none", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior.auto" => CSSFeature { id :
"css.properties.overscroll-behavior.auto", name : "overscroll-behavior", description
:
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior.contain" => CSSFeature { id :
"css.properties.overscroll-behavior.contain", name : "overscroll-behavior",
description :
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.overscroll-behavior.none" => CSSFeature { id :
"css.properties.overscroll-behavior.none", name : "overscroll-behavior", description
:
"The overscroll-behavior CSS property disables default scrolling behaviors when the edges of a scrolling area are reached.",
spec : "https://drafts.csswg.org/css-overscroll-1/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(63u16, 0u16),
chrome_android : BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overscroll-behavior"], popularity :
17.864035f32, }, "css.properties.padding" => CSSFeature { id :
"css.properties.padding", name : "padding", description :
"The padding CSS property sets space between an element's edge and its contents. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.",
spec : "https://drafts.csswg.org/css-box-4/#paddings", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.59352f32, }, "css.properties.padding-block" =>
CSSFeature { id : "css.properties.padding-block", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.padding-block-end" => CSSFeature { id :
"css.properties.padding-block-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.padding-block-start" => CSSFeature { id :
"css.properties.padding-block-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.padding-bottom" => CSSFeature { id : "css.properties.padding-bottom",
name : "padding", description :
"The padding CSS property sets space between an element's edge and its contents. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.",
spec : "https://drafts.csswg.org/css-box-4/#paddings", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.59352f32, }, "css.properties.padding-inline" =>
CSSFeature { id : "css.properties.padding-inline", name : "Logical properties",
description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.padding-inline-end" => CSSFeature { id :
"css.properties.padding-inline-end", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.padding-inline-start" => CSSFeature { id :
"css.properties.padding-inline-start", name : "Logical properties", description :
"CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.",
spec : "https://drafts.csswg.org/css-logical-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/css-logical-props"], popularity : 0f32, },
"css.properties.padding-left" => CSSFeature { id : "css.properties.padding-left",
name : "padding", description :
"The padding CSS property sets space between an element's edge and its contents. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.",
spec : "https://drafts.csswg.org/css-box-4/#paddings", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.59352f32, }, "css.properties.padding-right" =>
CSSFeature { id : "css.properties.padding-right", name : "padding", description :
"The padding CSS property sets space between an element's edge and its contents. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.",
spec : "https://drafts.csswg.org/css-box-4/#paddings", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.59352f32, }, "css.properties.padding-top" =>
CSSFeature { id : "css.properties.padding-top", name : "padding", description :
"The padding CSS property sets space between an element's edge and its contents. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.",
spec : "https://drafts.csswg.org/css-box-4/#paddings", groups : & ["layout"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 91.59352f32, }, "css.properties.page" => CSSFeature { id
: "css.properties.page", name : "Page setup", description :
"The @page CSS at-rule sets the page-specific dimensions and margins for content such as printed documents, ebooks, or slides.",
spec : "https://drafts.csswg.org/css-page-3/#at-page-rule", groups : & ["layout",
"print"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(85u16, 0u16), chrome_android :
BrowserVersion(85u16, 0u16), edge : BrowserVersion(85u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-paged-media"], popularity : 0f32, },
"css.properties.page-break-after" => CSSFeature { id :
"css.properties.page-break-after", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-after.always" => CSSFeature { id :
"css.properties.page-break-after.always", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-after.auto" => CSSFeature { id :
"css.properties.page-break-after.auto", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-after.avoid" => CSSFeature { id :
"css.properties.page-break-after.avoid", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.page-break-after.left"
=> CSSFeature { id : "css.properties.page-break-after.left", name :
"Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-after.right" => CSSFeature { id :
"css.properties.page-break-after.right", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-before" => CSSFeature { id :
"css.properties.page-break-before", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-before.always" => CSSFeature { id :
"css.properties.page-break-before.always", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-before.auto" => CSSFeature { id :
"css.properties.page-break-before.auto", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-before.avoid" => CSSFeature { id :
"css.properties.page-break-before.avoid", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.page-break-before.left"
=> CSSFeature { id : "css.properties.page-break-before.left", name :
"Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-before.right" => CSSFeature { id :
"css.properties.page-break-before.right", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(1u16, 0u16),
firefox_android : BrowserVersion(4u16, 0u16), safari : BrowserVersion(1u16, 2u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-inside" => CSSFeature { id :
"css.properties.page-break-inside", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(19u16, 0u16),
firefox_android : BrowserVersion(19u16, 0u16), safari : BrowserVersion(1u16, 3u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-inside.auto" => CSSFeature { id :
"css.properties.page-break-inside.auto", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(19u16, 0u16),
firefox_android : BrowserVersion(19u16, 0u16), safari : BrowserVersion(1u16, 3u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.page-break-inside.avoid" => CSSFeature { id :
"css.properties.page-break-inside.avoid", name : "Page break aliases", description :
"The page-break-before, page-break-inside, and page-break-after CSS properties are aliases to the break-before, break-inside, and break-after properties.",
spec : "https://drafts.csswg.org/css-break-4/#page-break-properties", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16),
edge : BrowserVersion(12u16, 0u16), firefox : BrowserVersion(19u16, 0u16),
firefox_android : BrowserVersion(19u16, 0u16), safari : BrowserVersion(1u16, 3u16),
safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.paint-order" => CSSFeature { id : "css.properties.paint-order", name
: "paint-order", description :
"The paint-order CSS property sets the z-order of strokes, fills, and (in SVG content) markers. For example, paint-order: markers stroke fill; draws the markers, then stroke on top of markers, then fill on top of both markers and stroke.",
spec : "https://svgwg.org/svg2-draft/painting.html#PaintOrder", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 22u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(123u16, 0u16),
chrome_android : BrowserVersion(123u16, 0u16), edge : BrowserVersion(123u16, 0u16),
firefox : BrowserVersion(60u16, 0u16), firefox_android : BrowserVersion(60u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & [], popularity : 1.365095f32, }, "css.properties.perspective" =>
CSSFeature { id : "css.properties.perspective", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.perspective-origin" => CSSFeature { id :
"css.properties.perspective-origin", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.perspective-origin.bottom" => CSSFeature { id :
"css.properties.perspective-origin.bottom", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.perspective-origin.center" => CSSFeature { id :
"css.properties.perspective-origin.center", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.perspective-origin.left" => CSSFeature { id :
"css.properties.perspective-origin.left", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.perspective-origin.right" => CSSFeature { id :
"css.properties.perspective-origin.right", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.perspective-origin.top" => CSSFeature { id :
"css.properties.perspective-origin.top", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.perspective.none" => CSSFeature { id :
"css.properties.perspective.none", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.place-content" => CSSFeature { id : "css.properties.place-content",
name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.place-content.flex_context" => CSSFeature { id :
"css.properties.place-content.flex_context", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.place-content.grid_context" => CSSFeature { id :
"css.properties.place-content.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(53u16, 0u16), firefox_android : BrowserVersion(53u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.place-items" => CSSFeature { id : "css.properties.place-items", name
: "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.place-items.anchor-center" => CSSFeature { id :
"css.properties.place-items.anchor-center", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.place-items.flex_context" => CSSFeature { id :
"css.properties.place-items.flex_context", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.place-items.grid_context" => CSSFeature { id :
"css.properties.place-items.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.place-self" => CSSFeature { id : "css.properties.place-self", name :
"Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.place-self.anchor-center" => CSSFeature { id :
"css.properties.place-self.anchor-center", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.place-self.flex_context" => CSSFeature { id :
"css.properties.place-self.flex_context", name : "Flexbox", description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.place-self.grid_context" => CSSFeature { id :
"css.properties.place-self.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(59u16, 0u16),
chrome_android : BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(45u16, 0u16), firefox_android : BrowserVersion(45u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.place-self.position_absolute_context" => CSSFeature { id :
"css.properties.place-self.position_absolute_context", name : "Absolute positioning",
description :
"The position: absolute CSS declaration removes an element from the normal flow and positions it relative to its containing block, which is often the root element, or closest positioned ancestor.",
spec : "https://drafts.csswg.org/css-position-3/#abspos-insets", groups : &
["positioning"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(122u16, 0u16), chrome_android :
BrowserVersion(122u16, 0u16), edge : BrowserVersion(122u16, 0u16), firefox :
BrowserVersion(134u16, 0u16), firefox_android : BrowserVersion(134u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.pointer-events" => CSSFeature { id :
"css.properties.pointer-events", name : "pointer-events", description :
"The pointer-events CSS property sets whether a user can interact with an element using a mouse, touch, or other pointing input device.",
spec : "https://drafts.csswg.org/css-ui-4/#pointer-events-control", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/pointer-events"], popularity : 69.49517f32, },
"css.properties.pointer-events.html_elements" => CSSFeature { id :
"css.properties.pointer-events.html_elements", name : "pointer-events", description :
"The pointer-events CSS property sets whether a user can interact with an element using a mouse, touch, or other pointing input device.",
spec : "https://drafts.csswg.org/css-ui-4/#pointer-events-control", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/pointer-events"], popularity : 69.49517f32, },
"css.properties.position" => CSSFeature { id : "css.properties.position", name :
"Position", description :
"The position CSS property sets the origin position of an element to an element, the element's scrollport, or the viewport.",
spec : "https://drafts.csswg.org/css-position-3/#position-property", groups : &
["positioning"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 91.34561f32, }, "css.properties.position-anchor" => CSSFeature { id
: "css.properties.position-anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-anchor.auto" => CSSFeature { id :
"css.properties.position-anchor.auto", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-anchor.none" => CSSFeature { id :
"css.properties.position-anchor.none", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(147u16, 0u16), firefox_android
: BrowserVersion(147u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"],
popularity : 0f32, }, "css.properties.position-area" => CSSFeature { id :
"css.properties.position-area", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.block-end" => CSSFeature { id :
"css.properties.position-area.block-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.block-start" => CSSFeature { id :
"css.properties.position-area.block-start", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.bottom" => CSSFeature { id :
"css.properties.position-area.bottom", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.center" => CSSFeature { id :
"css.properties.position-area.center", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.end" => CSSFeature { id :
"css.properties.position-area.end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.inline-end" => CSSFeature { id :
"css.properties.position-area.inline-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.inline-start" => CSSFeature { id :
"css.properties.position-area.inline-start", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.left" => CSSFeature { id :
"css.properties.position-area.left", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.none" => CSSFeature { id :
"css.properties.position-area.none", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.right" => CSSFeature { id :
"css.properties.position-area.right", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-block-end" => CSSFeature { id :
"css.properties.position-area.self-block-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-block-start" => CSSFeature { id :
"css.properties.position-area.self-block-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-end" => CSSFeature { id :
"css.properties.position-area.self-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-inline-end" => CSSFeature { id :
"css.properties.position-area.self-inline-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-inline-start" => CSSFeature { id :
"css.properties.position-area.self-inline-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-start" => CSSFeature { id :
"css.properties.position-area.self-start", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-x-end" => CSSFeature { id :
"css.properties.position-area.self-x-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-x-start" => CSSFeature { id :
"css.properties.position-area.self-x-start", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-y-end" => CSSFeature { id :
"css.properties.position-area.self-y-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.self-y-start" => CSSFeature { id :
"css.properties.position-area.self-y-start", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.span-all" => CSSFeature { id :
"css.properties.position-area.span-all", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.span-block-end" => CSSFeature { id :
"css.properties.position-area.span-block-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-block-start" => CSSFeature { id :
"css.properties.position-area.span-block-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-bottom" => CSSFeature { id :
"css.properties.position-area.span-bottom", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-end" => CSSFeature { id :
"css.properties.position-area.span-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-inline-end" => CSSFeature { id :
"css.properties.position-area.span-inline-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-inline-start" => CSSFeature { id :
"css.properties.position-area.span-inline-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-left" => CSSFeature { id :
"css.properties.position-area.span-left", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-right" => CSSFeature { id :
"css.properties.position-area.span-right", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-block-end" => CSSFeature { id :
"css.properties.position-area.span-self-block-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-block-start" => CSSFeature { id :
"css.properties.position-area.span-self-block-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-end" => CSSFeature { id :
"css.properties.position-area.span-self-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-inline-end" => CSSFeature { id :
"css.properties.position-area.span-self-inline-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-inline-start" => CSSFeature { id :
"css.properties.position-area.span-self-inline-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-start" => CSSFeature { id :
"css.properties.position-area.span-self-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-x-end" => CSSFeature { id :
"css.properties.position-area.span-self-x-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-x-start" => CSSFeature { id :
"css.properties.position-area.span-self-x-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-y-end" => CSSFeature { id :
"css.properties.position-area.span-self-y-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-self-y-start" => CSSFeature { id :
"css.properties.position-area.span-self-y-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-start" => CSSFeature { id :
"css.properties.position-area.span-start", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-top" => CSSFeature { id :
"css.properties.position-area.span-top", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-x-end" => CSSFeature { id :
"css.properties.position-area.span-x-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-x-start" => CSSFeature { id :
"css.properties.position-area.span-x-start", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-y-end" => CSSFeature { id :
"css.properties.position-area.span-y-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.span-y-start" => CSSFeature { id :
"css.properties.position-area.span-y-start", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.start" => CSSFeature { id :
"css.properties.position-area.start", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(129u16, 0u16),
chrome_android : BrowserVersion(129u16, 0u16), edge : BrowserVersion(129u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-area.top" => CSSFeature { id :
"css.properties.position-area.top", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.x-end" => CSSFeature { id :
"css.properties.position-area.x-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.x-start" => CSSFeature { id :
"css.properties.position-area.x-start", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.y-end" => CSSFeature { id :
"css.properties.position-area.y-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-area.y-start" => CSSFeature { id :
"css.properties.position-area.y-start", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try" => CSSFeature { id : "css.properties.position-try",
name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks" => CSSFeature { id :
"css.properties.position-try-fallbacks", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(128u16, 0u16),
chrome_android : BrowserVersion(128u16, 0u16), edge : BrowserVersion(128u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks.flip-block" => CSSFeature { id :
"css.properties.position-try-fallbacks.flip-block", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(128u16, 0u16),
chrome_android : BrowserVersion(128u16, 0u16), edge : BrowserVersion(128u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks.flip-inline" => CSSFeature { id :
"css.properties.position-try-fallbacks.flip-inline", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(128u16, 0u16),
chrome_android : BrowserVersion(128u16, 0u16), edge : BrowserVersion(128u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks.flip-start" => CSSFeature { id :
"css.properties.position-try-fallbacks.flip-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(128u16, 0u16),
chrome_android : BrowserVersion(128u16, 0u16), edge : BrowserVersion(128u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks.none" => CSSFeature { id :
"css.properties.position-try-fallbacks.none", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(128u16, 0u16),
chrome_android : BrowserVersion(128u16, 0u16), edge : BrowserVersion(128u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks.position-area" => CSSFeature { id :
"css.properties.position-try-fallbacks.position-area", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(128u16, 0u16),
chrome_android : BrowserVersion(128u16, 0u16), edge : BrowserVersion(128u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks.self-x-end" => CSSFeature { id :
"css.properties.position-try-fallbacks.self-x-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try-fallbacks.self-x-start" => CSSFeature { id :
"css.properties.position-try-fallbacks.self-x-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try-fallbacks.self-y-end" => CSSFeature { id :
"css.properties.position-try-fallbacks.self-y-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try-fallbacks.self-y-start" => CSSFeature { id :
"css.properties.position-try-fallbacks.self-y-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try-fallbacks.span-self-x-end" => CSSFeature { id :
"css.properties.position-try-fallbacks.span-self-x-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks.span-self-x-start" => CSSFeature { id
: "css.properties.position-try-fallbacks.span-self-x-start", name :
"Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks.span-self-y-end" => CSSFeature { id :
"css.properties.position-try-fallbacks.span-self-y-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-fallbacks.span-self-y-start" => CSSFeature { id
: "css.properties.position-try-fallbacks.span-self-y-start", name :
"Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try-order" => CSSFeature { id :
"css.properties.position-try-order", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(125u16, 0u16), chrome_android : BrowserVersion(125u16, 0u16), edge :
BrowserVersion(125u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try-order.most-block-size" => CSSFeature { id :
"css.properties.position-try-order.most-block-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(125u16, 0u16), chrome_android : BrowserVersion(125u16, 0u16), edge :
BrowserVersion(125u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try-order.most-height" => CSSFeature { id :
"css.properties.position-try-order.most-height", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(125u16, 0u16), chrome_android : BrowserVersion(125u16, 0u16), edge :
BrowserVersion(125u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try-order.most-inline-size" => CSSFeature { id :
"css.properties.position-try-order.most-inline-size", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(125u16, 0u16), chrome_android : BrowserVersion(125u16, 0u16), edge :
BrowserVersion(125u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try-order.most-width" => CSSFeature { id :
"css.properties.position-try-order.most-width", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(125u16, 0u16), chrome_android : BrowserVersion(125u16, 0u16), edge :
BrowserVersion(125u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try-order.normal" => CSSFeature { id :
"css.properties.position-try-order.normal", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(125u16, 0u16), chrome_android : BrowserVersion(125u16, 0u16), edge :
BrowserVersion(125u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try.self-x-end" => CSSFeature { id :
"css.properties.position-try.self-x-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try.self-x-start" => CSSFeature { id :
"css.properties.position-try.self-x-start", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try.self-y-end" => CSSFeature { id :
"css.properties.position-try.self-y-end", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try.self-y-start" => CSSFeature { id :
"css.properties.position-try.self-y-start", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(144u16, 0u16), chrome_android : BrowserVersion(144u16, 0u16), edge :
BrowserVersion(144u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.properties.position-try.span-self-x-end" => CSSFeature { id :
"css.properties.position-try.span-self-x-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try.span-self-x-start" => CSSFeature { id :
"css.properties.position-try.span-self-x-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try.span-self-y-end" => CSSFeature { id :
"css.properties.position-try.span-self-y-end", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-try.span-self-y-start" => CSSFeature { id :
"css.properties.position-try.span-self-y-start", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-visibility" => CSSFeature { id :
"css.properties.position-visibility", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-visibility.always" => CSSFeature { id :
"css.properties.position-visibility.always", name : "Anchor positioning", description
:
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-visibility.anchors-visible" => CSSFeature { id :
"css.properties.position-visibility.anchors-visible", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position-visibility.no-overflow" => CSSFeature { id :
"css.properties.position-visibility.no-overflow", name : "Anchor positioning",
description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.position.absolute" => CSSFeature { id :
"css.properties.position.absolute", name : "Absolute positioning", description :
"The position: absolute CSS declaration removes an element from the normal flow and positions it relative to its containing block, which is often the root element, or closest positioned ancestor.",
spec : "https://drafts.csswg.org/css-position-3/#abspos-insets", groups : &
["positioning"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, },
"css.properties.position.absolutely_positioned_flex_children" => CSSFeature { id :
"css.properties.position.absolutely_positioned_flex_children", name : "Flexbox",
description :
"Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.",
spec : "https://drafts.csswg.org/css-flexbox-1/", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32,
3u32, 19u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 9u32, 19u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/flexbox"], popularity : 0f32, },
"css.properties.position.fixed" => CSSFeature { id : "css.properties.position.fixed",
name : "Fixed positioning", description :
"The position: fixed CSS declaration removes an element from the normal flow and positions it relative to the viewport or page.",
spec : "https://drafts.csswg.org/css-position-3/#abspos-insets", groups : &
["positioning"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-fixed"], popularity : 0f32, },
"css.properties.position.position_sticky_table_elements" => CSSFeature { id :
"css.properties.position.position_sticky_table_elements", name :
"Sticky positioning", description :
"The position: sticky CSS declaration positions an element in the normal flow until it crosses a specified threshold, at which points it becomes fixed (stuck) at that position.",
spec : "https://drafts.csswg.org/css-position-3/#stickypos-insets", groups : &
["positioning"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 9u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 3u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(56u16, 0u16), chrome_android :
BrowserVersion(56u16, 0u16), edge : BrowserVersion(16u16, 0u16), firefox :
BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
["https://caniuse.com/css-sticky"], popularity : 0f32, },
"css.properties.position.relative" => CSSFeature { id :
"css.properties.position.relative", name : "Relative positioning", description :
"The position: relative CSS declaration offsets the position of an element relative to its position in the normal flow.",
spec : "https://drafts.csswg.org/css-position-3/#relpos-insets", groups : &
["positioning"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.position.static" => CSSFeature { id :
"css.properties.position.static", name : "Static positioning", description :
"The position: static CSS declaration positions an element in the normal flow. A statically positioned element ignores physical and logical properties such as top or inset-block-start.",
spec : "https://drafts.csswg.org/css-position-3/#position-property", groups : &
["positioning"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.position.sticky" => CSSFeature { id :
"css.properties.position.sticky", name : "Sticky positioning", description :
"The position: sticky CSS declaration positions an element in the normal flow until it crosses a specified threshold, at which points it becomes fixed (stuck) at that position.",
spec : "https://drafts.csswg.org/css-position-3/#stickypos-insets", groups : &
["positioning"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(56u16, 0u16), chrome_android :
BrowserVersion(56u16, 0u16), edge : BrowserVersion(16u16, 0u16), firefox :
BrowserVersion(32u16, 0u16), firefox_android : BrowserVersion(32u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), }, caniuse : &
["https://caniuse.com/css-sticky"], popularity : 0f32, },
"css.properties.print-color-adjust" => CSSFeature { id :
"css.properties.print-color-adjust", name : "print-color-adjust", description :
"The print-color-adjust CSS property sets whether styles of printed pages should be adjusted to use less ink, in cases such as light text on a dark background.",
spec : "https://drafts.csswg.org/css-color-adjust-1/#propdef-print-color-adjust",
groups : & ["print"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 5u32, 1u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(136u16, 0u16),
chrome_android : BrowserVersion(136u16, 0u16), edge : BrowserVersion(136u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 2.644318f32, },
"css.properties.print-color-adjust.economy" => CSSFeature { id :
"css.properties.print-color-adjust.economy", name : "print-color-adjust", description
:
"The print-color-adjust CSS property sets whether styles of printed pages should be adjusted to use less ink, in cases such as light text on a dark background.",
spec : "https://drafts.csswg.org/css-color-adjust-1/#propdef-print-color-adjust",
groups : & ["print"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 5u32, 1u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(136u16, 0u16),
chrome_android : BrowserVersion(136u16, 0u16), edge : BrowserVersion(136u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 2.644318f32, },
"css.properties.print-color-adjust.exact" => CSSFeature { id :
"css.properties.print-color-adjust.exact", name : "print-color-adjust", description :
"The print-color-adjust CSS property sets whether styles of printed pages should be adjusted to use less ink, in cases such as light text on a dark background.",
spec : "https://drafts.csswg.org/css-color-adjust-1/#propdef-print-color-adjust",
groups : & ["print"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 5u32, 1u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(136u16, 0u16),
chrome_android : BrowserVersion(136u16, 0u16), edge : BrowserVersion(136u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 2.644318f32, }, "css.properties.quotes" => CSSFeature {
id : "css.properties.quotes", name : "Quotes", description :
"The quotes CSS property sets the quotation marks inserted via the content CSS property or <q> element.",
spec : "https://drafts.csswg.org/css-content-3/#quotes", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(11u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 9.071087f32, }, "css.properties.quotes.auto" =>
CSSFeature { id : "css.properties.quotes.auto", name : "Quotes", description :
"The quotes CSS property sets the quotation marks inserted via the content CSS property or <q> element.",
spec : "https://drafts.csswg.org/css-content-3/#quotes", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & [], popularity : 9.071087f32, }, "css.properties.quotes.none" =>
CSSFeature { id : "css.properties.quotes.none", name : "Quotes", description :
"The quotes CSS property sets the quotation marks inserted via the content CSS property or <q> element.",
spec : "https://drafts.csswg.org/css-content-3/#quotes", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(11u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & [], popularity : 9.071087f32, }, "css.properties.r" => CSSFeature { id :
"css.properties.r", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.reading-flow" => CSSFeature { id : "css.properties.reading-flow",
name : "reading-flow", description :
"The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.",
spec : "https://drafts.csswg.org/css-display-4/#reading-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.032476f32, },
"css.properties.reading-flow.flex-flow" => CSSFeature { id :
"css.properties.reading-flow.flex-flow", name : "reading-flow", description :
"The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.",
spec : "https://drafts.csswg.org/css-display-4/#reading-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.032476f32, },
"css.properties.reading-flow.flex-visual" => CSSFeature { id :
"css.properties.reading-flow.flex-visual", name : "reading-flow", description :
"The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.",
spec : "https://drafts.csswg.org/css-display-4/#reading-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.032476f32, },
"css.properties.reading-flow.grid-columns" => CSSFeature { id :
"css.properties.reading-flow.grid-columns", name : "reading-flow", description :
"The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.",
spec : "https://drafts.csswg.org/css-display-4/#reading-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.032476f32, },
"css.properties.reading-flow.grid-order" => CSSFeature { id :
"css.properties.reading-flow.grid-order", name : "reading-flow", description :
"The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.",
spec : "https://drafts.csswg.org/css-display-4/#reading-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.032476f32, },
"css.properties.reading-flow.grid-rows" => CSSFeature { id :
"css.properties.reading-flow.grid-rows", name : "reading-flow", description :
"The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.",
spec : "https://drafts.csswg.org/css-display-4/#reading-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.032476f32, },
"css.properties.reading-flow.normal" => CSSFeature { id :
"css.properties.reading-flow.normal", name : "reading-flow", description :
"The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.",
spec : "https://drafts.csswg.org/css-display-4/#reading-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.032476f32, },
"css.properties.reading-flow.source-order" => CSSFeature { id :
"css.properties.reading-flow.source-order", name : "reading-flow", description :
"The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.",
spec : "https://drafts.csswg.org/css-display-4/#reading-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.032476f32, }, "css.properties.reading-order" =>
CSSFeature { id : "css.properties.reading-order", name : "reading-flow", description
:
"The reading-flow CSS property sets the order in which flex or grid elements are rendered to speech or reached via focus navigation. The reading-order property overrides this order.",
spec : "https://drafts.csswg.org/css-display-4/#reading-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.032476f32, }, "css.properties.resize" =>
CSSFeature { id : "css.properties.resize", name : "resize (CSS property)",
description :
"The resize CSS property sets whether an element can be resized by the user, and on which axes.",
spec : "https://drafts.csswg.org/css-ui-4/#resize", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(4u16, 0u16), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-resize"], popularity :
33.584858f32, }, "css.properties.resize.block" => CSSFeature { id :
"css.properties.resize.block", name : "resize (CSS property)", description :
"The resize CSS property sets whether an element can be resized by the user, and on which axes.",
spec : "https://drafts.csswg.org/css-ui-4/#resize", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(118u16, 0u16), chrome_android : BrowserVersion(118u16, 0u16), edge :
BrowserVersion(118u16, 0u16), firefox : BrowserVersion(63u16, 0u16), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(16u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-resize"], popularity :
33.584858f32, }, "css.properties.resize.block_level_support" => CSSFeature { id :
"css.properties.resize.block_level_support", name : "resize (CSS property)",
description :
"The resize CSS property sets whether an element can be resized by the user, and on which axes.",
spec : "https://drafts.csswg.org/css-ui-4/#resize", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(4u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(5u16, 0u16), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(4u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-resize"], popularity :
33.584858f32, }, "css.properties.resize.inline" => CSSFeature { id :
"css.properties.resize.inline", name : "resize (CSS property)", description :
"The resize CSS property sets whether an element can be resized by the user, and on which axes.",
spec : "https://drafts.csswg.org/css-ui-4/#resize", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(118u16, 0u16), chrome_android : BrowserVersion(118u16, 0u16), edge :
BrowserVersion(118u16, 0u16), firefox : BrowserVersion(63u16, 0u16), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(16u16, 0u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-resize"], popularity :
33.584858f32, }, "css.properties.right" => CSSFeature { id : "css.properties.right",
name : "Physical properties", description :
"The physical CSS properties, top, right, bottom, and left, set the inset position of an element relative to the corresponding side of a container determined by the element's position property.",
spec : "https://drafts.csswg.org/css-position-3/#insets", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.right.anchor" => CSSFeature {
id : "css.properties.right.anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.right.anchor-size" => CSSFeature { id :
"css.properties.right.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.right.auto" => CSSFeature { id :
"css.properties.right.auto", name : "Physical properties", description :
"The physical CSS properties, top, right, bottom, and left, set the inset position of an element relative to the corresponding side of a container determined by the element's position property.",
spec : "https://drafts.csswg.org/css-position-3/#insets", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.rotate" => CSSFeature { id :
"css.properties.rotate", name : "Individual transform properties", description :
"The translate, rotate, and scale CSS properties apply single transformations independently, as opposed to applying multiple transformations with the transform CSS property.",
spec : "https://drafts.csswg.org/css-transforms-2/#individual-transforms", groups : &
["transforms"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 2u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 8u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(104u16, 0u16), chrome_android :
BrowserVersion(104u16, 0u16), edge : BrowserVersion(104u16, 0u16), firefox :
BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.rotate.none" => CSSFeature { id :
"css.properties.rotate.none", name : "Individual transform properties", description :
"The translate, rotate, and scale CSS properties apply single transformations independently, as opposed to applying multiple transformations with the transform CSS property.",
spec : "https://drafts.csswg.org/css-transforms-2/#individual-transforms", groups : &
["transforms"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 2u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 8u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(104u16, 0u16), chrome_android :
BrowserVersion(104u16, 0u16), edge : BrowserVersion(104u16, 0u16), firefox :
BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.rotate.x_y_z_angle" => CSSFeature { id :
"css.properties.rotate.x_y_z_angle", name : "Individual transform properties",
description :
"The translate, rotate, and scale CSS properties apply single transformations independently, as opposed to applying multiple transformations with the transform CSS property.",
spec : "https://drafts.csswg.org/css-transforms-2/#individual-transforms", groups : &
["transforms"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 2u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 8u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(104u16, 0u16), chrome_android :
BrowserVersion(104u16, 0u16), edge : BrowserVersion(104u16, 0u16), firefox :
BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.row-gap" => CSSFeature { id :
"css.properties.row-gap", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(47u16, 0u16),
chrome_android : BrowserVersion(47u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.row-gap.flex_context" => CSSFeature { id :
"css.properties.row-gap.flex_context", name : "Flexbox gap", description :
"The gap CSS property in a flexbox layout sets the size of the space between items.",
spec : "https://drafts.csswg.org/css-align-3/#gaps", groups : & ["flexbox"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/flexbox-gap"], popularity : 0f32, },
"css.properties.row-gap.grid_context" => CSSFeature { id :
"css.properties.row-gap.grid_context", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2021i32, 3u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2018i32, 9u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(66u16, 0u16),
chrome_android : BrowserVersion(66u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(61u16, 0u16), firefox_android : BrowserVersion(61u16, 0u16),
safari : BrowserVersion(12u16, 0u16), safari_ios : BrowserVersion(12u16, 0u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.row-gap.normal" => CSSFeature { id : "css.properties.row-gap.normal",
name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(47u16, 0u16),
chrome_android : BrowserVersion(47u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.properties.ruby-align" => CSSFeature { id : "css.properties.ruby-align", name :
"ruby-align", description :
"The ruby-align CSS property sets the spacing and alignment of ruby annotation text when it does not fill its available space.",
spec : "https://drafts.csswg.org/css-ruby-1/#ruby-align-property", groups : &
["ruby"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(128u16, 0u16), chrome_android : BrowserVersion(128u16, 0u16), edge :
BrowserVersion(128u16, 0u16), firefox : BrowserVersion(38u16, 0u16), firefox_android
: BrowserVersion(38u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 0.207513f32, },
"css.properties.ruby-align.center" => CSSFeature { id :
"css.properties.ruby-align.center", name : "ruby-align", description :
"The ruby-align CSS property sets the spacing and alignment of ruby annotation text when it does not fill its available space.",
spec : "https://drafts.csswg.org/css-ruby-1/#ruby-align-property", groups : &
["ruby"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(128u16, 0u16), chrome_android : BrowserVersion(128u16, 0u16), edge :
BrowserVersion(128u16, 0u16), firefox : BrowserVersion(38u16, 0u16), firefox_android
: BrowserVersion(38u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 0.207513f32, },
"css.properties.ruby-align.space-around" => CSSFeature { id :
"css.properties.ruby-align.space-around", name : "ruby-align", description :
"The ruby-align CSS property sets the spacing and alignment of ruby annotation text when it does not fill its available space.",
spec : "https://drafts.csswg.org/css-ruby-1/#ruby-align-property", groups : &
["ruby"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(128u16, 0u16), chrome_android : BrowserVersion(128u16, 0u16), edge :
BrowserVersion(128u16, 0u16), firefox : BrowserVersion(38u16, 0u16), firefox_android
: BrowserVersion(38u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 0.207513f32, },
"css.properties.ruby-align.space-between" => CSSFeature { id :
"css.properties.ruby-align.space-between", name : "ruby-align", description :
"The ruby-align CSS property sets the spacing and alignment of ruby annotation text when it does not fill its available space.",
spec : "https://drafts.csswg.org/css-ruby-1/#ruby-align-property", groups : &
["ruby"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(128u16, 0u16), chrome_android : BrowserVersion(128u16, 0u16), edge :
BrowserVersion(128u16, 0u16), firefox : BrowserVersion(38u16, 0u16), firefox_android
: BrowserVersion(38u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 0.207513f32, },
"css.properties.ruby-align.start" => CSSFeature { id :
"css.properties.ruby-align.start", name : "ruby-align", description :
"The ruby-align CSS property sets the spacing and alignment of ruby annotation text when it does not fill its available space.",
spec : "https://drafts.csswg.org/css-ruby-1/#ruby-align-property", groups : &
["ruby"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(128u16, 0u16), chrome_android : BrowserVersion(128u16, 0u16), edge :
BrowserVersion(128u16, 0u16), firefox : BrowserVersion(38u16, 0u16), firefox_android
: BrowserVersion(38u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 0.207513f32, },
"css.properties.ruby-overhang" => CSSFeature { id : "css.properties.ruby-overhang",
name : "ruby-overhang", description :
"The ruby-overhang CSS property sets whether ruby annotations may overlap adjacent text.",
spec : "https://drafts.csswg.org/css-ruby-1/#ruby-overhang", groups : & ["ruby"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), }, caniuse : &
[], popularity : 0.000038f32, }, "css.properties.ruby-overhang.auto" => CSSFeature {
id : "css.properties.ruby-overhang.auto", name : "ruby-overhang", description :
"The ruby-overhang CSS property sets whether ruby annotations may overlap adjacent text.",
spec : "https://drafts.csswg.org/css-ruby-1/#ruby-overhang", groups : & ["ruby"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), }, caniuse : &
[], popularity : 0.000038f32, }, "css.properties.ruby-overhang.none" => CSSFeature {
id : "css.properties.ruby-overhang.none", name : "ruby-overhang", description :
"The ruby-overhang CSS property sets whether ruby annotations may overlap adjacent text.",
spec : "https://drafts.csswg.org/css-ruby-1/#ruby-overhang", groups : & ["ruby"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), }, caniuse : &
[], popularity : 0.000038f32, }, "css.properties.ruby-position" => CSSFeature { id :
"css.properties.ruby-position", name : "ruby-position", description :
"The ruby-position CSS property sets the position of a ruby annotation in relation to its base text. Annotations can display over, under, or interleaved with the base text.",
spec : "https://drafts.csswg.org/css-ruby-1/#rubypos", groups : & ["ruby"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 12u32, 11u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(38u16, 0u16), firefox_android : BrowserVersion(38u16, 0u16),
safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), },
caniuse : & [], popularity : 0.215824f32, }, "css.properties.ruby-position.alternate"
=> CSSFeature { id : "css.properties.ruby-position.alternate", name :
"display: ruby", description :
"The display: ruby CSS declaration renders an element with the box layout of a <ruby> HTML element. Child elements may use equivalents to <ruby> internal elements such as display: ruby-base for <rb>.",
spec : "https://drafts.csswg.org/css-display-3/#layout-specific-display", groups : &
["ruby"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(88u16, 0u16), firefox_android :
BrowserVersion(88u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.ruby-position.inter-character" => CSSFeature { id :
"css.properties.ruby-position.inter-character", name : "ruby-position", description :
"The ruby-position CSS property sets the position of a ruby annotation in relation to its base text. Annotations can display over, under, or interleaved with the base text.",
spec : "https://drafts.csswg.org/css-ruby-1/#rubypos", groups : & ["ruby"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), }, caniuse : &
[], popularity : 0.215824f32, }, "css.properties.ruby-position.over" => CSSFeature {
id : "css.properties.ruby-position.over", name : "ruby-position", description :
"The ruby-position CSS property sets the position of a ruby annotation in relation to its base text. Annotations can display over, under, or interleaved with the base text.",
spec : "https://drafts.csswg.org/css-ruby-1/#rubypos", groups : & ["ruby"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 12u32, 11u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(38u16, 0u16), firefox_android : BrowserVersion(38u16, 0u16),
safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), },
caniuse : & [], popularity : 0.215824f32, }, "css.properties.ruby-position.under" =>
CSSFeature { id : "css.properties.ruby-position.under", name : "ruby-position",
description :
"The ruby-position CSS property sets the position of a ruby annotation in relation to its base text. Annotations can display over, under, or interleaved with the base text.",
spec : "https://drafts.csswg.org/css-ruby-1/#rubypos", groups : & ["ruby"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 12u32, 11u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(84u16, 0u16),
chrome_android : BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16),
firefox : BrowserVersion(38u16, 0u16), firefox_android : BrowserVersion(38u16, 0u16),
safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), },
caniuse : & [], popularity : 0.215824f32, }, "css.properties.rx" => CSSFeature { id :
"css.properties.rx", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 5u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16, 4u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.ry" =>
CSSFeature { id : "css.properties.ry", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 5u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16, 4u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.scale"
=> CSSFeature { id : "css.properties.scale", name :
"Individual transform properties", description :
"The translate, rotate, and scale CSS properties apply single transformations independently, as opposed to applying multiple transformations with the transform CSS property.",
spec : "https://drafts.csswg.org/css-transforms-2/#individual-transforms", groups : &
["transforms"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 2u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 8u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(104u16, 0u16), chrome_android :
BrowserVersion(104u16, 0u16), edge : BrowserVersion(104u16, 0u16), firefox :
BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.scale.none" => CSSFeature { id :
"css.properties.scale.none", name : "Individual transform properties", description :
"The translate, rotate, and scale CSS properties apply single transformations independently, as opposed to applying multiple transformations with the transform CSS property.",
spec : "https://drafts.csswg.org/css-transforms-2/#individual-transforms", groups : &
["transforms"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 2u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 8u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(104u16, 0u16), chrome_android :
BrowserVersion(104u16, 0u16), edge : BrowserVersion(104u16, 0u16), firefox :
BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.scroll-behavior" => CSSFeature { id :
"css.properties.scroll-behavior", name : "scroll-behavior", description :
"The scroll-behavior CSS property controls whether scrolling is smooth or snaps, for scroll actions not performed by the user such as those triggered by navigation.",
spec : "https://drafts.csswg.org/css-overflow-3/#smooth-scrolling", groups : &
["scrolling"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(61u16, 0u16), chrome_android :
BrowserVersion(61u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/css-scroll-behavior"], popularity : 21.134909f32, },
"css.properties.scroll-behavior.auto" => CSSFeature { id :
"css.properties.scroll-behavior.auto", name : "scroll-behavior", description :
"The scroll-behavior CSS property controls whether scrolling is smooth or snaps, for scroll actions not performed by the user such as those triggered by navigation.",
spec : "https://drafts.csswg.org/css-overflow-3/#smooth-scrolling", groups : &
["scrolling"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(61u16, 0u16), chrome_android :
BrowserVersion(61u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/css-scroll-behavior"], popularity : 21.134909f32, },
"css.properties.scroll-behavior.smooth" => CSSFeature { id :
"css.properties.scroll-behavior.smooth", name : "scroll-behavior", description :
"The scroll-behavior CSS property controls whether scrolling is smooth or snaps, for scroll actions not performed by the user such as those triggered by navigation.",
spec : "https://drafts.csswg.org/css-overflow-3/#smooth-scrolling", groups : &
["scrolling"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(61u16, 0u16), chrome_android :
BrowserVersion(61u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/css-scroll-behavior"], popularity : 21.134909f32, },
"css.properties.scroll-initial-target" => CSSFeature { id :
"css.properties.scroll-initial-target", name : "scroll-initial-target", description :
"The scroll-initial-target: nearest CSS declaration sets the initial scroll position of its scroll container to the top of the element, much like scrolling to a URL fragment.",
spec :
"https://drafts.csswg.org/css-scroll-snap-2/#properties-on-the-scroll-container",
groups : & [], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.015839f32, }, "css.properties.scroll-initial-target.nearest" =>
CSSFeature { id : "css.properties.scroll-initial-target.nearest", name :
"scroll-initial-target", description :
"The scroll-initial-target: nearest CSS declaration sets the initial scroll position of its scroll container to the top of the element, much like scrolling to a URL fragment.",
spec :
"https://drafts.csswg.org/css-scroll-snap-2/#properties-on-the-scroll-container",
groups : & [], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.015839f32, }, "css.properties.scroll-initial-target.none" =>
CSSFeature { id : "css.properties.scroll-initial-target.none", name :
"scroll-initial-target", description :
"The scroll-initial-target: nearest CSS declaration sets the initial scroll position of its scroll container to the top of the element, much like scrolling to a URL fragment.",
spec :
"https://drafts.csswg.org/css-scroll-snap-2/#properties-on-the-scroll-container",
groups : & [], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.015839f32, }, "css.properties.scroll-margin" => CSSFeature { id :
"css.properties.scroll-margin", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
1u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 7u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(90u16, 0u16), firefox_android : BrowserVersion(90u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-block" => CSSFeature { id :
"css.properties.scroll-margin-block", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-block-end" => CSSFeature { id :
"css.properties.scroll-margin-block-end", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-block-start" => CSSFeature { id :
"css.properties.scroll-margin-block-start", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-bottom" => CSSFeature { id :
"css.properties.scroll-margin-bottom", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-inline" => CSSFeature { id :
"css.properties.scroll-margin-inline", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-inline-end" => CSSFeature { id :
"css.properties.scroll-margin-inline-end", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-inline-start" => CSSFeature { id :
"css.properties.scroll-margin-inline-start", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-left" => CSSFeature { id :
"css.properties.scroll-margin-left", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-right" => CSSFeature { id :
"css.properties.scroll-margin-right", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-margin-top" => CSSFeature { id :
"css.properties.scroll-margin-top", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-marker-group" => CSSFeature { id :
"css.properties.scroll-marker-group", name : "Scroll markers", description :
"A scroll marker scrolls a container to a scroll target. The ::scroll-marker CSS pseudo-element selects a scroll marker in a ::scroll-marker-group pseudo-element, generated before or after the scroll container. You can use them to navigate and style tables of contents, tab panels, and carousels.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-markers", groups : &
["scroll-markers"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.scroll-marker-group.after" => CSSFeature { id :
"css.properties.scroll-marker-group.after", name : "Scroll markers", description :
"A scroll marker scrolls a container to a scroll target. The ::scroll-marker CSS pseudo-element selects a scroll marker in a ::scroll-marker-group pseudo-element, generated before or after the scroll container. You can use them to navigate and style tables of contents, tab panels, and carousels.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-markers", groups : &
["scroll-markers"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.scroll-marker-group.before" => CSSFeature { id
: "css.properties.scroll-marker-group.before", name : "Scroll markers", description :
"A scroll marker scrolls a container to a scroll target. The ::scroll-marker CSS pseudo-element selects a scroll marker in a ::scroll-marker-group pseudo-element, generated before or after the scroll container. You can use them to navigate and style tables of contents, tab panels, and carousels.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-markers", groups : &
["scroll-markers"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.scroll-marker-group.none" => CSSFeature { id :
"css.properties.scroll-marker-group.none", name : "Scroll markers", description :
"A scroll marker scrolls a container to a scroll target. The ::scroll-marker CSS pseudo-element selects a scroll marker in a ::scroll-marker-group pseudo-element, generated before or after the scroll container. You can use them to navigate and style tables of contents, tab panels, and carousels.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-markers", groups : &
["scroll-markers"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.scroll-padding" => CSSFeature { id :
"css.properties.scroll-padding", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-block" => CSSFeature { id :
"css.properties.scroll-padding-block", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-block-end" => CSSFeature { id :
"css.properties.scroll-padding-block-end", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-block-end.auto" => CSSFeature { id :
"css.properties.scroll-padding-block-end.auto", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-block-start" => CSSFeature { id :
"css.properties.scroll-padding-block-start", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-block-start.auto" => CSSFeature { id :
"css.properties.scroll-padding-block-start.auto", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-block.auto" => CSSFeature { id :
"css.properties.scroll-padding-block.auto", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-bottom" => CSSFeature { id :
"css.properties.scroll-padding-bottom", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-inline" => CSSFeature { id :
"css.properties.scroll-padding-inline", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-inline-end" => CSSFeature { id :
"css.properties.scroll-padding-inline-end", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-inline-end.auto" => CSSFeature { id :
"css.properties.scroll-padding-inline-end.auto", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-inline-start" => CSSFeature { id :
"css.properties.scroll-padding-inline-start", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-inline-start.auto" => CSSFeature { id :
"css.properties.scroll-padding-inline-start.auto", name : "Scroll snap", description
:
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-inline.auto" => CSSFeature { id :
"css.properties.scroll-padding-inline.auto", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-left" => CSSFeature { id :
"css.properties.scroll-padding-left", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-right" => CSSFeature { id :
"css.properties.scroll-padding-right", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding-top" => CSSFeature { id :
"css.properties.scroll-padding-top", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-padding.auto" => CSSFeature { id :
"css.properties.scroll-padding.auto", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
10u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-align" => CSSFeature { id :
"css.properties.scroll-snap-align", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-align.center" => CSSFeature { id :
"css.properties.scroll-snap-align.center", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-align.end" => CSSFeature { id :
"css.properties.scroll-snap-align.end", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-align.none" => CSSFeature { id :
"css.properties.scroll-snap-align.none", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-align.start" => CSSFeature { id :
"css.properties.scroll-snap-align.start", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(68u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-stop" => CSSFeature { id :
"css.properties.scroll-snap-stop", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
1u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 7u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(75u16, 0u16),
chrome_android : BrowserVersion(75u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(103u16, 0u16), firefox_android : BrowserVersion(103u16,
0u16), safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16,
0u16), }, caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-stop.always" => CSSFeature { id :
"css.properties.scroll-snap-stop.always", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
1u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 7u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(75u16, 0u16),
chrome_android : BrowserVersion(75u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(103u16, 0u16), firefox_android : BrowserVersion(103u16,
0u16), safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16,
0u16), }, caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-stop.normal" => CSSFeature { id :
"css.properties.scroll-snap-stop.normal", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
1u32, 26u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 7u32, 26u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(75u16, 0u16),
chrome_android : BrowserVersion(75u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(103u16, 0u16), firefox_android : BrowserVersion(103u16,
0u16), safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16,
0u16), }, caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-type" => CSSFeature { id :
"css.properties.scroll-snap-type", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(99u16, 0u16), firefox_android : BrowserVersion(39u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-type.block" => CSSFeature { id :
"css.properties.scroll-snap-type.block", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(99u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-type.both" => CSSFeature { id :
"css.properties.scroll-snap-type.both", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(99u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-type.inline" => CSSFeature { id :
"css.properties.scroll-snap-type.inline", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(99u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-type.none" => CSSFeature { id :
"css.properties.scroll-snap-type.none", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(99u16, 0u16), firefox_android : BrowserVersion(39u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-type.x" => CSSFeature { id :
"css.properties.scroll-snap-type.x", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(99u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-snap-type.y" => CSSFeature { id :
"css.properties.scroll-snap-type.y", name : "Scroll snap", description :
"CSS scroll snap controls the panning and scrolling behavior within a scroll container.",
spec : "https://drafts.csswg.org/css-scroll-snap-2/", groups : & ["scrolling"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
10u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 4u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(99u16, 0u16), firefox_android : BrowserVersion(68u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/css-snappoints"], popularity : 0f32, },
"css.properties.scroll-target-group" => CSSFeature { id :
"css.properties.scroll-target-group", name : "scroll-target-group", description :
"The scroll-target-group CSS property sets the container where anchor links act as scroll markers. Using selectors such as :target-current, you can style elements when a target has scrolled into view. It's an alternative to the ::scroll-marker-group pseudo-element, which generates scroll markers.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-target-group", groups : &
["scroll-markers"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(140u16, 0u16), chrome_android :
BrowserVersion(140u16, 0u16), edge : BrowserVersion(140u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.014404f32, }, "css.properties.scroll-target-group.auto" => CSSFeature
{ id : "css.properties.scroll-target-group.auto", name : "scroll-target-group",
description :
"The scroll-target-group CSS property sets the container where anchor links act as scroll markers. Using selectors such as :target-current, you can style elements when a target has scrolled into view. It's an alternative to the ::scroll-marker-group pseudo-element, which generates scroll markers.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-target-group", groups : &
["scroll-markers"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(140u16, 0u16), chrome_android :
BrowserVersion(140u16, 0u16), edge : BrowserVersion(140u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.014404f32, }, "css.properties.scroll-target-group.none" => CSSFeature
{ id : "css.properties.scroll-target-group.none", name : "scroll-target-group",
description :
"The scroll-target-group CSS property sets the container where anchor links act as scroll markers. Using selectors such as :target-current, you can style elements when a target has scrolled into view. It's an alternative to the ::scroll-marker-group pseudo-element, which generates scroll markers.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-target-group", groups : &
["scroll-markers"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(140u16, 0u16), chrome_android :
BrowserVersion(140u16, 0u16), edge : BrowserVersion(140u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.014404f32, }, "css.properties.scroll-timeline" => CSSFeature { id :
"css.properties.scroll-timeline", name : "Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.scroll-timeline-axis" => CSSFeature { id :
"css.properties.scroll-timeline-axis", name : "Scroll-driven animations", description
:
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.scroll-timeline-axis.block" => CSSFeature {
id : "css.properties.scroll-timeline-axis.block", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.scroll-timeline-axis.inline" => CSSFeature
{ id : "css.properties.scroll-timeline-axis.inline", name :
"Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.scroll-timeline-axis.x" => CSSFeature { id
: "css.properties.scroll-timeline-axis.x", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.scroll-timeline-axis.y" => CSSFeature { id
: "css.properties.scroll-timeline-axis.y", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.scroll-timeline-name" => CSSFeature { id :
"css.properties.scroll-timeline-name", name : "Scroll-driven animations", description
:
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.scrollbar-color" => CSSFeature { id :
"css.properties.scrollbar-color", name : "scrollbar-color", description :
"The scrollbar-color CSS property sets the color of the scrollbar track and thumb.",
spec : "https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color", groups : &
["scrolling"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32,
12u32, 12u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16), edge :
BrowserVersion(121u16, 0u16), firefox : BrowserVersion(64u16, 0u16), firefox_android
: BrowserVersion(64u16, 0u16), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : & [], popularity : 14.614623f32, },
"css.properties.scrollbar-color.auto" => CSSFeature { id :
"css.properties.scrollbar-color.auto", name : "scrollbar-color", description :
"The scrollbar-color CSS property sets the color of the scrollbar track and thumb.",
spec : "https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color", groups : &
["scrolling"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32,
12u32, 12u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16), edge :
BrowserVersion(121u16, 0u16), firefox : BrowserVersion(64u16, 0u16), firefox_android
: BrowserVersion(64u16, 0u16), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : & [], popularity : 14.614623f32, },
"css.properties.scrollbar-gutter" => CSSFeature { id :
"css.properties.scrollbar-gutter", name : "scrollbar-gutter", description :
"The scrollbar-gutter CSS property reserves space for the scrollbar, preventing unwanted layout changes as the scrollbar appears and disappears.",
spec : "https://drafts.csswg.org/css-overflow-3/#scrollbar-gutter-property", groups :
& ["scrolling"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 12u32, 11u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), },
caniuse : & [], popularity : 12.648164f32, }, "css.properties.scrollbar-gutter.auto"
=> CSSFeature { id : "css.properties.scrollbar-gutter.auto", name :
"scrollbar-gutter", description :
"The scrollbar-gutter CSS property reserves space for the scrollbar, preventing unwanted layout changes as the scrollbar appears and disappears.",
spec : "https://drafts.csswg.org/css-overflow-3/#scrollbar-gutter-property", groups :
& ["scrolling"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 12u32, 11u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), },
caniuse : & [], popularity : 12.648164f32, },
"css.properties.scrollbar-gutter.stable" => CSSFeature { id :
"css.properties.scrollbar-gutter.stable", name : "scrollbar-gutter", description :
"The scrollbar-gutter CSS property reserves space for the scrollbar, preventing unwanted layout changes as the scrollbar appears and disappears.",
spec : "https://drafts.csswg.org/css-overflow-3/#scrollbar-gutter-property", groups :
& ["scrolling"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 12u32, 11u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(94u16, 0u16),
chrome_android : BrowserVersion(94u16, 0u16), edge : BrowserVersion(94u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), },
caniuse : & [], popularity : 12.648164f32, }, "css.properties.scrollbar-width" =>
CSSFeature { id : "css.properties.scrollbar-width", name : "scrollbar-width",
description : "The scrollbar-width CSS property sets the width of the scrollbar.",
spec : "https://drafts.csswg.org/css-scrollbars-1/#scrollbar-width", groups : &
["scrolling"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16), edge :
BrowserVersion(121u16, 0u16), firefox : BrowserVersion(64u16, 0u16), firefox_android
: BrowserVersion(64u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 40.22579f32, },
"css.properties.scrollbar-width.auto" => CSSFeature { id :
"css.properties.scrollbar-width.auto", name : "scrollbar-width", description :
"The scrollbar-width CSS property sets the width of the scrollbar.", spec :
"https://drafts.csswg.org/css-scrollbars-1/#scrollbar-width", groups : &
["scrolling"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16), edge :
BrowserVersion(121u16, 0u16), firefox : BrowserVersion(64u16, 0u16), firefox_android
: BrowserVersion(64u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 40.22579f32, },
"css.properties.scrollbar-width.none" => CSSFeature { id :
"css.properties.scrollbar-width.none", name : "scrollbar-width", description :
"The scrollbar-width CSS property sets the width of the scrollbar.", spec :
"https://drafts.csswg.org/css-scrollbars-1/#scrollbar-width", groups : &
["scrolling"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16), edge :
BrowserVersion(121u16, 0u16), firefox : BrowserVersion(64u16, 0u16), firefox_android
: BrowserVersion(64u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 40.22579f32, },
"css.properties.scrollbar-width.thin" => CSSFeature { id :
"css.properties.scrollbar-width.thin", name : "scrollbar-width", description :
"The scrollbar-width CSS property sets the width of the scrollbar.", spec :
"https://drafts.csswg.org/css-scrollbars-1/#scrollbar-width", groups : &
["scrolling"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(121u16, 0u16), chrome_android : BrowserVersion(121u16, 0u16), edge :
BrowserVersion(121u16, 0u16), firefox : BrowserVersion(64u16, 0u16), firefox_android
: BrowserVersion(64u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 40.22579f32, },
"css.properties.shape-image-threshold" => CSSFeature { id :
"css.properties.shape-image-threshold", name : "shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 0.479042f32, }, "css.properties.shape-image-threshold.percentages"
=> CSSFeature { id : "css.properties.shape-image-threshold.percentages", name :
"shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(78u16, 0u16), chrome_android :
BrowserVersion(78u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.479042f32, }, "css.properties.shape-margin" => CSSFeature { id :
"css.properties.shape-margin", name : "shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 0.479042f32, }, "css.properties.shape-outside" => CSSFeature { id :
"css.properties.shape-outside", name : "shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 0.479042f32, }, "css.properties.shape-outside.circle" => CSSFeature
{ id : "css.properties.shape-outside.circle", name : "shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 0.479042f32, }, "css.properties.shape-outside.gradient" =>
CSSFeature { id : "css.properties.shape-outside.gradient", name : "shape-outside",
description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 0.479042f32, }, "css.properties.shape-outside.image" => CSSFeature {
id : "css.properties.shape-outside.image", name : "shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 0.479042f32, }, "css.properties.shape-outside.inset" => CSSFeature {
id : "css.properties.shape-outside.inset", name : "shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 0.479042f32, }, "css.properties.shape-outside.none" => CSSFeature {
id : "css.properties.shape-outside.none", name : "shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 0.479042f32, }, "css.properties.shape-outside.path" => CSSFeature {
id : "css.properties.shape-outside.path", name : "shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.479042f32, },
"css.properties.shape-outside.polygon" => CSSFeature { id :
"css.properties.shape-outside.polygon", name : "shape-outside", description :
"The shape-outside CSS property, along with shape-margin and shape-image-threshold, sets the shape around which adjacent content will wrap.",
spec : "https://drafts.csswg.org/css-shapes-1/#declaring-shapes", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
[], popularity : 0.479042f32, }, "css.properties.shape-rendering" => CSSFeature { id
: "css.properties.shape-rendering", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.shape-rendering.auto" => CSSFeature { id :
"css.properties.shape-rendering.auto", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.speak"
=> CSSFeature { id : "css.properties.speak", name : "speak", description :
"The speak CSS property sets whether or not text should be spoken.", spec :
"https://drafts.csswg.org/css-speech-1/#speaking-props-speak", groups : & ["speech"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 10.461867f32, }, "css.properties.speak-as" => CSSFeature { id :
"css.properties.speak-as", name : "speak-as", description :
"The speak-as CSS property sets how any element's content is spoken. Not to be confused with the speak-as descriptor of @counter-style at-rules.",
spec : "https://drafts.csswg.org/css-speech-1/#speaking-props-speak-as", groups : &
["speech"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(11u16, 1u16), safari_ios :
BrowserVersion(11u16, 3u16), }, caniuse : & [], popularity : 0.001479f32, },
"css.properties.speak-as.digits" => CSSFeature { id :
"css.properties.speak-as.digits", name : "speak-as", description :
"The speak-as CSS property sets how any element's content is spoken. Not to be confused with the speak-as descriptor of @counter-style at-rules.",
spec : "https://drafts.csswg.org/css-speech-1/#speaking-props-speak-as", groups : &
["speech"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(11u16, 1u16), safari_ios :
BrowserVersion(11u16, 3u16), }, caniuse : & [], popularity : 0.001479f32, },
"css.properties.speak-as.literal-punctuation" => CSSFeature { id :
"css.properties.speak-as.literal-punctuation", name : "speak-as", description :
"The speak-as CSS property sets how any element's content is spoken. Not to be confused with the speak-as descriptor of @counter-style at-rules.",
spec : "https://drafts.csswg.org/css-speech-1/#speaking-props-speak-as", groups : &
["speech"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(11u16, 1u16), safari_ios :
BrowserVersion(11u16, 3u16), }, caniuse : & [], popularity : 0.001479f32, },
"css.properties.speak-as.no-punctuation" => CSSFeature { id :
"css.properties.speak-as.no-punctuation", name : "speak-as", description :
"The speak-as CSS property sets how any element's content is spoken. Not to be confused with the speak-as descriptor of @counter-style at-rules.",
spec : "https://drafts.csswg.org/css-speech-1/#speaking-props-speak-as", groups : &
["speech"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(11u16, 1u16), safari_ios :
BrowserVersion(11u16, 3u16), }, caniuse : & [], popularity : 0.001479f32, },
"css.properties.speak-as.normal" => CSSFeature { id :
"css.properties.speak-as.normal", name : "speak-as", description :
"The speak-as CSS property sets how any element's content is spoken. Not to be confused with the speak-as descriptor of @counter-style at-rules.",
spec : "https://drafts.csswg.org/css-speech-1/#speaking-props-speak-as", groups : &
["speech"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(11u16, 1u16), safari_ios :
BrowserVersion(11u16, 3u16), }, caniuse : & [], popularity : 0.001479f32, },
"css.properties.speak-as.spell-out" => CSSFeature { id :
"css.properties.speak-as.spell-out", name : "speak-as", description :
"The speak-as CSS property sets how any element's content is spoken. Not to be confused with the speak-as descriptor of @counter-style at-rules.",
spec : "https://drafts.csswg.org/css-speech-1/#speaking-props-speak-as", groups : &
["speech"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(11u16, 1u16), safari_ios :
BrowserVersion(11u16, 3u16), }, caniuse : & [], popularity : 0.001479f32, },
"css.properties.stop-color" => CSSFeature { id : "css.properties.stop-color", name :
"SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stop-opacity" =>
CSSFeature { id : "css.properties.stop-opacity", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stroke" =>
CSSFeature { id : "css.properties.stroke", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stroke-color" =>
CSSFeature { id : "css.properties.stroke-color", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome : BrowserVersion(0,
0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stroke-dasharray"
=> CSSFeature { id : "css.properties.stroke-dasharray", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.stroke-dasharray.none" => CSSFeature { id :
"css.properties.stroke-dasharray.none", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stroke-dashoffset"
=> CSSFeature { id : "css.properties.stroke-dashoffset", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stroke-linecap" =>
CSSFeature { id : "css.properties.stroke-linecap", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.stroke-linecap.butt" => CSSFeature { id :
"css.properties.stroke-linecap.butt", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.stroke-linecap.round" => CSSFeature { id :
"css.properties.stroke-linecap.round", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.stroke-linecap.square" => CSSFeature { id :
"css.properties.stroke-linecap.square", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stroke-linejoin"
=> CSSFeature { id : "css.properties.stroke-linejoin", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.stroke-linejoin.bevel" => CSSFeature { id :
"css.properties.stroke-linejoin.bevel", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.stroke-linejoin.miter" => CSSFeature { id :
"css.properties.stroke-linejoin.miter", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.stroke-linejoin.round" => CSSFeature { id :
"css.properties.stroke-linejoin.round", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stroke-miterlimit"
=> CSSFeature { id : "css.properties.stroke-miterlimit", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stroke-opacity" =>
CSSFeature { id : "css.properties.stroke-opacity", name : "Opacity (SVG)",
description :
"The fill-opacity, and stroke-opacity SVG attributes and CSS properties control the transparency of a stroke or fill of an SVG element.",
spec : "https://svgwg.org/svg2-draft/render.html#ObjectAndGroupOpacityProperties",
groups : & ["svg"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.stroke-width" => CSSFeature { id :
"css.properties.stroke-width", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.stroke.none" =>
CSSFeature { id : "css.properties.stroke.none", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.tab-size" =>
CSSFeature { id : "css.properties.tab-size", name : "tab-size", description :
"The tab-size CSS property sets the width of the tab character.", spec :
"https://drafts.csswg.org/css-text-4/#tab-size-property", groups : & ["white-space"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
2u32, 10u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 8u32, 10u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(21u16, 0u16),
chrome_android : BrowserVersion(25u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(91u16, 0u16), firefox_android : BrowserVersion(91u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/css3-tabsize"], popularity : 12.316769f32, },
"css.properties.tab-size.length" => CSSFeature { id :
"css.properties.tab-size.length", name : "tab-size", description :
"The tab-size CSS property sets the width of the tab character.", spec :
"https://drafts.csswg.org/css-text-4/#tab-size-property", groups : & ["white-space"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
2u32, 10u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 8u32, 10u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(42u16, 0u16),
chrome_android : BrowserVersion(42u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(91u16, 0u16), firefox_android : BrowserVersion(91u16, 0u16),
safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), },
caniuse : & ["https://caniuse.com/css3-tabsize"], popularity : 12.316769f32, },
"css.properties.table-layout" => CSSFeature { id : "css.properties.table-layout",
name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(14u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.table-layout.auto" => CSSFeature { id :
"css.properties.table-layout.auto", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(14u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.table-layout.fixed" => CSSFeature { id :
"css.properties.table-layout.fixed", name : "Tables", description :
"The <table> HTML element, with several related elements, represents tabular data in rows and columns of cells.",
spec : "https://html.spec.whatwg.org/multipage/tables.html", groups : &
["html-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(14u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.text-align" => CSSFeature { id :
"css.properties.text-align", name : "text-align", description :
"The text-align CSS property sets the horizontal placement of the inner content of a block element.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 87.95102f32, }, "css.properties.text-align-last" => CSSFeature { id
: "css.properties.text-align-last", name : "text-align-last", description :
"The text-align-last CSS property sets the alignment of the last line of text before a forced line break.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-last-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(47u16, 0u16), chrome_android :
BrowserVersion(47u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse : &
["https://caniuse.com/css-text-align-last"], popularity : 2.665959f32, },
"css.properties.text-align-last.auto" => CSSFeature { id :
"css.properties.text-align-last.auto", name : "text-align-last", description :
"The text-align-last CSS property sets the alignment of the last line of text before a forced line break.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-last-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(47u16, 0u16), chrome_android :
BrowserVersion(47u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse : &
["https://caniuse.com/css-text-align-last"], popularity : 2.665959f32, },
"css.properties.text-align.center" => CSSFeature { id :
"css.properties.text-align.center", name : "text-align", description :
"The text-align CSS property sets the horizontal placement of the inner content of a block element.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 87.95102f32, }, "css.properties.text-align.end" => CSSFeature { id :
"css.properties.text-align.end", name : "text-align", description :
"The text-align CSS property sets the horizontal placement of the inner content of a block element.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 87.95102f32, }, "css.properties.text-align.justify" => CSSFeature {
id : "css.properties.text-align.justify", name : "text-align", description :
"The text-align CSS property sets the horizontal placement of the inner content of a block element.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 87.95102f32, }, "css.properties.text-align.left" => CSSFeature { id
: "css.properties.text-align.left", name : "text-align", description :
"The text-align CSS property sets the horizontal placement of the inner content of a block element.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 87.95102f32, }, "css.properties.text-align.match-parent" => CSSFeature {
id : "css.properties.text-align.match-parent", name : "text-align", description :
"The text-align CSS property sets the horizontal placement of the inner content of a block element.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(40u16, 0u16), firefox_android :
BrowserVersion(40u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 87.95102f32, },
"css.properties.text-align.right" => CSSFeature { id :
"css.properties.text-align.right", name : "text-align", description :
"The text-align CSS property sets the horizontal placement of the inner content of a block element.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 87.95102f32, }, "css.properties.text-align.start" => CSSFeature { id :
"css.properties.text-align.start", name : "text-align", description :
"The text-align CSS property sets the horizontal placement of the inner content of a block element.",
spec : "https://drafts.csswg.org/css-text-4/#text-align-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 87.95102f32, }, "css.properties.text-anchor" => CSSFeature { id :
"css.properties.text-anchor", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 2u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2016i32, 8u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.text-anchor.end"
=> CSSFeature { id : "css.properties.text-anchor.end", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 2u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2016i32, 8u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.text-anchor.middle" => CSSFeature { id :
"css.properties.text-anchor.middle", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 2u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2016i32, 8u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.text-anchor.start"
=> CSSFeature { id : "css.properties.text-anchor.start", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 2u32, 2u32).unwrap(),
low_since : NaiveDate::from_ymd_opt(2016i32, 8u32, 2u32).unwrap() }, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.text-autospace" =>
CSSFeature { id : "css.properties.text-autospace", name : "text-autospace",
description :
"The text-autospace CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#text-autospace-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 11u32, 11u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(140u16, 0u16),
chrome_android : BrowserVersion(140u16, 0u16), edge : BrowserVersion(140u16, 0u16),
firefox : BrowserVersion(145u16, 0u16), firefox_android : BrowserVersion(145u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0.208247f32, },
"css.properties.text-autospace.auto" => CSSFeature { id :
"css.properties.text-autospace.auto", name : "text-autospace", description :
"The text-autospace CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#text-autospace-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(145u16, 0u16), firefox_android : BrowserVersion(145u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0.208247f32, },
"css.properties.text-autospace.ideograph-alpha" => CSSFeature { id :
"css.properties.text-autospace.ideograph-alpha", name : "text-autospace", description
:
"The text-autospace CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#text-autospace-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(145u16, 0u16), firefox_android : BrowserVersion(145u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0.208247f32, },
"css.properties.text-autospace.ideograph-numeric" => CSSFeature { id :
"css.properties.text-autospace.ideograph-numeric", name : "text-autospace",
description :
"The text-autospace CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#text-autospace-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(145u16, 0u16), firefox_android : BrowserVersion(145u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0.208247f32, },
"css.properties.text-autospace.insert" => CSSFeature { id :
"css.properties.text-autospace.insert", name : "text-autospace", description :
"The text-autospace CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#text-autospace-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(145u16, 0u16), firefox_android : BrowserVersion(145u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& [], popularity : 0.208247f32, }, "css.properties.text-autospace.no-autospace" =>
CSSFeature { id : "css.properties.text-autospace.no-autospace", name :
"text-autospace", description :
"The text-autospace CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#text-autospace-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 11u32, 11u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(140u16, 0u16),
chrome_android : BrowserVersion(140u16, 0u16), edge : BrowserVersion(140u16, 0u16),
firefox : BrowserVersion(145u16, 0u16), firefox_android : BrowserVersion(145u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0.208247f32, },
"css.properties.text-autospace.normal" => CSSFeature { id :
"css.properties.text-autospace.normal", name : "text-autospace", description :
"The text-autospace CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#text-autospace-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 11u32, 11u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(140u16, 0u16),
chrome_android : BrowserVersion(140u16, 0u16), edge : BrowserVersion(140u16, 0u16),
firefox : BrowserVersion(145u16, 0u16), firefox_android : BrowserVersion(145u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0.208247f32, },
"css.properties.text-autospace.punctuation" => CSSFeature { id :
"css.properties.text-autospace.punctuation", name : "text-autospace", description :
"The text-autospace CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#text-autospace-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.208247f32, }, "css.properties.text-autospace.replace" => CSSFeature {
id : "css.properties.text-autospace.replace", name : "text-autospace", description :
"The text-autospace CSS property sets whether and how to insert spaces in inter-script text (such as when mixing Latin and Chinese characters) and around punctuation.",
spec : "https://drafts.csswg.org/css-text-4/#text-autospace-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0.208247f32, }, "css.properties.text-box" => CSSFeature { id :
"css.properties.text-box", name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.properties.text-box-edge" => CSSFeature { id : "css.properties.text-box-edge",
name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.properties.text-box-edge.auto" => CSSFeature { id :
"css.properties.text-box-edge.auto", name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.properties.text-box-trim" => CSSFeature { id : "css.properties.text-box-trim",
name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.properties.text-box-trim.none" => CSSFeature { id :
"css.properties.text-box-trim.none", name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.properties.text-box-trim.trim-both" => CSSFeature { id :
"css.properties.text-box-trim.trim-both", name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.properties.text-box-trim.trim-end" => CSSFeature { id :
"css.properties.text-box-trim.trim-end", name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.properties.text-box-trim.trim-start" => CSSFeature { id :
"css.properties.text-box-trim.trim-start", name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.properties.text-box.normal" => CSSFeature { id :
"css.properties.text-box.normal", name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.properties.text-combine-upright" => CSSFeature { id :
"css.properties.text-combine-upright", name : "text-combine-upright", description :
"The text-combine-upright CSS property displays multiple characters in the space of a single character in vertical text. This is used in East Asian documents to display Latin-based strings such as components of a date or letters of an initialism.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#text-combine-upright", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(48u16, 0u16), chrome_android :
BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(48u16, 0u16), firefox_android : BrowserVersion(48u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
[], popularity : 0.268139f32, }, "css.properties.text-combine-upright.all" =>
CSSFeature { id : "css.properties.text-combine-upright.all", name :
"text-combine-upright", description :
"The text-combine-upright CSS property displays multiple characters in the space of a single character in vertical text. This is used in East Asian documents to display Latin-based strings such as components of a date or letters of an initialism.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#text-combine-upright", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(48u16, 0u16), chrome_android :
BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(48u16, 0u16), firefox_android : BrowserVersion(48u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
[], popularity : 0.268139f32, }, "css.properties.text-combine-upright.none" =>
CSSFeature { id : "css.properties.text-combine-upright.none", name :
"text-combine-upright", description :
"The text-combine-upright CSS property displays multiple characters in the space of a single character in vertical text. This is used in East Asian documents to display Latin-based strings such as components of a date or letters of an initialism.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#text-combine-upright", groups :
& ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(48u16, 0u16), chrome_android :
BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(48u16, 0u16), firefox_android : BrowserVersion(48u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
[], popularity : 0.268139f32, }, "css.properties.text-decoration" => CSSFeature { id
: "css.properties.text-decoration", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-color" => CSSFeature { id :
"css.properties.text-decoration-color", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-line" => CSSFeature { id :
"css.properties.text-decoration-line", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-line.blink" => CSSFeature { id :
"css.properties.text-decoration-line.blink", name : "text-decoration-line: blink",
description :
"The text-decoration: blink CSS declaration flashes text between visible and invisible.",
spec :
"https://drafts.csswg.org/css-text-decor-3/#valdef-text-decoration-line-blink",
groups : & ["animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.text-decoration-line.grammar-error" =>
CSSFeature { id : "css.properties.text-decoration-line.grammar-error", name :
"text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 12u32, 12u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(121u16, 0u16),
chrome_android : BrowserVersion(121u16, 0u16), edge : BrowserVersion(121u16, 0u16),
firefox : BrowserVersion(137u16, 0u16), firefox_android : BrowserVersion(137u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/text-decoration"], popularity :
84.02441f32, }, "css.properties.text-decoration-line.line-through" => CSSFeature { id
: "css.properties.text-decoration-line.line-through", name : "text-decoration",
description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-line.none" => CSSFeature { id :
"css.properties.text-decoration-line.none", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-line.overline" => CSSFeature { id :
"css.properties.text-decoration-line.overline", name : "text-decoration", description
:
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-line.spelling-error" => CSSFeature { id :
"css.properties.text-decoration-line.spelling-error", name : "text-decoration",
description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 12u32, 12u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(121u16, 0u16),
chrome_android : BrowserVersion(121u16, 0u16), edge : BrowserVersion(121u16, 0u16),
firefox : BrowserVersion(137u16, 0u16), firefox_android : BrowserVersion(137u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/text-decoration"], popularity :
84.02441f32, }, "css.properties.text-decoration-line.underline" => CSSFeature { id :
"css.properties.text-decoration-line.underline", name : "text-decoration",
description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-skip" => CSSFeature { id :
"css.properties.text-decoration-skip", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-skip-ink" => CSSFeature { id :
"css.properties.text-decoration-skip-ink", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(64u16, 0u16),
chrome_android : BrowserVersion(64u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-skip-ink.all" => CSSFeature { id :
"css.properties.text-decoration-skip-ink.all", name : "text-decoration", description
:
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(75u16, 0u16), firefox_android : BrowserVersion(79u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & ["https://caniuse.com/text-decoration"], popularity :
84.02441f32, }, "css.properties.text-decoration-skip-ink.auto" => CSSFeature { id :
"css.properties.text-decoration-skip-ink.auto", name : "text-decoration", description
:
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(64u16, 0u16),
chrome_android : BrowserVersion(64u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-skip-ink.none" => CSSFeature { id :
"css.properties.text-decoration-skip-ink.none", name : "text-decoration", description
:
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(64u16, 0u16),
chrome_android : BrowserVersion(64u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-skip.auto" => CSSFeature { id :
"css.properties.text-decoration-skip.auto", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-skip.none" => CSSFeature { id :
"css.properties.text-decoration-skip.none", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-style" => CSSFeature { id :
"css.properties.text-decoration-style", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-style.wavy" => CSSFeature { id :
"css.properties.text-decoration-style.wavy", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-thickness" => CSSFeature { id :
"css.properties.text-decoration-thickness", name : "text-decoration", description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
9u32, 4u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 3u32, 4u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-thickness.auto" => CSSFeature { id :
"css.properties.text-decoration-thickness.auto", name : "text-decoration",
description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
9u32, 4u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 3u32, 4u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-thickness.from-font" => CSSFeature { id :
"css.properties.text-decoration-thickness.from-font", name : "text-decoration",
description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
9u32, 4u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 3u32, 4u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration-thickness.percentage" => CSSFeature { id :
"css.properties.text-decoration-thickness.percentage", name : "text-decoration",
description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 5u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16),
firefox : BrowserVersion(74u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16, 4u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration.includes_color-and-style" => CSSFeature { id :
"css.properties.text-decoration.includes_color-and-style", name : "text-decoration",
description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 12u32, 12u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(57u16, 0u16),
chrome_android : BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(6u16, 0u16), firefox_android : BrowserVersion(6u16, 0u16),
safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-decoration.includes_thickness" => CSSFeature { id :
"css.properties.text-decoration.includes_thickness", name : "text-decoration",
description :
"The text-decoration CSS property sets the style and color of decorative lines including underline, overline, line-through, or a combination of lines.",
spec : "https://drafts.csswg.org/css-text-decor-4/#line-decoration", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 12u32, 12u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(87u16, 0u16),
chrome_android : BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16),
firefox : BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16, 2u16), },
caniuse : & ["https://caniuse.com/text-decoration"], popularity : 84.02441f32, },
"css.properties.text-emphasis" => CSSFeature { id : "css.properties.text-emphasis",
name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-color" => CSSFeature { id :
"css.properties.text-emphasis-color", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-position" => CSSFeature { id :
"css.properties.text-emphasis-position", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-position.auto" => CSSFeature { id :
"css.properties.text-emphasis-position.auto", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(132u16, 0u16), firefox_android :
BrowserVersion(132u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/text-emphasis"],
popularity : 0.173664f32, }, "css.properties.text-emphasis-position.left" =>
CSSFeature { id : "css.properties.text-emphasis-position.left", name :
"text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-position.over" => CSSFeature { id :
"css.properties.text-emphasis-position.over", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 6u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 12u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(108u16, 0u16), firefox_android : BrowserVersion(108u16, 0u16), safari
: BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-position.right" => CSSFeature { id :
"css.properties.text-emphasis-position.right", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-position.under" => CSSFeature { id :
"css.properties.text-emphasis-position.under", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 6u32, 13u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 12u32, 13u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(108u16, 0u16), firefox_android : BrowserVersion(108u16, 0u16), safari
: BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-style" => CSSFeature { id :
"css.properties.text-emphasis-style", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-style.circle" => CSSFeature { id :
"css.properties.text-emphasis-style.circle", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-style.dot" => CSSFeature { id :
"css.properties.text-emphasis-style.dot", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-style.double-circle" => CSSFeature { id :
"css.properties.text-emphasis-style.double-circle", name : "text-emphasis",
description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-style.filled" => CSSFeature { id :
"css.properties.text-emphasis-style.filled", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-style.none" => CSSFeature { id :
"css.properties.text-emphasis-style.none", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-style.sesame" => CSSFeature { id :
"css.properties.text-emphasis-style.sesame", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-emphasis-style.triangle" => CSSFeature { id :
"css.properties.text-emphasis-style.triangle", name : "text-emphasis", description :
"The text-emphasis CSS property sets position and style for text emphasis marks, especially for East Asian languages.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 3u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 3u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(99u16, 0u16), chrome_android :
BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16), firefox :
BrowserVersion(46u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/text-emphasis"], popularity : 0.173664f32, },
"css.properties.text-indent" => CSSFeature { id : "css.properties.text-indent", name
: "text-indent", description :
"The text-indent CSS property sets the size of the empty space (indentation) at the beginning of lines in a text.",
spec : "https://drafts.csswg.org/css-text-3/#text-indent-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-text-indent"], popularity : 38.699326f32, },
"css.properties.text-indent.each-line" => CSSFeature { id :
"css.properties.text-indent.each-line", name : "text-indent: each-line", description
:
"The text-indent: each-line CSS declaration indents text after forced breaks as well as to the first line of a block.",
spec : "https://drafts.csswg.org/css-text-4/#text-indent-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(121u16, 0u16), firefox_android :
BrowserVersion(121u16, 0u16), safari : BrowserVersion(15u16, 0u16), safari_ios :
BrowserVersion(15u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.text-indent.hanging" => CSSFeature { id :
"css.properties.text-indent.hanging", name : "text-indent: hanging", description :
"The text-indent: hanging CSS declaration indents all lines except the first.", spec
: "https://drafts.csswg.org/css-text-4/#text-indent-property", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(121u16, 0u16), firefox_android : BrowserVersion(121u16,
0u16), safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16,
0u16), }, caniuse : & [], popularity : 0f32, }, "css.properties.text-justify" =>
CSSFeature { id : "css.properties.text-justify", name : "text-justify", description :
"The text-justify CSS property sets the justification method of text when text-align: justify is set.",
spec : "https://drafts.csswg.org/css-text-4/#text-justify-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(145u16, 0u16), chrome_android : BrowserVersion(145u16, 0u16),
edge : BrowserVersion(0, 0), firefox : BrowserVersion(55u16, 0u16), firefox_android :
BrowserVersion(55u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-text-justify"],
popularity : 0.464959f32, }, "css.properties.text-justify.auto" => CSSFeature { id :
"css.properties.text-justify.auto", name : "text-justify", description :
"The text-justify CSS property sets the justification method of text when text-align: justify is set.",
spec : "https://drafts.csswg.org/css-text-4/#text-justify-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(145u16, 0u16), chrome_android : BrowserVersion(145u16, 0u16),
edge : BrowserVersion(0, 0), firefox : BrowserVersion(55u16, 0u16), firefox_android :
BrowserVersion(55u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-text-justify"],
popularity : 0.464959f32, }, "css.properties.text-justify.inter-character" =>
CSSFeature { id : "css.properties.text-justify.inter-character", name :
"text-justify", description :
"The text-justify CSS property sets the justification method of text when text-align: justify is set.",
spec : "https://drafts.csswg.org/css-text-4/#text-justify-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(145u16, 0u16), chrome_android : BrowserVersion(145u16, 0u16),
edge : BrowserVersion(0, 0), firefox : BrowserVersion(55u16, 0u16), firefox_android :
BrowserVersion(55u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-text-justify"],
popularity : 0.464959f32, }, "css.properties.text-justify.inter-word" => CSSFeature {
id : "css.properties.text-justify.inter-word", name : "text-justify", description :
"The text-justify CSS property sets the justification method of text when text-align: justify is set.",
spec : "https://drafts.csswg.org/css-text-4/#text-justify-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(145u16, 0u16), chrome_android : BrowserVersion(145u16, 0u16),
edge : BrowserVersion(0, 0), firefox : BrowserVersion(55u16, 0u16), firefox_android :
BrowserVersion(55u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-text-justify"],
popularity : 0.464959f32, }, "css.properties.text-justify.none" => CSSFeature { id :
"css.properties.text-justify.none", name : "text-justify", description :
"The text-justify CSS property sets the justification method of text when text-align: justify is set.",
spec : "https://drafts.csswg.org/css-text-4/#text-justify-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(145u16, 0u16), chrome_android : BrowserVersion(145u16, 0u16),
edge : BrowserVersion(0, 0), firefox : BrowserVersion(55u16, 0u16), firefox_android :
BrowserVersion(55u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-text-justify"],
popularity : 0.464959f32, }, "css.properties.text-orientation" => CSSFeature { id :
"css.properties.text-orientation", name : "text-orientation", description :
"The text-orientation CSS property sets the how text is typeset within a line when the writing mode is vertical.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#text-orientation", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 16u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 9u32, 16u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(48u16, 0u16), chrome_android :
BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16), safari :
BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), }, caniuse : &
["https://caniuse.com/css-text-orientation"], popularity : 0.653838f32, },
"css.properties.text-orientation.mixed" => CSSFeature { id :
"css.properties.text-orientation.mixed", name : "text-orientation", description :
"The text-orientation CSS property sets the how text is typeset within a line when the writing mode is vertical.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#text-orientation", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 16u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 9u32, 16u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(48u16, 0u16), chrome_android :
BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16), safari :
BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), }, caniuse : &
["https://caniuse.com/css-text-orientation"], popularity : 0.653838f32, },
"css.properties.text-orientation.sideways" => CSSFeature { id :
"css.properties.text-orientation.sideways", name : "text-orientation", description :
"The text-orientation CSS property sets the how text is typeset within a line when the writing mode is vertical.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#text-orientation", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 16u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 9u32, 16u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(48u16, 0u16), chrome_android :
BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), }, caniuse : &
["https://caniuse.com/css-text-orientation"], popularity : 0.653838f32, },
"css.properties.text-orientation.upright" => CSSFeature { id :
"css.properties.text-orientation.upright", name : "text-orientation", description :
"The text-orientation CSS property sets the how text is typeset within a line when the writing mode is vertical.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#text-orientation", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 16u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 9u32, 16u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(48u16, 0u16), chrome_android :
BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16), safari :
BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), }, caniuse : &
["https://caniuse.com/css-text-orientation"], popularity : 0.653838f32, },
"css.properties.text-overflow" => CSSFeature { id : "css.properties.text-overflow",
name : "Text overflow", description :
"The text-overflow CSS property sets how hidden overflow content appears to users. The property can clip content, truncate content with an ellipsis (…), or truncate with a custom string.",
spec : "https://drafts.csswg.org/css-overflow-4/#text-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(7u16, 0u16), firefox_android : BrowserVersion(7u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/text-overflow"], popularity : 65.85739f32, },
"css.properties.text-overflow.clip" => CSSFeature { id :
"css.properties.text-overflow.clip", name : "Text overflow", description :
"The text-overflow CSS property sets how hidden overflow content appears to users. The property can clip content, truncate content with an ellipsis (…), or truncate with a custom string.",
spec : "https://drafts.csswg.org/css-overflow-4/#text-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(7u16, 0u16), firefox_android : BrowserVersion(7u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/text-overflow"], popularity : 65.85739f32, },
"css.properties.text-overflow.ellipsis" => CSSFeature { id :
"css.properties.text-overflow.ellipsis", name : "Text overflow", description :
"The text-overflow CSS property sets how hidden overflow content appears to users. The property can clip content, truncate content with an ellipsis (…), or truncate with a custom string.",
spec : "https://drafts.csswg.org/css-overflow-4/#text-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(7u16, 0u16), firefox_android : BrowserVersion(7u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/text-overflow"], popularity : 65.85739f32, },
"css.properties.text-overflow.string" => CSSFeature { id :
"css.properties.text-overflow.string", name : "Custom ellipses", description :
"The text-overflow CSS property with a string value sets the string representing clipped text.",
spec : "https://drafts.csswg.org/css-overflow-4/#overflow-string", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& [], popularity : 0f32, }, "css.properties.text-overflow.two_value_syntax" =>
CSSFeature { id : "css.properties.text-overflow.two_value_syntax", name :
"Text overflow", description :
"The text-overflow CSS property sets how hidden overflow content appears to users. The property can clip content, truncate content with an ellipsis (…), or truncate with a custom string.",
spec : "https://drafts.csswg.org/css-overflow-4/#text-overflow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(9u16, 0u16), firefox_android : BrowserVersion(9u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/text-overflow"], popularity : 65.85739f32, },
"css.properties.text-rendering" => CSSFeature { id : "css.properties.text-rendering",
name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(4u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.text-rendering.auto" => CSSFeature { id :
"css.properties.text-rendering.auto", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(4u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.text-rendering.geometricPrecision" => CSSFeature { id :
"css.properties.text-rendering.geometricPrecision", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(13u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.text-shadow" => CSSFeature { id : "css.properties.text-shadow", name
: "text-shadow", description :
"The text-shadow CSS property sets the position and styles of shadow on text.", spec
: "https://drafts.csswg.org/css-text-decor-4/#text-shadow-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 1u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-textshadow"], popularity : 44.72698f32, },
"css.properties.text-size-adjust" => CSSFeature { id :
"css.properties.text-size-adjust", name : "text-size-adjust", description :
"The text-size-adjust CSS property disables or modifies the browser's default text size adjustment for small screen sizes.",
spec : "https://drafts.csswg.org/css-size-adjust-1/#adjustment-control", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(54u16, 0u16), chrome_android : BrowserVersion(54u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/text-size-adjust"], popularity :
22.397284f32, }, "css.properties.text-size-adjust.auto" => CSSFeature { id :
"css.properties.text-size-adjust.auto", name : "text-size-adjust", description :
"The text-size-adjust CSS property disables or modifies the browser's default text size adjustment for small screen sizes.",
spec : "https://drafts.csswg.org/css-size-adjust-1/#adjustment-control", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(54u16, 0u16), chrome_android : BrowserVersion(54u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/text-size-adjust"], popularity :
22.397284f32, }, "css.properties.text-size-adjust.none" => CSSFeature { id :
"css.properties.text-size-adjust.none", name : "text-size-adjust", description :
"The text-size-adjust CSS property disables or modifies the browser's default text size adjustment for small screen sizes.",
spec : "https://drafts.csswg.org/css-size-adjust-1/#adjustment-control", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(54u16, 0u16), chrome_android : BrowserVersion(54u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/text-size-adjust"], popularity :
22.397284f32, }, "css.properties.text-size-adjust.percentages" => CSSFeature { id :
"css.properties.text-size-adjust.percentages", name : "text-size-adjust", description
:
"The text-size-adjust CSS property disables or modifies the browser's default text size adjustment for small screen sizes.",
spec : "https://drafts.csswg.org/css-size-adjust-1/#adjustment-control", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(54u16, 0u16), chrome_android : BrowserVersion(54u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/text-size-adjust"], popularity :
22.397284f32, }, "css.properties.text-spacing-trim" => CSSFeature { id :
"css.properties.text-spacing-trim", name : "text-spacing-trim", description :
"The text-spacing-trim CSS property controls spacing around CJK characters, avoiding excessive whitespace when using full-width punctuation characters.",
spec : "https://drafts.csswg.org/css-text-4/#text-spacing-trim-property", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16),
edge : BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.353779f32, },
"css.properties.text-spacing-trim.normal" => CSSFeature { id :
"css.properties.text-spacing-trim.normal", name : "text-spacing-trim", description :
"The text-spacing-trim CSS property controls spacing around CJK characters, avoiding excessive whitespace when using full-width punctuation characters.",
spec : "https://drafts.csswg.org/css-text-4/#text-spacing-trim-property", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16),
edge : BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.353779f32, },
"css.properties.text-spacing-trim.space-all" => CSSFeature { id :
"css.properties.text-spacing-trim.space-all", name : "text-spacing-trim", description
:
"The text-spacing-trim CSS property controls spacing around CJK characters, avoiding excessive whitespace when using full-width punctuation characters.",
spec : "https://drafts.csswg.org/css-text-4/#text-spacing-trim-property", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16),
edge : BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.353779f32, },
"css.properties.text-spacing-trim.space-first" => CSSFeature { id :
"css.properties.text-spacing-trim.space-first", name : "text-spacing-trim",
description :
"The text-spacing-trim CSS property controls spacing around CJK characters, avoiding excessive whitespace when using full-width punctuation characters.",
spec : "https://drafts.csswg.org/css-text-4/#text-spacing-trim-property", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16),
edge : BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.353779f32, },
"css.properties.text-spacing-trim.trim-start" => CSSFeature { id :
"css.properties.text-spacing-trim.trim-start", name : "text-spacing-trim",
description :
"The text-spacing-trim CSS property controls spacing around CJK characters, avoiding excessive whitespace when using full-width punctuation characters.",
spec : "https://drafts.csswg.org/css-text-4/#text-spacing-trim-property", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(123u16, 0u16), chrome_android : BrowserVersion(123u16, 0u16),
edge : BrowserVersion(123u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android
: BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.353779f32, }, "css.properties.text-transform"
=> CSSFeature { id : "css.properties.text-transform", name : "text-transform",
description : "The text-transform CSS property sets text case and capitalization.",
spec : "https://drafts.csswg.org/css-text-4/#text-transform-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 72.72123f32, }, "css.properties.text-transform.capitalize" =>
CSSFeature { id : "css.properties.text-transform.capitalize", name :
"text-transform", description :
"The text-transform CSS property sets text case and capitalization.", spec :
"https://drafts.csswg.org/css-text-4/#text-transform-property", groups : & ["text"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.dutch_ij_digraph" => CSSFeature { id :
"css.properties.text-transform.dutch_ij_digraph", name : "text-transform",
description : "The text-transform CSS property sets text case and capitalization.",
spec : "https://drafts.csswg.org/css-text-4/#text-transform-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(14u16, 0u16), firefox_android :
BrowserVersion(14u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.full-size-kana" => CSSFeature { id :
"css.properties.text-transform.full-size-kana", name : "text-transform", description
: "The text-transform CSS property sets text case and capitalization.", spec :
"https://drafts.csswg.org/css-text-4/#text-transform-property", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.full-width" => CSSFeature { id :
"css.properties.text-transform.full-width", name : "text-transform", description :
"The text-transform CSS property sets text case and capitalization.", spec :
"https://drafts.csswg.org/css-text-4/#text-transform-property", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(19u16, 0u16), firefox_android : BrowserVersion(19u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.greek_accented_characters" => CSSFeature { id :
"css.properties.text-transform.greek_accented_characters", name : "text-transform",
description : "The text-transform CSS property sets text case and capitalization.",
spec : "https://drafts.csswg.org/css-text-4/#text-transform-property", groups : &
["text"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(34u16, 0u16), chrome_android : BrowserVersion(34u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(15u16, 0u16),
firefox_android : BrowserVersion(15u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.lowercase" => CSSFeature { id :
"css.properties.text-transform.lowercase", name : "text-transform", description :
"The text-transform CSS property sets text case and capitalization.", spec :
"https://drafts.csswg.org/css-text-4/#text-transform-property", groups : & ["text"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.lowercase_sigma" => CSSFeature { id :
"css.properties.text-transform.lowercase_sigma", name : "text-transform", description
: "The text-transform CSS property sets text case and capitalization.", spec :
"https://drafts.csswg.org/css-text-4/#text-transform-property", groups : & ["text"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(30u16, 0u16),
chrome_android : BrowserVersion(30u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(14u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.math-auto" => CSSFeature { id :
"css.properties.text-transform.math-auto", name : "MathML", description :
"MathML, or the Mathematical Markup Language, describes mathematical notation, such as expressions and formulas. Also known as MathML Core.",
spec : "https://w3c.github.io/mathml-core/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(109u16, 0u16), chrome_android : BrowserVersion(109u16, 0u16), edge :
BrowserVersion(109u16, 0u16), firefox : BrowserVersion(117u16, 0u16), firefox_android
: BrowserVersion(117u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/mathml"], popularity :
0f32, }, "css.properties.text-transform.none" => CSSFeature { id :
"css.properties.text-transform.none", name : "text-transform", description :
"The text-transform CSS property sets text case and capitalization.", spec :
"https://drafts.csswg.org/css-text-4/#text-transform-property", groups : & ["text"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.turkic_is" => CSSFeature { id :
"css.properties.text-transform.turkic_is", name : "text-transform", description :
"The text-transform CSS property sets text case and capitalization.", spec :
"https://drafts.csswg.org/css-text-4/#text-transform-property", groups : & ["text"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(31u16, 0u16),
chrome_android : BrowserVersion(31u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(14u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16),
safari : BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), },
caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.uppercase" => CSSFeature { id :
"css.properties.text-transform.uppercase", name : "text-transform", description :
"The text-transform CSS property sets text case and capitalization.", spec :
"https://drafts.csswg.org/css-text-4/#text-transform-property", groups : & ["text"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 72.72123f32, },
"css.properties.text-transform.uppercase_eszett" => CSSFeature { id :
"css.properties.text-transform.uppercase_eszett", name : "text-transform",
description : "The text-transform CSS property sets text case and capitalization.",
spec : "https://drafts.csswg.org/css-text-4/#text-transform-property", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2018i32, 10u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(18u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 72.72123f32, }, "css.properties.text-underline-offset" => CSSFeature
{ id : "css.properties.text-underline-offset", name : "text-underline-offset",
description :
"The text-underline-offset CSS property shifts underlines on text from the initial position by a given distance. The initial position is affected by the text-underline-position property.",
spec : "https://drafts.csswg.org/css-text-decor-4/#underline-offset", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 11u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(87u16, 0u16), chrome_android :
BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16), firefox :
BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 16.22257f32, }, "css.properties.text-underline-offset.auto" =>
CSSFeature { id : "css.properties.text-underline-offset.auto", name :
"text-underline-offset", description :
"The text-underline-offset CSS property shifts underlines on text from the initial position by a given distance. The initial position is affected by the text-underline-position property.",
spec : "https://drafts.csswg.org/css-text-decor-4/#underline-offset", groups : &
["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 11u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(87u16, 0u16), chrome_android :
BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16), firefox :
BrowserVersion(70u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 16.22257f32, }, "css.properties.text-underline-offset.percentage" =>
CSSFeature { id : "css.properties.text-underline-offset.percentage", name :
"text-underline-offset", description :
"The text-underline-offset CSS property shifts underlines on text from the initial position by a given distance. The initial position is affected by the text-underline-position property.",
spec : "https://drafts.csswg.org/css-text-decor-4/#underline-offset", groups : &
["text"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
12u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(87u16, 0u16), chrome_android : BrowserVersion(87u16, 0u16), edge :
BrowserVersion(87u16, 0u16), firefox : BrowserVersion(74u16, 0u16), firefox_android :
BrowserVersion(79u16, 0u16), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : & [], popularity : 16.22257f32, },
"css.properties.text-underline-position" => CSSFeature { id :
"css.properties.text-underline-position", name : "text-underline-position",
description :
"The text-underline-position CSS property sets the position of underlines on text. For example, text-underline-position: under places the underline below the text, avoiding crossing descenders. The underline may be further adjusted by the text-underline-offset property.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-underline-position-property",
groups : & ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(33u16, 0u16), chrome_android :
BrowserVersion(33u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(74u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 5.687788f32, }, "css.properties.text-underline-position.auto" =>
CSSFeature { id : "css.properties.text-underline-position.auto", name :
"text-underline-position", description :
"The text-underline-position CSS property sets the position of underlines on text. For example, text-underline-position: under places the underline below the text, avoiding crossing descenders. The underline may be further adjusted by the text-underline-offset property.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-underline-position-property",
groups : & ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(33u16, 0u16), chrome_android :
BrowserVersion(33u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(74u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 5.687788f32, }, "css.properties.text-underline-position.from-font"
=> CSSFeature { id : "css.properties.text-underline-position.from-font", name :
"text-underline-position", description :
"The text-underline-position CSS property sets the position of underlines on text. For example, text-underline-position: under places the underline below the text, avoiding crossing descenders. The underline may be further adjusted by the text-underline-offset property.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-underline-position-property",
groups : & ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 11u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(87u16, 0u16), chrome_android :
BrowserVersion(87u16, 0u16), edge : BrowserVersion(87u16, 0u16), firefox :
BrowserVersion(74u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 5.687788f32, }, "css.properties.text-underline-position.left" =>
CSSFeature { id : "css.properties.text-underline-position.left", name :
"text-underline-position", description :
"The text-underline-position CSS property sets the position of underlines on text. For example, text-underline-position: under places the underline below the text, avoiding crossing descenders. The underline may be further adjusted by the text-underline-offset property.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-underline-position-property",
groups : & ["text"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 12u32, 11u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(71u16, 0u16),
chrome_android : BrowserVersion(71u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(74u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), },
caniuse : & [], popularity : 5.687788f32, },
"css.properties.text-underline-position.right" => CSSFeature { id :
"css.properties.text-underline-position.right", name : "text-underline-position",
description :
"The text-underline-position CSS property sets the position of underlines on text. For example, text-underline-position: under places the underline below the text, avoiding crossing descenders. The underline may be further adjusted by the text-underline-offset property.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-underline-position-property",
groups : & ["text"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 12u32, 11u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(71u16, 0u16),
chrome_android : BrowserVersion(71u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(74u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16, 2u16), },
caniuse : & [], popularity : 5.687788f32, },
"css.properties.text-underline-position.under" => CSSFeature { id :
"css.properties.text-underline-position.under", name : "text-underline-position",
description :
"The text-underline-position CSS property sets the position of underlines on text. For example, text-underline-position: under places the underline below the text, avoiding crossing descenders. The underline may be further adjusted by the text-underline-offset property.",
spec : "https://drafts.csswg.org/css-text-decor-4/#text-underline-position-property",
groups : & ["text"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(33u16, 0u16), chrome_android :
BrowserVersion(33u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(74u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 5.687788f32, }, "css.properties.text-wrap" => CSSFeature { id :
"css.properties.text-wrap", name : "text-wrap", description :
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
3u32, 5u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(114u16, 0u16), chrome_android : BrowserVersion(114u16, 0u16), edge :
BrowserVersion(114u16, 0u16), firefox : BrowserVersion(121u16, 0u16), firefox_android
: BrowserVersion(121u16, 0u16), safari : BrowserVersion(17u16, 4u16), safari_ios :
BrowserVersion(17u16, 4u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.text-wrap-mode" => CSSFeature { id : "css.properties.text-wrap-mode",
name : "text-wrap", description :
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
10u32, 17u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(124u16, 0u16), firefox_android
: BrowserVersion(124u16, 0u16), safari : BrowserVersion(17u16, 4u16), safari_ios :
BrowserVersion(17u16, 4u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.text-wrap-mode.nowrap" => CSSFeature { id :
"css.properties.text-wrap-mode.nowrap", name : "text-wrap", description :
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
10u32, 17u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(124u16, 0u16), firefox_android
: BrowserVersion(124u16, 0u16), safari : BrowserVersion(17u16, 4u16), safari_ios :
BrowserVersion(17u16, 4u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.text-wrap-mode.wrap" => CSSFeature { id :
"css.properties.text-wrap-mode.wrap", name : "text-wrap", description :
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
10u32, 17u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(124u16, 0u16), firefox_android
: BrowserVersion(124u16, 0u16), safari : BrowserVersion(17u16, 4u16), safari_ios :
BrowserVersion(17u16, 4u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.text-wrap-style" => CSSFeature { id :
"css.properties.text-wrap-style", name : "text-wrap", description :
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
10u32, 17u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(124u16, 0u16), firefox_android
: BrowserVersion(124u16, 0u16), safari : BrowserVersion(17u16, 5u16), safari_ios :
BrowserVersion(17u16, 5u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.text-wrap-style.auto" => CSSFeature { id :
"css.properties.text-wrap-style.auto", name : "text-wrap", description :
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
10u32, 17u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(124u16, 0u16), firefox_android
: BrowserVersion(124u16, 0u16), safari : BrowserVersion(17u16, 5u16), safari_ios :
BrowserVersion(17u16, 5u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.text-wrap-style.balance" => CSSFeature { id :
"css.properties.text-wrap-style.balance", name : "text-wrap: balance", description :
"The text-wrap: balance CSS declaration balances the length of each line when text is broken into multiple lines. Also known as headline balancing.",
spec : "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance", groups
: & ["text-wrap"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 10u32, 17u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(130u16, 0u16),
chrome_android : BrowserVersion(130u16, 0u16), edge : BrowserVersion(130u16, 0u16),
firefox : BrowserVersion(124u16, 0u16), firefox_android : BrowserVersion(124u16,
0u16), safari : BrowserVersion(17u16, 5u16), safari_ios : BrowserVersion(17u16,
5u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.text-wrap-style.pretty" => CSSFeature { id :
"css.properties.text-wrap-style.pretty", name : "text-wrap: pretty", description :
"The text-wrap: pretty CSS declaration prioritizes better layout over speed when text is broken into multiple lines.",
spec : "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-pretty", groups :
& ["text-wrap"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(130u16, 0u16), chrome_android :
BrowserVersion(130u16, 0u16), edge : BrowserVersion(130u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.text-wrap-style.stable" => CSSFeature { id
: "css.properties.text-wrap-style.stable", name : "text-wrap", description :
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
10u32, 17u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(124u16, 0u16), firefox_android
: BrowserVersion(124u16, 0u16), safari : BrowserVersion(17u16, 5u16), safari_ios :
BrowserVersion(17u16, 5u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.text-wrap.balance" => CSSFeature { id :
"css.properties.text-wrap.balance", name : "text-wrap: balance", description :
"The text-wrap: balance CSS declaration balances the length of each line when text is broken into multiple lines. Also known as headline balancing.",
spec : "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance", groups
: & ["text-wrap"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 13u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(114u16, 0u16),
chrome_android : BrowserVersion(114u16, 0u16), edge : BrowserVersion(114u16, 0u16),
firefox : BrowserVersion(121u16, 0u16), firefox_android : BrowserVersion(121u16,
0u16), safari : BrowserVersion(17u16, 5u16), safari_ios : BrowserVersion(17u16,
5u16), }, caniuse : & [], popularity : 0f32, }, "css.properties.text-wrap.nowrap" =>
CSSFeature { id : "css.properties.text-wrap.nowrap", name : "text-wrap", description
:
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
3u32, 19u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(114u16, 0u16), chrome_android : BrowserVersion(114u16, 0u16), edge :
BrowserVersion(114u16, 0u16), firefox : BrowserVersion(124u16, 0u16), firefox_android
: BrowserVersion(124u16, 0u16), safari : BrowserVersion(17u16, 4u16), safari_ios :
BrowserVersion(17u16, 4u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.text-wrap.pretty" => CSSFeature { id :
"css.properties.text-wrap.pretty", name : "text-wrap: pretty", description :
"The text-wrap: pretty CSS declaration prioritizes better layout over speed when text is broken into multiple lines.",
spec : "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-pretty", groups :
& ["text-wrap"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(117u16, 0u16), chrome_android :
BrowserVersion(117u16, 0u16), edge : BrowserVersion(117u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.text-wrap.stable" => CSSFeature { id :
"css.properties.text-wrap.stable", name : "text-wrap", description :
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
10u32, 17u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(130u16, 0u16), chrome_android : BrowserVersion(130u16, 0u16), edge :
BrowserVersion(130u16, 0u16), firefox : BrowserVersion(121u16, 0u16), firefox_android
: BrowserVersion(121u16, 0u16), safari : BrowserVersion(17u16, 5u16), safari_ios :
BrowserVersion(17u16, 5u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.text-wrap.wrap" => CSSFeature { id : "css.properties.text-wrap.wrap",
name : "text-wrap", description :
"The text-wrap CSS property sets how lines break in text that overflows the container. It is a shorthand for text-wrap-style and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", groups : &
["text-wrap"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
3u32, 19u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(114u16, 0u16), chrome_android : BrowserVersion(114u16, 0u16), edge :
BrowserVersion(114u16, 0u16), firefox : BrowserVersion(124u16, 0u16), firefox_android
: BrowserVersion(124u16, 0u16), safari : BrowserVersion(17u16, 4u16), safari_ios :
BrowserVersion(17u16, 4u16), }, caniuse : & [], popularity : 21.260126f32, },
"css.properties.timeline-scope" => CSSFeature { id : "css.properties.timeline-scope",
name : "Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(116u16, 0u16), chrome_android :
BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.timeline-scope.all" => CSSFeature { id :
"css.properties.timeline-scope.all", name : "Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.timeline-scope.none" => CSSFeature { id :
"css.properties.timeline-scope.none", name : "Scroll-driven animations", description
:
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(116u16, 0u16), chrome_android :
BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.top" => CSSFeature { id :
"css.properties.top", name : "Physical properties", description :
"The physical CSS properties, top, right, bottom, and left, set the inset position of an element relative to the corresponding side of a container determined by the element's position property.",
spec : "https://drafts.csswg.org/css-position-3/#insets", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.top.anchor" => CSSFeature { id
: "css.properties.top.anchor", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.top.anchor-size" => CSSFeature { id :
"css.properties.top.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.top.auto" => CSSFeature { id : "css.properties.top.auto",
name : "Physical properties", description :
"The physical CSS properties, top, right, bottom, and left, set the inset position of an element relative to the corresponding side of a container determined by the element's position property.",
spec : "https://drafts.csswg.org/css-position-3/#insets", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.touch-action" => CSSFeature {
id : "css.properties.touch-action", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(36u16, 0u16), chrome_android :
BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/css-touch-action"], popularity : 42.214306f32, },
"css.properties.touch-action.manipulation" => CSSFeature { id :
"css.properties.touch-action.manipulation", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(36u16, 0u16), chrome_android :
BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/css-touch-action"], popularity : 42.214306f32, },
"css.properties.touch-action.none" => CSSFeature { id :
"css.properties.touch-action.none", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(36u16, 0u16), chrome_android :
BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), }, caniuse : &
["https://caniuse.com/css-touch-action"], popularity : 42.214306f32, },
"css.properties.touch-action.pan-down" => CSSFeature { id :
"css.properties.touch-action.pan-down", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(55u16, 0u16), chrome_android : BrowserVersion(55u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-touch-action"], popularity :
42.214306f32, }, "css.properties.touch-action.pan-left" => CSSFeature { id :
"css.properties.touch-action.pan-left", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(55u16, 0u16), chrome_android : BrowserVersion(55u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-touch-action"], popularity :
42.214306f32, }, "css.properties.touch-action.pan-right" => CSSFeature { id :
"css.properties.touch-action.pan-right", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(55u16, 0u16), chrome_android : BrowserVersion(55u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-touch-action"], popularity :
42.214306f32, }, "css.properties.touch-action.pan-up" => CSSFeature { id :
"css.properties.touch-action.pan-up", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(55u16, 0u16), chrome_android : BrowserVersion(55u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-touch-action"], popularity :
42.214306f32, }, "css.properties.touch-action.pan-x" => CSSFeature { id :
"css.properties.touch-action.pan-x", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(36u16, 0u16), chrome_android :
BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), }, caniuse : &
["https://caniuse.com/css-touch-action"], popularity : 42.214306f32, },
"css.properties.touch-action.pan-y" => CSSFeature { id :
"css.properties.touch-action.pan-y", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 19u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2019i32, 9u32, 19u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(36u16, 0u16), chrome_android :
BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), }, caniuse : &
["https://caniuse.com/css-touch-action"], popularity : 42.214306f32, },
"css.properties.touch-action.pinch-zoom" => CSSFeature { id :
"css.properties.touch-action.pinch-zoom", name : "touch-action", description :
"The touch-action CSS property sets whether an element on a touch screen can be panned or pinched to zoom.",
spec : "https://w3c.github.io/pointerevents/#the-touch-action-css-property", groups :
& [], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 7u32, 26u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 1u32, 26u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(56u16, 0u16), chrome_android :
BrowserVersion(56u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(85u16, 0u16), firefox_android : BrowserVersion(85u16, 0u16), safari :
BrowserVersion(13u16, 0u16), safari_ios : BrowserVersion(13u16, 0u16), }, caniuse : &
["https://caniuse.com/css-touch-action"], popularity : 42.214306f32, },
"css.properties.transform" => CSSFeature { id : "css.properties.transform", name :
"2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.properties.transform-box" => CSSFeature { id : "css.properties.transform-box",
name : "transform-box", description :
"The transform-box CSS property sets the position and dimensions of the reference box relative to which an element's transformations are calculated.",
spec : "https://drafts.csswg.org/css-transforms-1/#transform-box", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(64u16, 0u16),
chrome_android : BrowserVersion(64u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & [], popularity : 3.896961f32, },
"css.properties.transform-box.border-box" => CSSFeature { id :
"css.properties.transform-box.border-box", name : "transform-box", description :
"The transform-box CSS property sets the position and dimensions of the reference box relative to which an element's transformations are calculated.",
spec : "https://drafts.csswg.org/css-transforms-1/#transform-box", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 10u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & [], popularity : 3.896961f32, },
"css.properties.transform-box.content-box" => CSSFeature { id :
"css.properties.transform-box.content-box", name : "transform-box", description :
"The transform-box CSS property sets the position and dimensions of the reference box relative to which an element's transformations are calculated.",
spec : "https://drafts.csswg.org/css-transforms-1/#transform-box", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 4u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(125u16, 0u16), firefox_android : BrowserVersion(125u16,
0u16), safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16,
4u16), }, caniuse : & [], popularity : 3.896961f32, },
"css.properties.transform-box.fill-box" => CSSFeature { id :
"css.properties.transform-box.fill-box", name : "transform-box", description :
"The transform-box CSS property sets the position and dimensions of the reference box relative to which an element's transformations are calculated.",
spec : "https://drafts.csswg.org/css-transforms-1/#transform-box", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(64u16, 0u16),
chrome_android : BrowserVersion(64u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & [], popularity : 3.896961f32, },
"css.properties.transform-box.stroke-box" => CSSFeature { id :
"css.properties.transform-box.stroke-box", name : "transform-box", description :
"The transform-box CSS property sets the position and dimensions of the reference box relative to which an element's transformations are calculated.",
spec : "https://drafts.csswg.org/css-transforms-1/#transform-box", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 4u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(125u16, 0u16), firefox_android : BrowserVersion(125u16,
0u16), safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16,
4u16), }, caniuse : & [], popularity : 3.896961f32, },
"css.properties.transform-box.view-box" => CSSFeature { id :
"css.properties.transform-box.view-box", name : "transform-box", description :
"The transform-box CSS property sets the position and dimensions of the reference box relative to which an element's transformations are calculated.",
spec : "https://drafts.csswg.org/css-transforms-1/#transform-box", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(64u16, 0u16),
chrome_android : BrowserVersion(64u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & [], popularity : 3.896961f32, }, "css.properties.transform-origin" =>
CSSFeature { id : "css.properties.transform-origin", name : "2D transforms",
description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.properties.transform-origin.bottom" => CSSFeature { id :
"css.properties.transform-origin.bottom", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.properties.transform-origin.center" => CSSFeature { id :
"css.properties.transform-origin.center", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.properties.transform-origin.left" => CSSFeature { id :
"css.properties.transform-origin.left", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.properties.transform-origin.right" => CSSFeature { id :
"css.properties.transform-origin.right", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.properties.transform-origin.svg_elements" => CSSFeature { id :
"css.properties.transform-origin.svg_elements", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32, 10u32, 30u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2018i32, 4u32, 30u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(17u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.transform-origin.three_value_syntax" => CSSFeature { id :
"css.properties.transform-origin.three_value_syntax", name : "2D transforms",
description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.properties.transform-origin.top" => CSSFeature { id :
"css.properties.transform-origin.top", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.properties.transform-style" => CSSFeature { id :
"css.properties.transform-style", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.transform.3d" => CSSFeature { id : "css.properties.transform.3d",
name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.properties.transform.none" => CSSFeature { id : "css.properties.transform.none",
name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.properties.transition" => CSSFeature { id : "css.properties.transition", name :
"Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-behavior" => CSSFeature { id :
"css.properties.transition-behavior", name : "transition-behavior", description :
"The transition-behavior: allow-discrete CSS declaration allows transitions for properties whose animation behavior is discrete. Such properties can't be interpolated and swap from their start value to the end value at 50%.",
spec : "https://drafts.csswg.org/css-transitions-2/#transition-behavior-property",
groups : & ["transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 8u32, 6u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(117u16, 0u16),
chrome_android : BrowserVersion(117u16, 0u16), edge : BrowserVersion(117u16, 0u16),
firefox : BrowserVersion(129u16, 0u16), firefox_android : BrowserVersion(129u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0.642381f32, },
"css.properties.transition-behavior.transitionable_content-visibility" => CSSFeature
{ id : "css.properties.transition-behavior.transitionable_content-visibility", name :
"display animation", description :
"You can animate elements between display: none and any other display value or animate between content-visibility: hidden and any other content-visibility value. This also applies to transitions.",
spec : "https://drafts.csswg.org/css-display-4/#display-animation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(117u16, 0u16), chrome_android : BrowserVersion(117u16, 0u16), edge :
BrowserVersion(117u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 0u16), safari_ios :
BrowserVersion(18u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.transition-behavior.transitionable_display" => CSSFeature { id :
"css.properties.transition-behavior.transitionable_display", name :
"display animation", description :
"You can animate elements between display: none and any other display value or animate between content-visibility: hidden and any other content-visibility value. This also applies to transitions.",
spec : "https://drafts.csswg.org/css-display-4/#display-animation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(117u16, 0u16), chrome_android : BrowserVersion(117u16, 0u16), edge :
BrowserVersion(117u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 0u16), safari_ios :
BrowserVersion(18u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.transition-delay" => CSSFeature { id :
"css.properties.transition-delay", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-duration" => CSSFeature { id :
"css.properties.transition-duration", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-property" => CSSFeature { id :
"css.properties.transition-property", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-property.IDENT_value" => CSSFeature { id :
"css.properties.transition-property.IDENT_value", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-property.all" => CSSFeature { id :
"css.properties.transition-property.all", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-property.none" => CSSFeature { id :
"css.properties.transition-property.none", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-timing-function" => CSSFeature { id :
"css.properties.transition-timing-function", name : "Transitions (CSS)", description
:
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-timing-function.ease" => CSSFeature { id :
"css.properties.transition-timing-function.ease", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-timing-function.ease-in" => CSSFeature { id :
"css.properties.transition-timing-function.ease-in", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-timing-function.ease-in-out" => CSSFeature { id :
"css.properties.transition-timing-function.ease-in-out", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-timing-function.ease-out" => CSSFeature { id :
"css.properties.transition-timing-function.ease-out", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-timing-function.jump" => CSSFeature { id :
"css.properties.transition-timing-function.jump", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
3u32, 16u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 9u32, 16u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(77u16, 0u16),
chrome_android : BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16),
safari : BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-timing-function.linear" => CSSFeature { id :
"css.properties.transition-timing-function.linear", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-timing-function.step-end" => CSSFeature { id :
"css.properties.transition-timing-function.step-end", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition-timing-function.step-start" => CSSFeature { id :
"css.properties.transition-timing-function.step-start", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.all" => CSSFeature { id : "css.properties.transition.all",
name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.ease" => CSSFeature { id :
"css.properties.transition.ease", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.ease-in" => CSSFeature { id :
"css.properties.transition.ease-in", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.ease-in-out" => CSSFeature { id :
"css.properties.transition.ease-in-out", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.ease-out" => CSSFeature { id :
"css.properties.transition.ease-out", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.gradients_can_animate" => CSSFeature { id :
"css.properties.transition.gradients_can_animate", name : "Transitions (CSS)",
description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.linear" => CSSFeature { id :
"css.properties.transition.linear", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.none" => CSSFeature { id :
"css.properties.transition.none", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.step-end" => CSSFeature { id :
"css.properties.transition.step-end", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.step-start" => CSSFeature { id :
"css.properties.transition.step-start", name : "Transitions (CSS)", description :
"The transition shorthand CSS property sets how changes to an element's styles may occur over time. Transitions can be applied to specific CSS properties, all properties, or none.",
spec : "https://drafts.csswg.org/css-transitions-2/", groups : & ["transitions"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-transitions"], popularity : 0f32, },
"css.properties.transition.transition-behavior" => CSSFeature { id :
"css.properties.transition.transition-behavior", name : "transition-behavior",
description :
"The transition-behavior: allow-discrete CSS declaration allows transitions for properties whose animation behavior is discrete. Such properties can't be interpolated and swap from their start value to the end value at 50%.",
spec : "https://drafts.csswg.org/css-transitions-2/#transition-behavior-property",
groups : & ["transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 8u32, 6u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(117u16, 0u16),
chrome_android : BrowserVersion(117u16, 0u16), edge : BrowserVersion(117u16, 0u16),
firefox : BrowserVersion(129u16, 0u16), firefox_android : BrowserVersion(129u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0.642381f32, }, "css.properties.translate" =>
CSSFeature { id : "css.properties.translate", name :
"Individual transform properties", description :
"The translate, rotate, and scale CSS properties apply single transformations independently, as opposed to applying multiple transformations with the transform CSS property.",
spec : "https://drafts.csswg.org/css-transforms-2/#individual-transforms", groups : &
["transforms"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 2u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 8u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(104u16, 0u16), chrome_android :
BrowserVersion(104u16, 0u16), edge : BrowserVersion(104u16, 0u16), firefox :
BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.translate.none" => CSSFeature { id :
"css.properties.translate.none", name : "Individual transform properties",
description :
"The translate, rotate, and scale CSS properties apply single transformations independently, as opposed to applying multiple transformations with the transform CSS property.",
spec : "https://drafts.csswg.org/css-transforms-2/#individual-transforms", groups : &
["transforms"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 2u32, 5u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 8u32, 5u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(104u16, 0u16), chrome_android :
BrowserVersion(104u16, 0u16), edge : BrowserVersion(104u16, 0u16), firefox :
BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.unicode-bidi" => CSSFeature { id :
"css.properties.unicode-bidi", name : "Layout direction override", description :
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.unicode-bidi.bidi-override" =>
CSSFeature { id : "css.properties.unicode-bidi.bidi-override", name :
"Layout direction override", description :
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.unicode-bidi.embed" =>
CSSFeature { id : "css.properties.unicode-bidi.embed", name :
"Layout direction override", description :
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.unicode-bidi.isolate" =>
CSSFeature { id : "css.properties.unicode-bidi.isolate", name :
"Layout direction override", description :
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(48u16, 0u16),
chrome_android : BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(50u16, 0u16), firefox_android : BrowserVersion(50u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.unicode-bidi.isolate-override"
=> CSSFeature { id : "css.properties.unicode-bidi.isolate-override", name :
"Layout direction override", description :
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(48u16, 0u16),
chrome_android : BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(50u16, 0u16), firefox_android : BrowserVersion(50u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.unicode-bidi.normal" =>
CSSFeature { id : "css.properties.unicode-bidi.normal", name :
"Layout direction override", description :
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.unicode-bidi.plaintext" =>
CSSFeature { id : "css.properties.unicode-bidi.plaintext", name :
"Layout direction override", description :
"The unicode-bidi and direction CSS properties override the Unicode layout algorithm. They are intended for Document Type Definition (DTD) designers. For HTML documents, you should use the dir global HTML attribute and <bdo> HTML element instead.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#direction", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(48u16, 0u16),
chrome_android : BrowserVersion(48u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(50u16, 0u16), firefox_android : BrowserVersion(50u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.properties.user-select" => CSSFeature { id
: "css.properties.user-select", name : "user-select", description :
"The user-select CSS property controls which elements can be selected by the user.",
spec : "https://drafts.csswg.org/css-ui-4/#content-selection", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(54u16, 0u16), chrome_android : BrowserVersion(54u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(69u16, 0u16), firefox_android :
BrowserVersion(79u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/user-select-none"],
popularity : 66.52409f32, }, "css.properties.user-select.all" => CSSFeature { id :
"css.properties.user-select.all", name : "user-select", description :
"The user-select CSS property controls which elements can be selected by the user.",
spec : "https://drafts.csswg.org/css-ui-4/#content-selection", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(54u16, 0u16), chrome_android : BrowserVersion(54u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(69u16, 0u16), firefox_android :
BrowserVersion(79u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/user-select-none"],
popularity : 66.52409f32, }, "css.properties.user-select.auto" => CSSFeature { id :
"css.properties.user-select.auto", name : "user-select", description :
"The user-select CSS property controls which elements can be selected by the user.",
spec : "https://drafts.csswg.org/css-ui-4/#content-selection", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(54u16, 0u16), chrome_android : BrowserVersion(54u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(69u16, 0u16), firefox_android :
BrowserVersion(79u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/user-select-none"],
popularity : 66.52409f32, }, "css.properties.user-select.none" => CSSFeature { id :
"css.properties.user-select.none", name : "user-select", description :
"The user-select CSS property controls which elements can be selected by the user.",
spec : "https://drafts.csswg.org/css-ui-4/#content-selection", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(54u16, 0u16), chrome_android : BrowserVersion(54u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(69u16, 0u16), firefox_android :
BrowserVersion(79u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/user-select-none"],
popularity : 66.52409f32, }, "css.properties.user-select.text" => CSSFeature { id :
"css.properties.user-select.text", name : "user-select", description :
"The user-select CSS property controls which elements can be selected by the user.",
spec : "https://drafts.csswg.org/css-ui-4/#content-selection", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(54u16, 0u16), chrome_android : BrowserVersion(54u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(69u16, 0u16), firefox_android :
BrowserVersion(79u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/user-select-none"],
popularity : 66.52409f32, }, "css.properties.vector-effect" => CSSFeature { id :
"css.properties.vector-effect", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(6u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16),
safari : BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.vertical-align" => CSSFeature { id : "css.properties.vertical-align",
name : "vertical-align", description :
"The vertical-align CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements.",
spec : "https://drafts.csswg.org/css2/#propdef-vertical-align", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.7717f32, }, "css.properties.vertical-align.baseline"
=> CSSFeature { id : "css.properties.vertical-align.baseline", name :
"vertical-align", description :
"The vertical-align CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements.",
spec : "https://drafts.csswg.org/css2/#propdef-vertical-align", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.7717f32, }, "css.properties.vertical-align.bottom" =>
CSSFeature { id : "css.properties.vertical-align.bottom", name : "vertical-align",
description :
"The vertical-align CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements.",
spec : "https://drafts.csswg.org/css2/#propdef-vertical-align", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.7717f32, }, "css.properties.vertical-align.middle" =>
CSSFeature { id : "css.properties.vertical-align.middle", name : "vertical-align",
description :
"The vertical-align CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements.",
spec : "https://drafts.csswg.org/css2/#propdef-vertical-align", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.7717f32, }, "css.properties.vertical-align.sub" =>
CSSFeature { id : "css.properties.vertical-align.sub", name : "vertical-align",
description :
"The vertical-align CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements.",
spec : "https://drafts.csswg.org/css2/#propdef-vertical-align", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.7717f32, }, "css.properties.vertical-align.super" =>
CSSFeature { id : "css.properties.vertical-align.super", name : "vertical-align",
description :
"The vertical-align CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements.",
spec : "https://drafts.csswg.org/css2/#propdef-vertical-align", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.7717f32, },
"css.properties.vertical-align.text-bottom" => CSSFeature { id :
"css.properties.vertical-align.text-bottom", name : "vertical-align", description :
"The vertical-align CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements.",
spec : "https://drafts.csswg.org/css2/#propdef-vertical-align", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.7717f32, }, "css.properties.vertical-align.text-top"
=> CSSFeature { id : "css.properties.vertical-align.text-top", name :
"vertical-align", description :
"The vertical-align CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements.",
spec : "https://drafts.csswg.org/css2/#propdef-vertical-align", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.7717f32, }, "css.properties.vertical-align.top" =>
CSSFeature { id : "css.properties.vertical-align.top", name : "vertical-align",
description :
"The vertical-align CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements.",
spec : "https://drafts.csswg.org/css2/#propdef-vertical-align", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.7717f32, }, "css.properties.view-timeline" =>
CSSFeature { id : "css.properties.view-timeline", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.view-timeline-axis" => CSSFeature { id :
"css.properties.view-timeline-axis", name : "Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.view-timeline-axis.block" => CSSFeature {
id : "css.properties.view-timeline-axis.block", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.view-timeline-axis.inline" => CSSFeature {
id : "css.properties.view-timeline-axis.inline", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.view-timeline-axis.x" => CSSFeature { id :
"css.properties.view-timeline-axis.x", name : "Scroll-driven animations", description
:
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.view-timeline-axis.y" => CSSFeature { id :
"css.properties.view-timeline-axis.y", name : "Scroll-driven animations", description
:
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.view-timeline-inset" => CSSFeature { id :
"css.properties.view-timeline-inset", name : "Scroll-driven animations", description
:
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.view-timeline-inset.auto" => CSSFeature {
id : "css.properties.view-timeline-inset.auto", name : "Scroll-driven animations",
description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.view-timeline-name" => CSSFeature { id :
"css.properties.view-timeline-name", name : "Scroll-driven animations", description :
"The animation-timeline, scroll-timeline, and view-timeline CSS properties advance animations based on the user's scroll position.",
spec : "https://drafts.csswg.org/scroll-animations-1/", groups : & ["scrolling",
"animation"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(115u16, 0u16), chrome_android :
BrowserVersion(115u16, 0u16), edge : BrowserVersion(115u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.view-transition-class" => CSSFeature { id :
"css.properties.view-transition-class", name : "view-transition-class", description :
"The view-transition-class CSS property sets a name that can be used to apply styles to multiple named view transition pseudo-elements.",
spec :
"https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-class",
groups : & ["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16,
2u16), }, caniuse : & [], popularity : 0.076371f32, },
"css.properties.view-transition-class.none" => CSSFeature { id :
"css.properties.view-transition-class.none", name : "view-transition-class",
description :
"The view-transition-class CSS property sets a name that can be used to apply styles to multiple named view transition pseudo-elements.",
spec :
"https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-class",
groups : & ["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16,
2u16), }, caniuse : & [], popularity : 0.076371f32, },
"css.properties.view-transition-name" => CSSFeature { id :
"css.properties.view-transition-name", name : "View transitions", description :
"View transitions allow you to create animated visual transitions between different states of a document.",
spec : "https://drafts.csswg.org/css-view-transitions-1/", groups : &
["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(111u16, 0u16),
chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/view-transitions"], popularity : 0f32, },
"css.properties.view-transition-name.match-element" => CSSFeature { id :
"css.properties.view-transition-name.match-element", name : "View transitions",
description :
"View transitions allow you to create animated visual transitions between different states of a document.",
spec : "https://drafts.csswg.org/css-view-transitions-1/", groups : &
["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(137u16, 0u16),
chrome_android : BrowserVersion(137u16, 0u16), edge : BrowserVersion(137u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & ["https://caniuse.com/view-transitions"], popularity : 0f32, },
"css.properties.view-transition-name.none" => CSSFeature { id :
"css.properties.view-transition-name.none", name : "View transitions", description :
"View transitions allow you to create animated visual transitions between different states of a document.",
spec : "https://drafts.csswg.org/css-view-transitions-1/", groups : &
["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(111u16, 0u16),
chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/view-transitions"], popularity : 0f32, },
"css.properties.visibility" => CSSFeature { id : "css.properties.visibility", name :
"visibility", description :
"The visibility CSS property sets whether an element is shown. Invisible elements still affect the document layout.",
spec : "https://drafts.csswg.org/css-display-3/#visibility", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 75.18221f32, }, "css.properties.visibility.collapse" =>
CSSFeature { id : "css.properties.visibility.collapse", name : "visibility",
description :
"The visibility CSS property sets whether an element is shown. Invisible elements still affect the document layout.",
spec : "https://drafts.csswg.org/css-display-3/#visibility", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 75.18221f32, }, "css.properties.visibility.hidden" =>
CSSFeature { id : "css.properties.visibility.hidden", name : "visibility",
description :
"The visibility CSS property sets whether an element is shown. Invisible elements still affect the document layout.",
spec : "https://drafts.csswg.org/css-display-3/#visibility", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 75.18221f32, }, "css.properties.visibility.visible" =>
CSSFeature { id : "css.properties.visibility.visible", name : "visibility",
description :
"The visibility CSS property sets whether an element is shown. Invisible elements still affect the document layout.",
spec : "https://drafts.csswg.org/css-display-3/#visibility", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 75.18221f32, }, "css.properties.white-space" =>
CSSFeature { id : "css.properties.white-space", name : "white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 81.407646f32, }, "css.properties.white-space-collapse" => CSSFeature
{ id : "css.properties.white-space-collapse", name : "white-space-collapse",
description :
"The white-space-collapse CSS property sets whether new line characters are shown as line breaks, and whether multiple consecutive spaces are all displayed or combined.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-collapsing", groups : &
["white-space"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 19u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(114u16, 0u16),
chrome_android : BrowserVersion(114u16, 0u16), edge : BrowserVersion(114u16, 0u16),
firefox : BrowserVersion(124u16, 0u16), firefox_android : BrowserVersion(124u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0.647092f32, },
"css.properties.white-space-collapse.break-spaces" => CSSFeature { id :
"css.properties.white-space-collapse.break-spaces", name : "white-space-collapse",
description :
"The white-space-collapse CSS property sets whether new line characters are shown as line breaks, and whether multiple consecutive spaces are all displayed or combined.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-collapsing", groups : &
["white-space"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 19u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(114u16, 0u16),
chrome_android : BrowserVersion(114u16, 0u16), edge : BrowserVersion(114u16, 0u16),
firefox : BrowserVersion(124u16, 0u16), firefox_android : BrowserVersion(124u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0.647092f32, },
"css.properties.white-space-collapse.collapse" => CSSFeature { id :
"css.properties.white-space-collapse.collapse", name : "white-space-collapse",
description :
"The white-space-collapse CSS property sets whether new line characters are shown as line breaks, and whether multiple consecutive spaces are all displayed or combined.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-collapsing", groups : &
["white-space"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 19u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(114u16, 0u16),
chrome_android : BrowserVersion(114u16, 0u16), edge : BrowserVersion(114u16, 0u16),
firefox : BrowserVersion(124u16, 0u16), firefox_android : BrowserVersion(124u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0.647092f32, },
"css.properties.white-space-collapse.preserve" => CSSFeature { id :
"css.properties.white-space-collapse.preserve", name : "white-space-collapse",
description :
"The white-space-collapse CSS property sets whether new line characters are shown as line breaks, and whether multiple consecutive spaces are all displayed or combined.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-collapsing", groups : &
["white-space"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 19u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(114u16, 0u16),
chrome_android : BrowserVersion(114u16, 0u16), edge : BrowserVersion(114u16, 0u16),
firefox : BrowserVersion(124u16, 0u16), firefox_android : BrowserVersion(124u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0.647092f32, },
"css.properties.white-space-collapse.preserve-breaks" => CSSFeature { id :
"css.properties.white-space-collapse.preserve-breaks", name : "white-space-collapse",
description :
"The white-space-collapse CSS property sets whether new line characters are shown as line breaks, and whether multiple consecutive spaces are all displayed or combined.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-collapsing", groups : &
["white-space"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 19u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(114u16, 0u16),
chrome_android : BrowserVersion(114u16, 0u16), edge : BrowserVersion(114u16, 0u16),
firefox : BrowserVersion(124u16, 0u16), firefox_android : BrowserVersion(124u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0.647092f32, },
"css.properties.white-space-collapse.preserve-spaces" => CSSFeature { id :
"css.properties.white-space-collapse.preserve-spaces", name : "white-space-collapse",
description :
"The white-space-collapse CSS property sets whether new line characters are shown as line breaks, and whether multiple consecutive spaces are all displayed or combined.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-collapsing", groups : &
["white-space"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(124u16, 0u16),
firefox_android : BrowserVersion(124u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0.647092f32, },
"css.properties.white-space.break-spaces" => CSSFeature { id :
"css.properties.white-space.break-spaces", name : "white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(76u16, 0u16), chrome_android :
BrowserVersion(76u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
[], popularity : 81.407646f32, }, "css.properties.white-space.normal" => CSSFeature {
id : "css.properties.white-space.normal", name : "white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 81.407646f32, }, "css.properties.white-space.nowrap" => CSSFeature {
id : "css.properties.white-space.nowrap", name : "white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 81.407646f32, }, "css.properties.white-space.pre" => CSSFeature { id
: "css.properties.white-space.pre", name : "white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 81.407646f32, }, "css.properties.white-space.pre-line" => CSSFeature
{ id : "css.properties.white-space.pre-line", name : "white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 81.407646f32, }, "css.properties.white-space.pre-wrap" => CSSFeature
{ id : "css.properties.white-space.pre-wrap", name : "white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 81.407646f32, }, "css.properties.white-space.shorthand_values" =>
CSSFeature { id : "css.properties.white-space.shorthand_values", name :
"white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 81.407646f32, },
"css.properties.white-space.svg_elements" => CSSFeature { id :
"css.properties.white-space.svg_elements", name : "white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(36u16, 0u16),
firefox_android : BrowserVersion(36u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 81.407646f32, },
"css.properties.white-space.textarea_support" => CSSFeature { id :
"css.properties.white-space.textarea_support", name : "white-space", description :
"The white-space CSS property sets how white space is collapsed and how lines wrap. It is a shorthand for white-space-collapse and text-wrap-mode.",
spec : "https://drafts.csswg.org/css-text-4/#white-space-property", groups : &
["white-space"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 81.407646f32, }, "css.properties.widows" => CSSFeature { id :
"css.properties.widows", name : "Widows and orphans", description :
"The widows and orphans CSS properties set the minimum lines included in a text fragment created by page, column, or region breaks.",
spec : "https://drafts.csswg.org/css-break-4/#widows-orphans", groups : & ["layout"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(25u16, 0u16), chrome_android : BrowserVersion(25u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(1u16, 3u16), safari_ios :
BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-widows-orphans"], popularity : 0f32, },
"css.properties.width" => CSSFeature { id : "css.properties.width", name :
"Width and height", description :
"The width and height CSS properties set the preferred physical size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#preferred-size-properties", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.width.anchor-size" => CSSFeature { id :
"css.properties.width.anchor-size", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.properties.width.auto" => CSSFeature { id :
"css.properties.width.auto", name : "Width and height", description :
"The width and height CSS properties set the preferred physical size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#preferred-size-properties", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.width.fit-content" => CSSFeature { id :
"css.properties.width.fit-content", name : "fit-content", description :
"The fit-content CSS keyword expands a box as needed to fit its contents until the maximum size is reached, preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 5u32, 2u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 11u32, 2u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(94u16, 0u16), firefox_android : BrowserVersion(94u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.width.fit-content_function" => CSSFeature {
id : "css.properties.width.fit-content_function", name : "fit-content()", description
:
"The fit-content() CSS function, used outside of a grid layout property, clamps a length between min-content and max-content.",
spec : "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.properties.width.is_animatable" =>
CSSFeature { id : "css.properties.width.is_animatable", name : "Width and height",
description :
"The width and height CSS properties set the preferred physical size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#preferred-size-properties", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(26u16, 0u16), chrome_android :
BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.width.max-content" => CSSFeature { id :
"css.properties.width.max-content", name : "min-content and max-content", description
:
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.width.min-content" => CSSFeature { id :
"css.properties.width.min-content", name : "min-content and max-content", description
:
"The min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(46u16, 0u16), chrome_android :
BrowserVersion(46u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(66u16, 0u16), firefox_android : BrowserVersion(66u16, 0u16), safari :
BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.properties.width.stretch" => CSSFeature { id :
"css.properties.width.stretch", name : "stretch", description :
"The stretch CSS keyword expands a box as needed to fit its contents until the maximum size is reached, without preserving the content's preferred aspect ratio.",
spec : "https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing", groups : &
["layout"], baseline_status : BaselineStatus::False, browser_support : BrowserSupport
{ chrome : BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16,
0u16), edge : BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0),
firefox_android : BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.properties.will-change" => CSSFeature { id : "css.properties.will-change", name
: "will-change", description :
"The will-change CSS property gives hints to the browser about expected changes to an element's scroll position, contents, or style. These hints allow browsers to optimize for upcoming style changes.",
spec : "https://drafts.csswg.org/css-will-change-1/", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/will-change"], popularity : 37.9594f32, },
"css.properties.will-change.auto" => CSSFeature { id :
"css.properties.will-change.auto", name : "will-change", description :
"The will-change CSS property gives hints to the browser about expected changes to an element's scroll position, contents, or style. These hints allow browsers to optimize for upcoming style changes.",
spec : "https://drafts.csswg.org/css-will-change-1/", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/will-change"], popularity : 37.9594f32, },
"css.properties.will-change.contents" => CSSFeature { id :
"css.properties.will-change.contents", name : "will-change", description :
"The will-change CSS property gives hints to the browser about expected changes to an element's scroll position, contents, or style. These hints allow browsers to optimize for upcoming style changes.",
spec : "https://drafts.csswg.org/css-will-change-1/", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/will-change"], popularity : 37.9594f32, },
"css.properties.will-change.scroll-position" => CSSFeature { id :
"css.properties.will-change.scroll-position", name : "will-change", description :
"The will-change CSS property gives hints to the browser about expected changes to an element's scroll position, contents, or style. These hints allow browsers to optimize for upcoming style changes.",
spec : "https://drafts.csswg.org/css-will-change-1/", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(36u16, 0u16),
chrome_android : BrowserVersion(36u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/will-change"], popularity : 37.9594f32, },
"css.properties.word-break" => CSSFeature { id : "css.properties.word-break", name :
"word-break", description :
"The word-break CSS property sets how lines break within words.", spec :
"https://drafts.csswg.org/css-text-4/#word-break-property", groups : & ["text-wrap"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/word-break"], popularity : 56.4537f32, },
"css.properties.word-break.auto-phrase" => CSSFeature { id :
"css.properties.word-break.auto-phrase", name : "word-break: auto-phrase",
description :
"The word-break: auto-phrase CSS declaration specifies that wrapping should occur at natural phrase boundaries, especially in CJK languages.",
spec : "https://drafts.csswg.org/css-text-4/#valdef-word-break-auto-phrase", groups :
& ["text-wrap"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(119u16, 0u16), chrome_android :
BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.properties.word-break.break-all" => CSSFeature { id :
"css.properties.word-break.break-all", name : "word-break", description :
"The word-break CSS property sets how lines break within words.", spec :
"https://drafts.csswg.org/css-text-4/#word-break-property", groups : & ["text-wrap"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/word-break"], popularity : 56.4537f32, },
"css.properties.word-break.break-word" => CSSFeature { id :
"css.properties.word-break.break-word", name : "word-break: break-word", description
:
"The word-break: break-word CSS declaration sets word breaks to occur according to their customary rules.",
spec : "https://drafts.csswg.org/css-text-3/#word-break-property", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(1u16, 0u16), chrome_android : BrowserVersion(18u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(67u16, 0u16), firefox_android :
BrowserVersion(67u16, 0u16), safari : BrowserVersion(3u16, 0u16), safari_ios :
BrowserVersion(2u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.word-break.keep-all" => CSSFeature { id :
"css.properties.word-break.keep-all", name : "word-break", description :
"The word-break CSS property sets how lines break within words.", spec :
"https://drafts.csswg.org/css-text-4/#word-break-property", groups : & ["text-wrap"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
3u32, 30u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(44u16, 0u16),
chrome_android : BrowserVersion(44u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/word-break"], popularity : 56.4537f32, },
"css.properties.word-break.normal" => CSSFeature { id :
"css.properties.word-break.normal", name : "word-break", description :
"The word-break CSS property sets how lines break within words.", spec :
"https://drafts.csswg.org/css-text-4/#word-break-property", groups : & ["text-wrap"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(15u16, 0u16), firefox_android : BrowserVersion(15u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/word-break"], popularity : 56.4537f32, },
"css.properties.word-spacing" => CSSFeature { id : "css.properties.word-spacing",
name : "word-spacing", description :
"The word-spacing CSS property sets the amount of white space between words.", spec :
"https://drafts.csswg.org/css-text-4/#word-spacing-property", groups : & ["text"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 11.898491f32, }, "css.properties.word-spacing.normal" =>
CSSFeature { id : "css.properties.word-spacing.normal", name : "word-spacing",
description :
"The word-spacing CSS property sets the amount of white space between words.", spec :
"https://drafts.csswg.org/css-text-4/#word-spacing-property", groups : & ["text"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 11.898491f32, },
"css.properties.word-spacing.svg_elements" => CSSFeature { id :
"css.properties.word-spacing.svg_elements", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.writing-mode" => CSSFeature { id : "css.properties.writing-mode",
name : "writing-mode", description :
"The writing-mode CSS property sets whether text is laid out horizontally or vertically, and left to right, or right to left.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(48u16, 0u16),
chrome_android : BrowserVersion(48u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(41u16, 0u16), firefox_android : BrowserVersion(41u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-writing-mode"], popularity : 7.654618f32, },
"css.properties.writing-mode.horizontal-tb" => CSSFeature { id :
"css.properties.writing-mode.horizontal-tb", name : "writing-mode", description :
"The writing-mode CSS property sets whether text is laid out horizontally or vertically, and left to right, or right to left.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(48u16, 0u16),
chrome_android : BrowserVersion(48u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-writing-mode"], popularity : 7.654618f32, },
"css.properties.writing-mode.lr" => CSSFeature { id :
"css.properties.writing-mode.lr", name : "writing-mode SVG 1.1 values", description :
"The lr, lr-tb, rl, rl-tb, tb, and tb-rl keyword values for the writing-mode CSS property set the text direction for elements in SVG 1.1 documents.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(48u16, 0u16), chrome_android : BrowserVersion(48u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(10u16, 1u16), safari_ios :
BrowserVersion(10u16, 3u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.writing-mode.lr-tb" => CSSFeature { id :
"css.properties.writing-mode.lr-tb", name : "writing-mode SVG 1.1 values",
description :
"The lr, lr-tb, rl, rl-tb, tb, and tb-rl keyword values for the writing-mode CSS property set the text direction for elements in SVG 1.1 documents.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(48u16, 0u16), chrome_android : BrowserVersion(48u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(10u16, 1u16), safari_ios :
BrowserVersion(10u16, 3u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.writing-mode.rl" => CSSFeature { id :
"css.properties.writing-mode.rl", name : "writing-mode SVG 1.1 values", description :
"The lr, lr-tb, rl, rl-tb, tb, and tb-rl keyword values for the writing-mode CSS property set the text direction for elements in SVG 1.1 documents.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(48u16, 0u16), chrome_android : BrowserVersion(48u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(10u16, 1u16), safari_ios :
BrowserVersion(10u16, 3u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.writing-mode.rl-tb" => CSSFeature { id :
"css.properties.writing-mode.rl-tb", name : "writing-mode SVG 1.1 values",
description :
"The lr, lr-tb, rl, rl-tb, tb, and tb-rl keyword values for the writing-mode CSS property set the text direction for elements in SVG 1.1 documents.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(48u16, 0u16), chrome_android : BrowserVersion(48u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(10u16, 1u16), safari_ios :
BrowserVersion(10u16, 3u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.writing-mode.sideways-lr" => CSSFeature { id :
"css.properties.writing-mode.sideways-lr", name : "writing-mode", description :
"The writing-mode CSS property sets whether text is laid out horizontally or vertically, and left to right, or right to left.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 3u32, 31u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16, 4u16), },
caniuse : & ["https://caniuse.com/css-writing-mode"], popularity : 7.654618f32, },
"css.properties.writing-mode.sideways-rl" => CSSFeature { id :
"css.properties.writing-mode.sideways-rl", name : "writing-mode", description :
"The writing-mode CSS property sets whether text is laid out horizontally or vertically, and left to right, or right to left.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 3u32, 31u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(132u16, 0u16),
chrome_android : BrowserVersion(132u16, 0u16), edge : BrowserVersion(132u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16, 4u16), },
caniuse : & ["https://caniuse.com/css-writing-mode"], popularity : 7.654618f32, },
"css.properties.writing-mode.tb" => CSSFeature { id :
"css.properties.writing-mode.tb", name : "writing-mode SVG 1.1 values", description :
"The lr, lr-tb, rl, rl-tb, tb, and tb-rl keyword values for the writing-mode CSS property set the text direction for elements in SVG 1.1 documents.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(48u16, 0u16), chrome_android : BrowserVersion(48u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(10u16, 1u16), safari_ios :
BrowserVersion(10u16, 3u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.writing-mode.tb-rl" => CSSFeature { id :
"css.properties.writing-mode.tb-rl", name : "writing-mode SVG 1.1 values",
description :
"The lr, lr-tb, rl, rl-tb, tb, and tb-rl keyword values for the writing-mode CSS property set the text direction for elements in SVG 1.1 documents.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(48u16, 0u16), chrome_android : BrowserVersion(48u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(43u16, 0u16), firefox_android :
BrowserVersion(43u16, 0u16), safari : BrowserVersion(10u16, 1u16), safari_ios :
BrowserVersion(10u16, 3u16), }, caniuse : & [], popularity : 0f32, },
"css.properties.writing-mode.vertical-lr" => CSSFeature { id :
"css.properties.writing-mode.vertical-lr", name : "writing-mode", description :
"The writing-mode CSS property sets whether text is laid out horizontally or vertically, and left to right, or right to left.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(48u16, 0u16),
chrome_android : BrowserVersion(48u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-writing-mode"], popularity : 7.654618f32, },
"css.properties.writing-mode.vertical-rl" => CSSFeature { id :
"css.properties.writing-mode.vertical-rl", name : "writing-mode", description :
"The writing-mode CSS property sets whether text is laid out horizontally or vertically, and left to right, or right to left.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#block-flow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
9u32, 27u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 27u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(48u16, 0u16),
chrome_android : BrowserVersion(48u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(43u16, 0u16), firefox_android : BrowserVersion(43u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-writing-mode"], popularity : 7.654618f32, },
"css.properties.writing-mode.vertical_oriented_form_controls" => CSSFeature { id :
"css.properties.writing-mode.vertical_oriented_form_controls", name :
"Vertical form controls", description :
"The writing-mode CSS property orients form elements (such as radio buttons, progress bars, or select menus) vertically when the writing mode is vertical-lr or vertical-rl. The direction CSS property sets whether inputs flow from top to bottom or bottom to top.",
spec : "https://drafts.csswg.org/css-writing-modes-4/#vertical-modes", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 4u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(124u16, 0u16),
chrome_android : BrowserVersion(124u16, 0u16), edge : BrowserVersion(124u16, 0u16),
firefox : BrowserVersion(120u16, 0u16), firefox_android : BrowserVersion(120u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.properties.x" => CSSFeature { id
: "css.properties.x", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(42u16, 0u16),
chrome_android : BrowserVersion(42u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, }, "css.properties.y" =>
CSSFeature { id : "css.properties.y", name : "SVG", description :
"The SVG image format, represented by the <svg> element, creates two-dimensional vector graphics with declarative or scripted interaction and animation.",
spec : "https://svgwg.org/svg2-draft/", groups : & ["svg"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(42u16, 0u16),
chrome_android : BrowserVersion(42u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(69u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/svg"], popularity : 0f32, },
"css.properties.z-index" => CSSFeature { id : "css.properties.z-index", name :
"z-index", description :
"The z-index CSS property orders overlapping elements, with higher values appearing in front of or on top of lower values.",
spec : "https://drafts.csswg.org/css2/#z-index", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 85.917f32, }, "css.properties.z-index.auto" =>
CSSFeature { id : "css.properties.z-index.auto", name : "z-index", description :
"The z-index CSS property orders overlapping elements, with higher values appearing in front of or on top of lower values.",
spec : "https://drafts.csswg.org/css2/#z-index", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 85.917f32, }, "css.properties.z-index.negative_values"
=> CSSFeature { id : "css.properties.z-index.negative_values", name : "z-index",
description :
"The z-index CSS property orders overlapping elements, with higher values appearing in front of or on top of lower values.",
spec : "https://drafts.csswg.org/css2/#z-index", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 85.917f32, }, "css.properties.zoom" => CSSFeature { id :
"css.properties.zoom", name : "zoom", description :
"The zoom CSS property scales the size of an element. Unlike the transform property, a zoomed element affects page layout.",
spec : "https://drafts.csswg.org/css-viewport/#zoom-property", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 14u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(126u16, 0u16), firefox_android : BrowserVersion(126u16,
0u16), safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 0u16),
}, caniuse : & ["https://caniuse.com/css-zoom"], popularity : 27.846125f32, },
"css.selectors.active" => CSSFeature { id : "css.selectors.active", name :
"User action pseudo-classes", description :
"The :active, :focus, and :hover CSS pseudo-classes match elements based on how users are interacting with them.",
spec : "https://drafts.csswg.org/selectors-4/#the-hover-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.active-view-transition" => CSSFeature { id :
"css.selectors.active-view-transition", name : "Active view transition", description
:
"The :active-view-transition CSS pseudo-class matches the root element when a view transition is active. The :active-view-transition-type() CSS pseudo-class matches only when the active view transition was started with the specified type.",
spec :
"https://drafts.csswg.org/css-view-transitions-2/#the-active-view-transition-pseudo",
groups : & ["view-transitions", "selectors"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.active-view-transition-type" => CSSFeature { id :
"css.selectors.active-view-transition-type", name : "Active view transition",
description :
"The :active-view-transition CSS pseudo-class matches the root element when a view transition is active. The :active-view-transition-type() CSS pseudo-class matches only when the active view transition was started with the specified type.",
spec :
"https://drafts.csswg.org/css-view-transitions-2/#the-active-view-transition-pseudo",
groups : & ["view-transitions", "selectors"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16,
2u16), }, caniuse : & [], popularity : 0f32, }, "css.selectors.active.non_a_elements"
=> CSSFeature { id : "css.selectors.active.non_a_elements", name :
"User action pseudo-classes", description :
"The :active, :focus, and :hover CSS pseudo-classes match elements based on how users are interacting with them.",
spec : "https://drafts.csswg.org/selectors-4/#the-hover-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.after" => CSSFeature { id :
"css.selectors.after", name : "::before and ::after", description :
"The ::before and ::after CSS pseudo-elements select inline boxes preceding and following an element. They are often used with the content property to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-pseudo-4/#generated-content", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/css-gencontent"], popularity : 0f32, },
"css.selectors.after.animation_and_transition_support" => CSSFeature { id :
"css.selectors.after.animation_and_transition_support", name :
"::before and ::after", description :
"The ::before and ::after CSS pseudo-elements select inline boxes preceding and following an element. They are often used with the content property to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-pseudo-4/#generated-content", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/css-gencontent"], popularity : 0f32, },
"css.selectors.any-link" => CSSFeature { id : "css.selectors.any-link", name :
"Link selectors", description :
"The :link CSS pseudo-class matches unvisited links, :visited matches visited links, and :any-link matches both.",
spec : "https://drafts.csswg.org/selectors-4/#location", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(65u16, 0u16),
chrome_android : BrowserVersion(65u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(50u16, 0u16), firefox_android : BrowserVersion(50u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-any-link"], popularity : 0f32, },
"css.selectors.any-link.not_match_link" => CSSFeature { id :
"css.selectors.any-link.not_match_link", name : "Link selectors", description :
"The :link CSS pseudo-class matches unvisited links, :visited matches visited links, and :any-link matches both.",
spec : "https://drafts.csswg.org/selectors-4/#location", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(65u16, 0u16),
chrome_android : BrowserVersion(65u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(87u16, 0u16), firefox_android : BrowserVersion(87u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-any-link"], popularity : 0f32, },
"css.selectors.attribute" => CSSFeature { id : "css.selectors.attribute", name :
"Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.attribute.case_insensitive_modifier" => CSSFeature { id :
"css.selectors.attribute.case_insensitive_modifier", name :
"Case-insensitive attribute selector", description :
"The i identifier in a CSS attribute selector matches attribute values case-insensitively in document languages like XML where attribute values are case-sensitive.",
spec : "https://drafts.csswg.org/selectors-4/#attribute-case", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(49u16, 0u16), chrome_android :
BrowserVersion(49u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(47u16, 0u16), firefox_android : BrowserVersion(47u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/css-case-insensitive"], popularity : 0f32, },
"css.selectors.attribute.case_sensitive_modifier" => CSSFeature { id :
"css.selectors.attribute.case_sensitive_modifier", name :
"Case-sensitive attribute selector", description :
"The s identifier in a CSS attribute selector matches attribute values case-sensitively in document languages like HTML where attribute values are case-insensitive.",
spec : "https://drafts.csswg.org/selectors-4/#attribute-case", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(66u16, 0u16),
firefox_android : BrowserVersion(66u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.selectors.autofill" => CSSFeature { id : "css.selectors.autofill", name :
":autofill", description :
"The :autofill pseudo-class matches <input> elements that have been filled in automatically by the browser.",
spec :
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-autofill",
groups : & ["forms"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(110u16, 0u16), chrome_android :
BrowserVersion(110u16, 0u16), edge : BrowserVersion(110u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.backdrop" => CSSFeature { id :
"css.selectors.backdrop", name : "::backdrop", description :
"The ::backdrop CSS pseudo-element is a box underneath an element in the top layer, such as a <dialog>. It can be used to create obscuring effects distinguishing a modal element from the elements underneath.",
spec : "https://drafts.csswg.org/css-position-4/#backdrop", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(37u16, 0u16),
chrome_android : BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(47u16, 0u16), firefox_android : BrowserVersion(47u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 0f32, }, "css.selectors.backdrop.dialog" => CSSFeature {
id : "css.selectors.backdrop.dialog", name : "::backdrop", description :
"The ::backdrop CSS pseudo-element is a box underneath an element in the top layer, such as a <dialog>. It can be used to create obscuring effects distinguishing a modal element from the elements underneath.",
spec : "https://drafts.csswg.org/css-position-4/#backdrop", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(37u16, 0u16),
chrome_android : BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(98u16, 0u16), firefox_android : BrowserVersion(98u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & [], popularity : 0f32, }, "css.selectors.backdrop.fullscreen" =>
CSSFeature { id : "css.selectors.backdrop.fullscreen", name : "Fullscreen API",
description :
"The fullscreen API makes a specific element fill the whole screen and hides most browser UI.",
spec : "https://fullscreen.spec.whatwg.org/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(69u16, 0u16),
chrome_android : BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(47u16, 0u16), firefox_android : BrowserVersion(47u16, 0u16),
safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16, 4u16), },
caniuse : & ["https://caniuse.com/fullscreen"], popularity : 0f32, },
"css.selectors.backdrop.inherit_from_originating_element" => CSSFeature { id :
"css.selectors.backdrop.inherit_from_originating_element", name : "::backdrop",
description :
"The ::backdrop CSS pseudo-element is a box underneath an element in the top layer, such as a <dialog>. It can be used to create obscuring effects distinguishing a modal element from the elements underneath.",
spec : "https://drafts.csswg.org/css-position-4/#backdrop", groups : & ["selectors"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 3u32, 5u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(122u16, 0u16),
chrome_android : BrowserVersion(122u16, 0u16), edge : BrowserVersion(122u16, 0u16),
firefox : BrowserVersion(120u16, 0u16), firefox_android : BrowserVersion(120u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.selectors.backdrop.popover" =>
CSSFeature { id : "css.selectors.backdrop.popover", name : "Popover", description :
"The popover HTML attribute creates an overlay to display content on top of other page content. Popovers can be shown declaratively using HTML, or using the showPopover() method.",
spec : "https://html.spec.whatwg.org/multipage/popover.html", groups : & ["html"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 4u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(114u16, 0u16),
chrome_android : BrowserVersion(114u16, 0u16), edge : BrowserVersion(114u16, 0u16),
firefox : BrowserVersion(125u16, 0u16), firefox_android : BrowserVersion(125u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 0f32, }, "css.selectors.before" => CSSFeature
{ id : "css.selectors.before", name : "::before and ::after", description :
"The ::before and ::after CSS pseudo-elements select inline boxes preceding and following an element. They are often used with the content property to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-pseudo-4/#generated-content", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 0u16), },
caniuse : & ["https://caniuse.com/css-gencontent"], popularity : 0f32, },
"css.selectors.before.animation_and_transition_support" => CSSFeature { id :
"css.selectors.before.animation_and_transition_support", name :
"::before and ::after", description :
"The ::before and ::after CSS pseudo-elements select inline boxes preceding and following an element. They are often used with the content property to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-pseudo-4/#generated-content", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/css-gencontent"], popularity : 0f32, },
"css.selectors.buffering" => CSSFeature { id : "css.selectors.buffering", name :
"Media element pseudo-classes", description :
"The :playing, :paused, :seeking, :buffering, :stalled, :muted, and :volume-locked CSS pseudo-classes match <audio> and <video> elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#resource-pseudos", groups : &
["media-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.checked" => CSSFeature { id : "css.selectors.checked", name :
"Input selectors", description :
"The :checked, :disabled, and :enabled CSS pseudo-classes match form elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#checked", groups : & ["forms",
"selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.checkmark" => CSSFeature { id :
"css.selectors.checkmark", name : "Customizable <select>", description :
"The <select> element's appearance, including the button, selected option, picker dropdown, and options, can be customized using CSS.",
spec : "https://open-ui.org/components/customizableselect/", groups : & ["forms",
"html-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.child" => CSSFeature { id :
"css.selectors.child", name : "Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.class" => CSSFeature { id : "css.selectors.class", name :
"Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.column" => CSSFeature { id : "css.selectors.column", name :
"::column", description :
"The ::column CSS pseudo-element represents the individual columns of a multi-column layout container. Columns can only be styled with scroll snap CSS properties and can also have a ::scroll-marker pseudo-element, which scrolls to the column when activated.",
spec : "https://drafts.csswg.org/css-multicol-2/#column-pseudo", groups : &
["multi-column", "scrolling"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(135u16, 0u16),
chrome_android : BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.column.nested_scroll-marker" => CSSFeature { id
: "css.selectors.column.nested_scroll-marker", name : "::column", description :
"The ::column CSS pseudo-element represents the individual columns of a multi-column layout container. Columns can only be styled with scroll snap CSS properties and can also have a ::scroll-marker pseudo-element, which scrolls to the column when activated.",
spec : "https://drafts.csswg.org/css-multicol-2/#column-pseudo", groups : &
["multi-column", "scrolling"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(135u16, 0u16),
chrome_android : BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.cue" => CSSFeature { id : "css.selectors.cue",
name : "WebVTT", description :
"WebVTT is a captions and subtitles format. WebVTT files are loaded using the <track> element, and the VTTCue API can be used to create or update cues dynamically.",
spec : "https://w3c.github.io/webvtt/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/webvtt"], popularity : 0f32, },
"css.selectors.cue.selector_argument" => CSSFeature { id :
"css.selectors.cue.selector_argument", name : "WebVTT", description :
"WebVTT is a captions and subtitles format. WebVTT files are loaded using the <track> element, and the VTTCue API can be used to create or update cues dynamically.",
spec : "https://w3c.github.io/webvtt/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(26u16, 0u16), chrome_android : BrowserVersion(26u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(7u16, 0u16), safari_ios :
BrowserVersion(7u16, 0u16), }, caniuse : & ["https://caniuse.com/webvtt"], popularity
: 0f32, }, "css.selectors.default" => CSSFeature { id : "css.selectors.default", name
: ":default", description :
"The :default CSS pseudo-class matches the default element in a group of related form controls, such as checkboxes and radio buttons with the checked attribute.",
spec : "https://drafts.csswg.org/selectors-4/#the-default-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(10u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
["https://caniuse.com/css-default-pseudo"], popularity : 0f32, },
"css.selectors.defined" => CSSFeature { id : "css.selectors.defined", name :
"Autonomous custom elements", description :
"Autonomous custom elements are HTML elements with a hyphenated tag name (like <example-element>) that have behaviors you define.",
spec :
"https://html.spec.whatwg.org/multipage/custom-elements.html#autonomous-custom-element",
groups : & ["custom-elements"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(54u16, 0u16), chrome_android :
BrowserVersion(54u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.descendant" => CSSFeature { id :
"css.selectors.descendant", name : "Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.details-content" => CSSFeature { id : "css.selectors.details-content",
name : "::details-content", description :
"The ::details-content pseudo-element selects the expandable content of a <details> element, excluding the <summary>.",
spec : "https://drafts.csswg.org/css-pseudo-4/#details-content-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32,
9u32, 16u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(131u16, 0u16), chrome_android : BrowserVersion(131u16, 0u16), edge :
BrowserVersion(131u16, 0u16), firefox : BrowserVersion(143u16, 0u16), firefox_android
: BrowserVersion(143u16, 0u16), safari : BrowserVersion(18u16, 4u16), safari_ios :
BrowserVersion(18u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.dir" => CSSFeature { id : "css.selectors.dir", name : ":dir()",
description :
"The :dir() CSS functional pseudo-class matches elements by text direction, either right to left (rtl) or left to right (ltr).",
spec : "https://drafts.csswg.org/selectors-4/#the-dir-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
12u32, 7u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(120u16, 0u16), chrome_android : BrowserVersion(120u16, 0u16), edge :
BrowserVersion(120u16, 0u16), firefox : BrowserVersion(49u16, 0u16), firefox_android
: BrowserVersion(49u16, 0u16), safari : BrowserVersion(16u16, 4u16), safari_ios :
BrowserVersion(16u16, 4u16), }, caniuse : & ["https://caniuse.com/css-dir-pseudo"],
popularity : 0f32, }, "css.selectors.disabled" => CSSFeature { id :
"css.selectors.disabled", name : "Input selectors", description :
"The :checked, :disabled, and :enabled CSS pseudo-classes match form elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#checked", groups : & ["forms",
"selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.empty" => CSSFeature { id :
"css.selectors.empty", name : ":empty", description :
"The :empty CSS pseudo-class matches elements without child elements.", spec :
"https://drafts.csswg.org/selectors-4/#the-empty-pseudo", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.selectors.empty.matches_whitespace" =>
CSSFeature { id : "css.selectors.empty.matches_whitespace", name : ":empty",
description : "The :empty CSS pseudo-class matches elements without child elements.",
spec : "https://drafts.csswg.org/selectors-4/#the-empty-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.selectors.enabled" => CSSFeature {
id : "css.selectors.enabled", name : "Input selectors", description :
"The :checked, :disabled, and :enabled CSS pseudo-classes match form elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#checked", groups : & ["forms",
"selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.file-selector-button" => CSSFeature { id :
"css.selectors.file-selector-button", name : "::file-selector-button", description :
"The ::file-selector-button CSS pseudo-element selects the button of a <input type=\"file\"> element.",
spec : "https://drafts.csswg.org/css-pseudo-4/#file-selector-button-pseudo", groups :
& ["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 10u32, 26u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 4u32, 26u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(89u16, 0u16), chrome_android :
BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16), firefox :
BrowserVersion(82u16, 0u16), firefox_android : BrowserVersion(82u16, 0u16), safari :
BrowserVersion(14u16, 1u16), safari_ios : BrowserVersion(14u16, 5u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.first" => CSSFeature { id :
"css.selectors.first", name : "Page selectors", description :
"The :first, :left, and :right pseudo-classes select pages based on their position in sequence after pagination.",
spec : "https://drafts.csswg.org/css-page-3/#page-selectors", groups : &
["selectors", "print"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2026i32, 2u32, 1u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 8u32, 1u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(18u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(116u16, 0u16), firefox_android : BrowserVersion(116u16, 0u16), safari
: BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.first-child" => CSSFeature { id :
"css.selectors.first-child", name : ":nth-child()", description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(4u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.first-child.no_parent_required" =>
CSSFeature { id : "css.selectors.first-child.no_parent_required", name :
":nth-child()", description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.first-letter" => CSSFeature { id :
"css.selectors.first-letter", name : "::first-letter", description :
"The ::first-letter CSS pseudo-element selects the first letter in an element for styling.",
spec : "https://drafts.csswg.org/css-pseudo-4/#first-letter-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-first-letter"], popularity : 0f32, },
"css.selectors.first-letter.dutch_ij_digraph" => CSSFeature { id :
"css.selectors.first-letter.dutch_ij_digraph", name : "::first-letter", description :
"The ::first-letter CSS pseudo-element selects the first letter in an element for styling.",
spec : "https://drafts.csswg.org/css-pseudo-4/#first-letter-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(87u16, 0u16),
firefox_android : BrowserVersion(87u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-first-letter"], popularity : 0f32, },
"css.selectors.first-letter.svg_text_element" => CSSFeature { id :
"css.selectors.first-letter.svg_text_element", name : "::first-letter", description :
"The ::first-letter CSS pseudo-element selects the first letter in an element for styling.",
spec : "https://drafts.csswg.org/css-pseudo-4/#first-letter-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(124u16, 0u16),
firefox_android : BrowserVersion(124u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-first-letter"], popularity : 0f32, },
"css.selectors.first-line" => CSSFeature { id : "css.selectors.first-line", name :
"::first-line", description :
"The ::first-line CSS pseudo-element selects the first line of text in an element for styling.",
spec : "https://drafts.csswg.org/css-pseudo-4/#first-line-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-first-line"], popularity : 0f32, },
"css.selectors.first-line.svg_text_element" => CSSFeature { id :
"css.selectors.first-line.svg_text_element", name : "::first-line", description :
"The ::first-line CSS pseudo-element selects the first line of text in an element for styling.",
spec : "https://drafts.csswg.org/css-pseudo-4/#first-line-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(124u16, 0u16),
firefox_android : BrowserVersion(124u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-first-line"], popularity : 0f32, },
"css.selectors.first-of-type" => CSSFeature { id : "css.selectors.first-of-type",
name : ":nth-of-type() pseudo-classes", description :
"The :nth-of-type() and :nth-last-of-type() CSS functional pseudo-classes match elements based on their position among siblings of the same type. The :first-of-type, :last-of-type, and :only-of-type pseudo-classes match the first, last, and only elements of its type.",
spec : "https://drafts.csswg.org/selectors-4/#typed-child-index", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.focus" => CSSFeature { id :
"css.selectors.focus", name : "User action pseudo-classes", description :
"The :active, :focus, and :hover CSS pseudo-classes match elements based on how users are interacting with them.",
spec : "https://drafts.csswg.org/selectors-4/#the-hover-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.focus-visible" => CSSFeature { id :
"css.selectors.focus-visible", name : ":focus-visible", description :
"The :focus-visible CSS pseudo-class selects elements that match the :focus pseudo-class and meets the browser's criteria for visually emphasizing focused elements.",
spec : "https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(86u16, 0u16), chrome_android :
BrowserVersion(86u16, 0u16), edge : BrowserVersion(86u16, 0u16), firefox :
BrowserVersion(85u16, 0u16), firefox_android : BrowserVersion(85u16, 0u16), safari :
BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/css-focus-visible"], popularity : 0f32, },
"css.selectors.focus-within" => CSSFeature { id : "css.selectors.focus-within", name
: ":focus-within", description :
"The :focus-within CSS pseudo-class matches an element if the element or any of its children are focused.",
spec : "https://drafts.csswg.org/selectors-4/#the-focus-within-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(60u16, 0u16), chrome_android :
BrowserVersion(60u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/css-focus-within"], popularity : 0f32, },
"css.selectors.fullscreen" => CSSFeature { id : "css.selectors.fullscreen", name :
"Fullscreen API", description :
"The fullscreen API makes a specific element fill the whole screen and hides most browser UI.",
spec : "https://fullscreen.spec.whatwg.org/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(71u16, 0u16), chrome_android : BrowserVersion(71u16, 0u16), edge :
BrowserVersion(12u16, 0u16), firefox : BrowserVersion(64u16, 0u16), firefox_android :
BrowserVersion(64u16, 0u16), safari : BrowserVersion(16u16, 4u16), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/fullscreen"], popularity :
0f32, }, "css.selectors.fullscreen.all_elements" => CSSFeature { id :
"css.selectors.fullscreen.all_elements", name : "Fullscreen API", description :
"The fullscreen API makes a specific element fill the whole screen and hides most browser UI.",
spec : "https://fullscreen.spec.whatwg.org/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome : BrowserVersion(0,
0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0, 0), firefox :
BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/fullscreen"], popularity : 0f32, }, "css.selectors.future" =>
CSSFeature { id : "css.selectors.future", name : "Time-relative pseudo-selectors",
description :
"The :past and :future CSS pseudo-classes match prior or upcoming text track cues during media playback.",
spec : "https://w3c.github.io/webvtt/#the-past-and-future-pseudo-classes", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(23u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.grammar-error" => CSSFeature { id :
"css.selectors.grammar-error", name : "::spelling-error and ::grammar-error",
description :
"The ::spelling-error and ::grammar-error CSS pseudo-elements match text that is highlighted as misspelled and grammatically incorrect, respectively.",
spec : "https://drafts.csswg.org/css-pseudo-4/#selectordef-spelling-error", groups :
& ["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(121u16, 0u16), chrome_android :
BrowserVersion(121u16, 0u16), edge : BrowserVersion(121u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16, 4u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.has" => CSSFeature { id :
"css.selectors.has", name : ":has()", description :
"The :has() CSS functional pseudo-class matches an element if any of the selectors passed as parameters would match at least one element.",
spec : "https://drafts.csswg.org/selectors-4/#relational", groups : & ["selectors"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 19u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(105u16, 0u16),
chrome_android : BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16),
firefox : BrowserVersion(121u16, 0u16), firefox_android : BrowserVersion(121u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & ["https://caniuse.com/css-has"], popularity : 0f32, },
"css.selectors.has-slotted" => CSSFeature { id : "css.selectors.has-slotted", name :
":has-slotted", description :
"The :has-slotted CSS pseudo-class matches <slot> elements where the fallback content is not shown. The pseudo-class matches any slotted content, including white space, text nodes, or elements.",
spec : "https://drafts.csswg.org/css-shadow-1/#the-has-slotted-pseudo", groups : &
["selectors", "web-components"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android :
BrowserVersion(0, 0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(136u16,
0u16), firefox_android : BrowserVersion(136u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.selectors.heading" => CSSFeature { id : "css.selectors.heading", name :
"Heading pseudo-classes", description :
"The :heading and :heading() CSS pseudo-classes match headings of varying levels. The :heading pseudo-class matches any heading (<h1> through <h6>). The :heading() selector matches any of the given levels. For example, :heading(1, 2) matches headings level 1 and 2.",
spec : "https://drafts.csswg.org/selectors-5/#headings", groups : & ["selectors"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.headingfunction" => CSSFeature { id :
"css.selectors.headingfunction", name : "Heading pseudo-classes", description :
"The :heading and :heading() CSS pseudo-classes match headings of varying levels. The :heading pseudo-class matches any heading (<h1> through <h6>). The :heading() selector matches any of the given levels. For example, :heading(1, 2) matches headings level 1 and 2.",
spec : "https://drafts.csswg.org/selectors-5/#headings", groups : & ["selectors"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.highlight" => CSSFeature { id :
"css.selectors.highlight", name : "Custom highlights", description :
"Custom highlights style arbitrary text ranges, without adding extra elements to the DOM.",
spec : "https://drafts.csswg.org/css-highlight-api-1/", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(105u16, 0u16), chrome_android : BrowserVersion(105u16, 0u16), edge :
BrowserVersion(105u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.host" => CSSFeature { id : "css.selectors.host", name : "Host",
description :
"The :host CSS pseudo-class selects the containing element of the shadow tree in which it is used. The :host() CSS pseudo-class selects the that element only if it matches the provided selector.",
spec : "https://drafts.csswg.org/css-shadow-1/#host-selector", groups : &
["selectors", "web-components"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(54u16, 0u16), chrome_android :
BrowserVersion(54u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.host-context" => CSSFeature { id :
"css.selectors.host-context", name : ":host-context()", description :
"The :host-context() CSS pseudo-class selects the containing element of the shadow tree in which it is used if that element or an ancestor matches the provided selector.",
spec : "https://drafts.csswg.org/css-shadow-1/#host-selector", groups : &
["selectors", "web-components"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(54u16, 0u16),
chrome_android : BrowserVersion(54u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.hostfunction" => CSSFeature { id :
"css.selectors.hostfunction", name : "Host", description :
"The :host CSS pseudo-class selects the containing element of the shadow tree in which it is used. The :host() CSS pseudo-class selects the that element only if it matches the provided selector.",
spec : "https://drafts.csswg.org/css-shadow-1/#host-selector", groups : &
["selectors", "web-components"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(54u16, 0u16), chrome_android :
BrowserVersion(54u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.hover" => CSSFeature { id :
"css.selectors.hover", name : "User action pseudo-classes", description :
"The :active, :focus, and :hover CSS pseudo-classes match elements based on how users are interacting with them.",
spec : "https://drafts.csswg.org/selectors-4/#the-hover-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(2u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.hover.a_elements" => CSSFeature { id :
"css.selectors.hover.a_elements", name : "User action pseudo-classes", description :
"The :active, :focus, and :hover CSS pseudo-classes match elements based on how users are interacting with them.",
spec : "https://drafts.csswg.org/selectors-4/#the-hover-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(2u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.hover.all_elements" => CSSFeature { id :
"css.selectors.hover.all_elements", name : "User action pseudo-classes", description
:
"The :active, :focus, and :hover CSS pseudo-classes match elements based on how users are interacting with them.",
spec : "https://drafts.csswg.org/selectors-4/#the-hover-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(2u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.id" => CSSFeature { id : "css.selectors.id",
name : "Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.in-range" => CSSFeature { id : "css.selectors.in-range", name :
"Form validity pseudo-classes", description :
"The form validity CSS pseudo-classes match <form> elements based on the constraints of a form field, such as validity (:valid, :invalid, :in-range, :out-of-range) and necessity (:optional or :required).",
spec : "https://drafts.csswg.org/selectors-4/#ui-validity", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
5u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 11u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(10u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(13u16, 0u16),
firefox : BrowserVersion(29u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/css-optional-pseudo",
"https://caniuse.com/css-in-out-of-range"], popularity : 0f32, },
"css.selectors.indeterminate" => CSSFeature { id : "css.selectors.indeterminate",
name : ":indeterminate", description :
"The :indeterminate CSS pseudo-class selects any form element whose state is indeterminate, such as checkboxes that have been set to an indeterminate state with JavaScript, or radio buttons which are members of a group in which all radio buttons are unchecked.",
spec : "https://drafts.csswg.org/selectors-4/#indeterminate", groups : & ["forms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(2u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-indeterminate-pseudo"], popularity : 0f32, },
"css.selectors.indeterminate.checkbox" => CSSFeature { id :
"css.selectors.indeterminate.checkbox", name : ":indeterminate", description :
"The :indeterminate CSS pseudo-class selects any form element whose state is indeterminate, such as checkboxes that have been set to an indeterminate state with JavaScript, or radio buttons which are members of a group in which all radio buttons are unchecked.",
spec : "https://drafts.csswg.org/selectors-4/#indeterminate", groups : & ["forms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-indeterminate-pseudo"], popularity : 0f32, },
"css.selectors.indeterminate.progress" => CSSFeature { id :
"css.selectors.indeterminate.progress", name : ":indeterminate", description :
"The :indeterminate CSS pseudo-class selects any form element whose state is indeterminate, such as checkboxes that have been set to an indeterminate state with JavaScript, or radio buttons which are members of a group in which all radio buttons are unchecked.",
spec : "https://drafts.csswg.org/selectors-4/#indeterminate", groups : & ["forms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(6u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(6u16, 0u16), firefox_android : BrowserVersion(6u16, 0u16),
safari : BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/css-indeterminate-pseudo"], popularity : 0f32, },
"css.selectors.indeterminate.radio" => CSSFeature { id :
"css.selectors.indeterminate.radio", name : ":indeterminate", description :
"The :indeterminate CSS pseudo-class selects any form element whose state is indeterminate, such as checkboxes that have been set to an indeterminate state with JavaScript, or radio buttons which are members of a group in which all radio buttons are unchecked.",
spec : "https://drafts.csswg.org/selectors-4/#indeterminate", groups : & ["forms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(39u16, 0u16),
chrome_android : BrowserVersion(39u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(51u16, 0u16), firefox_android : BrowserVersion(51u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & ["https://caniuse.com/css-indeterminate-pseudo"], popularity : 0f32, },
"css.selectors.invalid" => CSSFeature { id : "css.selectors.invalid", name :
"Form validity pseudo-classes", description :
"The form validity CSS pseudo-classes match <form> elements based on the constraints of a form field, such as validity (:valid, :invalid, :in-range, :out-of-range) and necessity (:optional or :required).",
spec : "https://drafts.csswg.org/selectors-4/#ui-validity", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(10u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/css-optional-pseudo",
"https://caniuse.com/css-in-out-of-range"], popularity : 0f32, },
"css.selectors.invalid.form" => CSSFeature { id : "css.selectors.invalid.form", name
: "Form validity pseudo-classes", description :
"The form validity CSS pseudo-classes match <form> elements based on the constraints of a form field, such as validity (:valid, :invalid, :in-range, :out-of-range) and necessity (:optional or :required).",
spec : "https://drafts.csswg.org/selectors-4/#ui-validity", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(40u16, 0u16),
chrome_android : BrowserVersion(40u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(13u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-optional-pseudo",
"https://caniuse.com/css-in-out-of-range"], popularity : 0f32, }, "css.selectors.is"
=> CSSFeature { id : "css.selectors.is", name : ":is()", description :
"The :is() CSS functional pseudo-class takes a selector list as its argument, and matches any element that can be selected by one of the selectors in that list.",
spec : "https://drafts.csswg.org/selectors-4/#matches", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
7u32, 21u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 1u32, 21u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(88u16, 0u16),
chrome_android : BrowserVersion(88u16, 0u16), edge : BrowserVersion(88u16, 0u16),
firefox : BrowserVersion(78u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), },
caniuse : & ["https://caniuse.com/css-matches-pseudo"], popularity : 0f32, },
"css.selectors.is.forgiving_selector_list" => CSSFeature { id :
"css.selectors.is.forgiving_selector_list", name : ":is()", description :
"The :is() CSS functional pseudo-class takes a selector list as its argument, and matches any element that can be selected by one of the selectors in that list.",
spec : "https://drafts.csswg.org/selectors-4/#matches", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
7u32, 21u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 1u32, 21u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(88u16, 0u16),
chrome_android : BrowserVersion(88u16, 0u16), edge : BrowserVersion(88u16, 0u16),
firefox : BrowserVersion(82u16, 0u16), firefox_android : BrowserVersion(82u16, 0u16),
safari : BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), },
caniuse : & ["https://caniuse.com/css-matches-pseudo"], popularity : 0f32, },
"css.selectors.lang" => CSSFeature { id : "css.selectors.lang", name : ":lang()",
description :
"The :lang() CSS functional pseudo-class matches elements based on their content language.",
spec : "https://drafts.csswg.org/selectors-4/#the-lang-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.lang.argument_list" => CSSFeature { id :
"css.selectors.lang.argument_list", name : ":lang()", description :
"The :lang() CSS functional pseudo-class matches elements based on their content language.",
spec : "https://drafts.csswg.org/selectors-4/#the-lang-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(114u16, 0u16),
firefox_android : BrowserVersion(114u16, 0u16), safari : BrowserVersion(9u16, 0u16),
safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.lang.wildcards" => CSSFeature { id : "css.selectors.lang.wildcards",
name : ":lang()", description :
"The :lang() CSS functional pseudo-class matches elements based on their content language.",
spec : "https://drafts.csswg.org/selectors-4/#the-lang-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(114u16, 0u16),
firefox_android : BrowserVersion(114u16, 0u16), safari : BrowserVersion(9u16, 0u16),
safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.last-child" => CSSFeature { id : "css.selectors.last-child", name :
":nth-child()", description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.last-child.no_parent_required" => CSSFeature
{ id : "css.selectors.last-child.no_parent_required", name : ":nth-child()",
description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.last-of-type" => CSSFeature { id :
"css.selectors.last-of-type", name : ":nth-of-type() pseudo-classes", description :
"The :nth-of-type() and :nth-last-of-type() CSS functional pseudo-classes match elements based on their position among siblings of the same type. The :first-of-type, :last-of-type, and :only-of-type pseudo-classes match the first, last, and only elements of its type.",
spec : "https://drafts.csswg.org/selectors-4/#typed-child-index", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.left" => CSSFeature { id :
"css.selectors.left", name : "Page selectors", description :
"The :first, :left, and :right pseudo-classes select pages based on their position in sequence after pagination.",
spec : "https://drafts.csswg.org/css-page-3/#page-selectors", groups : &
["selectors", "print"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.link" => CSSFeature { id :
"css.selectors.link", name : "Link selectors", description :
"The :link CSS pseudo-class matches unvisited links, :visited matches visited links, and :any-link matches both.",
spec : "https://drafts.csswg.org/selectors-4/#location", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/css-any-link"], popularity : 0f32, },
"css.selectors.link.not_match_link" => CSSFeature { id :
"css.selectors.link.not_match_link", name : "Link selectors", description :
"The :link CSS pseudo-class matches unvisited links, :visited matches visited links, and :any-link matches both.",
spec : "https://drafts.csswg.org/selectors-4/#location", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(87u16, 0u16), firefox_android : BrowserVersion(87u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-any-link"], popularity : 0f32, },
"css.selectors.list" => CSSFeature { id : "css.selectors.list", name :
"Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.marker" => CSSFeature { id : "css.selectors.marker", name :
"::marker", description :
"The ::marker CSS pseudo-element selects list item markers for styling numbers or bullets.",
spec : "https://drafts.csswg.org/css-pseudo-4/#marker-pseudo", groups : & ["lists"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(86u16, 0u16), chrome_android : BrowserVersion(86u16, 0u16), edge :
BrowserVersion(86u16, 0u16), firefox : BrowserVersion(68u16, 0u16), firefox_android :
BrowserVersion(68u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-marker-pseudo"],
popularity : 0.049235f32, }, "css.selectors.marker.animation_and_transition_support"
=> CSSFeature { id : "css.selectors.marker.animation_and_transition_support", name :
"::marker", description :
"The ::marker CSS pseudo-element selects list item markers for styling numbers or bullets.",
spec : "https://drafts.csswg.org/css-pseudo-4/#marker-pseudo", groups : & ["lists"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(86u16, 0u16), chrome_android : BrowserVersion(86u16, 0u16), edge :
BrowserVersion(86u16, 0u16), firefox : BrowserVersion(80u16, 0u16), firefox_android :
BrowserVersion(80u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & ["https://caniuse.com/css-marker-pseudo"],
popularity : 0.049235f32, }, "css.selectors.modal" => CSSFeature { id :
"css.selectors.modal", name : ":modal", description :
"The :modal pseudo-class selects elements that put other elements into a non-interactive state, such as a fullscreen element or a <dialog> element used with showModal().",
spec : "https://drafts.csswg.org/selectors-4/#modal-state", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 2u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 2u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(105u16,
0u16), chrome_android : BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16,
0u16), firefox : BrowserVersion(103u16, 0u16), firefox_android :
BrowserVersion(103u16, 0u16), safari : BrowserVersion(15u16, 6u16), safari_ios :
BrowserVersion(15u16, 6u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.muted" => CSSFeature { id : "css.selectors.muted", name :
"Media element pseudo-classes", description :
"The :playing, :paused, :seeking, :buffering, :stalled, :muted, and :volume-locked CSS pseudo-classes match <audio> and <video> elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#resource-pseudos", groups : &
["media-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.namespace" => CSSFeature { id : "css.selectors.namespace", name :
"@namespace", description :
"The @namespace CSS rule sets a default namespace or namespace prefix. Namespace prefixes allow CSS selectors to distinguish elements with the same name but different document types, such as the HTML <a> element and the SVG <a> element.",
spec : "https://drafts.csswg.org/css-namespaces-3/#declaration", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-namespaces"], popularity : 0f32, }, "css.selectors.nesting"
=> CSSFeature { id : "css.selectors.nesting", name : "Nesting", description :
"CSS nesting allows for shorter selectors, easier reading, and more modularity by nesting rules inside others.",
spec : "https://drafts.csswg.org/css-nesting-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 11u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(117u16, 0u16), firefox_android : BrowserVersion(117u16,
0u16), safari : BrowserVersion(17u16, 2u16), safari_ios : BrowserVersion(17u16,
2u16), }, caniuse : & ["https://caniuse.com/css-nesting"], popularity : 0f32, },
"css.selectors.nesting.at-scope" => CSSFeature { id :
"css.selectors.nesting.at-scope", name : "@scope", description :
"The @scope CSS at-rule sets the scope for a group of rules.", spec :
"https://drafts.csswg.org/css-cascade-6/#scope-atrule", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 12u32, 12u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(143u16, 0u16),
chrome_android : BrowserVersion(143u16, 0u16), edge : BrowserVersion(143u16, 0u16),
firefox : BrowserVersion(142u16, 0u16), firefox_android : BrowserVersion(142u16,
0u16), safari : BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16,
2u16), }, caniuse : & ["https://caniuse.com/css-cascade-scope"], popularity : 0f32,
}, "css.selectors.next-sibling" => CSSFeature { id : "css.selectors.next-sibling",
name : "Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.not" => CSSFeature { id : "css.selectors.not", name : ":not()",
description :
"The :not() functional pseudo-class matches elements that do not match the selectors in its argument.",
spec : "https://drafts.csswg.org/selectors-4/#negation", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-not-sel-list"], popularity : 0f32, },
"css.selectors.not.selector_list" => CSSFeature { id :
"css.selectors.not.selector_list", name : ":not()", description :
"The :not() functional pseudo-class matches elements that do not match the selectors in its argument.",
spec : "https://drafts.csswg.org/selectors-4/#negation", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
7u32, 21u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 1u32, 21u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(88u16, 0u16),
chrome_android : BrowserVersion(88u16, 0u16), edge : BrowserVersion(88u16, 0u16),
firefox : BrowserVersion(84u16, 0u16), firefox_android : BrowserVersion(84u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-not-sel-list"], popularity : 0f32, },
"css.selectors.nth-child" => CSSFeature { id : "css.selectors.nth-child", name :
":nth-child()", description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.nth-child.no_parent_required" => CSSFeature
{ id : "css.selectors.nth-child.no_parent_required", name : ":nth-child()",
description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.nth-child.of_syntax" => CSSFeature { id :
"css.selectors.nth-child.of_syntax", name : ":nth-child() of <selector>", description
:
"The of syntax for the :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements by the relative position of elements, counted from the first or last sibling matching a selector list.",
spec : "https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 11u32, 9u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 9u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16, 0u16), safari
: BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/css-nth-child-of"], popularity : 0f32, },
"css.selectors.nth-last-child" => CSSFeature { id : "css.selectors.nth-last-child",
name : ":nth-child()", description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.nth-last-child.no_parent_required" =>
CSSFeature { id : "css.selectors.nth-last-child.no_parent_required", name :
":nth-child()", description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.nth-last-child.of_syntax" => CSSFeature { id :
"css.selectors.nth-last-child.of_syntax", name : ":nth-child() of <selector>",
description :
"The of syntax for the :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements by the relative position of elements, counted from the first or last sibling matching a selector list.",
spec : "https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 11u32, 9u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 9u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16, 0u16), safari
: BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), }, caniuse : &
["https://caniuse.com/css-nth-child-of"], popularity : 0f32, },
"css.selectors.nth-last-of-type" => CSSFeature { id :
"css.selectors.nth-last-of-type", name : ":nth-of-type() pseudo-classes", description
:
"The :nth-of-type() and :nth-last-of-type() CSS functional pseudo-classes match elements based on their position among siblings of the same type. The :first-of-type, :last-of-type, and :only-of-type pseudo-classes match the first, last, and only elements of its type.",
spec : "https://drafts.csswg.org/selectors-4/#typed-child-index", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.nth-of-type" => CSSFeature { id :
"css.selectors.nth-of-type", name : ":nth-of-type() pseudo-classes", description :
"The :nth-of-type() and :nth-last-of-type() CSS functional pseudo-classes match elements based on their position among siblings of the same type. The :first-of-type, :last-of-type, and :only-of-type pseudo-classes match the first, last, and only elements of its type.",
spec : "https://drafts.csswg.org/selectors-4/#typed-child-index", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.only-child" => CSSFeature { id :
"css.selectors.only-child", name : ":nth-child()", description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(2u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.only-child.no_parent_required" => CSSFeature
{ id : "css.selectors.only-child.no_parent_required", name : ":nth-child()",
description :
"The :nth-child() and :nth-last-child() CSS functional pseudo-classes match elements based on their index within a list of elements. The :first-child and :last-child pseudo-classes match the first and last element in a list, and the :only-child pseudo-class matches an element with no siblings.",
spec : "https://drafts.csswg.org/selectors-3/#nth-child-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.only-of-type" => CSSFeature { id :
"css.selectors.only-of-type", name : ":nth-of-type() pseudo-classes", description :
"The :nth-of-type() and :nth-last-of-type() CSS functional pseudo-classes match elements based on their position among siblings of the same type. The :first-of-type, :last-of-type, and :only-of-type pseudo-classes match the first, last, and only elements of its type.",
spec : "https://drafts.csswg.org/selectors-4/#typed-child-index", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.open" => CSSFeature { id :
"css.selectors.open", name : ":open", description :
"The :open CSS pseudo-class matches elements that have open states, like <details>, <dialog>, or <select>, based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#open-state", groups : & ["selectors"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(136u16, 0u16), firefox_android
: BrowserVersion(136u16, 0u16), safari : BrowserVersion(0, 0), safari_ios :
BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.selectors.optional" => CSSFeature { id : "css.selectors.optional", name :
"Form validity pseudo-classes", description :
"The form validity CSS pseudo-classes match <form> elements based on the constraints of a form field, such as validity (:valid, :invalid, :in-range, :out-of-range) and necessity (:optional or :required).",
spec : "https://drafts.csswg.org/selectors-4/#ui-validity", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(10u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/css-optional-pseudo",
"https://caniuse.com/css-in-out-of-range"], popularity : 0f32, },
"css.selectors.out-of-range" => CSSFeature { id : "css.selectors.out-of-range", name
: "Form validity pseudo-classes", description :
"The form validity CSS pseudo-classes match <form> elements based on the constraints of a form field, such as validity (:valid, :invalid, :in-range, :out-of-range) and necessity (:optional or :required).",
spec : "https://drafts.csswg.org/selectors-4/#ui-validity", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
5u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 11u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(10u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(13u16, 0u16),
firefox : BrowserVersion(29u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/css-optional-pseudo",
"https://caniuse.com/css-in-out-of-range"], popularity : 0f32, },
"css.selectors.part" => CSSFeature { id : "css.selectors.part", name :
"Shadow parts", description :
"The part and exportparts HTML attributes expose elements of a shadow DOM as named parts, which can be selected by the ::part() CSS pseudo-element for styling.",
spec : "https://drafts.csswg.org/css-shadow-1/#exposing", groups : & ["selectors",
"web-components"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(73u16, 0u16), chrome_android :
BrowserVersion(73u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.past" => CSSFeature { id :
"css.selectors.past", name : "Time-relative pseudo-selectors", description :
"The :past and :future CSS pseudo-classes match prior or upcoming text track cues during media playback.",
spec : "https://w3c.github.io/webvtt/#the-past-and-future-pseudo-classes", groups : &
["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(23u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.paused" => CSSFeature { id :
"css.selectors.paused", name : "Media element pseudo-classes", description :
"The :playing, :paused, :seeking, :buffering, :stalled, :muted, and :volume-locked CSS pseudo-classes match <audio> and <video> elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#resource-pseudos", groups : &
["media-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.picker" => CSSFeature { id : "css.selectors.picker", name :
"Customizable <select>", description :
"The <select> element's appearance, including the button, selected option, picker dropdown, and options, can be customized using CSS.",
spec : "https://open-ui.org/components/customizableselect/", groups : & ["forms",
"html-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.picker-icon" => CSSFeature { id :
"css.selectors.picker-icon", name : "Customizable <select>", description :
"The <select> element's appearance, including the button, selected option, picker dropdown, and options, can be customized using CSS.",
spec : "https://open-ui.org/components/customizableselect/", groups : & ["forms",
"html-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(133u16, 0u16), chrome_android :
BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.picture-in-picture" => CSSFeature { id :
"css.selectors.picture-in-picture", name : "Picture-in-picture (video)", description
:
"The picture-in-picture API allow websites to create a floating, always-on-top video window. Also known as PiP or pop-out video.",
spec : "https://w3c.github.io/picture-in-picture/", groups : & [], baseline_status :
BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(110u16, 0u16), chrome_android : BrowserVersion(110u16, 0u16), edge :
BrowserVersion(110u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(13u16, 1u16), safari_ios :
BrowserVersion(13u16, 4u16), }, caniuse : &
["https://caniuse.com/picture-in-picture"], popularity : 0f32, },
"css.selectors.placeholder" => CSSFeature { id : "css.selectors.placeholder", name :
"::placeholder", description :
"The ::placeholder CSS pseudo-element selects help text in <input> and <textarea> elements when no value is set.",
spec : "https://drafts.csswg.org/css-pseudo-4/#placeholder-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(57u16, 0u16), chrome_android :
BrowserVersion(57u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(51u16, 0u16), firefox_android : BrowserVersion(51u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/css-placeholder"], popularity : 0f32, },
"css.selectors.placeholder-shown" => CSSFeature { id :
"css.selectors.placeholder-shown", name : ":placeholder-shown", description :
"The :placeholder-shown CSS pseudo-element selects <input> and <textarea> elements when no value is set and the element's placeholder attribute is not empty. Not to be confused with ::placeholder, which selects the placeholder text itself.",
spec : "https://drafts.csswg.org/selectors-4/#placeholder", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(47u16, 0u16),
chrome_android : BrowserVersion(47u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(51u16, 0u16), firefox_android : BrowserVersion(51u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-placeholder-shown"], popularity : 0f32, },
"css.selectors.placeholder-shown.non_text_types" => CSSFeature { id :
"css.selectors.placeholder-shown.non_text_types", name : ":placeholder-shown",
description :
"The :placeholder-shown CSS pseudo-element selects <input> and <textarea> elements when no value is set and the element's placeholder attribute is not empty. Not to be confused with ::placeholder, which selects the placeholder text itself.",
spec : "https://drafts.csswg.org/selectors-4/#placeholder", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(47u16, 0u16),
chrome_android : BrowserVersion(47u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(59u16, 0u16), firefox_android : BrowserVersion(59u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-placeholder-shown"], popularity : 0f32, },
"css.selectors.playing" => CSSFeature { id : "css.selectors.playing", name :
"Media element pseudo-classes", description :
"The :playing, :paused, :seeking, :buffering, :stalled, :muted, and :volume-locked CSS pseudo-classes match <audio> and <video> elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#resource-pseudos", groups : &
["media-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.popover-open" => CSSFeature { id : "css.selectors.popover-open", name
: "Popover", description :
"The popover HTML attribute creates an overlay to display content on top of other page content. Popovers can be shown declaratively using HTML, or using the showPopover() method.",
spec : "https://html.spec.whatwg.org/multipage/popover.html", groups : & ["html"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 4u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(114u16, 0u16),
chrome_android : BrowserVersion(114u16, 0u16), edge : BrowserVersion(114u16, 0u16),
firefox : BrowserVersion(125u16, 0u16), firefox_android : BrowserVersion(125u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & [], popularity : 0f32, }, "css.selectors.read-only" =>
CSSFeature { id : "css.selectors.read-only", name : ":read-only and :read-write",
description :
"The :read-only and :read-write CSS pseudo-classes match elements that are read-only or read-write, respectively. For example, :read-only matches <input> and <textarea> elements with the readonly attribute.",
spec :
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-read-only",
groups : & ["forms"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(13u16, 0u16), firefox :
BrowserVersion(78u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/css-read-only-write"], popularity : 0f32, },
"css.selectors.read-write" => CSSFeature { id : "css.selectors.read-write", name :
":read-only and :read-write", description :
"The :read-only and :read-write CSS pseudo-classes match elements that are read-only or read-write, respectively. For example, :read-only matches <input> and <textarea> elements with the readonly attribute.",
spec :
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-read-only",
groups : & ["forms"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(13u16, 0u16), firefox :
BrowserVersion(78u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/css-read-only-write"], popularity : 0f32, },
"css.selectors.required" => CSSFeature { id : "css.selectors.required", name :
"Form validity pseudo-classes", description :
"The form validity CSS pseudo-classes match <form> elements based on the constraints of a form field, such as validity (:valid, :invalid, :in-range, :out-of-range) and necessity (:optional or :required).",
spec : "https://drafts.csswg.org/selectors-4/#ui-validity", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(10u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/css-optional-pseudo",
"https://caniuse.com/css-in-out-of-range"], popularity : 0f32, },
"css.selectors.right" => CSSFeature { id : "css.selectors.right", name :
"Page selectors", description :
"The :first, :left, and :right pseudo-classes select pages based on their position in sequence after pagination.",
spec : "https://drafts.csswg.org/css-page-3/#page-selectors", groups : &
["selectors", "print"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(6u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.root" => CSSFeature { id :
"css.selectors.root", name : ":root", description :
"The :root pseudo-class matches the root element of the document, usually the <html> element.",
spec : "https://drafts.csswg.org/selectors-4/#the-root-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.scope" => CSSFeature { id :
"css.selectors.scope", name : ":scope (pseudo-class)", description :
"The :scope CSS pseudo-class matches the scoping root, for instance the element that querySelector() is called on, or the root of a DOM subtree specified with @scope.",
spec : "https://drafts.csswg.org/selectors-4/#the-scope-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(27u16, 0u16), chrome_android :
BrowserVersion(27u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(32u16, 0u16), firefox_android : BrowserVersion(32u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.scope.dom_api" => CSSFeature { id :
"css.selectors.scope.dom_api", name : ":scope (pseudo-class)", description :
"The :scope CSS pseudo-class matches the scoping root, for instance the element that querySelector() is called on, or the root of a DOM subtree specified with @scope.",
spec : "https://drafts.csswg.org/selectors-4/#the-scope-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(27u16, 0u16), chrome_android :
BrowserVersion(27u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(32u16, 0u16), firefox_android : BrowserVersion(32u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.scroll-button" => CSSFeature { id :
"css.selectors.scroll-button", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-button.block-end" => CSSFeature { id :
"css.selectors.scroll-button.block-end", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-button.block-start" => CSSFeature { id :
"css.selectors.scroll-button.block-start", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-button.down" => CSSFeature { id :
"css.selectors.scroll-button.down", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-button.inline-end" => CSSFeature { id :
"css.selectors.scroll-button.inline-end", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-button.inline-start" => CSSFeature { id :
"css.selectors.scroll-button.inline-start", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-button.left" => CSSFeature { id :
"css.selectors.scroll-button.left", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-button.next" => CSSFeature { id :
"css.selectors.scroll-button.next", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.selectors.scroll-button.prev" =>
CSSFeature { id : "css.selectors.scroll-button.prev", name : "::scroll-button",
description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.selectors.scroll-button.right" =>
CSSFeature { id : "css.selectors.scroll-button.right", name : "::scroll-button",
description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-button.star" => CSSFeature { id :
"css.selectors.scroll-button.star", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-button.up" => CSSFeature { id :
"css.selectors.scroll-button.up", name : "::scroll-button", description :
"The ::scroll-button(<dir>) CSS pseudo-element is a focusable button which scrolls its originating scroll container element in the specified direction.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-buttons", groups : &
["scrolling"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-marker" => CSSFeature { id :
"css.selectors.scroll-marker", name : "Scroll markers", description :
"A scroll marker scrolls a container to a scroll target. The ::scroll-marker CSS pseudo-element selects a scroll marker in a ::scroll-marker-group pseudo-element, generated before or after the scroll container. You can use them to navigate and style tables of contents, tab panels, and carousels.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-markers", groups : &
["scroll-markers"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.scroll-marker-group" => CSSFeature { id :
"css.selectors.scroll-marker-group", name : "Scroll markers", description :
"A scroll marker scrolls a container to a scroll target. The ::scroll-marker CSS pseudo-element selects a scroll marker in a ::scroll-marker-group pseudo-element, generated before or after the scroll container. You can use them to navigate and style tables of contents, tab panels, and carousels.",
spec : "https://drafts.csswg.org/css-overflow-5/#scroll-markers", groups : &
["scroll-markers"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.seeking" => CSSFeature { id :
"css.selectors.seeking", name : "Media element pseudo-classes", description :
"The :playing, :paused, :seeking, :buffering, :stalled, :muted, and :volume-locked CSS pseudo-classes match <audio> and <video> elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#resource-pseudos", groups : &
["media-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.selection" => CSSFeature { id : "css.selectors.selection", name :
"::selection", description :
"The ::selection CSS pseudo-element selects text a user has highlighted.", spec :
"https://drafts.csswg.org/css-pseudo-4/#selectordef-selection", groups : &
["selectors", "selection"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(1u16, 1u16), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-selection"], popularity : 0f32, },
"css.selectors.selection.text-decoration" => CSSFeature { id :
"css.selectors.selection.text-decoration", name : "text-decoration in ::selection",
description :
"The text-decoration CSS property in a ::selection rule sets the underline and other text decoration styles on the text a user has highlighted.",
spec : "https://drafts.csswg.org/css-pseudo-4/#highlight-styling", groups : &
["selectors", "selection"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.slotted" => CSSFeature { id :
"css.selectors.slotted", name : "<slot>", description :
"The <slot> HTML element is a placeholder inside a web component where consumers of the component can insert their own markup.",
spec : "https://html.spec.whatwg.org/multipage/scripting.html#the-slot-element",
groups : & ["html-elements", "web-components"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(50u16, 0u16),
chrome_android : BrowserVersion(50u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(63u16, 0u16), firefox_android : BrowserVersion(63u16, 0u16),
safari : BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(10u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.selectors.spelling-error" => CSSFeature {
id : "css.selectors.spelling-error", name : "::spelling-error and ::grammar-error",
description :
"The ::spelling-error and ::grammar-error CSS pseudo-elements match text that is highlighted as misspelled and grammatically incorrect, respectively.",
spec : "https://drafts.csswg.org/css-pseudo-4/#selectordef-spelling-error", groups :
& ["selectors"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(121u16, 0u16), chrome_android :
BrowserVersion(121u16, 0u16), edge : BrowserVersion(121u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16, 4u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.stalled" => CSSFeature { id :
"css.selectors.stalled", name : "Media element pseudo-classes", description :
"The :playing, :paused, :seeking, :buffering, :stalled, :muted, and :volume-locked CSS pseudo-classes match <audio> and <video> elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#resource-pseudos", groups : &
["media-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.state" => CSSFeature { id : "css.selectors.state", name : ":state()",
description :
"The :state() CSS pseudo-class matches custom elements based on their custom state, set through the ElementInternals.states API.",
spec :
"https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class",
groups : & ["custom-elements"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 17u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(126u16, 0u16), firefox_android : BrowserVersion(126u16,
0u16), safari : BrowserVersion(17u16, 4u16), safari_ios : BrowserVersion(17u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.selectors.subsequent-sibling" =>
CSSFeature { id : "css.selectors.subsequent-sibling", name : "Selectors (core)",
description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.target" => CSSFeature { id : "css.selectors.target", name : ":target",
description :
"The :target CSS pseudo-class matches the element with an ID matching the URL fragment.",
spec : "https://drafts.csswg.org/selectors-4/#the-target-pseudo", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.target-after" => CSSFeature { id :
"css.selectors.target-after", name : "Scroll marker target pseudo-classes",
description :
"The :target-current CSS pseudo-class selects the active scroll marker (as in ::scroll-marker), while the :target-after and :target-before pseudo-classes select the inactive markers preceding and following the active scroll marker.",
spec : "https://drafts.csswg.org/css-overflow-5/#active-before-after-scroll-markers",
groups : & ["scroll-markers"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(142u16, 0u16),
chrome_android : BrowserVersion(142u16, 0u16), edge : BrowserVersion(142u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.target-before" => CSSFeature { id :
"css.selectors.target-before", name : "Scroll marker target pseudo-classes",
description :
"The :target-current CSS pseudo-class selects the active scroll marker (as in ::scroll-marker), while the :target-after and :target-before pseudo-classes select the inactive markers preceding and following the active scroll marker.",
spec : "https://drafts.csswg.org/css-overflow-5/#active-before-after-scroll-markers",
groups : & ["scroll-markers"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(142u16, 0u16),
chrome_android : BrowserVersion(142u16, 0u16), edge : BrowserVersion(142u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.target-current" => CSSFeature { id :
"css.selectors.target-current", name : "Scroll marker target pseudo-classes",
description :
"The :target-current CSS pseudo-class selects the active scroll marker (as in ::scroll-marker), while the :target-after and :target-before pseudo-classes select the inactive markers preceding and following the active scroll marker.",
spec : "https://drafts.csswg.org/css-overflow-5/#active-before-after-scroll-markers",
groups : & ["scroll-markers"], baseline_status : BaselineStatus::False,
browser_support : BrowserSupport { chrome : BrowserVersion(135u16, 0u16),
chrome_android : BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16),
firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.selectors.target-text" => CSSFeature { id :
"css.selectors.target-text", name : "::target-text", description :
"The ::target-text pseudo-element allows you to style text highlighted by a URL text fragment such as #:~:text=snippet.",
spec : "https://drafts.csswg.org/css-pseudo-4/#selectordef-target-text", groups : &
["text-fragments"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 12u32, 11u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(89u16, 0u16),
chrome_android : BrowserVersion(89u16, 0u16), edge : BrowserVersion(89u16, 0u16),
firefox : BrowserVersion(131u16, 0u16), firefox_android : BrowserVersion(131u16,
0u16), safari : BrowserVersion(18u16, 2u16), safari_ios : BrowserVersion(18u16,
2u16), }, caniuse : & [], popularity : 0f32, }, "css.selectors.type" => CSSFeature {
id : "css.selectors.type", name : "Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.type.namespaces" => CSSFeature { id : "css.selectors.type.namespaces",
name : "Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.universal" => CSSFeature { id : "css.selectors.universal", name :
"Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.universal.namespaces" => CSSFeature { id :
"css.selectors.universal.namespaces", name : "Selectors (core)", description :
"CSS selectors match elements based on their type, attributes, and relationship to other elements. They define the specific elements to which a block of styles will be applied. This feature represents the oldest selectors of CSS.",
spec : "https://drafts.csswg.org/selectors-4/", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-sel2"], popularity : 0f32, },
"css.selectors.user-invalid" => CSSFeature { id : "css.selectors.user-invalid", name
: ":user-valid and :user-invalid", description :
"The :user-valid and :user-invalid pseudo-classes match form controls that have been marked as valid or invalid based on their validation constraints.",
spec : "https://drafts.csswg.org/selectors-4/#user-pseudos", groups : &
["selectors"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
11u32, 2u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(119u16, 0u16), chrome_android : BrowserVersion(119u16, 0u16), edge :
BrowserVersion(119u16, 0u16), firefox : BrowserVersion(88u16, 0u16), firefox_android
: BrowserVersion(88u16, 0u16), safari : BrowserVersion(16u16, 5u16), safari_ios :
BrowserVersion(16u16, 5u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.user-valid" => CSSFeature { id : "css.selectors.user-valid", name :
":user-valid and :user-invalid", description :
"The :user-valid and :user-invalid pseudo-classes match form controls that have been marked as valid or invalid based on their validation constraints.",
spec : "https://drafts.csswg.org/selectors-4/#user-pseudos", groups : &
["selectors"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
11u32, 2u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(119u16, 0u16), chrome_android : BrowserVersion(119u16, 0u16), edge :
BrowserVersion(119u16, 0u16), firefox : BrowserVersion(88u16, 0u16), firefox_android
: BrowserVersion(88u16, 0u16), safari : BrowserVersion(16u16, 5u16), safari_ios :
BrowserVersion(16u16, 5u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.valid" => CSSFeature { id : "css.selectors.valid", name :
"Form validity pseudo-classes", description :
"The form validity CSS pseudo-classes match <form> elements based on the constraints of a form field, such as validity (:valid, :invalid, :in-range, :out-of-range) and necessity (:optional or :required).",
spec : "https://drafts.csswg.org/selectors-4/#ui-validity", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(10u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(5u16, 0u16), },
caniuse : & ["https://caniuse.com/css-optional-pseudo",
"https://caniuse.com/css-in-out-of-range"], popularity : 0f32, },
"css.selectors.valid.form" => CSSFeature { id : "css.selectors.valid.form", name :
"Form validity pseudo-classes", description :
"The form validity CSS pseudo-classes match <form> elements based on the constraints of a form field, such as validity (:valid, :invalid, :in-range, :out-of-range) and necessity (:optional or :required).",
spec : "https://drafts.csswg.org/selectors-4/#ui-validity", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(40u16, 0u16),
chrome_android : BrowserVersion(40u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(13u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16),
safari : BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(9u16, 0u16), },
caniuse : & ["https://caniuse.com/css-optional-pseudo",
"https://caniuse.com/css-in-out-of-range"], popularity : 0f32, },
"css.selectors.view-transition" => CSSFeature { id : "css.selectors.view-transition",
name : "View transitions", description :
"View transitions allow you to create animated visual transitions between different states of a document.",
spec : "https://drafts.csswg.org/css-view-transitions-1/", groups : &
["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(109u16, 0u16),
chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/view-transitions"], popularity : 0f32, },
"css.selectors.view-transition-group" => CSSFeature { id :
"css.selectors.view-transition-group", name : "View transitions", description :
"View transitions allow you to create animated visual transitions between different states of a document.",
spec : "https://drafts.csswg.org/css-view-transitions-1/", groups : &
["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(109u16, 0u16),
chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/view-transitions"], popularity : 0f32, },
"css.selectors.view-transition-image-pair" => CSSFeature { id :
"css.selectors.view-transition-image-pair", name : "View transitions", description :
"View transitions allow you to create animated visual transitions between different states of a document.",
spec : "https://drafts.csswg.org/css-view-transitions-1/", groups : &
["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(109u16, 0u16),
chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/view-transitions"], popularity : 0f32, },
"css.selectors.view-transition-new" => CSSFeature { id :
"css.selectors.view-transition-new", name : "View transitions", description :
"View transitions allow you to create animated visual transitions between different states of a document.",
spec : "https://drafts.csswg.org/css-view-transitions-1/", groups : &
["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(109u16, 0u16),
chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/view-transitions"], popularity : 0f32, },
"css.selectors.view-transition-old" => CSSFeature { id :
"css.selectors.view-transition-old", name : "View transitions", description :
"View transitions allow you to create animated visual transitions between different states of a document.",
spec : "https://drafts.csswg.org/css-view-transitions-1/", groups : &
["view-transitions"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 10u32, 14u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(109u16, 0u16),
chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16),
firefox : BrowserVersion(144u16, 0u16), firefox_android : BrowserVersion(144u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/view-transitions"], popularity : 0f32, },
"css.selectors.visited" => CSSFeature { id : "css.selectors.visited", name :
"Link selectors", description :
"The :link CSS pseudo-class matches unvisited links, :visited matches visited links, and :any-link matches both.",
spec : "https://drafts.csswg.org/selectors-4/#location", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-any-link"], popularity : 0f32, },
"css.selectors.visited.not_match_link" => CSSFeature { id :
"css.selectors.visited.not_match_link", name : "Link selectors", description :
"The :link CSS pseudo-class matches unvisited links, :visited matches visited links, and :any-link matches both.",
spec : "https://drafts.csswg.org/selectors-4/#location", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(87u16, 0u16), firefox_android : BrowserVersion(87u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & ["https://caniuse.com/css-any-link"], popularity : 0f32, },
"css.selectors.visited.privacy_measures" => CSSFeature { id :
"css.selectors.visited.privacy_measures", name : "Link selectors", description :
"The :link CSS pseudo-class matches unvisited links, :visited matches visited links, and :any-link matches both.",
spec : "https://drafts.csswg.org/selectors-4/#location", groups : & ["selectors"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(6u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), },
caniuse : & ["https://caniuse.com/css-any-link"], popularity : 0f32, },
"css.selectors.volume-locked" => CSSFeature { id : "css.selectors.volume-locked",
name : "Media element pseudo-classes", description :
"The :playing, :paused, :seeking, :buffering, :stalled, :muted, and :volume-locked CSS pseudo-classes match <audio> and <video> elements based on their state.",
spec : "https://drafts.csswg.org/selectors-4/#resource-pseudos", groups : &
["media-elements"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.selectors.where" => CSSFeature { id : "css.selectors.where", name : ":where()",
description :
"The :where() CSS functional pseudo-class takes a selector list as its argument, and matches any element that can be selected by one of the selectors in that list. It is functionally equivalent to the selectors in the list, but doesn't affect the CSS rule specificity.",
spec : "https://drafts.csswg.org/selectors-4/#zero-matches", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 7u32, 21u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 1u32, 21u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(88u16, 0u16), chrome_android :
BrowserVersion(88u16, 0u16), edge : BrowserVersion(88u16, 0u16), firefox :
BrowserVersion(78u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16), safari :
BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.where.forgiving_selector_list" => CSSFeature
{ id : "css.selectors.where.forgiving_selector_list", name : ":where()", description
:
"The :where() CSS functional pseudo-class takes a selector list as its argument, and matches any element that can be selected by one of the selectors in that list. It is functionally equivalent to the selectors in the list, but doesn't affect the CSS rule specificity.",
spec : "https://drafts.csswg.org/selectors-4/#zero-matches", groups : &
["selectors"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 7u32, 21u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2021i32, 1u32, 21u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(88u16, 0u16), chrome_android :
BrowserVersion(88u16, 0u16), edge : BrowserVersion(88u16, 0u16), firefox :
BrowserVersion(82u16, 0u16), firefox_android : BrowserVersion(82u16, 0u16), safari :
BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.selectors.xr-overlay" => CSSFeature { id :
"css.selectors.xr-overlay", name : "DOM overlays for WebXR", description :
"A DOM overlay shows 2D DOM content as an interactive, transparent layer on top of a WebXR application's WebGL content and camera image.",
spec : "https://immersive-web.github.io/dom-overlays/", groups : & ["webxr"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(83u16, 0u16), chrome_android : BrowserVersion(83u16, 0u16), edge :
BrowserVersion(83u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.abs" => CSSFeature { id :
"css.types.abs", name : "abs() and sign()", description :
"The abs() and sign() CSS functions compute the absolute value or the sign of the input.",
spec : "https://drafts.csswg.org/css-values-4/#sign-funcs", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 6u32, 26u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(138u16, 0u16),
chrome_android : BrowserVersion(138u16, 0u16), edge : BrowserVersion(138u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.acos" => CSSFeature { id :
"css.types.acos", name :
"sin(), cos(), tan(), asin(), acos(), atan(), and atan2() (CSS)", description :
"The sin(), cos(), tan(), asin(), acos(), atan(), and atan2() CSS functions compute various trigonometric functions.",
spec : "https://drafts.csswg.org/css-values-4/#trig-funcs", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
9u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(108u16, 0u16), firefox_android :
BrowserVersion(108u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.anchor" => CSSFeature { id : "css.types.anchor", name :
"Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.types.anchor-size" => CSSFeature { id : "css.types.anchor-size", name :
"Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32, 1u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(147u16, 0u16), firefox_android : BrowserVersion(147u16,
0u16), safari : BrowserVersion(26u16, 0u16), safari_ios : BrowserVersion(26u16,
0u16), }, caniuse : & ["https://caniuse.com/css-anchor-positioning"], popularity :
0f32, }, "css.types.anchor-size.inset_margin" => CSSFeature { id :
"css.types.anchor-size.inset_margin", name : "Anchor positioning", description :
"Anchor positioning places an element based on the position of another element. For example, you can place a tooltip next to the content it references.",
spec : "https://drafts.csswg.org/css-anchor-position-1/#anchoring", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(132u16, 0u16), chrome_android : BrowserVersion(132u16, 0u16), edge :
BrowserVersion(132u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : &
["https://caniuse.com/css-anchor-positioning"], popularity : 0f32, },
"css.types.angle" => CSSFeature { id : "css.types.angle", name : "2D transforms",
description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.angle-percentage" => CSSFeature { id : "css.types.angle-percentage", name
: "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.angle.deg" => CSSFeature { id : "css.types.angle.deg", name :
"2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.angle.grad" => CSSFeature { id : "css.types.angle.grad", name :
"2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.angle.rad" => CSSFeature { id : "css.types.angle.rad", name :
"2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.angle.turn" => CSSFeature { id : "css.types.angle.turn", name :
"2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(13u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.asin" => CSSFeature { id : "css.types.asin", name :
"sin(), cos(), tan(), asin(), acos(), atan(), and atan2() (CSS)", description :
"The sin(), cos(), tan(), asin(), acos(), atan(), and atan2() CSS functions compute various trigonometric functions.",
spec : "https://drafts.csswg.org/css-values-4/#trig-funcs", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
9u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(108u16, 0u16), firefox_android :
BrowserVersion(108u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.atan" => CSSFeature { id : "css.types.atan", name :
"sin(), cos(), tan(), asin(), acos(), atan(), and atan2() (CSS)", description :
"The sin(), cos(), tan(), asin(), acos(), atan(), and atan2() CSS functions compute various trigonometric functions.",
spec : "https://drafts.csswg.org/css-values-4/#trig-funcs", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
9u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(108u16, 0u16), firefox_android :
BrowserVersion(108u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.atan2" => CSSFeature { id : "css.types.atan2", name :
"sin(), cos(), tan(), asin(), acos(), atan(), and atan2() (CSS)", description :
"The sin(), cos(), tan(), asin(), acos(), atan(), and atan2() CSS functions compute various trigonometric functions.",
spec : "https://drafts.csswg.org/css-values-4/#trig-funcs", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
9u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(108u16, 0u16), firefox_android :
BrowserVersion(108u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.attr" => CSSFeature { id : "css.types.attr", name :
"attr() (content only)", description :
"The attr() CSS function, in content property declarations, sets a ::before or ::after pseudo-element's content to the value of the specified HTML attribute.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(2u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.attr.declaration-value" =>
CSSFeature { id : "css.types.attr.declaration-value", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 3u32, 31u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(133u16, 0u16),
chrome_android : BrowserVersion(133u16, 0u16), edge : BrowserVersion(133u16, 0u16),
firefox : BrowserVersion(119u16, 0u16), firefox_android : BrowserVersion(119u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function" => CSSFeature { id : "css.types.attr.type_function",
name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.angle" => CSSFeature { id :
"css.types.attr.type_function.angle", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.color" => CSSFeature { id :
"css.types.attr.type_function.color", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.custom-ident" => CSSFeature { id :
"css.types.attr.type_function.custom-ident", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.ident" => CSSFeature { id :
"css.types.attr.type_function.ident", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.image" => CSSFeature { id :
"css.types.attr.type_function.image", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.integer" => CSSFeature { id :
"css.types.attr.type_function.integer", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.length" => CSSFeature { id :
"css.types.attr.type_function.length", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.length-percentage" => CSSFeature { id :
"css.types.attr.type_function.length-percentage", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.number" => CSSFeature { id :
"css.types.attr.type_function.number", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.percentage" => CSSFeature { id :
"css.types.attr.type_function.percentage", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.resolution" => CSSFeature { id :
"css.types.attr.type_function.resolution", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.string" => CSSFeature { id :
"css.types.attr.type_function.string", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.time" => CSSFeature { id :
"css.types.attr.type_function.time", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.transform-function" => CSSFeature { id :
"css.types.attr.type_function.transform-function", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.attr.type_function.url" => CSSFeature { id :
"css.types.attr.type_function.url", name : "attr()", description :
"The attr() CSS function, in the context of any property, returns the value of an attribute of an HTML element, with the option to return it as a specific type or unit. You can set a default value for missing or invalid attributes.",
spec : "https://drafts.csswg.org/css-values-5/#attr-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css3-attr"], popularity : 0f32, },
"css.types.basic-shape" => CSSFeature { id : "css.types.basic-shape", name :
"shapes", description :
"The circle(), ellipse(), inset(), and polygon() CSS shape functions create shapes for use with clip-path and shape-outside.",
spec : "https://drafts.csswg.org/css-shapes-1/#basic-shape-functions", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(54u16, 0u16), firefox_android : BrowserVersion(54u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/css-shapes"], popularity : 0f32, },
"css.types.basic-shape.animation" => CSSFeature { id :
"css.types.basic-shape.animation", name : "shapes", description :
"The circle(), ellipse(), inset(), and polygon() CSS shape functions create shapes for use with clip-path and shape-outside.",
spec : "https://drafts.csswg.org/css-shapes-1/#basic-shape-functions", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(54u16, 0u16), firefox_android : BrowserVersion(54u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/css-shapes"], popularity : 0f32, },
"css.types.basic-shape.circle" => CSSFeature { id : "css.types.basic-shape.circle",
name : "shapes", description :
"The circle(), ellipse(), inset(), and polygon() CSS shape functions create shapes for use with clip-path and shape-outside.",
spec : "https://drafts.csswg.org/css-shapes-1/#basic-shape-functions", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(54u16, 0u16), firefox_android : BrowserVersion(54u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/css-shapes"], popularity : 0f32, },
"css.types.basic-shape.ellipse" => CSSFeature { id : "css.types.basic-shape.ellipse",
name : "shapes", description :
"The circle(), ellipse(), inset(), and polygon() CSS shape functions create shapes for use with clip-path and shape-outside.",
spec : "https://drafts.csswg.org/css-shapes-1/#basic-shape-functions", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(54u16, 0u16), firefox_android : BrowserVersion(54u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/css-shapes"], popularity : 0f32, },
"css.types.basic-shape.inset" => CSSFeature { id : "css.types.basic-shape.inset",
name : "shapes", description :
"The circle(), ellipse(), inset(), and polygon() CSS shape functions create shapes for use with clip-path and shape-outside.",
spec : "https://drafts.csswg.org/css-shapes-1/#basic-shape-functions", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(54u16, 0u16), firefox_android : BrowserVersion(54u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/css-shapes"], popularity : 0f32, },
"css.types.basic-shape.path" => CSSFeature { id : "css.types.basic-shape.path", name
: "path()", description :
"The path() CSS shape function creates a shape for clip-path, shape-outside, and the SVG attribute d.",
spec : "https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
1u32, 28u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(52u16, 0u16),
chrome_android : BrowserVersion(52u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.basic-shape.path.clip-path" =>
CSSFeature { id : "css.types.basic-shape.path.clip-path", name : "path()",
description :
"The path() CSS shape function creates a shape for clip-path, shape-outside, and the SVG attribute d.",
spec : "https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
7u32, 21u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 1u32, 21u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(88u16, 0u16),
chrome_android : BrowserVersion(88u16, 0u16), edge : BrowserVersion(88u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.basic-shape.path.d" => CSSFeature {
id : "css.types.basic-shape.path.d", name : "path()", description :
"The path() CSS shape function creates a shape for clip-path, shape-outside, and the SVG attribute d.",
spec : "https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(52u16, 0u16), chrome_android : BrowserVersion(52u16, 0u16),
edge : BrowserVersion(79u16, 0u16), firefox : BrowserVersion(97u16, 0u16),
firefox_android : BrowserVersion(97u16, 0u16), safari : BrowserVersion(0, 0),
safari_ios : BrowserVersion(0, 0), }, caniuse : & [], popularity : 0f32, },
"css.types.basic-shape.path.offset-path" => CSSFeature { id :
"css.types.basic-shape.path.offset-path", name : "path()", description :
"The path() CSS shape function creates a shape for clip-path, shape-outside, and the SVG attribute d.",
spec : "https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes", groups : &
[], baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(56u16, 0u16),
chrome_android : BrowserVersion(56u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(72u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.basic-shape.path.shape-outside" =>
CSSFeature { id : "css.types.basic-shape.path.shape-outside", name : "path()",
description :
"The path() CSS shape function creates a shape for clip-path, shape-outside, and the SVG attribute d.",
spec : "https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.basic-shape.polygon" =>
CSSFeature { id : "css.types.basic-shape.polygon", name : "shapes", description :
"The circle(), ellipse(), inset(), and polygon() CSS shape functions create shapes for use with clip-path and shape-outside.",
spec : "https://drafts.csswg.org/css-shapes-1/#basic-shape-functions", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(37u16, 0u16), chrome_android :
BrowserVersion(37u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(54u16, 0u16), firefox_android : BrowserVersion(54u16, 0u16), safari :
BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), }, caniuse : &
["https://caniuse.com/css-shapes"], popularity : 0f32, },
"css.types.basic-shape.rect" => CSSFeature { id : "css.types.basic-shape.rect", name
: "rect() and xywh()", description :
"The rect() CSS function creates a rectangle shape with insets from the edges of an element. The xywh() CSS function creates a rectangle shifted by an x and y distance. They can be used with clip-path and shape-outside.",
spec : "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-xywh", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(119u16, 0u16),
chrome_android : BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(17u16, 2u16), safari_ios : BrowserVersion(17u16,
2u16), }, caniuse : & [], popularity : 0f32, }, "css.types.basic-shape.shape" =>
CSSFeature { id : "css.types.basic-shape.shape", name : "shape()", description :
"The shape() CSS function creates shapes with a series of commands like line, move, and curve. It can be used with clip-path and shape-outside.",
spec : "https://drafts.csswg.org/css-shapes-1/#shape-function", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(135u16, 0u16), chrome_android :
BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16, 4u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.basic-shape.xywh" => CSSFeature { id :
"css.types.basic-shape.xywh", name : "rect() and xywh()", description :
"The rect() CSS function creates a rectangle shape with insets from the edges of an element. The xywh() CSS function creates a rectangle shifted by an x and y distance. They can be used with clip-path and shape-outside.",
spec : "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-xywh", groups : &
["clipping-shapes-masking"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(119u16, 0u16),
chrome_android : BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(17u16, 2u16), safari_ios : BrowserVersion(17u16,
2u16), }, caniuse : & [], popularity : 0f32, }, "css.types.blend-mode" => CSSFeature
{ id : "css.types.blend-mode", name : "background-blend-mode", description :
"The background-blend-mode CSS property blends an element's background image and background color using blend modes like multiply, difference, or color.",
spec : "https://drafts.csswg.org/compositing-2/#background-blend-mode", groups : &
["blend-mode"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(35u16, 0u16), chrome_android :
BrowserVersion(59u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(30u16, 0u16), firefox_android : BrowserVersion(54u16, 0u16), safari :
BrowserVersion(8u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
["https://caniuse.com/css-backgroundblendmode"], popularity : 3.848556f32, },
"css.types.calc" => CSSFeature { id : "css.types.calc", name : "calc()", description
:
"The calc() CSS function computes mathematical expressions such a calc(100%/3 - 1em).",
spec : "https://drafts.csswg.org/css-values-3/#calc-notation", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(28u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/calc"], popularity : 0f32, },
"css.types.calc-keyword" => CSSFeature { id : "css.types.calc-keyword", name :
"calc() keywords", description :
"The e, pi, infinity, and NaN keywords represent well-defined constants accepted in CSS math functions such as calc().",
spec : "https://drafts.csswg.org/css-values-4/#calc-keywords", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
6u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 12u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(99u16, 0u16),
chrome_android : BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16),
firefox : BrowserVersion(108u16, 0u16), firefox_android : BrowserVersion(108u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.calc-keyword.NaN" =>
CSSFeature { id : "css.types.calc-keyword.NaN", name : "calc() keywords", description
:
"The e, pi, infinity, and NaN keywords represent well-defined constants accepted in CSS math functions such as calc().",
spec : "https://drafts.csswg.org/css-values-4/#calc-keywords", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
12u32, 6u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 6u32, 6u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(99u16, 0u16),
chrome_android : BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16),
firefox : BrowserVersion(114u16, 0u16), firefox_android : BrowserVersion(114u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & [], popularity : 0f32, }, "css.types.calc-keyword.e" =>
CSSFeature { id : "css.types.calc-keyword.e", name : "calc() keywords", description :
"The e, pi, infinity, and NaN keywords represent well-defined constants accepted in CSS math functions such as calc().",
spec : "https://drafts.csswg.org/css-values-4/#calc-keywords", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
8u32, 9u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 2u32, 9u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(110u16,
0u16), chrome_android : BrowserVersion(110u16, 0u16), edge : BrowserVersion(110u16,
0u16), firefox : BrowserVersion(108u16, 0u16), firefox_android :
BrowserVersion(108u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.calc-keyword.infinity" => CSSFeature { id :
"css.types.calc-keyword.infinity", name : "calc() keywords", description :
"The e, pi, infinity, and NaN keywords represent well-defined constants accepted in CSS math functions such as calc().",
spec : "https://drafts.csswg.org/css-values-4/#calc-keywords", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
12u32, 6u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 6u32, 6u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(99u16, 0u16),
chrome_android : BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16),
firefox : BrowserVersion(114u16, 0u16), firefox_android : BrowserVersion(114u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & [], popularity : 0f32, }, "css.types.calc-keyword.pi" =>
CSSFeature { id : "css.types.calc-keyword.pi", name : "calc() keywords", description
:
"The e, pi, infinity, and NaN keywords represent well-defined constants accepted in CSS math functions such as calc().",
spec : "https://drafts.csswg.org/css-values-4/#calc-keywords", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
7u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 1u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(109u16,
0u16), chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16,
0u16), firefox : BrowserVersion(108u16, 0u16), firefox_android :
BrowserVersion(108u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.calc-size" => CSSFeature { id : "css.types.calc-size", name :
"calc-size()", description :
"The calc-size() CSS function computes mathematical expressions that include height and width keyword values, for example calc-size(fit-content, size / 2). Not to be confused with the calc() CSS function, which cannot use keyword values.",
spec : "https://drafts.csswg.org/css-values-5/#calc-size", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(129u16, 0u16), chrome_android : BrowserVersion(129u16, 0u16), edge :
BrowserVersion(129u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.calc.color_component" =>
CSSFeature { id : "css.types.calc.color_component", name : "Relative colors",
description :
"The from keyword for color functions (color(), hsl(), oklch(), etc.) creates a new color based on a given color by modifying the values of the input color. Also known as relative color syntax (RCS).",
spec : "https://drafts.csswg.org/css-color-5/#relative-colors", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 9u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(119u16, 0u16),
chrome_android : BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16,
4u16), }, caniuse : & ["https://caniuse.com/css-relative-colors"], popularity : 0f32,
}, "css.types.calc.gradient_color_stops" => CSSFeature { id :
"css.types.calc.gradient_color_stops", name : "calc()", description :
"The calc() CSS function computes mathematical expressions such a calc(100%/3 - 1em).",
spec : "https://drafts.csswg.org/css-values-3/#calc-notation", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(28u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(19u16, 0u16), firefox_android : BrowserVersion(19u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/calc"], popularity : 0f32, },
"css.types.calc.nested" => CSSFeature { id : "css.types.calc.nested", name :
"calc()", description :
"The calc() CSS function computes mathematical expressions such a calc(100%/3 - 1em).",
spec : "https://drafts.csswg.org/css-values-3/#calc-notation", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32,
4u32, 17u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(51u16, 0u16),
chrome_android : BrowserVersion(51u16, 0u16), edge : BrowserVersion(16u16, 0u16),
firefox : BrowserVersion(48u16, 0u16), firefox_android : BrowserVersion(48u16, 0u16),
safari : BrowserVersion(11u16, 0u16), safari_ios : BrowserVersion(11u16, 0u16), },
caniuse : & ["https://caniuse.com/calc"], popularity : 0f32, },
"css.types.calc.number_values" => CSSFeature { id : "css.types.calc.number_values",
name : "calc()", description :
"The calc() CSS function computes mathematical expressions such a calc(100%/3 - 1em).",
spec : "https://drafts.csswg.org/css-values-3/#calc-notation", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
2u32, 2u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 8u32, 2u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(31u16, 0u16),
chrome_android : BrowserVersion(31u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(48u16, 0u16), firefox_android : BrowserVersion(48u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/calc"], popularity : 0f32, }, "css.types.clamp" =>
CSSFeature { id : "css.types.clamp", name : "min(), max(), and clamp()", description
:
"The min() and max() CSS functions return the minimum or maximum of the arguments, while clamp() clamps a value to a given range.",
spec : "https://drafts.csswg.org/css-values-4/#comp-func", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
1u32, 28u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(79u16, 0u16),
chrome_android : BrowserVersion(79u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(75u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), },
caniuse : & ["https://caniuse.com/css-math-functions"], popularity : 0f32, },
"css.types.color" => CSSFeature { id : "css.types.color", name : "Color", description
:
"The color CSS property sets the primary foreground color of an element, which is used for text, the default border color, and text decorations.",
spec : "https://drafts.csswg.org/css-color-4/#the-color-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 90.20065f32, }, "css.types.color.color" => CSSFeature {
id : "css.types.color.color", name : "color()", description :
"The color() function picks a color from a given color space. Wide gamut color spaces like display-p3 allow showing more vibrant and saturated colors than the standard srgb color space.",
spec : "https://drafts.csswg.org/css-color-4/#color-function", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 11u32, 9u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 9u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16, 0u16), safari
: BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-color-function"], popularity : 0f32, },
"css.types.color.color-mix" => CSSFeature { id : "css.types.color.color-mix", name :
"color-mix()", description :
"The color-mix() function mixes two colors in a given color space and by a given amount. Commonly, lighter or darker variations of a color are created by mixing with white or black.",
spec : "https://drafts.csswg.org/css-color-5/#color-mix", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
11u32, 9u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 5u32, 9u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(113u16, 0u16), firefox_android :
BrowserVersion(113u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.color.color.mixed_type_parameters" => CSSFeature { id :
"css.types.color.color.mixed_type_parameters", name : "color()", description :
"The color() function picks a color from a given color space. Wide gamut color spaces like display-p3 allow showing more vibrant and saturated colors than the standard srgb color space.",
spec : "https://drafts.csswg.org/css-color-4/#color-function", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 11u32, 9u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 9u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(111u16, 0u16), chrome_android :
BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16, 0u16), firefox :
BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16, 0u16), safari
: BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-color-function"], popularity : 0f32, },
"css.types.color.color.relative_syntax" => CSSFeature { id :
"css.types.color.color.relative_syntax", name : "Relative colors", description :
"The from keyword for color functions (color(), hsl(), oklch(), etc.) creates a new color based on a given color by modifying the values of the input color. Also known as relative color syntax (RCS).",
spec : "https://drafts.csswg.org/css-color-5/#relative-colors", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(119u16, 0u16),
chrome_android : BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-relative-colors"], popularity : 0f32,
}, "css.types.color.contrast-color" => CSSFeature { id :
"css.types.color.contrast-color", name : "contrast-color()", description :
"The contrast-color() CSS function picks a color that has guaranteed contrast against a specified foreground or background color.",
spec : "https://drafts.csswg.org/css-color-6/#funcdef-contrast-color", groups : &
["color-types"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(146u16, 0u16),
firefox_android : BrowserVersion(146u16, 0u16), safari : BrowserVersion(26u16, 0u16),
safari_ios : BrowserVersion(26u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.types.color.currentcolor" => CSSFeature { id : "css.types.color.currentcolor",
name : "currentColor", description :
"The currentColor CSS value allows you to reuse an element's computed text color for other properties.",
spec : "https://drafts.csswg.org/css-color-3/#currentcolor", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), }, caniuse : &
["https://caniuse.com/currentcolor"], popularity : 0f32, }, "css.types.color.hsl" =>
CSSFeature { id : "css.types.color.hsl", name : "HSL", description :
"The hsl() and hsla() CSS functions pick colors using hue, saturation, lightness, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#the-hsl-notation", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
["https://caniuse.com/css3-colors"], popularity : 0f32, },
"css.types.color.hsl.alpha_parameter" => CSSFeature { id :
"css.types.color.hsl.alpha_parameter", name : "HSL", description :
"The hsl() and hsla() CSS functions pick colors using hue, saturation, lightness, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#the-hsl-notation", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(65u16, 0u16), chrome_android :
BrowserVersion(65u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css3-colors"], popularity : 0f32, },
"css.types.color.hsl.mixed_type_parameters" => CSSFeature { id :
"css.types.color.hsl.mixed_type_parameters", name : "HSL", description :
"The hsl() and hsla() CSS functions pick colors using hue, saturation, lightness, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#the-hsl-notation", groups : &
["color-types"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(121u16, 0u16),
chrome_android : BrowserVersion(121u16, 0u16), edge : BrowserVersion(121u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css3-colors"], popularity : 0f32, },
"css.types.color.hsl.relative_syntax" => CSSFeature { id :
"css.types.color.hsl.relative_syntax", name : "Relative colors", description :
"The from keyword for color functions (color(), hsl(), oklch(), etc.) creates a new color based on a given color by modifying the values of the input color. Also known as relative color syntax (RCS).",
spec : "https://drafts.csswg.org/css-color-5/#relative-colors", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-relative-colors"], popularity : 0f32,
}, "css.types.color.hsl.space_separated_parameters" => CSSFeature { id :
"css.types.color.hsl.space_separated_parameters", name : "HSL", description :
"The hsl() and hsla() CSS functions pick colors using hue, saturation, lightness, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#the-hsl-notation", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(65u16, 0u16), chrome_android :
BrowserVersion(65u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css3-colors"], popularity : 0f32, }, "css.types.color.hwb" =>
CSSFeature { id : "css.types.color.hwb", name : "HWB", description :
"The hwb() CSS function picks colors using hue, whiteness, and blackness channels.",
spec : "https://drafts.csswg.org/css-color-4/#the-hwb-notation", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2024i32, 10u32, 28u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 4u32, 28u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(96u16, 0u16), firefox_android : BrowserVersion(96u16, 0u16), safari :
BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.color.hwb.mixed_type_parameters" => CSSFeature {
id : "css.types.color.hwb.mixed_type_parameters", name : "HWB", description :
"The hwb() CSS function picks colors using hue, whiteness, and blackness channels.",
spec : "https://drafts.csswg.org/css-color-4/#the-hwb-notation", groups : &
["color-types"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(121u16, 0u16),
chrome_android : BrowserVersion(121u16, 0u16), edge : BrowserVersion(121u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & [], popularity : 0f32, }, "css.types.color.hwb.relative_syntax"
=> CSSFeature { id : "css.types.color.hwb.relative_syntax", name : "Relative colors",
description :
"The from keyword for color functions (color(), hsl(), oklch(), etc.) creates a new color based on a given color by modifying the values of the input color. Also known as relative color syntax (RCS).",
spec : "https://drafts.csswg.org/css-color-5/#relative-colors", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-relative-colors"], popularity : 0f32,
}, "css.types.color.lab" => CSSFeature { id : "css.types.color.lab", name :
"Lab and LCH", description :
"The CIE Lab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is. LCH is a variant of Lab with polar coordinates. These color spaces can be used with the CSS color(), lab(), and lch() functions. Also known as CIELAB and CIELCH.",
spec : "https://drafts.csswg.org/css-color-4/#cie-lab", groups : & ["color-types"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
11u32, 9u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 5u32, 9u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(113u16, 0u16), firefox_android :
BrowserVersion(113u16, 0u16), safari : BrowserVersion(15u16, 0u16), safari_ios :
BrowserVersion(15u16, 0u16), }, caniuse : & ["https://caniuse.com/css-lch-lab"],
popularity : 0f32, }, "css.types.color.lab.mixed_type_parameters" => CSSFeature { id
: "css.types.color.lab.mixed_type_parameters", name : "Lab and LCH", description :
"The CIE Lab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is. LCH is a variant of Lab with polar coordinates. These color spaces can be used with the CSS color(), lab(), and lch() functions. Also known as CIELAB and CIELCH.",
spec : "https://drafts.csswg.org/css-color-4/#cie-lab", groups : & ["color-types"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16,
0u16), safari : BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16,
2u16), }, caniuse : & ["https://caniuse.com/css-lch-lab"], popularity : 0f32, },
"css.types.color.lab.relative_syntax" => CSSFeature { id :
"css.types.color.lab.relative_syntax", name : "Relative colors", description :
"The from keyword for color functions (color(), hsl(), oklch(), etc.) creates a new color based on a given color by modifying the values of the input color. Also known as relative color syntax (RCS).",
spec : "https://drafts.csswg.org/css-color-5/#relative-colors", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 9u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(119u16, 0u16),
chrome_android : BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16,
4u16), }, caniuse : & ["https://caniuse.com/css-relative-colors"], popularity : 0f32,
}, "css.types.color.lch" => CSSFeature { id : "css.types.color.lch", name :
"Lab and LCH", description :
"The CIE Lab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is. LCH is a variant of Lab with polar coordinates. These color spaces can be used with the CSS color(), lab(), and lch() functions. Also known as CIELAB and CIELCH.",
spec : "https://drafts.csswg.org/css-color-4/#cie-lab", groups : & ["color-types"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
11u32, 9u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 5u32, 9u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(113u16, 0u16), firefox_android :
BrowserVersion(113u16, 0u16), safari : BrowserVersion(15u16, 0u16), safari_ios :
BrowserVersion(15u16, 0u16), }, caniuse : & ["https://caniuse.com/css-lch-lab"],
popularity : 0f32, }, "css.types.color.lch.mixed_type_parameters" => CSSFeature { id
: "css.types.color.lch.mixed_type_parameters", name : "Lab and LCH", description :
"The CIE Lab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is. LCH is a variant of Lab with polar coordinates. These color spaces can be used with the CSS color(), lab(), and lch() functions. Also known as CIELAB and CIELCH.",
spec : "https://drafts.csswg.org/css-color-4/#cie-lab", groups : & ["color-types"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16,
0u16), safari : BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16,
2u16), }, caniuse : & ["https://caniuse.com/css-lch-lab"], popularity : 0f32, },
"css.types.color.lch.relative_syntax" => CSSFeature { id :
"css.types.color.lch.relative_syntax", name : "Relative colors", description :
"The from keyword for color functions (color(), hsl(), oklch(), etc.) creates a new color based on a given color by modifying the values of the input color. Also known as relative color syntax (RCS).",
spec : "https://drafts.csswg.org/css-color-5/#relative-colors", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(119u16, 0u16),
chrome_android : BrowserVersion(119u16, 0u16), edge : BrowserVersion(119u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-relative-colors"], popularity : 0f32,
}, "css.types.color.light-dark" => CSSFeature { id : "css.types.color.light-dark",
name : "light-dark()", description :
"The light-dark() CSS function accepts two colors and uses one depending on the current color scheme.",
spec : "https://drafts.csswg.org/css-color-5/#light-dark", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 13u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(123u16, 0u16),
chrome_android : BrowserVersion(123u16, 0u16), edge : BrowserVersion(123u16, 0u16),
firefox : BrowserVersion(120u16, 0u16), firefox_android : BrowserVersion(120u16,
0u16), safari : BrowserVersion(17u16, 5u16), safari_ios : BrowserVersion(17u16,
5u16), }, caniuse : & [], popularity : 0f32, }, "css.types.color.named-color" =>
CSSFeature { id : "css.types.color.named-color", name : "Named colors", description :
"Some CSS color values can be referenced by name, such as red or limegreen. They stand in for specific RGB color values.",
spec : "https://drafts.csswg.org/css-color-4/#named-colors", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-rebeccapurple"], popularity : 0f32, },
"css.types.color.named-color.rebeccapurple" => CSSFeature { id :
"css.types.color.named-color.rebeccapurple", name : "Named colors", description :
"Some CSS color values can be referenced by name, such as red or limegreen. They stand in for specific RGB color values.",
spec : "https://drafts.csswg.org/css-color-4/#named-colors", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 3u32, 30u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 9u32, 30u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(38u16, 0u16), chrome_android :
BrowserVersion(38u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(33u16, 0u16), firefox_android : BrowserVersion(33u16, 0u16), safari :
BrowserVersion(9u16, 0u16), safari_ios : BrowserVersion(8u16, 0u16), }, caniuse : &
["https://caniuse.com/css-rebeccapurple"], popularity : 0f32, },
"css.types.color.named-color.transparent" => CSSFeature { id :
"css.types.color.named-color.transparent", name : "Named colors", description :
"Some CSS color values can be referenced by name, such as red or limegreen. They stand in for specific RGB color values.",
spec : "https://drafts.csswg.org/css-color-4/#named-colors", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
["https://caniuse.com/css-rebeccapurple"], popularity : 0f32, },
"css.types.color.oklab" => CSSFeature { id : "css.types.color.oklab", name :
"Oklab and OkLCh", description :
"The Oklab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is, aiming to match how humans perceive colors. OkLCh is a variant of Oklab with polar coordinates. These color spaces can be used with the CSS oklab() and oklch() functions.",
spec : "https://drafts.csswg.org/css-color-4/#ok-lab", groups : & ["color-types"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
11u32, 9u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 5u32, 9u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(113u16, 0u16), firefox_android :
BrowserVersion(113u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.color.oklab.mixed_type_parameters" => CSSFeature { id :
"css.types.color.oklab.mixed_type_parameters", name : "Oklab and OkLCh", description
:
"The Oklab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is, aiming to match how humans perceive colors. OkLCh is a variant of Oklab with polar coordinates. These color spaces can be used with the CSS oklab() and oklch() functions.",
spec : "https://drafts.csswg.org/css-color-4/#ok-lab", groups : & ["color-types"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16,
0u16), safari : BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16,
2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.color.oklab.relative_syntax" => CSSFeature { id :
"css.types.color.oklab.relative_syntax", name : "Relative colors", description :
"The from keyword for color functions (color(), hsl(), oklch(), etc.) creates a new color based on a given color by modifying the values of the input color. Also known as relative color syntax (RCS).",
spec : "https://drafts.csswg.org/css-color-5/#relative-colors", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 7u32, 9u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(122u16, 0u16),
chrome_android : BrowserVersion(122u16, 0u16), edge : BrowserVersion(122u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16,
4u16), }, caniuse : & ["https://caniuse.com/css-relative-colors"], popularity : 0f32,
}, "css.types.color.oklch" => CSSFeature { id : "css.types.color.oklch", name :
"Oklab and OkLCh", description :
"The Oklab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is, aiming to match how humans perceive colors. OkLCh is a variant of Oklab with polar coordinates. These color spaces can be used with the CSS oklab() and oklch() functions.",
spec : "https://drafts.csswg.org/css-color-4/#ok-lab", groups : & ["color-types"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
11u32, 9u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 5u32, 9u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(113u16, 0u16), firefox_android :
BrowserVersion(113u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.color.oklch.mixed_type_parameters" => CSSFeature { id :
"css.types.color.oklch.mixed_type_parameters", name : "Oklab and OkLCh", description
:
"The Oklab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is, aiming to match how humans perceive colors. OkLCh is a variant of Oklab with polar coordinates. These color spaces can be used with the CSS oklab() and oklch() functions.",
spec : "https://drafts.csswg.org/css-color-4/#ok-lab", groups : & ["color-types"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 8u32, 21u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16,
0u16), safari : BrowserVersion(16u16, 2u16), safari_ios : BrowserVersion(16u16,
2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.color.oklch.relative_syntax" => CSSFeature { id :
"css.types.color.oklch.relative_syntax", name : "Relative colors", description :
"The from keyword for color functions (color(), hsl(), oklch(), etc.) creates a new color based on a given color by modifying the values of the input color. Also known as relative color syntax (RCS).",
spec : "https://drafts.csswg.org/css-color-5/#relative-colors", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(122u16, 0u16),
chrome_android : BrowserVersion(122u16, 0u16), edge : BrowserVersion(122u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-relative-colors"], popularity : 0f32,
}, "css.types.color.rgb" => CSSFeature { id : "css.types.color.rgb", name : "RGB",
description :
"The rgb(), rgba(), and hexadecimal (as in #004488ff) notations pick colors using red, green, blue, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#rgb-functions", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.color.rgb.alpha_parameter" => CSSFeature { id :
"css.types.color.rgb.alpha_parameter", name : "RGB", description :
"The rgb(), rgba(), and hexadecimal (as in #004488ff) notations pick colors using red, green, blue, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#rgb-functions", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(65u16, 0u16), chrome_android :
BrowserVersion(65u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.color.rgb.float_values" => CSSFeature { id :
"css.types.color.rgb.float_values", name : "RGB", description :
"The rgb(), rgba(), and hexadecimal (as in #004488ff) notations pick colors using red, green, blue, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#rgb-functions", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(66u16, 0u16), chrome_android :
BrowserVersion(66u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.color.rgb.mixed_type_parameters" => CSSFeature {
id : "css.types.color.rgb.mixed_type_parameters", name : "RGB", description :
"The rgb(), rgba(), and hexadecimal (as in #004488ff) notations pick colors using red, green, blue, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#rgb-functions", groups : &
["color-types"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(122u16, 0u16),
chrome_android : BrowserVersion(122u16, 0u16), edge : BrowserVersion(122u16, 0u16),
firefox : BrowserVersion(113u16, 0u16), firefox_android : BrowserVersion(113u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & [], popularity : 0f32, }, "css.types.color.rgb.relative_syntax"
=> CSSFeature { id : "css.types.color.rgb.relative_syntax", name : "Relative colors",
description :
"The from keyword for color functions (color(), hsl(), oklch(), etc.) creates a new color based on a given color by modifying the values of the input color. Also known as relative color syntax (RCS).",
spec : "https://drafts.csswg.org/css-color-5/#relative-colors", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 9u32, 16u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(122u16, 0u16),
chrome_android : BrowserVersion(122u16, 0u16), edge : BrowserVersion(122u16, 0u16),
firefox : BrowserVersion(128u16, 0u16), firefox_android : BrowserVersion(128u16,
0u16), safari : BrowserVersion(18u16, 0u16), safari_ios : BrowserVersion(18u16,
0u16), }, caniuse : & ["https://caniuse.com/css-relative-colors"], popularity : 0f32,
}, "css.types.color.rgb.space_separated_parameters" => CSSFeature { id :
"css.types.color.rgb.space_separated_parameters", name : "RGB", description :
"The rgb(), rgba(), and hexadecimal (as in #004488ff) notations pick colors using red, green, blue, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#rgb-functions", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(65u16, 0u16), chrome_android :
BrowserVersion(65u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(52u16, 0u16), firefox_android : BrowserVersion(52u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.color.rgb_hexadecimal_notation" => CSSFeature {
id : "css.types.color.rgb_hexadecimal_notation", name : "RGB", description :
"The rgb(), rgba(), and hexadecimal (as in #004488ff) notations pick colors using red, green, blue, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#rgb-functions", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, },
"css.types.color.rgb_hexadecimal_notation.alpha_hexadecimal_notation" => CSSFeature {
id : "css.types.color.rgb_hexadecimal_notation.alpha_hexadecimal_notation", name :
"RGB", description :
"The rgb(), rgba(), and hexadecimal (as in #004488ff) notations pick colors using red, green, blue, and alpha (transparency) channels.",
spec : "https://drafts.csswg.org/css-color-4/#rgb-functions", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(62u16, 0u16), chrome_android :
BrowserVersion(62u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.color.system-color" => CSSFeature { id :
"css.types.color.system-color", name : "System colors", description :
"The system color CSS keywords, such as ButtonBorder or LinkText, allow you to match default colors from the user agent.",
spec : "https://drafts.csswg.org/css-color-4/#css-system-colors", groups : &
["color-types"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.color.system-color.accentcolor_accentcolortext"
=> CSSFeature { id : "css.types.color.system-color.accentcolor_accentcolortext", name
: "System colors", description :
"The system color CSS keywords, such as ButtonBorder or LinkText, allow you to match default colors from the user agent.",
spec : "https://drafts.csswg.org/css-color-4/#css-system-colors", groups : &
["color-types"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0,
0), edge : BrowserVersion(0, 0), firefox : BrowserVersion(103u16, 0u16),
firefox_android : BrowserVersion(103u16, 0u16), safari : BrowserVersion(16u16, 5u16),
safari_ios : BrowserVersion(16u16, 5u16), }, caniuse : & [], popularity : 0f32, },
"css.types.color.system-color.buttonborder" => CSSFeature { id :
"css.types.color.system-color.buttonborder", name : "System colors", description :
"The system color CSS keywords, such as ButtonBorder or LinkText, allow you to match default colors from the user agent.",
spec : "https://drafts.csswg.org/css-color-4/#css-system-colors", groups : &
["color-types"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(101u16, 0u16), chrome_android :
BrowserVersion(101u16, 0u16), edge : BrowserVersion(101u16, 0u16), firefox :
BrowserVersion(109u16, 0u16), firefox_android : BrowserVersion(109u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.types.color.system-color.mark" => CSSFeature { id :
"css.types.color.system-color.mark", name : "System colors", description :
"The system color CSS keywords, such as ButtonBorder or LinkText, allow you to match default colors from the user agent.",
spec : "https://drafts.csswg.org/css-color-4/#css-system-colors", groups : &
["color-types"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(102u16, 0u16), chrome_android :
BrowserVersion(102u16, 0u16), edge : BrowserVersion(102u16, 0u16), firefox :
BrowserVersion(109u16, 0u16), firefox_android : BrowserVersion(109u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.types.color.system-color.marktext" => CSSFeature { id :
"css.types.color.system-color.marktext", name : "System colors", description :
"The system color CSS keywords, such as ButtonBorder or LinkText, allow you to match default colors from the user agent.",
spec : "https://drafts.csswg.org/css-color-4/#css-system-colors", groups : &
["color-types"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(102u16, 0u16), chrome_android :
BrowserVersion(102u16, 0u16), edge : BrowserVersion(102u16, 0u16), firefox :
BrowserVersion(109u16, 0u16), firefox_android : BrowserVersion(109u16, 0u16), safari
: BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.types.color.transparent" => CSSFeature { id :
"css.types.color.transparent", name : "Color", description :
"The color CSS property sets the primary foreground color of an element, which is used for text, the default border color, and text decorations.",
spec : "https://drafts.csswg.org/css-color-4/#the-color-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 90.20065f32, }, "css.types.corner-shape-value" =>
CSSFeature { id : "css.types.corner-shape-value", name : "corner-shape", description
:
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.types.corner-shape-value.bevel" => CSSFeature { id :
"css.types.corner-shape-value.bevel", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.types.corner-shape-value.notch" => CSSFeature { id :
"css.types.corner-shape-value.notch", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.types.corner-shape-value.round" => CSSFeature { id :
"css.types.corner-shape-value.round", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.types.corner-shape-value.scoop" => CSSFeature { id :
"css.types.corner-shape-value.scoop", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.types.corner-shape-value.square" => CSSFeature { id :
"css.types.corner-shape-value.square", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.types.corner-shape-value.squircle" => CSSFeature { id :
"css.types.corner-shape-value.squircle", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, },
"css.types.corner-shape-value.superellipse" => CSSFeature { id :
"css.types.corner-shape-value.superellipse", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, }, "css.types.cos" => CSSFeature {
id : "css.types.cos", name :
"sin(), cos(), tan(), asin(), acos(), atan(), and atan2() (CSS)", description :
"The sin(), cos(), tan(), asin(), acos(), atan(), and atan2() CSS functions compute various trigonometric functions.",
spec : "https://drafts.csswg.org/css-values-4/#trig-funcs", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
9u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(108u16, 0u16), firefox_android :
BrowserVersion(108u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.counter" => CSSFeature { id : "css.types.counter", name :
"Counters (CSS)", description :
"The counter-reset and counter-increment CSS properties and the counter() and counters() functions automatically number headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#auto-numbering", groups : &
["counters"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-counters"], popularity : 0f32, }, "css.types.counters" =>
CSSFeature { id : "css.types.counters", name : "Counters (CSS)", description :
"The counter-reset and counter-increment CSS properties and the counter() and counters() functions automatically number headings or ordered list items.",
spec : "https://drafts.csswg.org/css-lists-3/#auto-numbering", groups : &
["counters"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-counters"], popularity : 0f32, },
"css.types.dashed-function" => CSSFeature { id : "css.types.dashed-function", name :
"@function", description :
"The @function CSS at-rule defines a custom function that takes CSS values or custom properties as arguments, and returns a CSS value. It can be based on conditional logic such as by using the @media at-rule.",
spec : "https://drafts.csswg.org/css-mixins-1/#function-rule", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.dimension" => CSSFeature { id
: "css.types.dimension", name : "Width and height", description :
"The width and height CSS properties set the preferred physical size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#preferred-size-properties", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.easing-function" => CSSFeature { id :
"css.types.easing-function", name : "cubic-bezier() easing", description :
"The cubic-bezier() CSS easing function interpolates along a smooth curve, creating animations and transitions with continuous changes in speed. The ease, ease-in, ease-out, and ease-in-out keyword values are presets for common Bézier curves.",
spec : "https://drafts.csswg.org/css-easing-2/#cubic-bezier-easing-functions", groups
: & ["animation", "transitions"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.easing-function.cubic-bezier" => CSSFeature { id
: "css.types.easing-function.cubic-bezier", name : "cubic-bezier() easing",
description :
"The cubic-bezier() CSS easing function interpolates along a smooth curve, creating animations and transitions with continuous changes in speed. The ease, ease-in, ease-out, and ease-in-out keyword values are presets for common Bézier curves.",
spec : "https://drafts.csswg.org/css-easing-2/#cubic-bezier-easing-functions", groups
: & ["animation", "transitions"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(16u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.easing-function.linear-function" => CSSFeature {
id : "css.types.easing-function.linear-function", name : "linear() easing",
description :
"The linear() easing function for animations and transitions interpolates linearly between the control points, and can be used to approximate complex easing functions, such as a bounce effect.",
spec : "https://drafts.csswg.org/css-easing-2/#the-linear-easing-function", groups :
& [], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32,
11u32).unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(113u16,
0u16), chrome_android : BrowserVersion(113u16, 0u16), edge : BrowserVersion(113u16,
0u16), firefox : BrowserVersion(112u16, 0u16), firefox_android :
BrowserVersion(112u16, 0u16), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.easing-function.steps" => CSSFeature { id :
"css.types.easing-function.steps", name : "steps() easing", description :
"The steps() CSS easing function divides an animation or transition into equidistant intervals, jumping from value to value. The step-start and step-end keyword values are presets with a single interval.",
spec : "https://drafts.csswg.org/css-easing-2/#step-easing-functions", groups : &
["animation", "transitions"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(8u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 1u16), safari_ios : BrowserVersion(5u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.easing-function.steps.jump" => CSSFeature { id :
"css.types.easing-function.steps.jump", name : "steps() easing", description :
"The steps() CSS easing function divides an animation or transition into equidistant intervals, jumping from value to value. The step-start and step-end keyword values are presets with a single interval.",
spec : "https://drafts.csswg.org/css-easing-2/#step-easing-functions", groups : &
["animation", "transitions"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 3u32, 16u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 9u32, 16u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(77u16, 0u16), chrome_android :
BrowserVersion(77u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(14u16, 0u16), safari_ios : BrowserVersion(14u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.env" => CSSFeature { id : "css.types.env", name
: "Safe area inset environment variables", description :
"The safe-area-inset- CSS environment variables represent a rectangle that cannot cut off content within a non-rectangular screen. For example, top:\\ env(safe-area-inset-top); positions the top of an element below the notch on an iPhone.",
spec : "https://drafts.csswg.org/css-env-1/#safe-area-insets", groups : &
["environment-variables"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(69u16, 0u16), chrome_android :
BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), }, caniuse : &
["https://caniuse.com/css-env-function"], popularity : 0f32, },
"css.types.env.safe-area-inset-bottom" => CSSFeature { id :
"css.types.env.safe-area-inset-bottom", name :
"Safe area inset environment variables", description :
"The safe-area-inset- CSS environment variables represent a rectangle that cannot cut off content within a non-rectangular screen. For example, top:\\ env(safe-area-inset-top); positions the top of an element below the notch on an iPhone.",
spec : "https://drafts.csswg.org/css-env-1/#safe-area-insets", groups : &
["environment-variables"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(69u16, 0u16), chrome_android :
BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), }, caniuse : &
["https://caniuse.com/css-env-function"], popularity : 0f32, },
"css.types.env.safe-area-inset-left" => CSSFeature { id :
"css.types.env.safe-area-inset-left", name : "Safe area inset environment variables",
description :
"The safe-area-inset- CSS environment variables represent a rectangle that cannot cut off content within a non-rectangular screen. For example, top:\\ env(safe-area-inset-top); positions the top of an element below the notch on an iPhone.",
spec : "https://drafts.csswg.org/css-env-1/#safe-area-insets", groups : &
["environment-variables"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(69u16, 0u16), chrome_android :
BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), }, caniuse : &
["https://caniuse.com/css-env-function"], popularity : 0f32, },
"css.types.env.safe-area-inset-right" => CSSFeature { id :
"css.types.env.safe-area-inset-right", name :
"Safe area inset environment variables", description :
"The safe-area-inset- CSS environment variables represent a rectangle that cannot cut off content within a non-rectangular screen. For example, top:\\ env(safe-area-inset-top); positions the top of an element below the notch on an iPhone.",
spec : "https://drafts.csswg.org/css-env-1/#safe-area-insets", groups : &
["environment-variables"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(69u16, 0u16), chrome_android :
BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), }, caniuse : &
["https://caniuse.com/css-env-function"], popularity : 0f32, },
"css.types.env.safe-area-inset-top" => CSSFeature { id :
"css.types.env.safe-area-inset-top", name : "Safe area inset environment variables",
description :
"The safe-area-inset- CSS environment variables represent a rectangle that cannot cut off content within a non-rectangular screen. For example, top:\\ env(safe-area-inset-top); positions the top of an element below the notch on an iPhone.",
spec : "https://drafts.csswg.org/css-env-1/#safe-area-insets", groups : &
["environment-variables"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 7u32, 15u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(69u16, 0u16), chrome_android :
BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(65u16, 0u16), firefox_android : BrowserVersion(65u16, 0u16), safari :
BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), }, caniuse : &
["https://caniuse.com/css-env-function"], popularity : 0f32, },
"css.types.env.titlebar-area-height" => CSSFeature { id :
"css.types.env.titlebar-area-height", name : "Window Controls Overlay", description :
"The display_override: [\"window-controls-overlay\"] web application manifest member shows content in the title bar area of a progressive web app that is installed on a desktop device.",
spec : "https://wicg.github.io/window-controls-overlay/", groups : &
["progressive-web-app"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(93u16, 0u16), chrome_android :
BrowserVersion(93u16, 0u16), edge : BrowserVersion(93u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.types.env.titlebar-area-width" => CSSFeature { id :
"css.types.env.titlebar-area-width", name : "Window Controls Overlay", description :
"The display_override: [\"window-controls-overlay\"] web application manifest member shows content in the title bar area of a progressive web app that is installed on a desktop device.",
spec : "https://wicg.github.io/window-controls-overlay/", groups : &
["progressive-web-app"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(93u16, 0u16), chrome_android :
BrowserVersion(93u16, 0u16), edge : BrowserVersion(93u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.types.env.titlebar-area-x" => CSSFeature { id :
"css.types.env.titlebar-area-x", name : "Window Controls Overlay", description :
"The display_override: [\"window-controls-overlay\"] web application manifest member shows content in the title bar area of a progressive web app that is installed on a desktop device.",
spec : "https://wicg.github.io/window-controls-overlay/", groups : &
["progressive-web-app"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(93u16, 0u16), chrome_android :
BrowserVersion(93u16, 0u16), edge : BrowserVersion(93u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.types.env.titlebar-area-y" => CSSFeature { id :
"css.types.env.titlebar-area-y", name : "Window Controls Overlay", description :
"The display_override: [\"window-controls-overlay\"] web application manifest member shows content in the title bar area of a progressive web app that is installed on a desktop device.",
spec : "https://wicg.github.io/window-controls-overlay/", groups : &
["progressive-web-app"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(93u16, 0u16), chrome_android :
BrowserVersion(93u16, 0u16), edge : BrowserVersion(93u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.types.env.viewport-segment-bottom" => CSSFeature { id :
"css.types.env.viewport-segment-bottom", name : "Viewport segments", description :
"The viewport segment CSS environment variables and media features, and the viewport.segments API, allow you to adapt your layout to devices where the display is split, such as on foldable devices.",
spec : "https://drafts.csswg.org/css-env-1/#viewport-segments", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.env.viewport-segment-height"
=> CSSFeature { id : "css.types.env.viewport-segment-height", name :
"Viewport segments", description :
"The viewport segment CSS environment variables and media features, and the viewport.segments API, allow you to adapt your layout to devices where the display is split, such as on foldable devices.",
spec : "https://drafts.csswg.org/css-env-1/#viewport-segments", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.env.viewport-segment-left" =>
CSSFeature { id : "css.types.env.viewport-segment-left", name : "Viewport segments",
description :
"The viewport segment CSS environment variables and media features, and the viewport.segments API, allow you to adapt your layout to devices where the display is split, such as on foldable devices.",
spec : "https://drafts.csswg.org/css-env-1/#viewport-segments", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.env.viewport-segment-right"
=> CSSFeature { id : "css.types.env.viewport-segment-right", name :
"Viewport segments", description :
"The viewport segment CSS environment variables and media features, and the viewport.segments API, allow you to adapt your layout to devices where the display is split, such as on foldable devices.",
spec : "https://drafts.csswg.org/css-env-1/#viewport-segments", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.env.viewport-segment-top" =>
CSSFeature { id : "css.types.env.viewport-segment-top", name : "Viewport segments",
description :
"The viewport segment CSS environment variables and media features, and the viewport.segments API, allow you to adapt your layout to devices where the display is split, such as on foldable devices.",
spec : "https://drafts.csswg.org/css-env-1/#viewport-segments", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.env.viewport-segment-width"
=> CSSFeature { id : "css.types.env.viewport-segment-width", name :
"Viewport segments", description :
"The viewport segment CSS environment variables and media features, and the viewport.segments API, allow you to adapt your layout to devices where the display is split, such as on foldable devices.",
spec : "https://drafts.csswg.org/css-env-1/#viewport-segments", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.exp" => CSSFeature { id :
"css.types.exp", name : "pow(), sqrt(), hypot(), log(), and exp()", description :
"The pow(), sqrt(), hypot(), log(), and exp() CSS functions compute various exponential functions.",
spec : "https://drafts.csswg.org/css-values-4/#exponent-funcs", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.filter-function" =>
CSSFeature { id : "css.types.filter-function", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.blur" => CSSFeature { id :
"css.types.filter-function.blur", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.brightness" => CSSFeature { id :
"css.types.filter-function.brightness", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.contrast" => CSSFeature { id :
"css.types.filter-function.contrast", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.drop-shadow" => CSSFeature { id :
"css.types.filter-function.drop-shadow", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.grayscale" => CSSFeature { id :
"css.types.filter-function.grayscale", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.hue-rotate" => CSSFeature { id :
"css.types.filter-function.hue-rotate", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.invert" => CSSFeature { id :
"css.types.filter-function.invert", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.opacity" => CSSFeature { id :
"css.types.filter-function.opacity", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.saturate" => CSSFeature { id :
"css.types.filter-function.saturate", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.filter-function.sepia" => CSSFeature { id :
"css.types.filter-function.sepia", name : "filter", description :
"The filter CSS property applies one or more graphic effects to an element. You can use filter functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, filter: blur(2px).",
spec : "https://drafts.csswg.org/filter-effects-1/#propdef-filter", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32,
3u32, 7u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2016i32, 9u32, 7u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(18u16, 0u16),
chrome_android : BrowserVersion(53u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(35u16, 0u16), firefox_android : BrowserVersion(35u16, 0u16),
safari : BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), },
caniuse : & ["https://caniuse.com/css-filters"], popularity : 49.92253f32, },
"css.types.flex" => CSSFeature { id : "css.types.flex", name : "Grid", description :
"CSS grid is a two-dimensional layout system, which lays content out in rows and columns.",
spec : "https://drafts.csswg.org/css-grid-3/", groups : & ["grid"], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(40u16, 0u16), firefox_android : BrowserVersion(40u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-grid"], popularity : 0.657967f32, },
"css.types.global_keywords" => CSSFeature { id : "css.types.global_keywords", name :
"inherit", description :
"The inherit keyword resets any CSS property to the computed value of that property from the parent element.",
spec : "https://drafts.csswg.org/css-cascade-3/#inherit", groups : &
["explicit-defaults"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.global_keywords.inherit" => CSSFeature { id :
"css.types.global_keywords.inherit", name : "inherit", description :
"The inherit keyword resets any CSS property to the computed value of that property from the parent element.",
spec : "https://drafts.csswg.org/css-cascade-3/#inherit", groups : &
["explicit-defaults"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.global_keywords.initial" => CSSFeature { id :
"css.types.global_keywords.initial", name : "initial", description :
"The initial keyword resets any CSS property to its initial value as defined by the specification. For example, the initial value of the display property is inline, regardless of the element being styled. Not to be confused with revert, which resets to the user or browser default style.",
spec : "https://drafts.csswg.org/css-cascade-3/#initial", groups : &
["explicit-defaults"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 5u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 11u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(13u16, 0u16), firefox :
BrowserVersion(19u16, 0u16), firefox_android : BrowserVersion(19u16, 0u16), safari :
BrowserVersion(1u16, 2u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
["https://caniuse.com/css-initial-value"], popularity : 6.010414f32, },
"css.types.global_keywords.revert" => CSSFeature { id :
"css.types.global_keywords.revert", name : "revert", description :
"The revert CSS keyword resets any property to its previous default, provided by either the user or browser stylesheets. For example, setting display: revert on a <div> will likely result in display: block, the browser default style. This is often confused with initial.",
spec : "https://drafts.csswg.org/css-cascade-4/#default", groups : &
["explicit-defaults"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 1u32, 27u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 7u32, 27u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(84u16, 0u16), chrome_android :
BrowserVersion(84u16, 0u16), edge : BrowserVersion(84u16, 0u16), firefox :
BrowserVersion(67u16, 0u16), firefox_android : BrowserVersion(67u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/css-revert-value"], popularity : 0f32, },
"css.types.global_keywords.revert-layer" => CSSFeature { id :
"css.types.global_keywords.revert-layer", name : "Cascade layers", description :
"The @layer CSS at-rule avoids specificity conflicts by providing priority levels for different groups of CSS rules, such as low-priority styles like resets, and high-priority styles like UI components.",
spec : "https://drafts.csswg.org/css-cascade-5/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32, 9u32, 14u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(99u16, 0u16),
chrome_android : BrowserVersion(99u16, 0u16), edge : BrowserVersion(99u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/css-cascade-layers"], popularity : 0f32, },
"css.types.global_keywords.unset" => CSSFeature { id :
"css.types.global_keywords.unset", name : "unset", description :
"The unset keyword resets any CSS property, removing any values previously set by the author, user, or browser. Inherited properties (like color) reset to the parent element's computed value. Non-inherited properties (like display) reset to the specified initial value (inline).",
spec : "https://drafts.csswg.org/css-cascade-3/#inherit-initial", groups : &
["explicit-defaults"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 9u32, 21u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2016i32, 3u32, 21u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(41u16, 0u16), chrome_android :
BrowserVersion(41u16, 0u16), edge : BrowserVersion(13u16, 0u16), firefox :
BrowserVersion(27u16, 0u16), firefox_android : BrowserVersion(27u16, 0u16), safari :
BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/css-unset-value"], popularity : 0f32, }, "css.types.gradient"
=> CSSFeature { id : "css.types.gradient", name : "Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.gradient.conic-gradient" =>
CSSFeature { id : "css.types.gradient.conic-gradient", name : "Conic gradients",
description :
"The conic-gradient() and repeating-conic-gradient() CSS functions create backgrounds that progress between two or more colors around a center point.",
spec : "https://drafts.csswg.org/css-images-4/#conic-gradients", groups : &
["gradients"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 17u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 11u32, 17u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(69u16, 0u16), chrome_android :
BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(83u16, 0u16), firefox_android : BrowserVersion(83u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css-conic-gradients"], popularity : 0f32, },
"css.types.gradient.conic-gradient.doubleposition" => CSSFeature { id :
"css.types.gradient.conic-gradient.doubleposition", name : "Conic gradients",
description :
"The conic-gradient() and repeating-conic-gradient() CSS functions create backgrounds that progress between two or more colors around a center point.",
spec : "https://drafts.csswg.org/css-images-4/#conic-gradients", groups : &
["gradients"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 17u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 11u32, 17u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(72u16, 0u16), chrome_android :
BrowserVersion(72u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(83u16, 0u16), firefox_android : BrowserVersion(83u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css-conic-gradients"], popularity : 0f32, },
"css.types.gradient.conic-gradient.hue_interpolation_method" => CSSFeature { id :
"css.types.gradient.conic-gradient.hue_interpolation_method", name :
"Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.conic-gradient.interpolation_color_space" => CSSFeature { id :
"css.types.gradient.conic-gradient.interpolation_color_space", name :
"Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.conic-gradient.single_color_stop" => CSSFeature { id :
"css.types.gradient.conic-gradient.single_color_stop", name : "Conic gradients",
description :
"The conic-gradient() and repeating-conic-gradient() CSS functions create backgrounds that progress between two or more colors around a center point.",
spec : "https://drafts.csswg.org/css-images-4/#conic-gradients", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32,
4u32, 4u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(135u16, 0u16), chrome_android : BrowserVersion(135u16, 0u16), edge :
BrowserVersion(135u16, 0u16), firefox : BrowserVersion(136u16, 0u16), firefox_android
: BrowserVersion(136u16, 0u16), safari : BrowserVersion(18u16, 4u16), safari_ios :
BrowserVersion(18u16, 4u16), }, caniuse : &
["https://caniuse.com/css-conic-gradients"], popularity : 0f32, },
"css.types.gradient.linear-gradient" => CSSFeature { id :
"css.types.gradient.linear-gradient", name : "Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.linear-gradient.doubleposition" => CSSFeature { id :
"css.types.gradient.linear-gradient.doubleposition", name : "Gradients", description
:
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(71u16, 0u16),
chrome_android : BrowserVersion(71u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.linear-gradient.hue_interpolation_method" => CSSFeature { id :
"css.types.gradient.linear-gradient.hue_interpolation_method", name :
"Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.linear-gradient.interpolation_color_space" => CSSFeature { id :
"css.types.gradient.linear-gradient.interpolation_color_space", name :
"Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.linear-gradient.interpolation_hints" => CSSFeature { id :
"css.types.gradient.linear-gradient.interpolation_hints", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(40u16, 0u16),
chrome_android : BrowserVersion(40u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.linear-gradient.premultiplied_gradients" => CSSFeature { id :
"css.types.gradient.linear-gradient.premultiplied_gradients", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.linear-gradient.single_color_stop" => CSSFeature { id :
"css.types.gradient.linear-gradient.single_color_stop", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 4u32, 4u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(135u16, 0u16),
chrome_android : BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16),
firefox : BrowserVersion(136u16, 0u16), firefox_android : BrowserVersion(136u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.linear-gradient.to" => CSSFeature { id :
"css.types.gradient.linear-gradient.to", name : "Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.linear-gradient.unitless_0_angle" => CSSFeature { id :
"css.types.gradient.linear-gradient.unitless_0_angle", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32,
2u32, 8u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 8u32, 8u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.gradient.radial-gradient" =>
CSSFeature { id : "css.types.gradient.radial-gradient", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.gradient.radial-gradient.at" =>
CSSFeature { id : "css.types.gradient.radial-gradient.at", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.radial-gradient.doubleposition" => CSSFeature { id :
"css.types.gradient.radial-gradient.doubleposition", name : "Gradients", description
:
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(71u16, 0u16),
chrome_android : BrowserVersion(71u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.radial-gradient.hue_interpolation_method" => CSSFeature { id :
"css.types.gradient.radial-gradient.hue_interpolation_method", name :
"Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.radial-gradient.interpolation_color_space" => CSSFeature { id :
"css.types.gradient.radial-gradient.interpolation_color_space", name :
"Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.radial-gradient.interpolation_hints" => CSSFeature { id :
"css.types.gradient.radial-gradient.interpolation_hints", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(40u16, 0u16),
chrome_android : BrowserVersion(40u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.radial-gradient.premultiplied_gradients" => CSSFeature { id :
"css.types.gradient.radial-gradient.premultiplied_gradients", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
3u32, 20u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2021i32, 9u32, 20u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(29u16, 0u16),
chrome_android : BrowserVersion(29u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(15u16, 0u16), safari_ios : BrowserVersion(15u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.radial-gradient.single_color_stop" => CSSFeature { id :
"css.types.gradient.radial-gradient.single_color_stop", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 4u32, 4u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(135u16, 0u16),
chrome_android : BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16),
firefox : BrowserVersion(136u16, 0u16), firefox_android : BrowserVersion(136u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-conic-gradient" => CSSFeature { id :
"css.types.gradient.repeating-conic-gradient", name : "Conic gradients", description
:
"The conic-gradient() and repeating-conic-gradient() CSS functions create backgrounds that progress between two or more colors around a center point.",
spec : "https://drafts.csswg.org/css-images-4/#conic-gradients", groups : &
["gradients"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2023i32, 5u32, 17u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 11u32, 17u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(69u16, 0u16), chrome_android :
BrowserVersion(69u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(83u16, 0u16), firefox_android : BrowserVersion(83u16, 0u16), safari :
BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), }, caniuse : &
["https://caniuse.com/css-conic-gradients"], popularity : 0f32, },
"css.types.gradient.repeating-conic-gradient.hue_interpolation_method" => CSSFeature
{ id : "css.types.gradient.repeating-conic-gradient.hue_interpolation_method", name :
"Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-conic-gradient.interpolation_color_space" => CSSFeature
{ id : "css.types.gradient.repeating-conic-gradient.interpolation_color_space", name
: "Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-linear-gradient" => CSSFeature { id :
"css.types.gradient.repeating-linear-gradient", name : "Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-linear-gradient.doubleposition" => CSSFeature { id :
"css.types.gradient.repeating-linear-gradient.doubleposition", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(71u16, 0u16),
chrome_android : BrowserVersion(71u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-linear-gradient.hue_interpolation_method" => CSSFeature
{ id : "css.types.gradient.repeating-linear-gradient.hue_interpolation_method", name
: "Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-linear-gradient.interpolation_color_space" =>
CSSFeature { id :
"css.types.gradient.repeating-linear-gradient.interpolation_color_space", name :
"Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-linear-gradient.interpolation_hints" => CSSFeature { id
: "css.types.gradient.repeating-linear-gradient.interpolation_hints", name :
"Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(40u16, 0u16),
chrome_android : BrowserVersion(40u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(36u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-linear-gradient.single_color_stop" => CSSFeature { id :
"css.types.gradient.repeating-linear-gradient.single_color_stop", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 4u32, 4u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(135u16, 0u16),
chrome_android : BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16),
firefox : BrowserVersion(136u16, 0u16), firefox_android : BrowserVersion(136u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-linear-gradient.to" => CSSFeature { id :
"css.types.gradient.repeating-linear-gradient.to", name : "Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-linear-gradient.unitless_0_angle" => CSSFeature { id :
"css.types.gradient.repeating-linear-gradient.unitless_0_angle", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2020i32,
2u32, 8u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 8u32, 8u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(55u16, 0u16), firefox_android : BrowserVersion(55u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.gradient.repeating-radial-gradient"
=> CSSFeature { id : "css.types.gradient.repeating-radial-gradient", name :
"Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-radial-gradient.at" => CSSFeature { id :
"css.types.gradient.repeating-radial-gradient.at", name : "Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(26u16, 0u16),
chrome_android : BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-radial-gradient.doubleposition" => CSSFeature { id :
"css.types.gradient.repeating-radial-gradient.doubleposition", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(71u16, 0u16),
chrome_android : BrowserVersion(71u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(64u16, 0u16), firefox_android : BrowserVersion(64u16, 0u16),
safari : BrowserVersion(12u16, 1u16), safari_ios : BrowserVersion(12u16, 2u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-radial-gradient.hue_interpolation_method" => CSSFeature
{ id : "css.types.gradient.repeating-radial-gradient.hue_interpolation_method", name
: "Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-radial-gradient.interpolation_color_space" =>
CSSFeature { id :
"css.types.gradient.repeating-radial-gradient.interpolation_color_space", name :
"Gradient interpolation", description :
"Gradient interpolation controls how the colors between gradient stops are calculated in CSS. For example, linear-gradient(to right in oklch longer hue, red, red); calculates in the oklch color space, with the hue going all the way around the hue circle from red back to red.",
spec : "https://drafts.csswg.org/css-color-4/#interpolation-space", groups : &
["gradients"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32,
6u32, 11u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(127u16, 0u16), firefox_android
: BrowserVersion(127u16, 0u16), safari : BrowserVersion(16u16, 2u16), safari_ios :
BrowserVersion(16u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-radial-gradient.interpolation_hints" => CSSFeature { id
: "css.types.gradient.repeating-radial-gradient.interpolation_hints", name :
"Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2022i32,
7u32, 15u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 1u32, 15u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(40u16, 0u16),
chrome_android : BrowserVersion(40u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(36u16, 0u16), firefox_android : BrowserVersion(46u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & [], popularity : 0f32, },
"css.types.gradient.repeating-radial-gradient.single_color_stop" => CSSFeature { id :
"css.types.gradient.repeating-radial-gradient.single_color_stop", name : "Gradients",
description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 4u32, 4u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(135u16, 0u16),
chrome_android : BrowserVersion(135u16, 0u16), edge : BrowserVersion(135u16, 0u16),
firefox : BrowserVersion(136u16, 0u16), firefox_android : BrowserVersion(136u16,
0u16), safari : BrowserVersion(18u16, 4u16), safari_ios : BrowserVersion(18u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.hypot" => CSSFeature { id
: "css.types.hypot", name : "pow(), sqrt(), hypot(), log(), and exp()", description :
"The pow(), sqrt(), hypot(), log(), and exp() CSS functions compute various exponential functions.",
spec : "https://drafts.csswg.org/css-values-4/#exponent-funcs", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.if" => CSSFeature { id :
"css.types.if", name : "if()", description :
"The if() CSS function is an inline conditional value that returns a value based on a set of conditions.",
spec : "https://drafts.csswg.org/css-values-5/#if-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(137u16, 0u16), chrome_android : BrowserVersion(137u16, 0u16), edge :
BrowserVersion(137u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.if.style.range_syntax" =>
CSSFeature { id : "css.types.if.style.range_syntax", name :
"Range syntax for style queries", description :
"The @container style() CSS at-rule and if(style()) CSS function queries accept a range syntax, such as >, <, >=, <=, to query for inexact values.",
spec : "https://drafts.csswg.org/css-conditional-5/#typedef-style-range", groups : &
["container-queries"], baseline_status : BaselineStatus::False, browser_support :
BrowserSupport { chrome : BrowserVersion(142u16, 0u16), chrome_android :
BrowserVersion(142u16, 0u16), edge : BrowserVersion(142u16, 0u16), firefox :
BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : & [],
popularity : 0f32, }, "css.types.image" => CSSFeature { id : "css.types.image", name
: "Gradients", description :
"The linear-gradient() and radial-gradient() CSS functions and their repeating counterparts create backgrounds that progress smoothly between multiple colors.",
spec : "https://drafts.csswg.org/css-images-3/#gradients", groups : & ["gradients"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.image.cross-fade" => CSSFeature { id
: "css.types.image.cross-fade", name : "cross-fade()", description :
"The cross-fade() CSS function generates an image by mixing two images.", spec :
"https://drafts.csswg.org/css-images-4/#cross-fade-function", groups : & ["images"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(10u16, 0u16), safari_ios : BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/css-cross-fade"], popularity : 0f32, },
"css.types.image.element" => CSSFeature { id : "css.types.image.element", name :
"element()", description :
"The element() CSS function creates a live-updating image from an HTML element that can be used as an image or background image.",
spec : "https://drafts.csswg.org/css-images-4/#element-notation", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-element-function"], popularity : 0f32, },
"css.types.image.filter" => CSSFeature { id : "css.types.image.filter", name :
"filter()", description :
"The filter() CSS function applies one or more graphic effects to a CSS image, such as a background image. You can use functions, such as blur() and drop-shadow(), alone or combined to produce different effects. For instance, background: filter(url(image.png), blur(2px)).",
spec : "https://drafts.csswg.org/filter-effects-1/#FilterCSSImageValue", groups : &
[], baseline_status : BaselineStatus::False, browser_support : BrowserSupport {
chrome : BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge :
BrowserVersion(0, 0), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(9u16, 1u16), safari_ios :
BrowserVersion(9u16, 3u16), }, caniuse : &
["https://caniuse.com/css-filter-function"], popularity : 0f32, },
"css.types.image.image-set" => CSSFeature { id : "css.types.image.image-set", name :
"image-set()", description :
"The image-set() CSS function provides a set of images at different resolutions or pixel densities, which the browser can pick from, depending on the device capabilities.",
spec : "https://drafts.csswg.org/css-images-4/#image-set-notation", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 9u32, 18u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(113u16, 0u16),
chrome_android : BrowserVersion(113u16, 0u16), edge : BrowserVersion(113u16, 0u16),
firefox : BrowserVersion(89u16, 0u16), firefox_android : BrowserVersion(89u16, 0u16),
safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16, 0u16), },
caniuse : & ["https://caniuse.com/css-image-set"], popularity : 0f32, },
"css.types.image.paint" => CSSFeature { id : "css.types.image.paint", name :
"paint()", description :
"The paint() CSS function creates a custom image, drawn using a paint worklet, for an element's background or border.",
spec : "https://drafts.css-houdini.org/css-paint-api-1/", groups : & ["worklets"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(65u16, 0u16), chrome_android : BrowserVersion(65u16, 0u16), edge :
BrowserVersion(79u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & ["https://caniuse.com/css-paint-api"], popularity : 0f32, },
"css.types.image.paint.additional_parameters" => CSSFeature { id :
"css.types.image.paint.additional_parameters", name : "paint()", description :
"The paint() CSS function creates a custom image, drawn using a paint worklet, for an element's background or border.",
spec : "https://drafts.css-houdini.org/css-paint-api-1/", groups : & ["worklets"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse : &
["https://caniuse.com/css-paint-api"], popularity : 0f32, }, "css.types.integer" =>
CSSFeature { id : "css.types.integer", name : "z-index", description :
"The z-index CSS property orders overlapping elements, with higher values appearing in front of or on top of lower values.",
spec : "https://drafts.csswg.org/css2/#z-index", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 85.917f32, }, "css.types.length" => CSSFeature { id :
"css.types.length", name : "Width and height", description :
"The width and height CSS properties set the preferred physical size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#preferred-size-properties", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.length-percentage" => CSSFeature { id :
"css.types.length-percentage", name : "Width and height", description :
"The width and height CSS properties set the preferred physical size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#preferred-size-properties", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.length.Q" => CSSFeature { id :
"css.types.length.Q", name : "Q unit", description :
"The Q CSS length unit is an absolute length anchored to the physical measurement of quarter-millimeters. 1Q is equivalent to 1/40 of 1 centimeter.",
spec : "https://drafts.csswg.org/css-values-4/#absolute-lengths", groups : &
["units"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 24u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2020i32, 3u32, 24u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(63u16, 0u16), chrome_android :
BrowserVersion(63u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(49u16, 0u16), firefox_android : BrowserVersion(49u16, 0u16), safari :
BrowserVersion(13u16, 1u16), safari_ios : BrowserVersion(13u16, 4u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.length.cap" => CSSFeature { id :
"css.types.length.cap", name : "cap unit", description :
"The cap CSS length unit corresponds to the height of Latin capital letters.", spec :
"https://drafts.csswg.org/css-values-4/#cap", groups : & ["units"], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 11u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(118u16, 0u16),
chrome_android : BrowserVersion(118u16, 0u16), edge : BrowserVersion(118u16, 0u16),
firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16, 0u16),
safari : BrowserVersion(17u16, 2u16), safari_ios : BrowserVersion(17u16, 2u16), },
caniuse : & [], popularity : 0f32, }, "css.types.length.ch" => CSSFeature { id :
"css.types.length.ch", name : "ch unit", description :
"The ch CSS length unit is a font-relative length based on the width of the zero (0) character.",
spec : "https://drafts.csswg.org/css-values-4/#font-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(27u16, 0u16), chrome_android :
BrowserVersion(27u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/ch-unit"], popularity : 0f32, },
"css.types.length.container_query_length_units" => CSSFeature { id :
"css.types.length.container_query_length_units", name : "Container queries",
description :
"Container size queries with the @container at-rule apply styles to an element based on the dimensions of its container.",
spec : "https://drafts.csswg.org/css-conditional-5/#container-queries", groups : &
["container-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 8u32, 14u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2023i32, 2u32, 14u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(105u16, 0u16), chrome_android :
BrowserVersion(105u16, 0u16), edge : BrowserVersion(105u16, 0u16), firefox :
BrowserVersion(110u16, 0u16), firefox_android : BrowserVersion(110u16, 0u16), safari
: BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse :
& ["https://caniuse.com/css-container-queries",
"https://caniuse.com/css-container-query-units"], popularity : 0f32, },
"css.types.length.em" => CSSFeature { id : "css.types.length.em", name : "em unit",
description :
"The em CSS length unit is a font-relative length equal to the specified font size. In an element with a 2 inch font, 1em equals 2 inches.",
spec : "https://drafts.csswg.org/css-values-4/#font-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.length.ex" => CSSFeature { id :
"css.types.length.ex", name : "ex unit", description :
"The ex CSS length unit is a font-relative length equal to the used x-height of the first available font. X-height is often equal to the height of the lowercase x.",
spec : "https://drafts.csswg.org/css-values-4/#font-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.length.ic" => CSSFeature { id :
"css.types.length.ic", name : "ic unit", description :
"The ic CSS length unit corresponds to the width of CJK ideographic characters.",
spec : "https://drafts.csswg.org/css-values-4/#ic", groups : & ["units"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
4u32, 3u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 10u32, 3u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(106u16,
0u16), chrome_android : BrowserVersion(106u16, 0u16), edge : BrowserVersion(106u16,
0u16), firefox : BrowserVersion(97u16, 0u16), firefox_android : BrowserVersion(97u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.length.lh" => CSSFeature {
id : "css.types.length.lh", name : "lh unit", description :
"The lh CSS length unit corresponds to the requested line height, the computed value of the line-height property. Some lines may be higher than this based on their content.",
spec : "https://drafts.csswg.org/css-values-4/#lh", groups : & ["units"],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 11u32, 21u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(109u16, 0u16),
chrome_android : BrowserVersion(109u16, 0u16), edge : BrowserVersion(109u16, 0u16),
firefox : BrowserVersion(120u16, 0u16), firefox_android : BrowserVersion(120u16,
0u16), safari : BrowserVersion(16u16, 4u16), safari_ios : BrowserVersion(16u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.length.rcap" => CSSFeature
{ id : "css.types.length.rcap", name : "rcap unit", description :
"The rcap CSS length unit is a font-relative length equal to the value of the cap unit on the root element. Cap-height is approximately equal to the height of a capital Latin letter.",
spec : "https://drafts.csswg.org/css-values-4/#font-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32,
1u32, 13u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(118u16, 0u16), chrome_android : BrowserVersion(118u16, 0u16), edge :
BrowserVersion(118u16, 0u16), firefox : BrowserVersion(147u16, 0u16), firefox_android
: BrowserVersion(147u16, 0u16), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.length.rch" => CSSFeature { id : "css.types.length.rch", name :
"rch unit", description :
"The rch CSS length unit is a font-relative length equal to the value of the ch unit on the root element. ch length is based on the width of the zero (0) character.",
spec : "https://drafts.csswg.org/css-values-4/#font-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32,
1u32, 13u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(147u16, 0u16), firefox_android
: BrowserVersion(147u16, 0u16), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.length.rem" => CSSFeature { id : "css.types.length.rem", name : "rem",
description :
"The rem CSS length unit is a font-relative length that is equal to the font size of the root HTML element which for most browsers is 16px.",
spec : "https://drafts.csswg.org/css-values-4/#font-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(4u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(3u16, 6u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 0u16), }, caniuse : &
["https://caniuse.com/rem"], popularity : 0f32, }, "css.types.length.rex" =>
CSSFeature { id : "css.types.length.rex", name : "rex unit", description :
"The rex CSS length unit is a font-relative length that is equal to the x-height of the root element.",
spec : "https://drafts.csswg.org/css-values-4/#font-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32,
1u32, 13u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(147u16, 0u16), firefox_android
: BrowserVersion(147u16, 0u16), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.length.ric" => CSSFeature { id : "css.types.length.ric", name :
"ric unit", description :
"The ric CSS length unit, or root international character, is a font-relative length equal to the width of CJK character relative to the root element.",
spec : "https://drafts.csswg.org/css-values-4/#font-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2026i32,
1u32, 13u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(147u16, 0u16), firefox_android
: BrowserVersion(147u16, 0u16), safari : BrowserVersion(17u16, 2u16), safari_ios :
BrowserVersion(17u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.length.rlh" => CSSFeature { id : "css.types.length.rlh", name :
"rlh unit", description :
"The rlh CSS length unit is a font-relative length relative to the line height of root element.",
spec : "https://drafts.csswg.org/css-values-4/#font-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32,
11u32, 21u32).unwrap()), browser_support : BrowserSupport { chrome :
BrowserVersion(111u16, 0u16), chrome_android : BrowserVersion(111u16, 0u16), edge :
BrowserVersion(111u16, 0u16), firefox : BrowserVersion(120u16, 0u16), firefox_android
: BrowserVersion(120u16, 0u16), safari : BrowserVersion(16u16, 4u16), safari_ios :
BrowserVersion(16u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.length.vb" => CSSFeature { id : "css.types.length.vb", name :
"Small, large, and dynamic viewport units", description :
"The sv*, lv*, and dv* CSS viewport units are relative to the smallest, largest, and current (dynamic) viewport size. They are used to size elements in relation to the viewport's dimensions.",
spec : "https://drafts.csswg.org/css-values-4/#viewport-variants", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
6u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 12u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(108u16,
0u16), chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16,
0u16), firefox : BrowserVersion(101u16, 0u16), firefox_android :
BrowserVersion(101u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/viewport-unit-variants"], popularity : 0f32, },
"css.types.length.vh" => CSSFeature { id : "css.types.length.vh", name :
"Viewport units", description :
"The vw, vh, vmin, and vmax CSS viewport units are relative to the size of the viewport, and are used to size elements in relation to the viewport's dimensions.",
spec : "https://drafts.csswg.org/css-values-4/#viewport-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(20u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(19u16, 0u16), firefox_android : BrowserVersion(19u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/viewport-units"], popularity : 0f32, }, "css.types.length.vi"
=> CSSFeature { id : "css.types.length.vi", name :
"Small, large, and dynamic viewport units", description :
"The sv*, lv*, and dv* CSS viewport units are relative to the smallest, largest, and current (dynamic) viewport size. They are used to size elements in relation to the viewport's dimensions.",
spec : "https://drafts.csswg.org/css-values-4/#viewport-variants", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
6u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 12u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(108u16,
0u16), chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16,
0u16), firefox : BrowserVersion(101u16, 0u16), firefox_android :
BrowserVersion(101u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/viewport-unit-variants"], popularity : 0f32, },
"css.types.length.viewport_percentage_units_dynamic" => CSSFeature { id :
"css.types.length.viewport_percentage_units_dynamic", name :
"Small, large, and dynamic viewport units", description :
"The sv*, lv*, and dv* CSS viewport units are relative to the smallest, largest, and current (dynamic) viewport size. They are used to size elements in relation to the viewport's dimensions.",
spec : "https://drafts.csswg.org/css-values-4/#viewport-variants", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
6u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 12u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(108u16,
0u16), chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16,
0u16), firefox : BrowserVersion(101u16, 0u16), firefox_android :
BrowserVersion(101u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/viewport-unit-variants"], popularity : 0f32, },
"css.types.length.viewport_percentage_units_large" => CSSFeature { id :
"css.types.length.viewport_percentage_units_large", name :
"Small, large, and dynamic viewport units", description :
"The sv*, lv*, and dv* CSS viewport units are relative to the smallest, largest, and current (dynamic) viewport size. They are used to size elements in relation to the viewport's dimensions.",
spec : "https://drafts.csswg.org/css-values-4/#viewport-variants", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
6u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 12u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(108u16,
0u16), chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16,
0u16), firefox : BrowserVersion(101u16, 0u16), firefox_android :
BrowserVersion(101u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/viewport-unit-variants"], popularity : 0f32, },
"css.types.length.viewport_percentage_units_small" => CSSFeature { id :
"css.types.length.viewport_percentage_units_small", name :
"Small, large, and dynamic viewport units", description :
"The sv*, lv*, and dv* CSS viewport units are relative to the smallest, largest, and current (dynamic) viewport size. They are used to size elements in relation to the viewport's dimensions.",
spec : "https://drafts.csswg.org/css-values-4/#viewport-variants", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
6u32, 5u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 12u32, 5u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(108u16,
0u16), chrome_android : BrowserVersion(108u16, 0u16), edge : BrowserVersion(108u16,
0u16), firefox : BrowserVersion(101u16, 0u16), firefox_android :
BrowserVersion(101u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : &
["https://caniuse.com/viewport-unit-variants"], popularity : 0f32, },
"css.types.length.vmax" => CSSFeature { id : "css.types.length.vmax", name :
"Viewport units", description :
"The vw, vh, vmin, and vmax CSS viewport units are relative to the size of the viewport, and are used to size elements in relation to the viewport's dimensions.",
spec : "https://drafts.csswg.org/css-values-4/#viewport-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2020i32, 4u32, 17u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2017i32, 10u32, 17u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(26u16, 0u16), chrome_android :
BrowserVersion(26u16, 0u16), edge : BrowserVersion(16u16, 0u16), firefox :
BrowserVersion(19u16, 0u16), firefox_android : BrowserVersion(19u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/viewport-units"], popularity : 0f32, }, "css.types.length.vmin"
=> CSSFeature { id : "css.types.length.vmin", name : "Viewport units", description :
"The vw, vh, vmin, and vmax CSS viewport units are relative to the size of the viewport, and are used to size elements in relation to the viewport's dimensions.",
spec : "https://drafts.csswg.org/css-values-4/#viewport-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(26u16, 0u16), chrome_android :
BrowserVersion(26u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(19u16, 0u16), firefox_android : BrowserVersion(19u16, 0u16), safari :
BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), }, caniuse : &
["https://caniuse.com/viewport-units"], popularity : 0f32, }, "css.types.length.vw"
=> CSSFeature { id : "css.types.length.vw", name : "Viewport units", description :
"The vw, vh, vmin, and vmax CSS viewport units are relative to the size of the viewport, and are used to size elements in relation to the viewport's dimensions.",
spec : "https://drafts.csswg.org/css-values-4/#viewport-relative-lengths", groups : &
["units"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(20u16, 0u16), chrome_android :
BrowserVersion(25u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(19u16, 0u16), firefox_android : BrowserVersion(19u16, 0u16), safari :
BrowserVersion(6u16, 0u16), safari_ios : BrowserVersion(6u16, 0u16), }, caniuse : &
["https://caniuse.com/viewport-units"], popularity : 0f32, }, "css.types.line-style"
=> CSSFeature { id : "css.types.line-style", name : "Borders", description :
"The border CSS property sets the color, style, and width of the line around an element.",
spec : "https://drafts.csswg.org/css-backgrounds-3/#borders", groups : &
["borders-outlines"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(3u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.log" => CSSFeature { id : "css.types.log", name
: "pow(), sqrt(), hypot(), log(), and exp()", description :
"The pow(), sqrt(), hypot(), log(), and exp() CSS functions compute various exponential functions.",
spec : "https://drafts.csswg.org/css-values-4/#exponent-funcs", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.max" => CSSFeature { id :
"css.types.max", name : "min(), max(), and clamp()", description :
"The min() and max() CSS functions return the minimum or maximum of the arguments, while clamp() clamps a value to a given range.",
spec : "https://drafts.csswg.org/css-values-4/#comp-func", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
1u32, 28u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(79u16, 0u16),
chrome_android : BrowserVersion(79u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(75u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), },
caniuse : & ["https://caniuse.com/css-math-functions"], popularity : 0f32, },
"css.types.min" => CSSFeature { id : "css.types.min", name :
"min(), max(), and clamp()", description :
"The min() and max() CSS functions return the minimum or maximum of the arguments, while clamp() clamps a value to a given range.",
spec : "https://drafts.csswg.org/css-values-4/#comp-func", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2023i32,
1u32, 28u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2020i32, 7u32, 28u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(79u16, 0u16),
chrome_android : BrowserVersion(79u16, 0u16), edge : BrowserVersion(79u16, 0u16),
firefox : BrowserVersion(75u16, 0u16), firefox_android : BrowserVersion(79u16, 0u16),
safari : BrowserVersion(11u16, 1u16), safari_ios : BrowserVersion(11u16, 3u16), },
caniuse : & ["https://caniuse.com/css-math-functions"], popularity : 0f32, },
"css.types.mod" => CSSFeature { id : "css.types.mod", name :
"round(), mod(), and rem()", description :
"The round(), mod(), and rem() CSS functions compute rounded values and the remainder after division.",
spec : "https://drafts.csswg.org/css-values-4/#round-func", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 17u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.mod.mixed_type_parameters"
=> CSSFeature { id : "css.types.mod.mixed_type_parameters", name :
"round(), mod(), and rem()", description :
"The round(), mod(), and rem() CSS functions compute rounded values and the remainder after division.",
spec : "https://drafts.csswg.org/css-values-4/#round-func", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 17u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(17u16, 2u16), safari_ios : BrowserVersion(17u16,
2u16), }, caniuse : & [], popularity : 0f32, }, "css.types.number" => CSSFeature { id
: "css.types.number", name : "opacity", description :
"The opacity CSS property sets the transparency of an element.", spec :
"https://drafts.csswg.org/css-color-3/#transparency", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-opacity"], popularity : 86.63341f32, },
"css.types.number.scientific_notation" => CSSFeature { id :
"css.types.number.scientific_notation", name : "opacity", description :
"The opacity CSS property sets the transparency of an element.", spec :
"https://drafts.csswg.org/css-color-3/#transparency", groups : & [], baseline_status
: BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 9u32, 27u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 3u32, 27u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(43u16, 0u16),
chrome_android : BrowserVersion(43u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(29u16, 0u16), firefox_android : BrowserVersion(29u16, 0u16),
safari : BrowserVersion(10u16, 1u16), safari_ios : BrowserVersion(10u16, 3u16), },
caniuse : & ["https://caniuse.com/css-opacity"], popularity : 86.63341f32, },
"css.types.overflow" => CSSFeature { id : "css.types.overflow", name : "overflow",
description :
"The overflow CSS property sets the behavior for when content doesn't fit in an element.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/css-overflow"], popularity : 0f32, },
"css.types.overflow.clip" => CSSFeature { id : "css.types.overflow.clip", name :
"overflow: clip", description :
"The overflow: clip CSS declaration clips an element's overflowing content to the box that's defined by the overflow-clip-margin property. Unlike overflow: hidden, it allows you to hide overflow on one axis while keeping overflow on the other axis visible.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
3u32, 12u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(90u16, 0u16),
chrome_android : BrowserVersion(90u16, 0u16), edge : BrowserVersion(90u16, 0u16),
firefox : BrowserVersion(81u16, 0u16), firefox_android : BrowserVersion(81u16, 0u16),
safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), },
caniuse : & [], popularity : 0f32, }, "css.types.overflow.overlay" => CSSFeature { id
: "css.types.overflow.overlay", name : "overflow: overlay", description :
"The overflow: overlay CSS declaration is an alias to overflow: auto. Historically, it caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space.",
spec : "https://drafts.csswg.org/css-overflow-3/#propdef-overflow", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(114u16, 0u16), chrome_android : BrowserVersion(114u16, 0u16), edge :
BrowserVersion(114u16, 0u16), firefox : BrowserVersion(112u16, 0u16), firefox_android
: BrowserVersion(112u16, 0u16), safari : BrowserVersion(12u16, 0u16), safari_ios :
BrowserVersion(12u16, 0u16), }, caniuse : &
["https://caniuse.com/css-overflow-overlay"], popularity : 0f32, },
"css.types.percentage" => CSSFeature { id : "css.types.percentage", name :
"Width and height", description :
"The width and height CSS properties set the preferred physical size of an element.",
spec : "https://drafts.csswg.org/css-sizing-3/#preferred-size-properties", groups : &
["layout"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2018i32, 1u32, 29u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.position" => CSSFeature { id :
"css.types.position", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.position.four_value_syntax" => CSSFeature { id :
"css.types.position.four_value_syntax", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(25u16, 0u16),
chrome_android : BrowserVersion(25u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(13u16, 0u16), firefox_android : BrowserVersion(14u16, 0u16),
safari : BrowserVersion(7u16, 0u16), safari_ios : BrowserVersion(7u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.position.keyword_value_syntax" => CSSFeature { id :
"css.types.position.keyword_value_syntax", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.pow" => CSSFeature { id : "css.types.pow", name :
"pow(), sqrt(), hypot(), log(), and exp()", description :
"The pow(), sqrt(), hypot(), log(), and exp() CSS functions compute various exponential functions.",
spec : "https://drafts.csswg.org/css-values-4/#exponent-funcs", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.progress" => CSSFeature {
id : "css.types.progress", name : "progress()", description :
"The progress() CSS function returns a ratio for the relative position of one value between two other values, clamped between 0 and 1. You can use it to interpolate a value for other calculations.",
spec : "https://drafts.csswg.org/css-values-5/#progress", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 0u16), safari_ios :
BrowserVersion(26u16, 0u16), }, caniuse : & [], popularity : 0f32, },
"css.types.random" => CSSFeature { id : "css.types.random", name : "random()",
description :
"The random() CSS function chooses a random numeric value within a specified range. This allows for dynamic, randomized styling using CSS.",
spec : "https://drafts.csswg.org/css-values-5/#random", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(0, 0), firefox_android : BrowserVersion(0, 0), safari :
BrowserVersion(26u16, 2u16), safari_ios : BrowserVersion(26u16, 2u16), }, caniuse : &
[], popularity : 0f32, }, "css.types.ratio" => CSSFeature { id : "css.types.ratio",
name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(3u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(5u16, 0u16), safari_ios : BrowserVersion(4u16, 2u16), },
caniuse : & ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, },
"css.types.ratio.number_value" => CSSFeature { id : "css.types.ratio.number_value",
name : "Media queries", description :
"The @media CSS rule conditionally applies styles based on the output device type, its capabilities, and the user's preferences. Media queries are composed of an optional media type such as screen or print, and one or more mandatory media features, such as prefers-reduced-animations.",
spec : "https://drafts.csswg.org/mediaqueries-5/", groups : & ["media-queries"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(0, 0), chrome_android : BrowserVersion(0, 0), edge : BrowserVersion(0,
0), firefox : BrowserVersion(78u16, 0u16), firefox_android : BrowserVersion(79u16,
0u16), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0, 0), }, caniuse :
& ["https://caniuse.com/css-mediaqueries"], popularity : 0f32, }, "css.types.ray" =>
CSSFeature { id : "css.types.ray", name : "Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.types.ray.position" => CSSFeature { id : "css.types.ray.position", name :
"Motion path", description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(17u16, 2u16), safari_ios : BrowserVersion(17u16,
2u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.types.ray.size" => CSSFeature { id : "css.types.ray.size", name : "Motion path",
description :
"The offset CSS property animates an element along a defined motion path.", spec :
"https://drafts.csswg.org/motion-1/", groups : & [], baseline_status :
BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 1u32, 23u32).unwrap()),
browser_support : BrowserSupport { chrome : BrowserVersion(116u16, 0u16),
chrome_android : BrowserVersion(116u16, 0u16), edge : BrowserVersion(116u16, 0u16),
firefox : BrowserVersion(122u16, 0u16), firefox_android : BrowserVersion(122u16,
0u16), safari : BrowserVersion(17u16, 0u16), safari_ios : BrowserVersion(17u16,
0u16), }, caniuse : & ["https://caniuse.com/css-motion-paths"], popularity : 0f32, },
"css.types.rem" => CSSFeature { id : "css.types.rem", name :
"round(), mod(), and rem()", description :
"The round(), mod(), and rem() CSS functions compute rounded values and the remainder after division.",
spec : "https://drafts.csswg.org/css-values-4/#round-func", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 17u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.rem.mixed_type_parameters"
=> CSSFeature { id : "css.types.rem.mixed_type_parameters", name :
"round(), mod(), and rem()", description :
"The round(), mod(), and rem() CSS functions compute rounded values and the remainder after division.",
spec : "https://drafts.csswg.org/css-values-4/#round-func", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 17u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(17u16, 2u16), safari_ios : BrowserVersion(17u16,
2u16), }, caniuse : & [], popularity : 0f32, }, "css.types.resolution" => CSSFeature
{ id : "css.types.resolution", name : "resolution media query", description :
"The resolution CSS media query sets styles based on the pixel density, or how many pixels a device uses to display a single CSS pixel.",
spec : "https://drafts.csswg.org/mediaqueries-5/#resolution", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(29u16, 0u16), chrome_android :
BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(8u16, 0u16), firefox_android : BrowserVersion(8u16, 0u16), safari :
BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-resolution"], popularity : 0f32, },
"css.types.resolution.dpcm" => CSSFeature { id : "css.types.resolution.dpcm", name :
"resolution media query", description :
"The resolution CSS media query sets styles based on the pixel density, or how many pixels a device uses to display a single CSS pixel.",
spec : "https://drafts.csswg.org/mediaqueries-5/#resolution", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(29u16, 0u16), chrome_android :
BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(8u16, 0u16), firefox_android : BrowserVersion(8u16, 0u16), safari :
BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-resolution"], popularity : 0f32, },
"css.types.resolution.dpi" => CSSFeature { id : "css.types.resolution.dpi", name :
"resolution media query", description :
"The resolution CSS media query sets styles based on the pixel density, or how many pixels a device uses to display a single CSS pixel.",
spec : "https://drafts.csswg.org/mediaqueries-5/#resolution", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(29u16, 0u16), chrome_android :
BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(8u16, 0u16), firefox_android : BrowserVersion(8u16, 0u16), safari :
BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-resolution"], popularity : 0f32, },
"css.types.resolution.dppx" => CSSFeature { id : "css.types.resolution.dppx", name :
"resolution media query", description :
"The resolution CSS media query sets styles based on the pixel density, or how many pixels a device uses to display a single CSS pixel.",
spec : "https://drafts.csswg.org/mediaqueries-5/#resolution", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(29u16, 0u16), chrome_android :
BrowserVersion(29u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(16u16, 0u16), firefox_android : BrowserVersion(16u16, 0u16), safari :
BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-resolution"], popularity : 0f32, },
"css.types.resolution.x" => CSSFeature { id : "css.types.resolution.x", name :
"resolution media query", description :
"The resolution CSS media query sets styles based on the pixel density, or how many pixels a device uses to display a single CSS pixel.",
spec : "https://drafts.csswg.org/mediaqueries-5/#resolution", groups : &
["media-queries"], baseline_status : BaselineStatus::High { since :
NaiveDate::from_ymd_opt(2025i32, 3u32, 12u32).unwrap(), low_since :
NaiveDate::from_ymd_opt(2022i32, 9u32, 12u32).unwrap() }, browser_support :
BrowserSupport { chrome : BrowserVersion(68u16, 0u16), chrome_android :
BrowserVersion(68u16, 0u16), edge : BrowserVersion(79u16, 0u16), firefox :
BrowserVersion(62u16, 0u16), firefox_android : BrowserVersion(62u16, 0u16), safari :
BrowserVersion(16u16, 0u16), safari_ios : BrowserVersion(16u16, 0u16), }, caniuse : &
["https://caniuse.com/css-media-resolution"], popularity : 0f32, }, "css.types.round"
=> CSSFeature { id : "css.types.round", name : "round(), mod(), and rem()",
description :
"The round(), mod(), and rem() CSS functions compute rounded values and the remainder after division.",
spec : "https://drafts.csswg.org/css-values-4/#round-func", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 17u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.round.mixed_type_parameters" => CSSFeature { id :
"css.types.round.mixed_type_parameters", name : "round(), mod(), and rem()",
description :
"The round(), mod(), and rem() CSS functions compute rounded values and the remainder after division.",
spec : "https://drafts.csswg.org/css-values-4/#round-func", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2024i32, 5u32, 17u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(125u16, 0u16),
chrome_android : BrowserVersion(125u16, 0u16), edge : BrowserVersion(125u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(17u16, 2u16), safari_ios : BrowserVersion(17u16,
2u16), }, caniuse : & [], popularity : 0f32, }, "css.types.shape" => CSSFeature { id
: "css.types.shape", name : "clip", description :
"The clip CSS property sets the visible area of an absolutely positioned element.",
spec : "https://drafts.csswg.org/css-masking-1/#clip-property", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 50.815f32, }, "css.types.shape.rect" => CSSFeature { id :
"css.types.shape.rect", name : "clip", description :
"The clip CSS property sets the visible area of an absolutely positioned element.",
spec : "https://drafts.csswg.org/css-masking-1/#clip-property", groups : &
["clipping-shapes-masking"], baseline_status : BaselineStatus::False, browser_support
: BrowserSupport { chrome : BrowserVersion(1u16, 0u16), chrome_android :
BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16), firefox :
BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16), safari :
BrowserVersion(1u16, 3u16), safari_ios : BrowserVersion(1u16, 0u16), }, caniuse : &
[], popularity : 50.815f32, }, "css.types.sibling-count" => CSSFeature { id :
"css.types.sibling-count", name : "sibling-count() and sibling-index()", description
:
"The sibling-count() and sibling-index() CSS functions return integers that are useful to style elements based on their positions among siblings or on the number of siblings, for example as part of a calc() expression.",
spec : "https://drafts.csswg.org/css-values-5/#tree-counting", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.sibling-index" => CSSFeature { id : "css.types.sibling-index", name :
"sibling-count() and sibling-index()", description :
"The sibling-count() and sibling-index() CSS functions return integers that are useful to style elements based on their positions among siblings or on the number of siblings, for example as part of a calc() expression.",
spec : "https://drafts.csswg.org/css-values-5/#tree-counting", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(138u16, 0u16), chrome_android : BrowserVersion(138u16, 0u16), edge :
BrowserVersion(138u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(26u16, 2u16), safari_ios :
BrowserVersion(26u16, 2u16), }, caniuse : & [], popularity : 0f32, },
"css.types.sign" => CSSFeature { id : "css.types.sign", name : "abs() and sign()",
description :
"The abs() and sign() CSS functions compute the absolute value or the sign of the input.",
spec : "https://drafts.csswg.org/css-values-4/#sign-funcs", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2025i32, 6u32, 26u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(138u16, 0u16),
chrome_android : BrowserVersion(138u16, 0u16), edge : BrowserVersion(138u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.sin" => CSSFeature { id :
"css.types.sin", name :
"sin(), cos(), tan(), asin(), acos(), atan(), and atan2() (CSS)", description :
"The sin(), cos(), tan(), asin(), acos(), atan(), and atan2() CSS functions compute various trigonometric functions.",
spec : "https://drafts.csswg.org/css-values-4/#trig-funcs", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
9u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(108u16, 0u16), firefox_android :
BrowserVersion(108u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.sqrt" => CSSFeature { id : "css.types.sqrt", name :
"pow(), sqrt(), hypot(), log(), and exp()", description :
"The pow(), sqrt(), hypot(), log(), and exp() CSS functions compute various exponential functions.",
spec : "https://drafts.csswg.org/css-values-4/#exponent-funcs", groups : & [],
baseline_status : BaselineStatus::Low(NaiveDate::from_ymd_opt(2023i32, 12u32, 7u32)
.unwrap()), browser_support : BrowserSupport { chrome : BrowserVersion(120u16, 0u16),
chrome_android : BrowserVersion(120u16, 0u16), edge : BrowserVersion(120u16, 0u16),
firefox : BrowserVersion(118u16, 0u16), firefox_android : BrowserVersion(118u16,
0u16), safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16,
4u16), }, caniuse : & [], popularity : 0f32, }, "css.types.string" => CSSFeature { id
: "css.types.string", name : "Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, },
"css.types.string.unicode_escaped_characters" => CSSFeature { id :
"css.types.string.unicode_escaped_characters", name : "Content", description :
"The content CSS property sets the content inside of an element or pseudo-element, replacing the current value. It's often used with the ::before and ::after pseudo-elements to generate cosmetic content.",
spec : "https://drafts.csswg.org/css-content-3/#content-property", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & [], popularity : 81.86643f32, }, "css.types.superellipse" => CSSFeature {
id : "css.types.superellipse", name : "corner-shape", description :
"The corner-shape CSS property sets the shape of an element's corners when using border-radius, allowing for shapes other than rounded corners. For example, corner-shape: squircle is a shape in between a square and rounded corner.",
spec : "https://drafts.csswg.org/css-borders-4/#corner-shaping", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0.655353f32, }, "css.types.tan" => CSSFeature {
id : "css.types.tan", name :
"sin(), cos(), tan(), asin(), acos(), atan(), and atan2() (CSS)", description :
"The sin(), cos(), tan(), asin(), acos(), atan(), and atan2() CSS functions compute various trigonometric functions.",
spec : "https://drafts.csswg.org/css-values-4/#trig-funcs", groups : & [],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2025i32,
9u32, 13u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2023i32, 3u32, 13u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(111u16,
0u16), chrome_android : BrowserVersion(111u16, 0u16), edge : BrowserVersion(111u16,
0u16), firefox : BrowserVersion(108u16, 0u16), firefox_android :
BrowserVersion(108u16, 0u16), safari : BrowserVersion(15u16, 4u16), safari_ios :
BrowserVersion(15u16, 4u16), }, caniuse : & [], popularity : 0f32, },
"css.types.text-edge" => CSSFeature { id : "css.types.text-edge", name : "text-box",
description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.types.text-edge.alphabetic" => CSSFeature { id :
"css.types.text-edge.alphabetic", name : "text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.types.text-edge.cap" => CSSFeature { id : "css.types.text-edge.cap", name :
"text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.types.text-edge.ex" => CSSFeature { id : "css.types.text-edge.ex", name :
"text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.types.text-edge.text" => CSSFeature { id : "css.types.text-edge.text", name :
"text-box", description :
"The text-box CSS property sets the spacing above and below text based on a font's typographic features. For example, text-box: trim-both ex alphabetic trims the top to the top of the letter x and the bottom to the bottom of most letters, without descenders.",
spec : "https://drafts.csswg.org/css-inline-3/#leading-trim", groups : & ["text"],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(133u16, 0u16), chrome_android : BrowserVersion(133u16, 0u16), edge :
BrowserVersion(133u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(18u16, 2u16), safari_ios :
BrowserVersion(18u16, 2u16), }, caniuse : &
["https://caniuse.com/css-text-box-trim"], popularity : 0.48183f32, },
"css.types.time" => CSSFeature { id : "css.types.time", name : "Animations (CSS)",
description :
"The animation CSS property animates an element's style over time, using keyframes described in @keyframes rules.",
spec : "https://drafts.csswg.org/css-animations-2/", groups : & ["animation"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(4u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(2u16, 0u16), },
caniuse : & ["https://caniuse.com/css-animation"], popularity : 0f32, },
"css.types.transform-function" => CSSFeature { id : "css.types.transform-function",
name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.matrix" => CSSFeature { id :
"css.types.transform-function.matrix", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.matrix3d" => CSSFeature { id :
"css.types.transform-function.matrix3d", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.perspective" => CSSFeature { id :
"css.types.transform-function.perspective", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.perspective.none" => CSSFeature { id :
"css.types.transform-function.perspective.none", name : "3D transforms", description
:
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2024i32,
9u32, 14u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2022i32, 3u32, 14u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(97u16, 0u16),
chrome_android : BrowserVersion(97u16, 0u16), edge : BrowserVersion(97u16, 0u16),
firefox : BrowserVersion(93u16, 0u16), firefox_android : BrowserVersion(93u16, 0u16),
safari : BrowserVersion(15u16, 4u16), safari_ios : BrowserVersion(15u16, 4u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.rotate" => CSSFeature { id :
"css.types.transform-function.rotate", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.rotate3d" => CSSFeature { id :
"css.types.transform-function.rotate3d", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.rotateX" => CSSFeature { id :
"css.types.transform-function.rotateX", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.rotateY" => CSSFeature { id :
"css.types.transform-function.rotateY", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.rotateZ" => CSSFeature { id :
"css.types.transform-function.rotateZ", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.scale" => CSSFeature { id :
"css.types.transform-function.scale", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.scale3d" => CSSFeature { id :
"css.types.transform-function.scale3d", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.scaleX" => CSSFeature { id :
"css.types.transform-function.scaleX", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.scaleY" => CSSFeature { id :
"css.types.transform-function.scaleY", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.scaleZ" => CSSFeature { id :
"css.types.transform-function.scaleZ", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.skew" => CSSFeature { id :
"css.types.transform-function.skew", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.skewX" => CSSFeature { id :
"css.types.transform-function.skewX", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.skewY" => CSSFeature { id :
"css.types.transform-function.skewY", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.translate" => CSSFeature { id :
"css.types.transform-function.translate", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.translate3d" => CSSFeature { id :
"css.types.transform-function.translate3d", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.transform-function.translateX" => CSSFeature { id :
"css.types.transform-function.translateX", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.translateY" => CSSFeature { id :
"css.types.transform-function.translateY", name : "2D transforms", description :
"The transform CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.",
spec : "https://drafts.csswg.org/css-transforms-1/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(3u16, 5u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(3u16, 1u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms2d"], popularity : 0f32, },
"css.types.transform-function.translateZ" => CSSFeature { id :
"css.types.transform-function.translateZ", name : "3D transforms", description :
"The transform CSS property and its 3D transform functions allow rotations and other transforms in three dimensions, including perspective transforms.",
spec : "https://drafts.csswg.org/css-transforms-2/", groups : & ["transforms"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(12u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(10u16, 0u16), firefox_android : BrowserVersion(10u16, 0u16),
safari : BrowserVersion(4u16, 0u16), safari_ios : BrowserVersion(3u16, 2u16), },
caniuse : & ["https://caniuse.com/transforms3d"], popularity : 0f32, },
"css.types.type" => CSSFeature { id : "css.types.type", name : "@function",
description :
"The @function CSS at-rule defines a custom function that takes CSS values or custom properties as arguments, and returns a CSS value. It can be based on conditional logic such as by using the @media at-rule.",
spec : "https://drafts.csswg.org/css-mixins-1/#function-rule", groups : & [],
baseline_status : BaselineStatus::False, browser_support : BrowserSupport { chrome :
BrowserVersion(139u16, 0u16), chrome_android : BrowserVersion(139u16, 0u16), edge :
BrowserVersion(139u16, 0u16), firefox : BrowserVersion(0, 0), firefox_android :
BrowserVersion(0, 0), safari : BrowserVersion(0, 0), safari_ios : BrowserVersion(0,
0), }, caniuse : & [], popularity : 0f32, }, "css.types.url" => CSSFeature { id :
"css.types.url", name : "@font-face", description :
"The @font-face CSS at-rule creates a custom font-family value. The at-rule's descriptors set the font's name, source, and various display settings.",
spec : "https://drafts.csswg.org/css-fonts-5/#font-face-rule", groups : & ["fonts"],
baseline_status : BaselineStatus::High { since : NaiveDate::from_ymd_opt(2018i32,
1u32, 29u32).unwrap(), low_since : NaiveDate::from_ymd_opt(2015i32, 7u32, 29u32)
.unwrap() }, browser_support : BrowserSupport { chrome : BrowserVersion(1u16, 0u16),
chrome_android : BrowserVersion(18u16, 0u16), edge : BrowserVersion(12u16, 0u16),
firefox : BrowserVersion(1u16, 0u16), firefox_android : BrowserVersion(4u16, 0u16),
safari : BrowserVersion(1u16, 0u16), safari_ios : BrowserVersion(1u16, 0u16), },
caniuse : & ["https://caniuse.com/fontface",
"https://caniuse.com/font-unicode-range"], popularity : 0f32, }, "css.types.var" =>
CSSFeature { id : "css.types.var", name : "Custom properties", description :
"Custom properties are CSS properties prefixed with -- that set values you can reuse with the var() function. For example, you can set a --key-color property to reuse as border-color: var(--key-color). Also known as CSS variables.",
spec : "https://drafts.csswg.org/css-variables-1/", groups : & [], baseline_status :
BaselineStatus::High { since : NaiveDate::from_ymd_opt(2019i32, 10u32, 5u32)
.unwrap(), low_since : NaiveDate::from_ymd_opt(2017i32, 4u32, 5u32).unwrap() },
browser_support : BrowserSupport { chrome : BrowserVersion(49u16, 0u16),
chrome_android : BrowserVersion(49u16, 0u16), edge : BrowserVersion(15u16, 0u16),
firefox : BrowserVersion(31u16, 0u16), firefox_android : BrowserVersion(31u16, 0u16),
safari : BrowserVersion(9u16, 1u16), safari_ios : BrowserVersion(9u16, 3u16), },
caniuse : & ["https://caniuse.com/css-variables"], popularity : 0f32, },
};
pub static GROUPS: Map<&'static str, &'static [&'static str]> = phf_map! {
"animation" => & ["css.at-rules.keyframes",
"css.at-rules.keyframes.ignore_important_declarations",
"css.at-rules.keyframes.named_range_keyframes", "css.properties.animation",
"css.properties.animation-composition", "css.properties.animation-delay",
"css.properties.animation-direction", "css.properties.animation-direction.alternate",
"css.properties.animation-direction.alternate-reverse",
"css.properties.animation-direction.normal",
"css.properties.animation-direction.reverse", "css.properties.animation-duration",
"css.properties.animation-duration.auto", "css.properties.animation-fill-mode",
"css.properties.animation-fill-mode.backwards",
"css.properties.animation-fill-mode.both",
"css.properties.animation-fill-mode.forwards",
"css.properties.animation-fill-mode.none",
"css.properties.animation-iteration-count",
"css.properties.animation-iteration-count.infinite", "css.properties.animation-name",
"css.properties.animation-name.none", "css.properties.animation-play-state",
"css.properties.animation-play-state.paused",
"css.properties.animation-play-state.running", "css.properties.animation-range",
"css.properties.animation-range-end", "css.properties.animation-range-end.normal",
"css.properties.animation-range-start",
"css.properties.animation-range-start.normal", "css.properties.animation-timeline",
"css.properties.animation-timeline.scroll", "css.properties.animation-timeline.view",
"css.properties.animation-timing-function",
"css.properties.animation-timing-function.ease",
"css.properties.animation-timing-function.ease-in",
"css.properties.animation-timing-function.ease-in-out",
"css.properties.animation-timing-function.ease-out",
"css.properties.animation-timing-function.jump",
"css.properties.animation-timing-function.linear",
"css.properties.animation-timing-function.step-end",
"css.properties.animation-timing-function.step-start",
"css.properties.animation.alternate", "css.properties.animation.alternate-reverse",
"css.properties.animation.animation-timeline_included",
"css.properties.animation.auto", "css.properties.animation.backwards",
"css.properties.animation.both", "css.properties.animation.ease",
"css.properties.animation.ease-in", "css.properties.animation.ease-in-out",
"css.properties.animation.ease-out", "css.properties.animation.forwards",
"css.properties.animation.infinite", "css.properties.animation.linear",
"css.properties.animation.none", "css.properties.animation.normal",
"css.properties.animation.reverse", "css.properties.animation.step-end",
"css.properties.animation.step-start", "css.properties.interpolate-size",
"css.properties.interpolate-size.allow-keywords",
"css.properties.interpolate-size.numeric-only", "css.properties.scroll-timeline",
"css.properties.scroll-timeline-axis", "css.properties.scroll-timeline-axis.block",
"css.properties.scroll-timeline-axis.inline",
"css.properties.scroll-timeline-axis.x", "css.properties.scroll-timeline-axis.y",
"css.properties.scroll-timeline-name", "css.properties.text-decoration-line.blink",
"css.properties.timeline-scope", "css.properties.timeline-scope.all",
"css.properties.timeline-scope.none", "css.properties.view-timeline",
"css.properties.view-timeline-axis", "css.properties.view-timeline-axis.block",
"css.properties.view-timeline-axis.inline", "css.properties.view-timeline-axis.x",
"css.properties.view-timeline-axis.y", "css.properties.view-timeline-inset",
"css.properties.view-timeline-inset.auto", "css.properties.view-timeline-name",
"css.types.easing-function", "css.types.easing-function.cubic-bezier",
"css.types.easing-function.steps", "css.types.easing-function.steps.jump",
"css.types.time"], "background" => & ["css.properties.background",
"css.properties.background-attachment", "css.properties.background-attachment.fixed",
"css.properties.background-attachment.local",
"css.properties.background-attachment.multiple_backgrounds",
"css.properties.background-attachment.scroll", "css.properties.background-clip",
"css.properties.background-clip.border-area",
"css.properties.background-clip.border-box",
"css.properties.background-clip.content-box",
"css.properties.background-clip.padding-box", "css.properties.background-clip.text",
"css.properties.background-color", "css.properties.background-color.transparent",
"css.properties.background-image",
"css.properties.background-image.multiple_backgrounds",
"css.properties.background-image.none", "css.properties.background-origin",
"css.properties.background-origin.border-box",
"css.properties.background-origin.content-box",
"css.properties.background-origin.padding-box", "css.properties.background-position",
"css.properties.background-position-x",
"css.properties.background-position-x.side-relative_values",
"css.properties.background-position-y",
"css.properties.background-position-y.side-relative_values",
"css.properties.background-position.bottom",
"css.properties.background-position.center",
"css.properties.background-position.left",
"css.properties.background-position.multiple_backgrounds",
"css.properties.background-position.right",
"css.properties.background-position.side-relative_values",
"css.properties.background-position.top", "css.properties.background-repeat",
"css.properties.background-repeat.2-value",
"css.properties.background-repeat.multiple_backgrounds",
"css.properties.background-repeat.no-repeat",
"css.properties.background-repeat.repeat",
"css.properties.background-repeat.repeat-x",
"css.properties.background-repeat.repeat-y",
"css.properties.background-repeat.round", "css.properties.background-repeat.space",
"css.properties.background-size", "css.properties.background-size.auto",
"css.properties.background-size.contain", "css.properties.background-size.cover",
"css.properties.background.background-clip",
"css.properties.background.background-origin",
"css.properties.background.background-size", "css.properties.background.local",
"css.properties.background.multiple_backgrounds",
"css.properties.background.no-repeat", "css.properties.background.none",
"css.properties.background.repeat", "css.properties.background.repeat-x",
"css.properties.background.repeat-y", "css.properties.background.round",
"css.properties.background.scroll", "css.properties.background.space",
"css.properties.background.transparent", "css.properties.box-shadow",
"css.properties.box-shadow.inset", "css.properties.box-shadow.multiple_shadows",
"css.properties.box-shadow.none", "css.properties.box-shadow.spread_radius"],
"blend-mode" => & ["css.properties.background-blend-mode",
"css.properties.isolation", "css.properties.mix-blend-mode",
"css.properties.mix-blend-mode.plus-darker",
"css.properties.mix-blend-mode.plus-lighter",
"css.properties.mix-blend-mode.svg_elements", "css.types.blend-mode"],
"borders-outlines" => & ["css.properties.border", "css.properties.border-bottom",
"css.properties.border-bottom-color",
"css.properties.border-bottom-color.transparent",
"css.properties.border-bottom-left-radius",
"css.properties.border-bottom-left-radius.elliptical_corners",
"css.properties.border-bottom-left-radius.percentages",
"css.properties.border-bottom-right-radius",
"css.properties.border-bottom-right-radius.elliptical_corners",
"css.properties.border-bottom-right-radius.percentages",
"css.properties.border-bottom-style", "css.properties.border-bottom-style.dashed",
"css.properties.border-bottom-style.dotted",
"css.properties.border-bottom-style.double",
"css.properties.border-bottom-style.groove",
"css.properties.border-bottom-style.hidden",
"css.properties.border-bottom-style.inset",
"css.properties.border-bottom-style.none",
"css.properties.border-bottom-style.outset",
"css.properties.border-bottom-style.ridge",
"css.properties.border-bottom-style.solid", "css.properties.border-bottom-width",
"css.properties.border-bottom-width.medium",
"css.properties.border-bottom-width.thick",
"css.properties.border-bottom-width.thin", "css.properties.border-bottom.dashed",
"css.properties.border-bottom.dotted", "css.properties.border-bottom.double",
"css.properties.border-bottom.groove", "css.properties.border-bottom.hidden",
"css.properties.border-bottom.inset", "css.properties.border-bottom.medium",
"css.properties.border-bottom.none", "css.properties.border-bottom.outset",
"css.properties.border-bottom.ridge", "css.properties.border-bottom.solid",
"css.properties.border-bottom.thick", "css.properties.border-bottom.thin",
"css.properties.border-bottom.transparent", "css.properties.border-color",
"css.properties.border-color.transparent", "css.properties.border-image",
"css.properties.border-image-outset", "css.properties.border-image-repeat",
"css.properties.border-image-repeat.repeat",
"css.properties.border-image-repeat.round",
"css.properties.border-image-repeat.space",
"css.properties.border-image-repeat.stretch", "css.properties.border-image-slice",
"css.properties.border-image-source", "css.properties.border-image-width",
"css.properties.border-image-width.auto", "css.properties.border-image.fill",
"css.properties.border-image.gradient", "css.properties.border-image.none",
"css.properties.border-image.optional_border_image_slice",
"css.properties.border-image.repeat", "css.properties.border-image.round",
"css.properties.border-image.space", "css.properties.border-image.stretch",
"css.properties.border-left", "css.properties.border-left-color",
"css.properties.border-left-color.transparent", "css.properties.border-left-style",
"css.properties.border-left-style.dashed", "css.properties.border-left-style.dotted",
"css.properties.border-left-style.double", "css.properties.border-left-style.groove",
"css.properties.border-left-style.hidden", "css.properties.border-left-style.inset",
"css.properties.border-left-style.none", "css.properties.border-left-style.outset",
"css.properties.border-left-style.ridge", "css.properties.border-left-style.solid",
"css.properties.border-left-width", "css.properties.border-left-width.medium",
"css.properties.border-left-width.thick", "css.properties.border-left-width.thin",
"css.properties.border-left.dashed", "css.properties.border-left.dotted",
"css.properties.border-left.double", "css.properties.border-left.groove",
"css.properties.border-left.hidden", "css.properties.border-left.inset",
"css.properties.border-left.medium", "css.properties.border-left.none",
"css.properties.border-left.outset", "css.properties.border-left.ridge",
"css.properties.border-left.solid", "css.properties.border-left.thick",
"css.properties.border-left.thin", "css.properties.border-left.transparent",
"css.properties.border-radius",
"css.properties.border-radius.4_values_for_4_corners",
"css.properties.border-radius.elliptical_borders",
"css.properties.border-radius.percentages", "css.properties.border-right",
"css.properties.border-right-color", "css.properties.border-right-color.transparent",
"css.properties.border-right-style", "css.properties.border-right-style.dashed",
"css.properties.border-right-style.dotted",
"css.properties.border-right-style.double",
"css.properties.border-right-style.groove",
"css.properties.border-right-style.hidden",
"css.properties.border-right-style.inset", "css.properties.border-right-style.none",
"css.properties.border-right-style.outset",
"css.properties.border-right-style.ridge", "css.properties.border-right-style.solid",
"css.properties.border-right-width", "css.properties.border-right-width.medium",
"css.properties.border-right-width.thick", "css.properties.border-right-width.thin",
"css.properties.border-right.dashed", "css.properties.border-right.dotted",
"css.properties.border-right.double", "css.properties.border-right.groove",
"css.properties.border-right.hidden", "css.properties.border-right.inset",
"css.properties.border-right.medium", "css.properties.border-right.none",
"css.properties.border-right.outset", "css.properties.border-right.ridge",
"css.properties.border-right.solid", "css.properties.border-right.thick",
"css.properties.border-right.thin", "css.properties.border-right.transparent",
"css.properties.border-style", "css.properties.border-style.dashed",
"css.properties.border-style.dotted", "css.properties.border-style.double",
"css.properties.border-style.groove", "css.properties.border-style.hidden",
"css.properties.border-style.inset", "css.properties.border-style.none",
"css.properties.border-style.outset", "css.properties.border-style.ridge",
"css.properties.border-style.solid", "css.properties.border-top",
"css.properties.border-top-color", "css.properties.border-top-color.transparent",
"css.properties.border-top-left-radius",
"css.properties.border-top-left-radius.elliptical_corners",
"css.properties.border-top-left-radius.percentages",
"css.properties.border-top-right-radius",
"css.properties.border-top-right-radius.elliptical_corners",
"css.properties.border-top-right-radius.percentages",
"css.properties.border-top-style", "css.properties.border-top-style.dashed",
"css.properties.border-top-style.dotted", "css.properties.border-top-style.double",
"css.properties.border-top-style.groove", "css.properties.border-top-style.hidden",
"css.properties.border-top-style.inset", "css.properties.border-top-style.none",
"css.properties.border-top-style.outset", "css.properties.border-top-style.ridge",
"css.properties.border-top-style.solid", "css.properties.border-top-width",
"css.properties.border-top-width.medium", "css.properties.border-top-width.thick",
"css.properties.border-top-width.thin", "css.properties.border-top.dashed",
"css.properties.border-top.dotted", "css.properties.border-top.double",
"css.properties.border-top.groove", "css.properties.border-top.hidden",
"css.properties.border-top.inset", "css.properties.border-top.medium",
"css.properties.border-top.none", "css.properties.border-top.outset",
"css.properties.border-top.ridge", "css.properties.border-top.solid",
"css.properties.border-top.thick", "css.properties.border-top.thin",
"css.properties.border-top.transparent", "css.properties.border-width",
"css.properties.border-width.medium", "css.properties.border-width.thick",
"css.properties.border-width.thin", "css.properties.border.dashed",
"css.properties.border.dotted", "css.properties.border.double",
"css.properties.border.groove", "css.properties.border.hidden",
"css.properties.border.inset", "css.properties.border.medium",
"css.properties.border.none", "css.properties.border.outset",
"css.properties.border.ridge", "css.properties.border.solid",
"css.properties.border.thick", "css.properties.border.thin",
"css.properties.border.transparent", "css.types.line-style"],
"clipping-shapes-masking" => & ["css.properties.clip", "css.properties.clip-path",
"css.properties.clip-path.basic_shape", "css.properties.clip-path.fill-box",
"css.properties.clip-path.html_elements", "css.properties.clip-path.is_animatable",
"css.properties.clip-path.path", "css.properties.clip-path.stroke-box",
"css.properties.clip-path.svg_elements", "css.properties.clip-path.view-box",
"css.properties.clip.auto", "css.properties.mask", "css.properties.mask-border",
"css.properties.mask-border-outset", "css.properties.mask-border-repeat",
"css.properties.mask-border-slice", "css.properties.mask-border-source",
"css.properties.mask-border-width", "css.properties.mask-clip",
"css.properties.mask-clip.border", "css.properties.mask-clip.content",
"css.properties.mask-clip.padding", "css.properties.mask-clip.text",
"css.properties.mask-composite", "css.properties.mask-composite.add",
"css.properties.mask-composite.exclude", "css.properties.mask-composite.intersect",
"css.properties.mask-composite.subtract", "css.properties.mask-image",
"css.properties.mask-image.multiple_mask_images",
"css.properties.mask-image.svg_masks", "css.properties.mask-mode",
"css.properties.mask-mode.alpha", "css.properties.mask-mode.luminance",
"css.properties.mask-mode.match-source", "css.properties.mask-origin",
"css.properties.mask-origin.border", "css.properties.mask-origin.content",
"css.properties.mask-origin.fill-box", "css.properties.mask-origin.padding",
"css.properties.mask-origin.stroke-box", "css.properties.mask-origin.view-box",
"css.properties.mask-position", "css.properties.mask-repeat",
"css.properties.mask-size", "css.properties.mask-type",
"css.properties.mask-type.alpha", "css.properties.mask-type.luminance",
"css.properties.shape-image-threshold",
"css.properties.shape-image-threshold.percentages", "css.properties.shape-margin",
"css.properties.shape-outside", "css.properties.shape-outside.circle",
"css.properties.shape-outside.gradient", "css.properties.shape-outside.image",
"css.properties.shape-outside.inset", "css.properties.shape-outside.none",
"css.properties.shape-outside.path", "css.properties.shape-outside.polygon",
"css.types.basic-shape", "css.types.basic-shape.animation",
"css.types.basic-shape.circle", "css.types.basic-shape.ellipse",
"css.types.basic-shape.inset", "css.types.basic-shape.polygon",
"css.types.basic-shape.rect", "css.types.basic-shape.shape",
"css.types.basic-shape.xywh", "css.types.shape", "css.types.shape.rect"],
"color-types" => & ["css.types.color.color",
"css.types.color.color.mixed_type_parameters", "css.types.color.contrast-color",
"css.types.color.currentcolor", "css.types.color.hsl",
"css.types.color.hsl.alpha_parameter", "css.types.color.hsl.mixed_type_parameters",
"css.types.color.hsl.space_separated_parameters", "css.types.color.hwb",
"css.types.color.hwb.mixed_type_parameters", "css.types.color.lab",
"css.types.color.lab.mixed_type_parameters", "css.types.color.lch",
"css.types.color.lch.mixed_type_parameters", "css.types.color.named-color",
"css.types.color.named-color.rebeccapurple",
"css.types.color.named-color.transparent", "css.types.color.oklab",
"css.types.color.oklab.mixed_type_parameters", "css.types.color.oklch",
"css.types.color.oklch.mixed_type_parameters", "css.types.color.rgb",
"css.types.color.rgb.alpha_parameter", "css.types.color.rgb.float_values",
"css.types.color.rgb.mixed_type_parameters",
"css.types.color.rgb.space_separated_parameters",
"css.types.color.rgb_hexadecimal_notation",
"css.types.color.rgb_hexadecimal_notation.alpha_hexadecimal_notation",
"css.types.color.system-color",
"css.types.color.system-color.accentcolor_accentcolortext",
"css.types.color.system-color.buttonborder", "css.types.color.system-color.mark",
"css.types.color.system-color.marktext"], "container-queries" => &
["css.at-rules.container", "css.at-rules.container.scroll-state_queries",
"css.at-rules.container.scroll-state_queries.scrollable",
"css.at-rules.container.scroll-state_queries.snapped",
"css.at-rules.container.scroll-state_queries.stuck",
"css.at-rules.container.style_queries_for_custom_properties",
"css.at-rules.container.style_queries_for_custom_properties.range_syntax",
"css.properties.container", "css.properties.container-name",
"css.properties.container-name.none", "css.properties.container-type",
"css.properties.container-type.inline-size", "css.properties.container-type.normal",
"css.properties.container-type.scroll-state", "css.properties.container-type.size",
"css.types.if.style.range_syntax", "css.types.length.container_query_length_units"],
"containment" => & ["css.properties.contain",
"css.properties.contain-intrinsic-block-size",
"css.properties.contain-intrinsic-block-size.none",
"css.properties.contain-intrinsic-height",
"css.properties.contain-intrinsic-height.none",
"css.properties.contain-intrinsic-inline-size",
"css.properties.contain-intrinsic-inline-size.none",
"css.properties.contain-intrinsic-size",
"css.properties.contain-intrinsic-size.auto_none",
"css.properties.contain-intrinsic-size.none",
"css.properties.contain-intrinsic-width",
"css.properties.contain-intrinsic-width.none", "css.properties.contain.content",
"css.properties.contain.inline-size", "css.properties.contain.layout",
"css.properties.contain.none", "css.properties.contain.paint",
"css.properties.contain.size", "css.properties.contain.strict",
"css.properties.contain.style"], "counters" => & ["css.at-rules.counter-style",
"css.at-rules.counter-style.additive-symbols", "css.at-rules.counter-style.fallback",
"css.at-rules.counter-style.negative", "css.at-rules.counter-style.pad",
"css.at-rules.counter-style.prefix", "css.at-rules.counter-style.range",
"css.at-rules.counter-style.speak-as", "css.at-rules.counter-style.suffix",
"css.at-rules.counter-style.symbols", "css.at-rules.counter-style.system",
"css.properties.counter-increment", "css.properties.counter-increment.list-item",
"css.properties.counter-increment.none", "css.properties.counter-reset",
"css.properties.counter-reset.list-item", "css.properties.counter-reset.none",
"css.properties.counter-reset.reset_does_not_affect_siblings",
"css.properties.counter-reset.reversed", "css.properties.counter-set",
"css.properties.counter-set.list-item", "css.properties.counter-set.none",
"css.types.counter", "css.types.counters"], "custom-elements" => &
["css.selectors.defined", "css.selectors.state"], "environment-variables" => &
["css.types.env", "css.types.env.safe-area-inset-bottom",
"css.types.env.safe-area-inset-left", "css.types.env.safe-area-inset-right",
"css.types.env.safe-area-inset-top"], "explicit-defaults" => & ["css.properties.all",
"css.types.global_keywords", "css.types.global_keywords.inherit",
"css.types.global_keywords.initial", "css.types.global_keywords.revert",
"css.types.global_keywords.unset"], "flexbox" => & ["css.properties.align-content",
"css.properties.align-content.flex_context",
"css.properties.align-content.flex_context.baseline",
"css.properties.align-content.flex_context.first_baseline",
"css.properties.align-content.flex_context.last_baseline",
"css.properties.align-content.flex_context.safe_unsafe",
"css.properties.align-content.flex_context.space-evenly",
"css.properties.align-content.flex_context.start_end",
"css.properties.align-content.flex_context.stretch",
"css.properties.align-content.normal", "css.properties.align-items",
"css.properties.align-items.flex_context",
"css.properties.align-items.flex_context.baseline",
"css.properties.align-items.flex_context.first_baseline",
"css.properties.align-items.flex_context.last_baseline",
"css.properties.align-items.flex_context.safe_unsafe",
"css.properties.align-items.flex_context.start_end", "css.properties.align-self",
"css.properties.align-self.auto", "css.properties.align-self.flex_context",
"css.properties.align-self.flex_context.baseline",
"css.properties.align-self.flex_context.first_baseline",
"css.properties.align-self.flex_context.last_baseline",
"css.properties.align-self.flex_context.safe_unsafe",
"css.properties.align-self.flex_context.start_end",
"css.properties.align-self.flex_context.stretch", "css.properties.align-self.normal",
"css.properties.align-self.stretch", "css.properties.column-gap.flex_context",
"css.properties.display.flex", "css.properties.display.inline-flex",
"css.properties.flex", "css.properties.flex-basis", "css.properties.flex-basis.auto",
"css.properties.flex-basis.content", "css.properties.flex-basis.fit-content",
"css.properties.flex-basis.max-content", "css.properties.flex-basis.min-content",
"css.properties.flex-direction", "css.properties.flex-direction.column",
"css.properties.flex-direction.column-reverse", "css.properties.flex-direction.row",
"css.properties.flex-direction.row-reverse", "css.properties.flex-flow",
"css.properties.flex-grow", "css.properties.flex-grow.less_than_zero_animate",
"css.properties.flex-shrink", "css.properties.flex-wrap",
"css.properties.flex-wrap.nowrap", "css.properties.flex-wrap.wrap",
"css.properties.flex-wrap.wrap-reverse", "css.properties.flex.none",
"css.properties.gap.flex_context", "css.properties.justify-content",
"css.properties.justify-content.flex_context",
"css.properties.justify-content.flex_context.left_right",
"css.properties.justify-content.flex_context.safe_unsafe",
"css.properties.justify-content.flex_context.space-evenly",
"css.properties.justify-content.flex_context.start_end",
"css.properties.justify-content.flex_context.stretch",
"css.properties.justify-content.left", "css.properties.justify-content.normal",
"css.properties.justify-content.right", "css.properties.justify-items",
"css.properties.justify-items.center", "css.properties.justify-items.flex_context",
"css.properties.justify-items.left", "css.properties.justify-items.legacy",
"css.properties.justify-items.right", "css.properties.order",
"css.properties.place-content", "css.properties.place-content.flex_context",
"css.properties.place-items", "css.properties.place-items.flex_context",
"css.properties.place-self", "css.properties.place-self.flex_context",
"css.properties.position.absolutely_positioned_flex_children",
"css.properties.row-gap.flex_context"], "font-features" => &
["css.at-rules.font-face.font-feature-settings",
"css.at-rules.font-face.font-variant", "css.properties.font-feature-settings",
"css.properties.font-feature-settings.normal", "css.properties.font-kerning",
"css.properties.font-kerning.auto", "css.properties.font-kerning.none",
"css.properties.font-kerning.normal", "css.properties.font-language-override",
"css.properties.font-variant", "css.properties.font-variant-caps",
"css.properties.font-variant-caps.all-petite-caps",
"css.properties.font-variant-caps.all-small-caps",
"css.properties.font-variant-caps.normal",
"css.properties.font-variant-caps.petite-caps",
"css.properties.font-variant-caps.small-caps",
"css.properties.font-variant-caps.titling-caps",
"css.properties.font-variant-caps.unicase", "css.properties.font-variant-east-asian",
"css.properties.font-variant-east-asian.full-width",
"css.properties.font-variant-east-asian.jis04",
"css.properties.font-variant-east-asian.jis78",
"css.properties.font-variant-east-asian.jis83",
"css.properties.font-variant-east-asian.jis90",
"css.properties.font-variant-east-asian.normal",
"css.properties.font-variant-east-asian.proportional-width",
"css.properties.font-variant-east-asian.ruby",
"css.properties.font-variant-east-asian.simplified",
"css.properties.font-variant-east-asian.traditional",
"css.properties.font-variant-emoji", "css.properties.font-variant-emoji.emoji",
"css.properties.font-variant-emoji.normal", "css.properties.font-variant-emoji.text",
"css.properties.font-variant-emoji.unicode", "css.properties.font-variant-ligatures",
"css.properties.font-variant-ligatures.common-ligatures",
"css.properties.font-variant-ligatures.contextual",
"css.properties.font-variant-ligatures.discretionary-ligatures",
"css.properties.font-variant-ligatures.historical-ligatures",
"css.properties.font-variant-ligatures.no-common-ligatures",
"css.properties.font-variant-ligatures.no-contextual",
"css.properties.font-variant-ligatures.no-discretionary-ligatures",
"css.properties.font-variant-ligatures.no-historical-ligatures",
"css.properties.font-variant-ligatures.none",
"css.properties.font-variant-ligatures.normal",
"css.properties.font-variant-numeric",
"css.properties.font-variant-numeric.diagonal-fractions",
"css.properties.font-variant-numeric.lining-nums",
"css.properties.font-variant-numeric.normal",
"css.properties.font-variant-numeric.oldstyle-nums",
"css.properties.font-variant-numeric.ordinal",
"css.properties.font-variant-numeric.proportional-nums",
"css.properties.font-variant-numeric.slashed-zero",
"css.properties.font-variant-numeric.stacked-fractions",
"css.properties.font-variant-numeric.tabular-nums",
"css.properties.font-variant-position",
"css.properties.font-variant-position.normal",
"css.properties.font-variant-position.sub",
"css.properties.font-variant-position.super",
"css.properties.font-variant.css_fonts_shorthand",
"css.properties.font-variant.greek_accented_characters",
"css.properties.font-variant.historical-forms", "css.properties.font-variant.none",
"css.properties.font-variant.normal", "css.properties.font-variant.sub",
"css.properties.font-variant.super", "css.properties.font-variant.turkic_is",
"css.properties.font-variant.uppercase_eszett"], "font-synthesis" => &
["css.properties.font-synthesis", "css.properties.font-synthesis-position",
"css.properties.font-synthesis-position.auto",
"css.properties.font-synthesis-position.none",
"css.properties.font-synthesis-small-caps",
"css.properties.font-synthesis-small-caps.auto",
"css.properties.font-synthesis-small-caps.none",
"css.properties.font-synthesis-style", "css.properties.font-synthesis-style.auto",
"css.properties.font-synthesis-style.none", "css.properties.font-synthesis-weight",
"css.properties.font-synthesis-weight.auto",
"css.properties.font-synthesis-weight.none",
"css.properties.font-synthesis.position", "css.properties.font-synthesis.small-caps",
"css.properties.font-synthesis.style", "css.properties.font-synthesis.weight"],
"fonts" => & ["css.at-rules.font-face", "css.at-rules.font-face.OpenType_CBDT_CBLC",
"css.at-rules.font-face.OpenType_COLRv0", "css.at-rules.font-face.OpenType_COLRv1",
"css.at-rules.font-face.OpenType_SBIX", "css.at-rules.font-face.WOFF",
"css.at-rules.font-face.WOFF_2", "css.at-rules.font-face.ascent-override",
"css.at-rules.font-face.descent-override", "css.at-rules.font-face.font-display",
"css.at-rules.font-face.font-family", "css.at-rules.font-face.font-stretch",
"css.at-rules.font-face.font-style",
"css.at-rules.font-face.font-variation-settings",
"css.at-rules.font-face.font-weight", "css.at-rules.font-face.line-gap-override",
"css.at-rules.font-face.size-adjust", "css.at-rules.font-face.src",
"css.at-rules.font-face.src.drop_invalid_item",
"css.at-rules.font-face.src.format_keyword",
"css.at-rules.font-face.src.format_variations",
"css.at-rules.font-face.src.tech_keyword", "css.at-rules.font-face.unicode-range",
"css.at-rules.font-feature-values", "css.at-rules.font-feature-values.annotation",
"css.at-rules.font-feature-values.character-variant",
"css.at-rules.font-feature-values.historical-forms",
"css.at-rules.font-feature-values.ornaments",
"css.at-rules.font-feature-values.styleset",
"css.at-rules.font-feature-values.stylistic",
"css.at-rules.font-feature-values.swash", "css.at-rules.font-palette-values",
"css.at-rules.font-palette-values.base-palette",
"css.at-rules.font-palette-values.font-family",
"css.at-rules.font-palette-values.override-colors", "css.properties.font",
"css.properties.font-family", "css.properties.font-family.cursive",
"css.properties.font-family.fangsong", "css.properties.font-family.fantasy",
"css.properties.font-family.kai", "css.properties.font-family.khmer-mul",
"css.properties.font-family.monospace", "css.properties.font-family.nastaliq",
"css.properties.font-family.sans-serif", "css.properties.font-family.serif",
"css.properties.font-family.ui-monospace", "css.properties.font-family.ui-rounded",
"css.properties.font-family.ui-sans-serif", "css.properties.font-family.ui-serif",
"css.properties.font-optical-sizing", "css.properties.font-optical-sizing.auto",
"css.properties.font-optical-sizing.none", "css.properties.font-palette",
"css.properties.font-palette.animation_computed", "css.properties.font-palette.dark",
"css.properties.font-palette.light", "css.properties.font-palette.normal",
"css.properties.font-palette.palette-mix_function", "css.properties.font-size",
"css.properties.font-size-adjust", "css.properties.font-size-adjust.from-font",
"css.properties.font-size-adjust.none", "css.properties.font-size-adjust.two-values",
"css.properties.font-size.rem_values", "css.properties.font-size.xxx-large",
"css.properties.font-stretch", "css.properties.font-stretch.condensed",
"css.properties.font-stretch.expanded",
"css.properties.font-stretch.extra-condensed",
"css.properties.font-stretch.extra-expanded", "css.properties.font-stretch.normal",
"css.properties.font-stretch.percentage",
"css.properties.font-stretch.semi-condensed",
"css.properties.font-stretch.semi-expanded",
"css.properties.font-stretch.ultra-condensed",
"css.properties.font-stretch.ultra-expanded", "css.properties.font-style",
"css.properties.font-style.italic", "css.properties.font-style.normal",
"css.properties.font-style.oblique", "css.properties.font-style.oblique-angle",
"css.properties.font-variant-alternates",
"css.properties.font-variant-alternates.annotation",
"css.properties.font-variant-alternates.character_variant",
"css.properties.font-variant-alternates.historical-forms",
"css.properties.font-variant-alternates.normal",
"css.properties.font-variant-alternates.ornaments",
"css.properties.font-variant-alternates.styleset",
"css.properties.font-variant-alternates.stylistic",
"css.properties.font-variant-alternates.swash",
"css.properties.font-variation-settings", "css.properties.font-weight",
"css.properties.font-weight.bold", "css.properties.font-weight.bolder",
"css.properties.font-weight.lighter", "css.properties.font-weight.normal",
"css.properties.font-weight.number", "css.properties.font-width",
"css.properties.font-width.condensed", "css.properties.font-width.expanded",
"css.properties.font-width.extra-condensed",
"css.properties.font-width.extra-expanded", "css.properties.font-width.normal",
"css.properties.font-width.semi-condensed",
"css.properties.font-width.semi-expanded",
"css.properties.font-width.ultra-condensed",
"css.properties.font-width.ultra-expanded", "css.properties.font.caption",
"css.properties.font.font-width_keyword_values", "css.properties.font.icon",
"css.properties.font.menu", "css.properties.font.message-box",
"css.properties.font.small-caption", "css.properties.font.status-bar",
"css.types.url"], "forms" => & ["css.properties.appearance.base-select",
"css.selectors.autofill", "css.selectors.checked", "css.selectors.checkmark",
"css.selectors.disabled", "css.selectors.enabled", "css.selectors.indeterminate",
"css.selectors.indeterminate.checkbox", "css.selectors.indeterminate.progress",
"css.selectors.indeterminate.radio", "css.selectors.picker",
"css.selectors.picker-icon", "css.selectors.read-only", "css.selectors.read-write"],
"gradients" => & ["css.properties.background-image.gradients", "css.types.gradient",
"css.types.gradient.conic-gradient",
"css.types.gradient.conic-gradient.doubleposition",
"css.types.gradient.conic-gradient.hue_interpolation_method",
"css.types.gradient.conic-gradient.interpolation_color_space",
"css.types.gradient.conic-gradient.single_color_stop",
"css.types.gradient.linear-gradient",
"css.types.gradient.linear-gradient.doubleposition",
"css.types.gradient.linear-gradient.hue_interpolation_method",
"css.types.gradient.linear-gradient.interpolation_color_space",
"css.types.gradient.linear-gradient.interpolation_hints",
"css.types.gradient.linear-gradient.premultiplied_gradients",
"css.types.gradient.linear-gradient.single_color_stop",
"css.types.gradient.linear-gradient.to",
"css.types.gradient.linear-gradient.unitless_0_angle",
"css.types.gradient.radial-gradient", "css.types.gradient.radial-gradient.at",
"css.types.gradient.radial-gradient.doubleposition",
"css.types.gradient.radial-gradient.hue_interpolation_method",
"css.types.gradient.radial-gradient.interpolation_color_space",
"css.types.gradient.radial-gradient.interpolation_hints",
"css.types.gradient.radial-gradient.premultiplied_gradients",
"css.types.gradient.radial-gradient.single_color_stop",
"css.types.gradient.repeating-conic-gradient",
"css.types.gradient.repeating-conic-gradient.hue_interpolation_method",
"css.types.gradient.repeating-conic-gradient.interpolation_color_space",
"css.types.gradient.repeating-linear-gradient",
"css.types.gradient.repeating-linear-gradient.doubleposition",
"css.types.gradient.repeating-linear-gradient.hue_interpolation_method",
"css.types.gradient.repeating-linear-gradient.interpolation_color_space",
"css.types.gradient.repeating-linear-gradient.interpolation_hints",
"css.types.gradient.repeating-linear-gradient.single_color_stop",
"css.types.gradient.repeating-linear-gradient.to",
"css.types.gradient.repeating-linear-gradient.unitless_0_angle",
"css.types.gradient.repeating-radial-gradient",
"css.types.gradient.repeating-radial-gradient.at",
"css.types.gradient.repeating-radial-gradient.doubleposition",
"css.types.gradient.repeating-radial-gradient.hue_interpolation_method",
"css.types.gradient.repeating-radial-gradient.interpolation_color_space",
"css.types.gradient.repeating-radial-gradient.interpolation_hints",
"css.types.gradient.repeating-radial-gradient.single_color_stop", "css.types.image"],
"grid" => & ["css.properties.align-content.grid_context",
"css.properties.align-items.grid_context",
"css.properties.align-items.grid_context.start_end",
"css.properties.align-self.grid_context", "css.properties.column-gap.grid_context",
"css.properties.display.grid", "css.properties.display.inline-grid",
"css.properties.gap", "css.properties.gap.grid_context",
"css.properties.gap.grid_context.calc_values",
"css.properties.gap.grid_context.percentage_values", "css.properties.gap.normal",
"css.properties.grid", "css.properties.grid-area",
"css.properties.grid-auto-columns", "css.properties.grid-auto-flow",
"css.properties.grid-auto-flow.column", "css.properties.grid-auto-flow.dense",
"css.properties.grid-auto-flow.row", "css.properties.grid-auto-rows",
"css.properties.grid-column", "css.properties.grid-column-end",
"css.properties.grid-column-start", "css.properties.grid-row",
"css.properties.grid-row-end", "css.properties.grid-row-start",
"css.properties.grid-template", "css.properties.grid-template-areas",
"css.properties.grid-template-areas.none", "css.properties.grid-template-columns",
"css.properties.grid-template-columns.animation",
"css.properties.grid-template-columns.auto",
"css.properties.grid-template-columns.fit-content",
"css.properties.grid-template-columns.max-content",
"css.properties.grid-template-columns.min-content",
"css.properties.grid-template-columns.minmax",
"css.properties.grid-template-columns.none",
"css.properties.grid-template-columns.repeat",
"css.properties.grid-template-columns.subgrid", "css.properties.grid-template-rows",
"css.properties.grid-template-rows.animation",
"css.properties.grid-template-rows.auto",
"css.properties.grid-template-rows.fit-content",
"css.properties.grid-template-rows.max-content",
"css.properties.grid-template-rows.min-content",
"css.properties.grid-template-rows.minmax", "css.properties.grid-template-rows.none",
"css.properties.grid-template-rows.repeat",
"css.properties.grid-template-rows.subgrid", "css.properties.grid-template.none",
"css.properties.justify-content.grid_context",
"css.properties.justify-items.grid_context", "css.properties.justify-self",
"css.properties.justify-self.auto", "css.properties.justify-self.grid_context",
"css.properties.justify-self.left", "css.properties.justify-self.normal",
"css.properties.justify-self.right", "css.properties.justify-self.stretch",
"css.properties.place-content.grid_context",
"css.properties.place-items.grid_context", "css.properties.place-self.grid_context",
"css.properties.row-gap", "css.properties.row-gap.grid_context",
"css.properties.row-gap.normal", "css.types.flex"], "html" => &
["css.selectors.backdrop.popover", "css.selectors.popover-open"], "html-elements" =>
& ["css.properties.appearance.base-select", "css.properties.border-collapse",
"css.properties.border-collapse.collapse", "css.properties.border-collapse.separate",
"css.properties.border-spacing", "css.properties.caption-side",
"css.properties.caption-side.bottom", "css.properties.caption-side.bottom-outside",
"css.properties.caption-side.top", "css.properties.caption-side.top-outside",
"css.properties.caption-side.writing-mode_relative_values",
"css.properties.empty-cells", "css.properties.empty-cells.hide",
"css.properties.empty-cells.show", "css.properties.table-layout",
"css.properties.table-layout.auto", "css.properties.table-layout.fixed",
"css.selectors.checkmark", "css.selectors.picker", "css.selectors.picker-icon",
"css.selectors.slotted"], "image-scaling" => & ["css.properties.image-rendering",
"css.properties.image-rendering.auto", "css.properties.image-rendering.crisp-edges",
"css.properties.image-rendering.pixelated", "css.properties.image-rendering.smooth"],
"images" => & ["css.properties.image-orientation",
"css.properties.image-orientation.from-image",
"css.properties.image-orientation.none", "css.types.image.cross-fade"], "layout" => &
["css.at-rules.page", "css.at-rules.page.bottom-center",
"css.at-rules.page.bottom-left", "css.at-rules.page.bottom-left-corner",
"css.at-rules.page.bottom-right", "css.at-rules.page.bottom-right-corner",
"css.at-rules.page.left-bottom", "css.at-rules.page.left-middle",
"css.at-rules.page.left-top", "css.at-rules.page.page-orientation",
"css.at-rules.page.right-bottom", "css.at-rules.page.right-middle",
"css.at-rules.page.right-top", "css.at-rules.page.size",
"css.at-rules.page.size.jis-b4", "css.at-rules.page.size.jis-b5",
"css.at-rules.page.top-center", "css.at-rules.page.top-left",
"css.at-rules.page.top-left-corner", "css.at-rules.page.top-right",
"css.at-rules.page.top-right-corner", "css.properties.align-content.block_context",
"css.properties.block-size.fit-content_function", "css.properties.box-sizing",
"css.properties.box-sizing.border-box", "css.properties.box-sizing.content-box",
"css.properties.break-after", "css.properties.break-after.always",
"css.properties.break-after.auto", "css.properties.break-after.avoid",
"css.properties.break-after.avoid-column", "css.properties.break-after.avoid-page",
"css.properties.break-after.column", "css.properties.break-after.left",
"css.properties.break-after.multicol_context",
"css.properties.break-after.multicol_context.avoid",
"css.properties.break-after.multicol_context.avoid-column",
"css.properties.break-after.multicol_context.column",
"css.properties.break-after.page", "css.properties.break-after.paged_context",
"css.properties.break-after.paged_context.avoid-page",
"css.properties.break-after.paged_context.page",
"css.properties.break-after.paged_context.recto", "css.properties.break-after.recto",
"css.properties.break-after.right", "css.properties.break-after.verso",
"css.properties.break-before", "css.properties.break-before.always",
"css.properties.break-before.auto", "css.properties.break-before.avoid",
"css.properties.break-before.avoid-column", "css.properties.break-before.avoid-page",
"css.properties.break-before.column", "css.properties.break-before.left",
"css.properties.break-before.multicol_context",
"css.properties.break-before.multicol_context.avoid",
"css.properties.break-before.multicol_context.avoid-column",
"css.properties.break-before.multicol_context.column",
"css.properties.break-before.page", "css.properties.break-before.paged_context",
"css.properties.break-before.paged_context.page",
"css.properties.break-before.paged_context.recto",
"css.properties.break-before.recto", "css.properties.break-before.right",
"css.properties.break-before.verso", "css.properties.break-inside",
"css.properties.break-inside.auto", "css.properties.break-inside.avoid",
"css.properties.break-inside.avoid-column", "css.properties.break-inside.avoid-page",
"css.properties.break-inside.multicol_context",
"css.properties.break-inside.multicol_context.avoid-column",
"css.properties.break-inside.paged_context",
"css.properties.break-inside.paged_context.avoid-page",
"css.properties.grid-template-columns.masonry",
"css.properties.grid-template-rows.masonry", "css.properties.height",
"css.properties.height.auto", "css.properties.height.fit-content",
"css.properties.height.fit-content_function", "css.properties.height.max-content",
"css.properties.height.min-content", "css.properties.height.stretch",
"css.properties.inline-size.fit-content_function",
"css.properties.justify-items.block_context",
"css.properties.justify-self.block_context", "css.properties.margin",
"css.properties.margin-bottom", "css.properties.margin-bottom.auto",
"css.properties.margin-left", "css.properties.margin-left.auto",
"css.properties.margin-right", "css.properties.margin-right.auto",
"css.properties.margin-top", "css.properties.margin-top.auto",
"css.properties.margin.auto", "css.properties.max-block-size.fit-content_function",
"css.properties.max-height.fit-content",
"css.properties.max-height.fit-content_function",
"css.properties.max-height.max-content", "css.properties.max-height.min-content",
"css.properties.max-height.stretch",
"css.properties.max-inline-size.fit-content_function",
"css.properties.max-width.fit-content",
"css.properties.max-width.fit-content_function",
"css.properties.max-width.max-content", "css.properties.max-width.min-content",
"css.properties.max-width.stretch",
"css.properties.min-block-size.fit-content_function",
"css.properties.min-height.fit-content",
"css.properties.min-height.fit-content_function",
"css.properties.min-height.max-content", "css.properties.min-height.min-content",
"css.properties.min-height.stretch",
"css.properties.min-inline-size.fit-content_function",
"css.properties.min-width.fit-content",
"css.properties.min-width.fit-content_function",
"css.properties.min-width.max-content", "css.properties.min-width.min-content",
"css.properties.min-width.stretch", "css.properties.orphans",
"css.properties.padding", "css.properties.padding-bottom",
"css.properties.padding-left", "css.properties.padding-right",
"css.properties.padding-top", "css.properties.page",
"css.properties.page-break-after", "css.properties.page-break-after.always",
"css.properties.page-break-after.auto", "css.properties.page-break-after.avoid",
"css.properties.page-break-after.left", "css.properties.page-break-after.right",
"css.properties.page-break-before", "css.properties.page-break-before.always",
"css.properties.page-break-before.auto", "css.properties.page-break-before.avoid",
"css.properties.page-break-before.left", "css.properties.page-break-before.right",
"css.properties.page-break-inside", "css.properties.page-break-inside.auto",
"css.properties.page-break-inside.avoid", "css.properties.widows",
"css.properties.width", "css.properties.width.auto",
"css.properties.width.fit-content", "css.properties.width.fit-content_function",
"css.properties.width.is_animatable", "css.properties.width.max-content",
"css.properties.width.min-content", "css.properties.width.stretch",
"css.types.dimension", "css.types.length", "css.types.length-percentage",
"css.types.percentage"], "lists" => & ["css.properties.display.list-item",
"css.properties.display.list-item.legend-support", "css.properties.list-style",
"css.properties.list-style-image", "css.properties.list-style-image.none",
"css.properties.list-style-position", "css.properties.list-style-position.inside",
"css.properties.list-style-position.outside", "css.properties.list-style-type",
"css.properties.list-style-type.arabic-indic",
"css.properties.list-style-type.armenian", "css.properties.list-style-type.bengali",
"css.properties.list-style-type.cambodian", "css.properties.list-style-type.circle",
"css.properties.list-style-type.cjk-decimal",
"css.properties.list-style-type.cjk-earthly-branch",
"css.properties.list-style-type.cjk-heavenly-stem",
"css.properties.list-style-type.cjk-ideographic",
"css.properties.list-style-type.decimal",
"css.properties.list-style-type.decimal-leading-zero",
"css.properties.list-style-type.devanagari", "css.properties.list-style-type.disc",
"css.properties.list-style-type.disclosure-closed",
"css.properties.list-style-type.disclosure-open",
"css.properties.list-style-type.ethiopic-numeric",
"css.properties.list-style-type.georgian", "css.properties.list-style-type.gujarati",
"css.properties.list-style-type.gurmukhi", "css.properties.list-style-type.hebrew",
"css.properties.list-style-type.hiragana",
"css.properties.list-style-type.hiragana-iroha",
"css.properties.list-style-type.japanese-formal",
"css.properties.list-style-type.japanese-informal",
"css.properties.list-style-type.kannada", "css.properties.list-style-type.katakana",
"css.properties.list-style-type.katakana-iroha",
"css.properties.list-style-type.khmer",
"css.properties.list-style-type.korean-hangul-formal",
"css.properties.list-style-type.korean-hanja-formal",
"css.properties.list-style-type.korean-hanja-informal",
"css.properties.list-style-type.lao", "css.properties.list-style-type.lower-alpha",
"css.properties.list-style-type.lower-armenian",
"css.properties.list-style-type.lower-greek",
"css.properties.list-style-type.lower-latin",
"css.properties.list-style-type.lower-roman",
"css.properties.list-style-type.malayalam",
"css.properties.list-style-type.mongolian", "css.properties.list-style-type.myanmar",
"css.properties.list-style-type.none", "css.properties.list-style-type.oriya",
"css.properties.list-style-type.persian",
"css.properties.list-style-type.simp-chinese-formal",
"css.properties.list-style-type.simp-chinese-informal",
"css.properties.list-style-type.square", "css.properties.list-style-type.string",
"css.properties.list-style-type.symbols", "css.properties.list-style-type.tamil",
"css.properties.list-style-type.telugu", "css.properties.list-style-type.thai",
"css.properties.list-style-type.tibetan",
"css.properties.list-style-type.trad-chinese-formal",
"css.properties.list-style-type.trad-chinese-informal",
"css.properties.list-style-type.upper-alpha",
"css.properties.list-style-type.upper-armenian",
"css.properties.list-style-type.upper-latin",
"css.properties.list-style-type.upper-roman", "css.properties.list-style.inside",
"css.properties.list-style.none", "css.properties.list-style.outside",
"css.properties.list-style.symbols", "css.selectors.marker",
"css.selectors.marker.animation_and_transition_support"], "media-elements" => &
["css.selectors.buffering", "css.selectors.muted", "css.selectors.paused",
"css.selectors.playing", "css.selectors.seeking", "css.selectors.stalled",
"css.selectors.volume-locked"], "media-queries" => & ["css.at-rules.custom-media",
"css.at-rules.media", "css.at-rules.media.-webkit-device-pixel-ratio",
"css.at-rules.media.-webkit-max-device-pixel-ratio",
"css.at-rules.media.-webkit-min-device-pixel-ratio",
"css.at-rules.media.-webkit-transform-3d", "css.at-rules.media.any-hover",
"css.at-rules.media.any-pointer", "css.at-rules.media.aspect-ratio",
"css.at-rules.media.calc", "css.at-rules.media.color",
"css.at-rules.media.color-gamut", "css.at-rules.media.color-gamut.p3",
"css.at-rules.media.color-gamut.rec2020", "css.at-rules.media.color-gamut.srgb",
"css.at-rules.media.color-index", "css.at-rules.media.device-aspect-ratio",
"css.at-rules.media.device-height", "css.at-rules.media.device-width",
"css.at-rules.media.display-mode", "css.at-rules.media.display-mode.browser",
"css.at-rules.media.display-mode.fullscreen",
"css.at-rules.media.display-mode.minimal-ui",
"css.at-rules.media.display-mode.standalone", "css.at-rules.media.dynamic-range",
"css.at-rules.media.grid", "css.at-rules.media.height", "css.at-rules.media.hover",
"css.at-rules.media.inverted-colors", "css.at-rules.media.media_features",
"css.at-rules.media.media_query_values", "css.at-rules.media.monochrome",
"css.at-rules.media.nested-queries", "css.at-rules.media.or_syntax",
"css.at-rules.media.orientation", "css.at-rules.media.overflow-block",
"css.at-rules.media.overflow-inline", "css.at-rules.media.pointer",
"css.at-rules.media.prefers-color-scheme",
"css.at-rules.media.prefers-color-scheme.respects-inherited-scheme",
"css.at-rules.media.prefers-contrast", "css.at-rules.media.prefers-reduced-data",
"css.at-rules.media.prefers-reduced-motion",
"css.at-rules.media.prefers-reduced-transparency", "css.at-rules.media.range_syntax",
"css.at-rules.media.resolution", "css.at-rules.media.scripting",
"css.at-rules.media.update", "css.at-rules.media.video-dynamic-range",
"css.at-rules.media.width", "css.types.ratio", "css.types.ratio.number_value",
"css.types.resolution", "css.types.resolution.dpcm", "css.types.resolution.dpi",
"css.types.resolution.dppx", "css.types.resolution.x"], "multi-column" => &
["css.properties.align-content.multicol_context", "css.properties.column-count",
"css.properties.column-count.auto", "css.properties.column-fill",
"css.properties.column-fill.auto", "css.properties.column-fill.balance",
"css.properties.column-gap", "css.properties.column-gap.multicol_context",
"css.properties.column-gap.multicol_context.calc_values",
"css.properties.column-gap.multicol_context.percentage_values",
"css.properties.column-gap.normal", "css.properties.column-rule",
"css.properties.column-rule-color", "css.properties.column-rule-color.transparent",
"css.properties.column-rule-style", "css.properties.column-rule-style.dashed",
"css.properties.column-rule-style.dotted", "css.properties.column-rule-style.double",
"css.properties.column-rule-style.groove", "css.properties.column-rule-style.hidden",
"css.properties.column-rule-style.inset", "css.properties.column-rule-style.none",
"css.properties.column-rule-style.outset", "css.properties.column-rule-style.ridge",
"css.properties.column-rule-style.solid", "css.properties.column-rule-width",
"css.properties.column-rule-width.medium", "css.properties.column-rule-width.thick",
"css.properties.column-rule-width.thin", "css.properties.column-rule.dashed",
"css.properties.column-rule.dotted", "css.properties.column-rule.double",
"css.properties.column-rule.groove", "css.properties.column-rule.hidden",
"css.properties.column-rule.inset", "css.properties.column-rule.medium",
"css.properties.column-rule.none", "css.properties.column-rule.outset",
"css.properties.column-rule.ridge", "css.properties.column-rule.solid",
"css.properties.column-rule.thick", "css.properties.column-rule.thin",
"css.properties.column-rule.transparent", "css.properties.column-span",
"css.properties.column-span.all", "css.properties.column-span.none",
"css.properties.column-width", "css.properties.column-width.auto",
"css.properties.columns", "css.properties.gap.multicol_context",
"css.selectors.column", "css.selectors.column.nested_scroll-marker"], "positioning"
=> & ["css.properties.align-self.position_absolute_context",
"css.properties.justify-self.position_absolute_context",
"css.properties.place-self.position_absolute_context", "css.properties.position",
"css.properties.position.absolute", "css.properties.position.fixed",
"css.properties.position.position_sticky_table_elements",
"css.properties.position.relative", "css.properties.position.static",
"css.properties.position.sticky"], "print" => & ["css.at-rules.page",
"css.at-rules.page.bottom-center", "css.at-rules.page.bottom-left",
"css.at-rules.page.bottom-left-corner", "css.at-rules.page.bottom-right",
"css.at-rules.page.bottom-right-corner", "css.at-rules.page.left-bottom",
"css.at-rules.page.left-middle", "css.at-rules.page.left-top",
"css.at-rules.page.page-orientation", "css.at-rules.page.right-bottom",
"css.at-rules.page.right-middle", "css.at-rules.page.right-top",
"css.at-rules.page.size", "css.at-rules.page.size.jis-b4",
"css.at-rules.page.size.jis-b5", "css.at-rules.page.top-center",
"css.at-rules.page.top-left", "css.at-rules.page.top-left-corner",
"css.at-rules.page.top-right", "css.at-rules.page.top-right-corner",
"css.properties.color-adjust", "css.properties.page",
"css.properties.print-color-adjust", "css.properties.print-color-adjust.economy",
"css.properties.print-color-adjust.exact", "css.selectors.first",
"css.selectors.left", "css.selectors.right"], "progressive-web-app" => &
["css.at-rules.media.display-mode.window-controls-overlay",
"css.types.env.titlebar-area-height", "css.types.env.titlebar-area-width",
"css.types.env.titlebar-area-x", "css.types.env.titlebar-area-y"], "ruby" => &
["css.properties.display.ruby", "css.properties.display.ruby-base",
"css.properties.display.ruby-base-container", "css.properties.display.ruby-text",
"css.properties.display.ruby-text-container", "css.properties.ruby-align",
"css.properties.ruby-align.center", "css.properties.ruby-align.space-around",
"css.properties.ruby-align.space-between", "css.properties.ruby-align.start",
"css.properties.ruby-overhang", "css.properties.ruby-overhang.auto",
"css.properties.ruby-overhang.none", "css.properties.ruby-position",
"css.properties.ruby-position.alternate",
"css.properties.ruby-position.inter-character", "css.properties.ruby-position.over",
"css.properties.ruby-position.under"], "scroll-markers" => &
["css.properties.scroll-marker-group", "css.properties.scroll-marker-group.after",
"css.properties.scroll-marker-group.before",
"css.properties.scroll-marker-group.none", "css.properties.scroll-target-group",
"css.properties.scroll-target-group.auto", "css.properties.scroll-target-group.none",
"css.selectors.scroll-marker", "css.selectors.scroll-marker-group",
"css.selectors.target-after", "css.selectors.target-before",
"css.selectors.target-current"], "scrolling" => & ["css.properties.animation-range",
"css.properties.animation-range-end", "css.properties.animation-range-end.normal",
"css.properties.animation-range-start",
"css.properties.animation-range-start.normal", "css.properties.animation-timeline",
"css.properties.animation-timeline.scroll", "css.properties.animation-timeline.view",
"css.properties.animation.animation-timeline_included",
"css.properties.overflow-anchor", "css.properties.overflow-anchor.auto",
"css.properties.overflow-anchor.none", "css.properties.overscroll-behavior",
"css.properties.overscroll-behavior-block",
"css.properties.overscroll-behavior-block.auto",
"css.properties.overscroll-behavior-block.contain",
"css.properties.overscroll-behavior-block.none",
"css.properties.overscroll-behavior-inline",
"css.properties.overscroll-behavior-inline.auto",
"css.properties.overscroll-behavior-inline.contain",
"css.properties.overscroll-behavior-inline.none",
"css.properties.overscroll-behavior-x", "css.properties.overscroll-behavior-x.auto",
"css.properties.overscroll-behavior-x.contain",
"css.properties.overscroll-behavior-x.none", "css.properties.overscroll-behavior-y",
"css.properties.overscroll-behavior-y.auto",
"css.properties.overscroll-behavior-y.contain",
"css.properties.overscroll-behavior-y.none",
"css.properties.overscroll-behavior.auto",
"css.properties.overscroll-behavior.contain",
"css.properties.overscroll-behavior.none", "css.properties.scroll-behavior",
"css.properties.scroll-behavior.auto", "css.properties.scroll-behavior.smooth",
"css.properties.scroll-margin", "css.properties.scroll-margin-block",
"css.properties.scroll-margin-block-end", "css.properties.scroll-margin-block-start",
"css.properties.scroll-margin-bottom", "css.properties.scroll-margin-inline",
"css.properties.scroll-margin-inline-end",
"css.properties.scroll-margin-inline-start", "css.properties.scroll-margin-left",
"css.properties.scroll-margin-right", "css.properties.scroll-margin-top",
"css.properties.scroll-padding", "css.properties.scroll-padding-block",
"css.properties.scroll-padding-block-end",
"css.properties.scroll-padding-block-end.auto",
"css.properties.scroll-padding-block-start",
"css.properties.scroll-padding-block-start.auto",
"css.properties.scroll-padding-block.auto", "css.properties.scroll-padding-bottom",
"css.properties.scroll-padding-inline", "css.properties.scroll-padding-inline-end",
"css.properties.scroll-padding-inline-end.auto",
"css.properties.scroll-padding-inline-start",
"css.properties.scroll-padding-inline-start.auto",
"css.properties.scroll-padding-inline.auto", "css.properties.scroll-padding-left",
"css.properties.scroll-padding-right", "css.properties.scroll-padding-top",
"css.properties.scroll-padding.auto", "css.properties.scroll-snap-align",
"css.properties.scroll-snap-align.center", "css.properties.scroll-snap-align.end",
"css.properties.scroll-snap-align.none", "css.properties.scroll-snap-align.start",
"css.properties.scroll-snap-stop", "css.properties.scroll-snap-stop.always",
"css.properties.scroll-snap-stop.normal", "css.properties.scroll-snap-type",
"css.properties.scroll-snap-type.block", "css.properties.scroll-snap-type.both",
"css.properties.scroll-snap-type.inline", "css.properties.scroll-snap-type.none",
"css.properties.scroll-snap-type.x", "css.properties.scroll-snap-type.y",
"css.properties.scroll-timeline", "css.properties.scroll-timeline-axis",
"css.properties.scroll-timeline-axis.block",
"css.properties.scroll-timeline-axis.inline",
"css.properties.scroll-timeline-axis.x", "css.properties.scroll-timeline-axis.y",
"css.properties.scroll-timeline-name", "css.properties.scrollbar-color",
"css.properties.scrollbar-color.auto", "css.properties.scrollbar-gutter",
"css.properties.scrollbar-gutter.auto", "css.properties.scrollbar-gutter.stable",
"css.properties.scrollbar-width", "css.properties.scrollbar-width.auto",
"css.properties.scrollbar-width.none", "css.properties.scrollbar-width.thin",
"css.properties.timeline-scope", "css.properties.timeline-scope.all",
"css.properties.timeline-scope.none", "css.properties.view-timeline",
"css.properties.view-timeline-axis", "css.properties.view-timeline-axis.block",
"css.properties.view-timeline-axis.inline", "css.properties.view-timeline-axis.x",
"css.properties.view-timeline-axis.y", "css.properties.view-timeline-inset",
"css.properties.view-timeline-inset.auto", "css.properties.view-timeline-name",
"css.selectors.column", "css.selectors.column.nested_scroll-marker",
"css.selectors.scroll-button", "css.selectors.scroll-button.block-end",
"css.selectors.scroll-button.block-start", "css.selectors.scroll-button.down",
"css.selectors.scroll-button.inline-end", "css.selectors.scroll-button.inline-start",
"css.selectors.scroll-button.left", "css.selectors.scroll-button.next",
"css.selectors.scroll-button.prev", "css.selectors.scroll-button.right",
"css.selectors.scroll-button.star", "css.selectors.scroll-button.up"], "selection" =>
& ["css.selectors.selection", "css.selectors.selection.text-decoration"], "selectors"
=> & ["css.at-rules.namespace", "css.selectors.active",
"css.selectors.active-view-transition", "css.selectors.active-view-transition-type",
"css.selectors.active.non_a_elements", "css.selectors.any-link",
"css.selectors.any-link.not_match_link", "css.selectors.attribute",
"css.selectors.attribute.case_insensitive_modifier",
"css.selectors.attribute.case_sensitive_modifier", "css.selectors.backdrop",
"css.selectors.backdrop.dialog",
"css.selectors.backdrop.inherit_from_originating_element", "css.selectors.checked",
"css.selectors.child", "css.selectors.class", "css.selectors.default",
"css.selectors.descendant", "css.selectors.details-content", "css.selectors.dir",
"css.selectors.disabled", "css.selectors.empty",
"css.selectors.empty.matches_whitespace", "css.selectors.enabled",
"css.selectors.file-selector-button", "css.selectors.first",
"css.selectors.first-child", "css.selectors.first-child.no_parent_required",
"css.selectors.first-letter", "css.selectors.first-letter.dutch_ij_digraph",
"css.selectors.first-letter.svg_text_element", "css.selectors.first-line",
"css.selectors.first-line.svg_text_element", "css.selectors.first-of-type",
"css.selectors.focus", "css.selectors.focus-visible", "css.selectors.focus-within",
"css.selectors.future", "css.selectors.grammar-error", "css.selectors.has",
"css.selectors.has-slotted", "css.selectors.heading",
"css.selectors.headingfunction", "css.selectors.host", "css.selectors.host-context",
"css.selectors.hostfunction", "css.selectors.hover",
"css.selectors.hover.a_elements", "css.selectors.hover.all_elements",
"css.selectors.id", "css.selectors.in-range", "css.selectors.invalid",
"css.selectors.invalid.form", "css.selectors.is",
"css.selectors.is.forgiving_selector_list", "css.selectors.lang",
"css.selectors.lang.argument_list", "css.selectors.lang.wildcards",
"css.selectors.last-child", "css.selectors.last-child.no_parent_required",
"css.selectors.last-of-type", "css.selectors.left", "css.selectors.link",
"css.selectors.link.not_match_link", "css.selectors.list", "css.selectors.modal",
"css.selectors.namespace", "css.selectors.next-sibling", "css.selectors.not",
"css.selectors.not.selector_list", "css.selectors.nth-child",
"css.selectors.nth-child.no_parent_required", "css.selectors.nth-child.of_syntax",
"css.selectors.nth-last-child", "css.selectors.nth-last-child.no_parent_required",
"css.selectors.nth-last-child.of_syntax", "css.selectors.nth-last-of-type",
"css.selectors.nth-of-type", "css.selectors.only-child",
"css.selectors.only-child.no_parent_required", "css.selectors.only-of-type",
"css.selectors.open", "css.selectors.optional", "css.selectors.out-of-range",
"css.selectors.part", "css.selectors.past", "css.selectors.placeholder",
"css.selectors.placeholder-shown", "css.selectors.placeholder-shown.non_text_types",
"css.selectors.required", "css.selectors.right", "css.selectors.root",
"css.selectors.scope", "css.selectors.scope.dom_api", "css.selectors.selection",
"css.selectors.selection.text-decoration", "css.selectors.spelling-error",
"css.selectors.subsequent-sibling", "css.selectors.target", "css.selectors.type",
"css.selectors.type.namespaces", "css.selectors.universal",
"css.selectors.universal.namespaces", "css.selectors.user-invalid",
"css.selectors.user-valid", "css.selectors.valid", "css.selectors.valid.form",
"css.selectors.visited", "css.selectors.visited.not_match_link",
"css.selectors.visited.privacy_measures", "css.selectors.where",
"css.selectors.where.forgiving_selector_list"], "speech" => &
["css.properties.speak", "css.properties.speak-as", "css.properties.speak-as.digits",
"css.properties.speak-as.literal-punctuation",
"css.properties.speak-as.no-punctuation", "css.properties.speak-as.normal",
"css.properties.speak-as.spell-out"], "svg" => &
["css.at-rules.font-face.OpenType_SVG", "css.properties.background-image.svg_images",
"css.properties.background.SVG_image_as_background", "css.properties.clip-rule",
"css.properties.clip-rule.evenodd", "css.properties.clip-rule.nonzero",
"css.properties.color-interpolation", "css.properties.color-interpolation-filters",
"css.properties.color-interpolation-filters.auto",
"css.properties.color-interpolation-filters.linearRGB",
"css.properties.color-interpolation-filters.sRGB",
"css.properties.color-interpolation.auto",
"css.properties.color-interpolation.linearGradient",
"css.properties.color-interpolation.sRGB", "css.properties.cx", "css.properties.cy",
"css.properties.d", "css.properties.fill", "css.properties.fill-opacity",
"css.properties.fill-rule", "css.properties.fill-rule.evenodd",
"css.properties.fill-rule.nonzero", "css.properties.fill.none",
"css.properties.filter.svg_elements", "css.properties.flood-color",
"css.properties.flood-color.currentColor", "css.properties.flood-color.transparent",
"css.properties.flood-opacity", "css.properties.letter-spacing.svg_elements",
"css.properties.lighting-color", "css.properties.lighting-color.currentColor",
"css.properties.lighting-color.transparent", "css.properties.marker",
"css.properties.marker-end", "css.properties.marker-end.none",
"css.properties.marker-mid", "css.properties.marker-mid.none",
"css.properties.marker-start", "css.properties.marker-start.none",
"css.properties.marker.none", "css.properties.r", "css.properties.rx",
"css.properties.ry", "css.properties.shape-rendering",
"css.properties.shape-rendering.auto", "css.properties.stop-color",
"css.properties.stop-opacity", "css.properties.stroke",
"css.properties.stroke-color", "css.properties.stroke-dasharray",
"css.properties.stroke-dasharray.none", "css.properties.stroke-dashoffset",
"css.properties.stroke-linecap", "css.properties.stroke-linecap.butt",
"css.properties.stroke-linecap.round", "css.properties.stroke-linecap.square",
"css.properties.stroke-linejoin", "css.properties.stroke-linejoin.bevel",
"css.properties.stroke-linejoin.miter", "css.properties.stroke-linejoin.round",
"css.properties.stroke-miterlimit", "css.properties.stroke-opacity",
"css.properties.stroke-width", "css.properties.stroke.none",
"css.properties.text-anchor", "css.properties.text-anchor.end",
"css.properties.text-anchor.middle", "css.properties.text-anchor.start",
"css.properties.text-rendering", "css.properties.text-rendering.auto",
"css.properties.text-rendering.geometricPrecision",
"css.properties.transform-origin.svg_elements", "css.properties.vector-effect",
"css.properties.word-spacing.svg_elements", "css.properties.x", "css.properties.y"],
"text" => & ["css.properties.alignment-baseline",
"css.properties.alignment-baseline.alphabetic",
"css.properties.alignment-baseline.baseline",
"css.properties.alignment-baseline.central",
"css.properties.alignment-baseline.ideographic",
"css.properties.alignment-baseline.mathematical",
"css.properties.alignment-baseline.middle",
"css.properties.alignment-baseline.text-after-edge",
"css.properties.alignment-baseline.text-before-edge",
"css.properties.baseline-shift", "css.properties.baseline-shift.baseline",
"css.properties.baseline-shift.sub", "css.properties.baseline-shift.super",
"css.properties.dominant-baseline", "css.properties.dominant-baseline.alphabetic",
"css.properties.dominant-baseline.auto", "css.properties.dominant-baseline.central",
"css.properties.dominant-baseline.hanging",
"css.properties.dominant-baseline.ideographic",
"css.properties.dominant-baseline.mathematical",
"css.properties.dominant-baseline.middle", "css.properties.letter-spacing",
"css.properties.letter-spacing.normal", "css.properties.line-height",
"css.properties.line-height.normal", "css.properties.text-align",
"css.properties.text-align-last", "css.properties.text-align-last.auto",
"css.properties.text-align.center", "css.properties.text-align.end",
"css.properties.text-align.justify", "css.properties.text-align.left",
"css.properties.text-align.match-parent", "css.properties.text-align.right",
"css.properties.text-align.start", "css.properties.text-box",
"css.properties.text-box-edge", "css.properties.text-box-edge.auto",
"css.properties.text-box-trim", "css.properties.text-box-trim.none",
"css.properties.text-box-trim.trim-both", "css.properties.text-box-trim.trim-end",
"css.properties.text-box-trim.trim-start", "css.properties.text-box.normal",
"css.properties.text-combine-upright", "css.properties.text-combine-upright.all",
"css.properties.text-combine-upright.none", "css.properties.text-indent.each-line",
"css.properties.text-indent.hanging", "css.properties.text-justify",
"css.properties.text-justify.auto", "css.properties.text-justify.inter-character",
"css.properties.text-justify.inter-word", "css.properties.text-justify.none",
"css.properties.text-orientation", "css.properties.text-orientation.mixed",
"css.properties.text-orientation.sideways",
"css.properties.text-orientation.upright", "css.properties.text-shadow",
"css.properties.text-transform", "css.properties.text-transform.capitalize",
"css.properties.text-transform.dutch_ij_digraph",
"css.properties.text-transform.full-size-kana",
"css.properties.text-transform.full-width",
"css.properties.text-transform.greek_accented_characters",
"css.properties.text-transform.lowercase",
"css.properties.text-transform.lowercase_sigma",
"css.properties.text-transform.none", "css.properties.text-transform.turkic_is",
"css.properties.text-transform.uppercase",
"css.properties.text-transform.uppercase_eszett",
"css.properties.text-underline-offset", "css.properties.text-underline-offset.auto",
"css.properties.text-underline-offset.percentage",
"css.properties.text-underline-position",
"css.properties.text-underline-position.auto",
"css.properties.text-underline-position.from-font",
"css.properties.text-underline-position.left",
"css.properties.text-underline-position.right",
"css.properties.text-underline-position.under", "css.properties.word-spacing",
"css.properties.word-spacing.normal", "css.types.text-edge",
"css.types.text-edge.alphabetic", "css.types.text-edge.cap",
"css.types.text-edge.ex", "css.types.text-edge.text"], "text-fragments" => &
["css.selectors.target-text"], "text-wrap" => &
["css.properties.hyphenate-character", "css.properties.hyphenate-character.auto",
"css.properties.hyphenate-limit-chars", "css.properties.hyphenate-limit-chars.auto",
"css.properties.line-break", "css.properties.line-break.anywhere",
"css.properties.line-break.auto", "css.properties.line-break.loose",
"css.properties.line-break.normal", "css.properties.line-break.strict",
"css.properties.overflow-wrap", "css.properties.overflow-wrap.anywhere",
"css.properties.overflow-wrap.break-word", "css.properties.overflow-wrap.normal",
"css.properties.text-wrap", "css.properties.text-wrap-mode",
"css.properties.text-wrap-mode.nowrap", "css.properties.text-wrap-mode.wrap",
"css.properties.text-wrap-style", "css.properties.text-wrap-style.auto",
"css.properties.text-wrap-style.balance", "css.properties.text-wrap-style.pretty",
"css.properties.text-wrap-style.stable", "css.properties.text-wrap.balance",
"css.properties.text-wrap.nowrap", "css.properties.text-wrap.pretty",
"css.properties.text-wrap.stable", "css.properties.text-wrap.wrap",
"css.properties.word-break", "css.properties.word-break.auto-phrase",
"css.properties.word-break.break-all", "css.properties.word-break.keep-all",
"css.properties.word-break.normal"], "transforms" => &
["css.properties.backface-visibility", "css.properties.perspective",
"css.properties.perspective-origin", "css.properties.perspective-origin.bottom",
"css.properties.perspective-origin.center", "css.properties.perspective-origin.left",
"css.properties.perspective-origin.right", "css.properties.perspective-origin.top",
"css.properties.perspective.none", "css.properties.rotate",
"css.properties.rotate.none", "css.properties.rotate.x_y_z_angle",
"css.properties.scale", "css.properties.scale.none", "css.properties.transform",
"css.properties.transform-origin", "css.properties.transform-origin.bottom",
"css.properties.transform-origin.center", "css.properties.transform-origin.left",
"css.properties.transform-origin.right",
"css.properties.transform-origin.three_value_syntax",
"css.properties.transform-origin.top", "css.properties.transform-style",
"css.properties.transform.3d", "css.properties.transform.none",
"css.properties.translate", "css.properties.translate.none", "css.types.angle",
"css.types.angle-percentage", "css.types.angle.deg", "css.types.angle.grad",
"css.types.angle.rad", "css.types.angle.turn", "css.types.position",
"css.types.position.four_value_syntax", "css.types.position.keyword_value_syntax",
"css.types.transform-function", "css.types.transform-function.matrix",
"css.types.transform-function.matrix3d", "css.types.transform-function.perspective",
"css.types.transform-function.perspective.none",
"css.types.transform-function.rotate", "css.types.transform-function.rotate3d",
"css.types.transform-function.rotateX", "css.types.transform-function.rotateY",
"css.types.transform-function.rotateZ", "css.types.transform-function.scale",
"css.types.transform-function.scale3d", "css.types.transform-function.scaleX",
"css.types.transform-function.scaleY", "css.types.transform-function.scaleZ",
"css.types.transform-function.skew", "css.types.transform-function.skewX",
"css.types.transform-function.skewY", "css.types.transform-function.translate",
"css.types.transform-function.translate3d",
"css.types.transform-function.translateX", "css.types.transform-function.translateY",
"css.types.transform-function.translateZ"], "transitions" => &
["css.properties.interpolate-size", "css.properties.interpolate-size.allow-keywords",
"css.properties.interpolate-size.numeric-only", "css.properties.transition",
"css.properties.transition-behavior", "css.properties.transition-delay",
"css.properties.transition-duration", "css.properties.transition-property",
"css.properties.transition-property.IDENT_value",
"css.properties.transition-property.all", "css.properties.transition-property.none",
"css.properties.transition-timing-function",
"css.properties.transition-timing-function.ease",
"css.properties.transition-timing-function.ease-in",
"css.properties.transition-timing-function.ease-in-out",
"css.properties.transition-timing-function.ease-out",
"css.properties.transition-timing-function.jump",
"css.properties.transition-timing-function.linear",
"css.properties.transition-timing-function.step-end",
"css.properties.transition-timing-function.step-start",
"css.properties.transition.all", "css.properties.transition.ease",
"css.properties.transition.ease-in", "css.properties.transition.ease-in-out",
"css.properties.transition.ease-out",
"css.properties.transition.gradients_can_animate",
"css.properties.transition.linear", "css.properties.transition.none",
"css.properties.transition.step-end", "css.properties.transition.step-start",
"css.properties.transition.transition-behavior", "css.types.easing-function",
"css.types.easing-function.cubic-bezier", "css.types.easing-function.steps",
"css.types.easing-function.steps.jump"], "units" => & ["css.types.length.Q",
"css.types.length.cap", "css.types.length.ch", "css.types.length.em",
"css.types.length.ex", "css.types.length.ic", "css.types.length.lh",
"css.types.length.rcap", "css.types.length.rch", "css.types.length.rem",
"css.types.length.rex", "css.types.length.ric", "css.types.length.rlh",
"css.types.length.vh", "css.types.length.vmax", "css.types.length.vmin",
"css.types.length.vw"], "view-transitions" => & ["css.at-rules.view-transition",
"css.properties.view-transition-class", "css.properties.view-transition-class.none",
"css.properties.view-transition-name",
"css.properties.view-transition-name.match-element",
"css.properties.view-transition-name.none", "css.selectors.active-view-transition",
"css.selectors.active-view-transition-type", "css.selectors.view-transition",
"css.selectors.view-transition-group", "css.selectors.view-transition-image-pair",
"css.selectors.view-transition-new", "css.selectors.view-transition-old"],
"web-components" => & ["css.selectors.has-slotted", "css.selectors.host",
"css.selectors.host-context", "css.selectors.hostfunction", "css.selectors.part",
"css.selectors.slotted"], "webxr" => & ["css.selectors.xr-overlay"], "white-space" =>
& ["css.properties.tab-size", "css.properties.tab-size.length",
"css.properties.white-space", "css.properties.white-space-collapse",
"css.properties.white-space-collapse.break-spaces",
"css.properties.white-space-collapse.collapse",
"css.properties.white-space-collapse.preserve",
"css.properties.white-space-collapse.preserve-breaks",
"css.properties.white-space-collapse.preserve-spaces",
"css.properties.white-space.break-spaces", "css.properties.white-space.normal",
"css.properties.white-space.nowrap", "css.properties.white-space.pre",
"css.properties.white-space.pre-line", "css.properties.white-space.pre-wrap",
"css.properties.white-space.shorthand_values",
"css.properties.white-space.svg_elements",
"css.properties.white-space.textarea_support"], "worklets" => &
["css.types.image.paint", "css.types.image.paint.additional_parameters"]
};
pub static SPECS: Map<&'static str, &'static [&'static str]> = phf_map! {
"https://compat.spec.whatwg.org/#css-media-queries-webkit-device-pixel-ratio" => &
["css.at-rules.media.-webkit-device-pixel-ratio",
"css.at-rules.media.-webkit-max-device-pixel-ratio",
"css.at-rules.media.-webkit-min-device-pixel-ratio"],
"https://compat.spec.whatwg.org/#css-media-queries-webkit-transform-3d" => &
["css.at-rules.media.-webkit-transform-3d"],
"https://compat.spec.whatwg.org/#text-fill-and-stroking" => &
["css.properties.-webkit-text-fill-color", "css.properties.-webkit-text-stroke",
"css.properties.-webkit-text-stroke-color",
"css.properties.-webkit-text-stroke-width"],
"https://compat.spec.whatwg.org/#touch-action" => & ["css.properties.touch-action",
"css.properties.touch-action.manipulation", "css.properties.touch-action.none",
"css.properties.touch-action.pan-down", "css.properties.touch-action.pan-left",
"css.properties.touch-action.pan-right", "css.properties.touch-action.pan-up",
"css.properties.touch-action.pan-x", "css.properties.touch-action.pan-y",
"css.properties.touch-action.pinch-zoom"],
"https://drafts.css-houdini.org/css-paint-api-1/" => & ["css.types.image.paint",
"css.types.image.paint.additional_parameters"],
"https://drafts.css-houdini.org/css-properties-values-api-1/" => &
["css.at-rules.property", "css.at-rules.property.inherits",
"css.at-rules.property.initial-value", "css.at-rules.property.syntax"],
"https://drafts.csswg.org/compositing-2/#background-blend-mode" => &
["css.properties.background-blend-mode", "css.types.blend-mode"],
"https://drafts.csswg.org/compositing-2/#isolation" => &
["css.properties.isolation"],
"https://drafts.csswg.org/compositing-2/#mix-blend-mode" => &
["css.properties.mix-blend-mode", "css.properties.mix-blend-mode.plus-darker",
"css.properties.mix-blend-mode.plus-lighter",
"css.properties.mix-blend-mode.svg_elements"],
"https://drafts.csswg.org/css-align-3/#align-justify-content" => &
["css.properties.align-content.block_context"],
"https://drafts.csswg.org/css-align-3/#gaps" => &
["css.properties.column-gap.flex_context", "css.properties.gap.flex_context",
"css.properties.row-gap.flex_context"],
"https://drafts.csswg.org/css-align-3/#justify-block" => &
["css.properties.justify-items.block_context",
"css.properties.justify-self.block_context"],
"https://drafts.csswg.org/css-anchor-position-1/#anchoring" => &
["css.at-rules.position-try", "css.properties.align-items.anchor-center",
"css.properties.align-self.anchor-center", "css.properties.anchor-name",
"css.properties.anchor-name.none", "css.properties.anchor-scope",
"css.properties.anchor-scope.all", "css.properties.anchor-scope.none",
"css.properties.block-size.anchor-size", "css.properties.bottom.anchor",
"css.properties.bottom.anchor-size", "css.properties.height.anchor-size",
"css.properties.inline-size.anchor-size", "css.properties.inset-block-end.anchor",
"css.properties.inset-block-end.anchor-size",
"css.properties.inset-block-start.anchor",
"css.properties.inset-block-start.anchor-size", "css.properties.inset-block.anchor",
"css.properties.inset-block.anchor-size", "css.properties.inset-inline-end.anchor",
"css.properties.inset-inline-end.anchor-size",
"css.properties.inset-inline-start.anchor",
"css.properties.inset-inline-start.anchor-size",
"css.properties.inset-inline.anchor", "css.properties.inset-inline.anchor-size",
"css.properties.inset.anchor", "css.properties.inset.anchor-size",
"css.properties.justify-items.anchor-center",
"css.properties.justify-self.anchor-center", "css.properties.left.anchor",
"css.properties.left.anchor-size", "css.properties.margin-block-end.anchor-size",
"css.properties.margin-block-start.anchor-size",
"css.properties.margin-block.anchor-size",
"css.properties.margin-bottom.anchor-size",
"css.properties.margin-inline-end.anchor-size",
"css.properties.margin-inline-start.anchor-size",
"css.properties.margin-inline.anchor-size", "css.properties.margin-left.anchor-size",
"css.properties.margin-right.anchor-size", "css.properties.margin-top.anchor-size",
"css.properties.margin.anchor-size", "css.properties.max-block-size.anchor-size",
"css.properties.max-height.anchor-size",
"css.properties.max-inline-size.anchor-size", "css.properties.max-width.anchor-size",
"css.properties.min-block-size.anchor-size", "css.properties.min-height.anchor-size",
"css.properties.min-inline-size.anchor-size", "css.properties.min-width.anchor-size",
"css.properties.place-items.anchor-center",
"css.properties.place-self.anchor-center", "css.properties.position-anchor",
"css.properties.position-anchor.auto", "css.properties.position-anchor.none",
"css.properties.position-area", "css.properties.position-area.block-end",
"css.properties.position-area.block-start", "css.properties.position-area.bottom",
"css.properties.position-area.center", "css.properties.position-area.end",
"css.properties.position-area.inline-end",
"css.properties.position-area.inline-start", "css.properties.position-area.left",
"css.properties.position-area.none", "css.properties.position-area.right",
"css.properties.position-area.self-block-end",
"css.properties.position-area.self-block-start",
"css.properties.position-area.self-end",
"css.properties.position-area.self-inline-end",
"css.properties.position-area.self-inline-start",
"css.properties.position-area.self-start", "css.properties.position-area.self-x-end",
"css.properties.position-area.self-x-start",
"css.properties.position-area.self-y-end",
"css.properties.position-area.self-y-start", "css.properties.position-area.span-all",
"css.properties.position-area.span-block-end",
"css.properties.position-area.span-block-start",
"css.properties.position-area.span-bottom", "css.properties.position-area.span-end",
"css.properties.position-area.span-inline-end",
"css.properties.position-area.span-inline-start",
"css.properties.position-area.span-left", "css.properties.position-area.span-right",
"css.properties.position-area.span-self-block-end",
"css.properties.position-area.span-self-block-start",
"css.properties.position-area.span-self-end",
"css.properties.position-area.span-self-inline-end",
"css.properties.position-area.span-self-inline-start",
"css.properties.position-area.span-self-start",
"css.properties.position-area.span-self-x-end",
"css.properties.position-area.span-self-x-start",
"css.properties.position-area.span-self-y-end",
"css.properties.position-area.span-self-y-start",
"css.properties.position-area.span-start", "css.properties.position-area.span-top",
"css.properties.position-area.span-x-end",
"css.properties.position-area.span-x-start",
"css.properties.position-area.span-y-end",
"css.properties.position-area.span-y-start", "css.properties.position-area.start",
"css.properties.position-area.top", "css.properties.position-area.x-end",
"css.properties.position-area.x-start", "css.properties.position-area.y-end",
"css.properties.position-area.y-start", "css.properties.position-try",
"css.properties.position-try-fallbacks",
"css.properties.position-try-fallbacks.flip-block",
"css.properties.position-try-fallbacks.flip-inline",
"css.properties.position-try-fallbacks.flip-start",
"css.properties.position-try-fallbacks.none",
"css.properties.position-try-fallbacks.position-area",
"css.properties.position-try-fallbacks.self-x-end",
"css.properties.position-try-fallbacks.self-x-start",
"css.properties.position-try-fallbacks.self-y-end",
"css.properties.position-try-fallbacks.self-y-start",
"css.properties.position-try-fallbacks.span-self-x-end",
"css.properties.position-try-fallbacks.span-self-x-start",
"css.properties.position-try-fallbacks.span-self-y-end",
"css.properties.position-try-fallbacks.span-self-y-start",
"css.properties.position-try-order",
"css.properties.position-try-order.most-block-size",
"css.properties.position-try-order.most-height",
"css.properties.position-try-order.most-inline-size",
"css.properties.position-try-order.most-width",
"css.properties.position-try-order.normal", "css.properties.position-try.self-x-end",
"css.properties.position-try.self-x-start", "css.properties.position-try.self-y-end",
"css.properties.position-try.self-y-start",
"css.properties.position-try.span-self-x-end",
"css.properties.position-try.span-self-x-start",
"css.properties.position-try.span-self-y-end",
"css.properties.position-try.span-self-y-start",
"css.properties.position-visibility", "css.properties.position-visibility.always",
"css.properties.position-visibility.anchors-visible",
"css.properties.position-visibility.no-overflow", "css.properties.right.anchor",
"css.properties.right.anchor-size", "css.properties.top.anchor",
"css.properties.top.anchor-size", "css.properties.width.anchor-size",
"css.types.anchor", "css.types.anchor-size", "css.types.anchor-size.inset_margin"],
"https://drafts.csswg.org/css-anchor-position-2/#anchored-container-queries" => &
["css.at-rules.container.anchor_position_queries",
"css.at-rules.container.anchor_position_queries.fallback",
"css.at-rules.container.anchor_position_queries.fallback.any_value",
"css.properties.container-type.anchored"],
"https://drafts.csswg.org/css-animations-2/" => & ["css.at-rules.keyframes",
"css.at-rules.keyframes.ignore_important_declarations",
"css.at-rules.keyframes.named_range_keyframes", "css.properties.animation",
"css.properties.animation-delay", "css.properties.animation-direction",
"css.properties.animation-direction.alternate",
"css.properties.animation-direction.alternate-reverse",
"css.properties.animation-direction.normal",
"css.properties.animation-direction.reverse", "css.properties.animation-duration",
"css.properties.animation-duration.auto", "css.properties.animation-fill-mode",
"css.properties.animation-fill-mode.backwards",
"css.properties.animation-fill-mode.both",
"css.properties.animation-fill-mode.forwards",
"css.properties.animation-fill-mode.none",
"css.properties.animation-iteration-count",
"css.properties.animation-iteration-count.infinite", "css.properties.animation-name",
"css.properties.animation-name.none", "css.properties.animation-play-state",
"css.properties.animation-play-state.paused",
"css.properties.animation-play-state.running",
"css.properties.animation-timing-function",
"css.properties.animation-timing-function.ease",
"css.properties.animation-timing-function.ease-in",
"css.properties.animation-timing-function.ease-in-out",
"css.properties.animation-timing-function.ease-out",
"css.properties.animation-timing-function.jump",
"css.properties.animation-timing-function.linear",
"css.properties.animation-timing-function.step-end",
"css.properties.animation-timing-function.step-start",
"css.properties.animation.alternate", "css.properties.animation.alternate-reverse",
"css.properties.animation.auto", "css.properties.animation.backwards",
"css.properties.animation.both", "css.properties.animation.ease",
"css.properties.animation.ease-in", "css.properties.animation.ease-in-out",
"css.properties.animation.ease-out", "css.properties.animation.forwards",
"css.properties.animation.infinite", "css.properties.animation.linear",
"css.properties.animation.none", "css.properties.animation.normal",
"css.properties.animation.reverse", "css.properties.animation.step-end",
"css.properties.animation.step-start", "css.types.time"],
"https://drafts.csswg.org/css-animations-2/#animation-composition" => &
["css.properties.animation-composition"],
"https://drafts.csswg.org/css-backgrounds-3/#background" => &
["css.properties.background", "css.properties.background.local",
"css.properties.background.multiple_backgrounds",
"css.properties.background.no-repeat", "css.properties.background.none",
"css.properties.background.repeat", "css.properties.background.repeat-x",
"css.properties.background.repeat-y", "css.properties.background.round",
"css.properties.background.scroll", "css.properties.background.space",
"css.properties.background.transparent"],
"https://drafts.csswg.org/css-backgrounds-3/#background-clip" => &
["css.properties.background-clip", "css.properties.background-clip.border-box",
"css.properties.background-clip.content-box",
"css.properties.background-clip.padding-box",
"css.properties.background.background-clip"],
"https://drafts.csswg.org/css-backgrounds-3/#background-color" => &
["css.properties.background-color", "css.properties.background-color.transparent"],
"https://drafts.csswg.org/css-backgrounds-3/#background-image" => &
["css.properties.background-image",
"css.properties.background-image.multiple_backgrounds",
"css.properties.background-image.none"],
"https://drafts.csswg.org/css-backgrounds-3/#background-origin" => &
["css.properties.background-origin", "css.properties.background-origin.border-box",
"css.properties.background-origin.content-box",
"css.properties.background-origin.padding-box",
"css.properties.background.background-origin"],
"https://drafts.csswg.org/css-backgrounds-3/#background-position" => &
["css.properties.background-position", "css.properties.background-position-x",
"css.properties.background-position-x.side-relative_values",
"css.properties.background-position-y",
"css.properties.background-position-y.side-relative_values",
"css.properties.background-position.bottom",
"css.properties.background-position.center",
"css.properties.background-position.left",
"css.properties.background-position.multiple_backgrounds",
"css.properties.background-position.right",
"css.properties.background-position.side-relative_values",
"css.properties.background-position.top"],
"https://drafts.csswg.org/css-backgrounds-3/#background-repeat" => &
["css.properties.background-repeat", "css.properties.background-repeat.2-value",
"css.properties.background-repeat.multiple_backgrounds",
"css.properties.background-repeat.no-repeat",
"css.properties.background-repeat.repeat",
"css.properties.background-repeat.repeat-x",
"css.properties.background-repeat.repeat-y",
"css.properties.background-repeat.round", "css.properties.background-repeat.space"],
"https://drafts.csswg.org/css-backgrounds-3/#background-size" => &
["css.properties.background-size", "css.properties.background-size.auto",
"css.properties.background-size.contain", "css.properties.background-size.cover",
"css.properties.background.background-size"],
"https://drafts.csswg.org/css-backgrounds-3/#border-images" => &
["css.properties.border-image", "css.properties.border-image-outset",
"css.properties.border-image-repeat", "css.properties.border-image-repeat.repeat",
"css.properties.border-image-repeat.round",
"css.properties.border-image-repeat.space",
"css.properties.border-image-repeat.stretch", "css.properties.border-image-slice",
"css.properties.border-image-source", "css.properties.border-image-width",
"css.properties.border-image-width.auto", "css.properties.border-image.fill",
"css.properties.border-image.gradient", "css.properties.border-image.none",
"css.properties.border-image.optional_border_image_slice",
"css.properties.border-image.repeat", "css.properties.border-image.round",
"css.properties.border-image.space", "css.properties.border-image.stretch"],
"https://drafts.csswg.org/css-backgrounds-3/#borders" => & ["css.properties.border",
"css.properties.border-bottom", "css.properties.border-bottom-color",
"css.properties.border-bottom-color.transparent",
"css.properties.border-bottom-style", "css.properties.border-bottom-style.dashed",
"css.properties.border-bottom-style.dotted",
"css.properties.border-bottom-style.double",
"css.properties.border-bottom-style.groove",
"css.properties.border-bottom-style.hidden",
"css.properties.border-bottom-style.inset",
"css.properties.border-bottom-style.none",
"css.properties.border-bottom-style.outset",
"css.properties.border-bottom-style.ridge",
"css.properties.border-bottom-style.solid", "css.properties.border-bottom-width",
"css.properties.border-bottom-width.medium",
"css.properties.border-bottom-width.thick",
"css.properties.border-bottom-width.thin", "css.properties.border-bottom.dashed",
"css.properties.border-bottom.dotted", "css.properties.border-bottom.double",
"css.properties.border-bottom.groove", "css.properties.border-bottom.hidden",
"css.properties.border-bottom.inset", "css.properties.border-bottom.medium",
"css.properties.border-bottom.none", "css.properties.border-bottom.outset",
"css.properties.border-bottom.ridge", "css.properties.border-bottom.solid",
"css.properties.border-bottom.thick", "css.properties.border-bottom.thin",
"css.properties.border-bottom.transparent", "css.properties.border-color",
"css.properties.border-color.transparent", "css.properties.border-left",
"css.properties.border-left-color", "css.properties.border-left-color.transparent",
"css.properties.border-left-style", "css.properties.border-left-style.dashed",
"css.properties.border-left-style.dotted", "css.properties.border-left-style.double",
"css.properties.border-left-style.groove", "css.properties.border-left-style.hidden",
"css.properties.border-left-style.inset", "css.properties.border-left-style.none",
"css.properties.border-left-style.outset", "css.properties.border-left-style.ridge",
"css.properties.border-left-style.solid", "css.properties.border-left-width",
"css.properties.border-left-width.medium", "css.properties.border-left-width.thick",
"css.properties.border-left-width.thin", "css.properties.border-left.dashed",
"css.properties.border-left.dotted", "css.properties.border-left.double",
"css.properties.border-left.groove", "css.properties.border-left.hidden",
"css.properties.border-left.inset", "css.properties.border-left.medium",
"css.properties.border-left.none", "css.properties.border-left.outset",
"css.properties.border-left.ridge", "css.properties.border-left.solid",
"css.properties.border-left.thick", "css.properties.border-left.thin",
"css.properties.border-left.transparent", "css.properties.border-right",
"css.properties.border-right-color", "css.properties.border-right-color.transparent",
"css.properties.border-right-style", "css.properties.border-right-style.dashed",
"css.properties.border-right-style.dotted",
"css.properties.border-right-style.double",
"css.properties.border-right-style.groove",
"css.properties.border-right-style.hidden",
"css.properties.border-right-style.inset", "css.properties.border-right-style.none",
"css.properties.border-right-style.outset",
"css.properties.border-right-style.ridge", "css.properties.border-right-style.solid",
"css.properties.border-right-width", "css.properties.border-right-width.medium",
"css.properties.border-right-width.thick", "css.properties.border-right-width.thin",
"css.properties.border-right.dashed", "css.properties.border-right.dotted",
"css.properties.border-right.double", "css.properties.border-right.groove",
"css.properties.border-right.hidden", "css.properties.border-right.inset",
"css.properties.border-right.medium", "css.properties.border-right.none",
"css.properties.border-right.outset", "css.properties.border-right.ridge",
"css.properties.border-right.solid", "css.properties.border-right.thick",
"css.properties.border-right.thin", "css.properties.border-right.transparent",
"css.properties.border-style", "css.properties.border-style.dashed",
"css.properties.border-style.dotted", "css.properties.border-style.double",
"css.properties.border-style.groove", "css.properties.border-style.hidden",
"css.properties.border-style.inset", "css.properties.border-style.none",
"css.properties.border-style.outset", "css.properties.border-style.ridge",
"css.properties.border-style.solid", "css.properties.border-top",
"css.properties.border-top-color", "css.properties.border-top-color.transparent",
"css.properties.border-top-style", "css.properties.border-top-style.dashed",
"css.properties.border-top-style.dotted", "css.properties.border-top-style.double",
"css.properties.border-top-style.groove", "css.properties.border-top-style.hidden",
"css.properties.border-top-style.inset", "css.properties.border-top-style.none",
"css.properties.border-top-style.outset", "css.properties.border-top-style.ridge",
"css.properties.border-top-style.solid", "css.properties.border-top-width",
"css.properties.border-top-width.medium", "css.properties.border-top-width.thick",
"css.properties.border-top-width.thin", "css.properties.border-top.dashed",
"css.properties.border-top.dotted", "css.properties.border-top.double",
"css.properties.border-top.groove", "css.properties.border-top.hidden",
"css.properties.border-top.inset", "css.properties.border-top.medium",
"css.properties.border-top.none", "css.properties.border-top.outset",
"css.properties.border-top.ridge", "css.properties.border-top.solid",
"css.properties.border-top.thick", "css.properties.border-top.thin",
"css.properties.border-top.transparent", "css.properties.border-width",
"css.properties.border-width.medium", "css.properties.border-width.thick",
"css.properties.border-width.thin", "css.properties.border.dashed",
"css.properties.border.dotted", "css.properties.border.double",
"css.properties.border.groove", "css.properties.border.hidden",
"css.properties.border.inset", "css.properties.border.medium",
"css.properties.border.none", "css.properties.border.outset",
"css.properties.border.ridge", "css.properties.border.solid",
"css.properties.border.thick", "css.properties.border.thin",
"css.properties.border.transparent", "css.types.line-style"],
"https://drafts.csswg.org/css-backgrounds-3/#box-shadow" => &
["css.properties.box-shadow", "css.properties.box-shadow.inset",
"css.properties.box-shadow.multiple_shadows", "css.properties.box-shadow.none",
"css.properties.box-shadow.spread_radius"],
"https://drafts.csswg.org/css-backgrounds-3/#corners" => &
["css.properties.border-bottom-left-radius",
"css.properties.border-bottom-left-radius.elliptical_corners",
"css.properties.border-bottom-left-radius.percentages",
"css.properties.border-bottom-right-radius",
"css.properties.border-bottom-right-radius.elliptical_corners",
"css.properties.border-bottom-right-radius.percentages",
"css.properties.border-radius",
"css.properties.border-radius.4_values_for_4_corners",
"css.properties.border-radius.elliptical_borders",
"css.properties.border-radius.percentages", "css.properties.border-top-left-radius",
"css.properties.border-top-left-radius.elliptical_corners",
"css.properties.border-top-left-radius.percentages",
"css.properties.border-top-right-radius",
"css.properties.border-top-right-radius.elliptical_corners",
"css.properties.border-top-right-radius.percentages"],
"https://drafts.csswg.org/css-backgrounds-3/#the-background-attachment" => &
["css.properties.background-attachment",
"css.properties.background-attachment.fixed",
"css.properties.background-attachment.local",
"css.properties.background-attachment.multiple_backgrounds",
"css.properties.background-attachment.scroll"],
"https://drafts.csswg.org/css-backgrounds-4/#background-clip" => &
["css.properties.background-clip.border-area",
"css.properties.background-clip.text"],
"https://drafts.csswg.org/css-borders-4/#corner-shaping" => &
["css.properties.corner-block-end-shape", "css.properties.corner-block-start-shape",
"css.properties.corner-bottom-left-shape",
"css.properties.corner-bottom-right-shape", "css.properties.corner-bottom-shape",
"css.properties.corner-end-end-shape", "css.properties.corner-end-start-shape",
"css.properties.corner-inline-end-shape", "css.properties.corner-inline-start-shape",
"css.properties.corner-left-shape", "css.properties.corner-right-shape",
"css.properties.corner-shape", "css.properties.corner-start-end-shape",
"css.properties.corner-start-start-shape", "css.properties.corner-top-left-shape",
"css.properties.corner-top-right-shape", "css.properties.corner-top-shape",
"css.types.corner-shape-value", "css.types.corner-shape-value.bevel",
"css.types.corner-shape-value.notch", "css.types.corner-shape-value.round",
"css.types.corner-shape-value.scoop", "css.types.corner-shape-value.square",
"css.types.corner-shape-value.squircle", "css.types.corner-shape-value.superellipse",
"css.types.superellipse"], "https://drafts.csswg.org/css-box-4/#margin-trim" => &
["css.properties.margin-trim", "css.properties.margin-trim.block",
"css.properties.margin-trim.block-end", "css.properties.margin-trim.block-start",
"css.properties.margin-trim.inline", "css.properties.margin-trim.inline-end",
"css.properties.margin-trim.inline-start", "css.properties.margin-trim.none"],
"https://drafts.csswg.org/css-box-4/#margins" => & ["css.properties.margin",
"css.properties.margin-bottom", "css.properties.margin-bottom.auto",
"css.properties.margin-left", "css.properties.margin-left.auto",
"css.properties.margin-right", "css.properties.margin-right.auto",
"css.properties.margin-top", "css.properties.margin-top.auto",
"css.properties.margin.auto"], "https://drafts.csswg.org/css-box-4/#paddings" => &
["css.properties.padding", "css.properties.padding-bottom",
"css.properties.padding-left", "css.properties.padding-right",
"css.properties.padding-top"],
"https://drafts.csswg.org/css-break-3/#breaking-controls" => &
["css.properties.break-after.avoid-column", "css.properties.break-after.column",
"css.properties.break-after.multicol_context",
"css.properties.break-after.multicol_context.avoid",
"css.properties.break-after.multicol_context.avoid-column",
"css.properties.break-after.multicol_context.column",
"css.properties.break-before.avoid-column", "css.properties.break-before.column",
"css.properties.break-before.multicol_context",
"css.properties.break-before.multicol_context.avoid",
"css.properties.break-before.multicol_context.avoid-column",
"css.properties.break-before.multicol_context.column",
"css.properties.break-inside.avoid-column",
"css.properties.break-inside.multicol_context",
"css.properties.break-inside.multicol_context.avoid-column"],
"https://drafts.csswg.org/css-break-4/#break-decoration" => &
["css.properties.box-decoration-break", "css.properties.box-decoration-break.clone",
"css.properties.box-decoration-break.slice"],
"https://drafts.csswg.org/css-break-4/#breaking-controls" => &
["css.properties.break-after", "css.properties.break-after.always",
"css.properties.break-after.auto", "css.properties.break-after.avoid",
"css.properties.break-after.avoid-page", "css.properties.break-after.left",
"css.properties.break-after.page", "css.properties.break-after.paged_context",
"css.properties.break-after.paged_context.avoid-page",
"css.properties.break-after.paged_context.page",
"css.properties.break-after.paged_context.recto", "css.properties.break-after.recto",
"css.properties.break-after.right", "css.properties.break-after.verso",
"css.properties.break-before", "css.properties.break-before.always",
"css.properties.break-before.auto", "css.properties.break-before.avoid",
"css.properties.break-before.avoid-page", "css.properties.break-before.left",
"css.properties.break-before.page", "css.properties.break-before.paged_context",
"css.properties.break-before.paged_context.page",
"css.properties.break-before.paged_context.recto",
"css.properties.break-before.recto", "css.properties.break-before.right",
"css.properties.break-before.verso", "css.properties.break-inside",
"css.properties.break-inside.auto", "css.properties.break-inside.avoid",
"css.properties.break-inside.avoid-page",
"css.properties.break-inside.paged_context",
"css.properties.break-inside.paged_context.avoid-page"],
"https://drafts.csswg.org/css-break-4/#page-break-properties" => &
["css.properties.page-break-after", "css.properties.page-break-after.always",
"css.properties.page-break-after.auto", "css.properties.page-break-after.avoid",
"css.properties.page-break-after.left", "css.properties.page-break-after.right",
"css.properties.page-break-before", "css.properties.page-break-before.always",
"css.properties.page-break-before.auto", "css.properties.page-break-before.avoid",
"css.properties.page-break-before.left", "css.properties.page-break-before.right",
"css.properties.page-break-inside", "css.properties.page-break-inside.auto",
"css.properties.page-break-inside.avoid"],
"https://drafts.csswg.org/css-break-4/#widows-orphans" => &
["css.properties.orphans", "css.properties.widows"],
"https://drafts.csswg.org/css-cascade-3/#inherit" => & ["css.types.global_keywords",
"css.types.global_keywords.inherit"],
"https://drafts.csswg.org/css-cascade-3/#inherit-initial" => &
["css.types.global_keywords.unset"],
"https://drafts.csswg.org/css-cascade-3/#initial" => &
["css.types.global_keywords.initial"],
"https://drafts.csswg.org/css-cascade-4/#default" => &
["css.types.global_keywords.revert"], "https://drafts.csswg.org/css-cascade-5/" => &
["css.at-rules.import.layer", "css.at-rules.layer",
"css.types.global_keywords.revert-layer"],
"https://drafts.csswg.org/css-cascade-5/#at-import" => & ["css.at-rules.import"],
"https://drafts.csswg.org/css-cascade-6/" => & ["css.properties.all"],
"https://drafts.csswg.org/css-cascade-6/#scope-atrule" => & ["css.at-rules.scope",
"css.selectors.nesting.at-scope"],
"https://drafts.csswg.org/css-color-3/#currentcolor" => &
["css.types.color.currentcolor"],
"https://drafts.csswg.org/css-color-3/#transparency" => & ["css.properties.opacity",
"css.properties.opacity.percentages", "css.types.number",
"css.types.number.scientific_notation"],
"https://drafts.csswg.org/css-color-4/#cie-lab" => & ["css.types.color.lab",
"css.types.color.lab.mixed_type_parameters", "css.types.color.lch",
"css.types.color.lch.mixed_type_parameters"],
"https://drafts.csswg.org/css-color-4/#color-function" => & ["css.types.color.color",
"css.types.color.color.mixed_type_parameters"],
"https://drafts.csswg.org/css-color-4/#css-system-colors" => &
["css.types.color.system-color",
"css.types.color.system-color.accentcolor_accentcolortext",
"css.types.color.system-color.buttonborder", "css.types.color.system-color.mark",
"css.types.color.system-color.marktext"],
"https://drafts.csswg.org/css-color-4/#interpolation-space" => &
["css.types.gradient.conic-gradient.hue_interpolation_method",
"css.types.gradient.conic-gradient.interpolation_color_space",
"css.types.gradient.linear-gradient.hue_interpolation_method",
"css.types.gradient.linear-gradient.interpolation_color_space",
"css.types.gradient.radial-gradient.hue_interpolation_method",
"css.types.gradient.radial-gradient.interpolation_color_space",
"css.types.gradient.repeating-conic-gradient.hue_interpolation_method",
"css.types.gradient.repeating-conic-gradient.interpolation_color_space",
"css.types.gradient.repeating-linear-gradient.hue_interpolation_method",
"css.types.gradient.repeating-linear-gradient.interpolation_color_space",
"css.types.gradient.repeating-radial-gradient.hue_interpolation_method",
"css.types.gradient.repeating-radial-gradient.interpolation_color_space"],
"https://drafts.csswg.org/css-color-4/#named-colors" => &
["css.types.color.named-color", "css.types.color.named-color.rebeccapurple",
"css.types.color.named-color.transparent"],
"https://drafts.csswg.org/css-color-4/#ok-lab" => & ["css.types.color.oklab",
"css.types.color.oklab.mixed_type_parameters", "css.types.color.oklch",
"css.types.color.oklch.mixed_type_parameters"],
"https://drafts.csswg.org/css-color-4/#rgb-functions" => & ["css.types.color.rgb",
"css.types.color.rgb.alpha_parameter", "css.types.color.rgb.float_values",
"css.types.color.rgb.mixed_type_parameters",
"css.types.color.rgb.space_separated_parameters",
"css.types.color.rgb_hexadecimal_notation",
"css.types.color.rgb_hexadecimal_notation.alpha_hexadecimal_notation"],
"https://drafts.csswg.org/css-color-4/#the-color-property" => &
["css.properties.color", "css.properties.color.transparent", "css.types.color",
"css.types.color.transparent"],
"https://drafts.csswg.org/css-color-4/#the-hsl-notation" => & ["css.types.color.hsl",
"css.types.color.hsl.alpha_parameter", "css.types.color.hsl.mixed_type_parameters",
"css.types.color.hsl.space_separated_parameters"],
"https://drafts.csswg.org/css-color-4/#the-hwb-notation" => & ["css.types.color.hwb",
"css.types.color.hwb.mixed_type_parameters"],
"https://drafts.csswg.org/css-color-5/#color-mix" => & ["css.types.color.color-mix"],
"https://drafts.csswg.org/css-color-5/#light-dark" => &
["css.types.color.light-dark"],
"https://drafts.csswg.org/css-color-5/#relative-colors" => &
["css.types.calc.color_component", "css.types.color.color.relative_syntax",
"css.types.color.hsl.relative_syntax", "css.types.color.hwb.relative_syntax",
"css.types.color.lab.relative_syntax", "css.types.color.lch.relative_syntax",
"css.types.color.oklab.relative_syntax", "css.types.color.oklch.relative_syntax",
"css.types.color.rgb.relative_syntax"],
"https://drafts.csswg.org/css-color-6/#funcdef-contrast-color" => &
["css.types.color.contrast-color"],
"https://drafts.csswg.org/css-color-adjust-1/#color-adjust" => &
["css.properties.color-adjust"],
"https://drafts.csswg.org/css-color-adjust-1/#color-scheme-prop" => &
["css.properties.color-scheme", "css.properties.color-scheme.dark",
"css.properties.color-scheme.light", "css.properties.color-scheme.normal",
"css.properties.color-scheme.only"],
"https://drafts.csswg.org/css-color-adjust-1/#forced-color-adjust-prop" => &
["css.at-rules.media.forced-colors", "css.properties.forced-color-adjust",
"css.properties.forced-color-adjust.auto", "css.properties.forced-color-adjust.none",
"css.properties.forced-color-adjust.preserve-parent-color"],
"https://drafts.csswg.org/css-color-adjust-1/#propdef-print-color-adjust" => &
["css.properties.print-color-adjust", "css.properties.print-color-adjust.economy",
"css.properties.print-color-adjust.exact"],
"https://drafts.csswg.org/css-conditional-3/#at-supports" => &
["css.at-rules.import.supports", "css.at-rules.supports",
"css.at-rules.supports.font-format", "css.at-rules.supports.font-tech",
"css.at-rules.supports.selector"],
"https://drafts.csswg.org/css-conditional-5/#container-queries" => &
["css.at-rules.container", "css.properties.container",
"css.properties.container-name", "css.properties.container-name.none",
"css.properties.container-type", "css.properties.container-type.inline-size",
"css.properties.container-type.normal", "css.properties.container-type.size",
"css.types.length.container_query_length_units"],
"https://drafts.csswg.org/css-conditional-5/#scroll-state-container" => &
["css.at-rules.container.scroll-state_queries",
"css.at-rules.container.scroll-state_queries.scrollable",
"css.at-rules.container.scroll-state_queries.snapped",
"css.at-rules.container.scroll-state_queries.stuck",
"css.properties.container-type.scroll-state"],
"https://drafts.csswg.org/css-conditional-5/#style-container" => &
["css.at-rules.container.style_queries_for_custom_properties"],
"https://drafts.csswg.org/css-conditional-5/#typedef-style-range" => &
["css.at-rules.container.style_queries_for_custom_properties.range_syntax",
"css.types.if.style.range_syntax"],
"https://drafts.csswg.org/css-contain-2/#contain-property" => &
["css.properties.contain", "css.properties.contain.content",
"css.properties.contain.none", "css.properties.contain.strict"],
"https://drafts.csswg.org/css-contain-2/#containment-layout" => &
["css.properties.contain.layout"],
"https://drafts.csswg.org/css-contain-2/#containment-paint" => &
["css.properties.contain.paint"],
"https://drafts.csswg.org/css-contain-2/#containment-size" => &
["css.properties.contain.size"],
"https://drafts.csswg.org/css-contain-2/#containment-style" => &
["css.properties.contain.style"],
"https://drafts.csswg.org/css-contain-2/#content-visibility" => &
["css.properties.content-visibility", "css.properties.content-visibility.auto",
"css.properties.content-visibility.hidden",
"css.properties.content-visibility.visible"],
"https://drafts.csswg.org/css-contain-3/#containment-inline-size" => &
["css.properties.contain.inline-size"],
"https://drafts.csswg.org/css-contain-3/#content-visibility-animation" => &
["css.properties.content-visibility.is_transitionable",
"css.properties.content-visibility.keyframe_animatable",
"css.properties.display.is_transitionable",
"css.properties.display.keyframe_animatable",
"css.properties.transition-behavior.transitionable_content-visibility",
"css.properties.transition-behavior.transitionable_display"],
"https://drafts.csswg.org/css-content-3/#alt" => &
["css.properties.content.alt_text"],
"https://drafts.csswg.org/css-content-3/#content-property" => &
["css.properties.content", "css.properties.content.close-quote",
"css.properties.content.element_replacement", "css.properties.content.gradient",
"css.properties.content.no-close-quote", "css.properties.content.no-open-quote",
"css.properties.content.none", "css.properties.content.none_applies_to_elements",
"css.properties.content.normal", "css.properties.content.open-quote",
"css.properties.content.url", "css.types.string",
"css.types.string.unicode_escaped_characters"],
"https://drafts.csswg.org/css-content-3/#quotes" => & ["css.properties.quotes",
"css.properties.quotes.auto", "css.properties.quotes.none"],
"https://drafts.csswg.org/css-counter-styles-3/" => & ["css.at-rules.counter-style",
"css.at-rules.counter-style.additive-symbols", "css.at-rules.counter-style.fallback",
"css.at-rules.counter-style.negative", "css.at-rules.counter-style.pad",
"css.at-rules.counter-style.prefix", "css.at-rules.counter-style.range",
"css.at-rules.counter-style.speak-as", "css.at-rules.counter-style.suffix",
"css.at-rules.counter-style.symbols", "css.at-rules.counter-style.system"],
"https://drafts.csswg.org/css-display-3/#box-generation" => &
["css.properties.display.contents",
"css.properties.display.contents.contents_unusual",
"css.properties.display.contents.focusable_elements"],
"https://drafts.csswg.org/css-display-3/#inner-model" => &
["css.properties.display.flow-root"],
"https://drafts.csswg.org/css-display-3/#layout-specific-display" => &
["css.properties.display.inline-table", "css.properties.display.ruby",
"css.properties.display.ruby-base", "css.properties.display.ruby-base-container",
"css.properties.display.ruby-text", "css.properties.display.ruby-text-container",
"css.properties.display.table", "css.properties.display.table-caption",
"css.properties.display.table-cell", "css.properties.display.table-column",
"css.properties.display.table-column-group",
"css.properties.display.table-footer-group",
"css.properties.display.table-header-group", "css.properties.display.table-row",
"css.properties.display.table-row-group", "css.properties.ruby-position.alternate"],
"https://drafts.csswg.org/css-display-3/#list-items" => &
["css.properties.display.list-item",
"css.properties.display.list-item.legend-support"],
"https://drafts.csswg.org/css-display-3/#the-display-properties" => &
["css.properties.display", "css.properties.display.block",
"css.properties.display.inline", "css.properties.display.inline-block",
"css.properties.display.multi-keyword_values", "css.properties.display.none",
"css.properties.display.none.option_is_hidden"],
"https://drafts.csswg.org/css-display-3/#visibility" => &
["css.properties.visibility", "css.properties.visibility.collapse",
"css.properties.visibility.hidden", "css.properties.visibility.visible"],
"https://drafts.csswg.org/css-display-4/#display-animation" => &
["css.properties.content-visibility.is_transitionable",
"css.properties.content-visibility.keyframe_animatable",
"css.properties.display.is_transitionable",
"css.properties.display.keyframe_animatable",
"css.properties.transition-behavior.transitionable_content-visibility",
"css.properties.transition-behavior.transitionable_display"],
"https://drafts.csswg.org/css-display-4/#reading-flow" => &
["css.properties.reading-flow", "css.properties.reading-flow.flex-flow",
"css.properties.reading-flow.flex-visual",
"css.properties.reading-flow.grid-columns", "css.properties.reading-flow.grid-order",
"css.properties.reading-flow.grid-rows", "css.properties.reading-flow.normal",
"css.properties.reading-flow.source-order", "css.properties.reading-order"],
"https://drafts.csswg.org/css-easing-2/#cubic-bezier-easing-functions" => &
["css.types.easing-function", "css.types.easing-function.cubic-bezier"],
"https://drafts.csswg.org/css-easing-2/#step-easing-functions" => &
["css.types.easing-function.steps", "css.types.easing-function.steps.jump"],
"https://drafts.csswg.org/css-easing-2/#the-linear-easing-function" => &
["css.types.easing-function.linear-function"],
"https://drafts.csswg.org/css-env-1/#safe-area-insets" => & ["css.types.env",
"css.types.env.safe-area-inset-bottom", "css.types.env.safe-area-inset-left",
"css.types.env.safe-area-inset-right", "css.types.env.safe-area-inset-top"],
"https://drafts.csswg.org/css-env-1/#viewport-segments" => &
["css.at-rules.media.horizontal-viewport-segments",
"css.at-rules.media.vertical-viewport-segments",
"css.types.env.viewport-segment-bottom", "css.types.env.viewport-segment-height",
"css.types.env.viewport-segment-left", "css.types.env.viewport-segment-right",
"css.types.env.viewport-segment-top", "css.types.env.viewport-segment-width"],
"https://drafts.csswg.org/css-flexbox-1/" => & ["css.properties.align-content",
"css.properties.align-content.flex_context",
"css.properties.align-content.flex_context.baseline",
"css.properties.align-content.flex_context.first_baseline",
"css.properties.align-content.flex_context.last_baseline",
"css.properties.align-content.flex_context.safe_unsafe",
"css.properties.align-content.flex_context.space-evenly",
"css.properties.align-content.flex_context.start_end",
"css.properties.align-content.flex_context.stretch",
"css.properties.align-content.normal", "css.properties.align-items",
"css.properties.align-items.flex_context",
"css.properties.align-items.flex_context.baseline",
"css.properties.align-items.flex_context.first_baseline",
"css.properties.align-items.flex_context.last_baseline",
"css.properties.align-items.flex_context.safe_unsafe",
"css.properties.align-items.flex_context.start_end", "css.properties.align-self",
"css.properties.align-self.auto", "css.properties.align-self.flex_context",
"css.properties.align-self.flex_context.baseline",
"css.properties.align-self.flex_context.first_baseline",
"css.properties.align-self.flex_context.last_baseline",
"css.properties.align-self.flex_context.safe_unsafe",
"css.properties.align-self.flex_context.start_end",
"css.properties.align-self.flex_context.stretch", "css.properties.align-self.normal",
"css.properties.align-self.stretch", "css.properties.display.flex",
"css.properties.display.inline-flex", "css.properties.flex",
"css.properties.flex-basis", "css.properties.flex-basis.auto",
"css.properties.flex-basis.content", "css.properties.flex-basis.fit-content",
"css.properties.flex-basis.max-content", "css.properties.flex-basis.min-content",
"css.properties.flex-direction", "css.properties.flex-direction.column",
"css.properties.flex-direction.column-reverse", "css.properties.flex-direction.row",
"css.properties.flex-direction.row-reverse", "css.properties.flex-flow",
"css.properties.flex-grow", "css.properties.flex-grow.less_than_zero_animate",
"css.properties.flex-shrink", "css.properties.flex-wrap",
"css.properties.flex-wrap.nowrap", "css.properties.flex-wrap.wrap",
"css.properties.flex-wrap.wrap-reverse", "css.properties.flex.none",
"css.properties.justify-content", "css.properties.justify-content.flex_context",
"css.properties.justify-content.flex_context.left_right",
"css.properties.justify-content.flex_context.safe_unsafe",
"css.properties.justify-content.flex_context.space-evenly",
"css.properties.justify-content.flex_context.start_end",
"css.properties.justify-content.flex_context.stretch",
"css.properties.justify-content.left", "css.properties.justify-content.normal",
"css.properties.justify-content.right", "css.properties.justify-items",
"css.properties.justify-items.center", "css.properties.justify-items.flex_context",
"css.properties.justify-items.left", "css.properties.justify-items.legacy",
"css.properties.justify-items.right", "css.properties.order",
"css.properties.place-content", "css.properties.place-content.flex_context",
"css.properties.place-items", "css.properties.place-items.flex_context",
"css.properties.place-self", "css.properties.place-self.flex_context",
"css.properties.position.absolutely_positioned_flex_children"],
"https://drafts.csswg.org/css-fonts-4/#font-display-desc" => &
["css.at-rules.font-face.font-display"],
"https://drafts.csswg.org/css-fonts-4/#font-family-prop" => &
["css.properties.font-family", "css.properties.font-family.cursive",
"css.properties.font-family.fangsong", "css.properties.font-family.fantasy",
"css.properties.font-family.kai", "css.properties.font-family.khmer-mul",
"css.properties.font-family.monospace", "css.properties.font-family.nastaliq",
"css.properties.font-family.sans-serif", "css.properties.font-family.serif"],
"https://drafts.csswg.org/css-fonts-4/#font-feature-settings-prop" => &
["css.at-rules.font-face.font-feature-settings",
"css.properties.font-feature-settings",
"css.properties.font-feature-settings.normal"],
"https://drafts.csswg.org/css-fonts-4/#font-kerning-prop" => &
["css.properties.font-kerning", "css.properties.font-kerning.auto",
"css.properties.font-kerning.none", "css.properties.font-kerning.normal"],
"https://drafts.csswg.org/css-fonts-4/#font-language-override-prop" => &
["css.properties.font-language-override"],
"https://drafts.csswg.org/css-fonts-4/#font-metrics-override-desc" => &
["css.at-rules.font-face.ascent-override", "css.at-rules.font-face.descent-override",
"css.at-rules.font-face.line-gap-override"],
"https://drafts.csswg.org/css-fonts-4/#font-optical-sizing-def" => &
["css.properties.font-optical-sizing", "css.properties.font-optical-sizing.auto",
"css.properties.font-optical-sizing.none"],
"https://drafts.csswg.org/css-fonts-4/#font-palette-prop" => &
["css.at-rules.font-palette-values", "css.at-rules.font-palette-values.base-palette",
"css.at-rules.font-palette-values.font-family",
"css.at-rules.font-palette-values.override-colors", "css.properties.font-palette",
"css.properties.font-palette.animation_computed", "css.properties.font-palette.dark",
"css.properties.font-palette.light", "css.properties.font-palette.normal",
"css.properties.font-palette.palette-mix_function"],
"https://drafts.csswg.org/css-fonts-4/#font-palette-values" => &
["css.at-rules.font-palette-values", "css.at-rules.font-palette-values.base-palette",
"css.at-rules.font-palette-values.font-family",
"css.at-rules.font-palette-values.override-colors", "css.properties.font-palette",
"css.properties.font-palette.dark", "css.properties.font-palette.light",
"css.properties.font-palette.normal"],
"https://drafts.csswg.org/css-fonts-4/#font-prop" => & ["css.properties.font",
"css.properties.font.caption", "css.properties.font.icon",
"css.properties.font.menu", "css.properties.font.message-box",
"css.properties.font.small-caption", "css.properties.font.status-bar"],
"https://drafts.csswg.org/css-fonts-4/#font-size-prop" => &
["css.properties.font-size", "css.properties.font-size.rem_values",
"css.properties.font-size.xxx-large"],
"https://drafts.csswg.org/css-fonts-4/#font-stretch-prop" => &
["css.at-rules.font-face.font-stretch", "css.properties.font-stretch",
"css.properties.font-stretch.condensed", "css.properties.font-stretch.expanded",
"css.properties.font-stretch.extra-condensed",
"css.properties.font-stretch.extra-expanded", "css.properties.font-stretch.normal",
"css.properties.font-stretch.percentage",
"css.properties.font-stretch.semi-condensed",
"css.properties.font-stretch.semi-expanded",
"css.properties.font-stretch.ultra-condensed",
"css.properties.font-stretch.ultra-expanded",
"css.properties.font.font-width_keyword_values"],
"https://drafts.csswg.org/css-fonts-4/#font-style-prop" => &
["css.at-rules.font-face.font-style", "css.properties.font-style",
"css.properties.font-style.italic", "css.properties.font-style.normal",
"css.properties.font-style.oblique", "css.properties.font-style.oblique-angle"],
"https://drafts.csswg.org/css-fonts-4/#font-synthesis" => &
["css.properties.font-synthesis", "css.properties.font-synthesis.position",
"css.properties.font-synthesis.small-caps", "css.properties.font-synthesis.style",
"css.properties.font-synthesis.weight"],
"https://drafts.csswg.org/css-fonts-4/#font-synthesis-position" => &
["css.properties.font-synthesis-position",
"css.properties.font-synthesis-position.auto",
"css.properties.font-synthesis-position.none"],
"https://drafts.csswg.org/css-fonts-4/#font-synthesis-small-caps" => &
["css.properties.font-synthesis-small-caps",
"css.properties.font-synthesis-small-caps.auto",
"css.properties.font-synthesis-small-caps.none"],
"https://drafts.csswg.org/css-fonts-4/#font-synthesis-style" => &
["css.properties.font-synthesis-style", "css.properties.font-synthesis-style.auto",
"css.properties.font-synthesis-style.none"],
"https://drafts.csswg.org/css-fonts-4/#font-synthesis-weight" => &
["css.properties.font-synthesis-weight", "css.properties.font-synthesis-weight.auto",
"css.properties.font-synthesis-weight.none"],
"https://drafts.csswg.org/css-fonts-4/#font-variant-alternates-prop" => &
["css.at-rules.font-feature-values", "css.at-rules.font-feature-values.annotation",
"css.at-rules.font-feature-values.character-variant",
"css.at-rules.font-feature-values.historical-forms",
"css.at-rules.font-feature-values.ornaments",
"css.at-rules.font-feature-values.styleset",
"css.at-rules.font-feature-values.stylistic",
"css.at-rules.font-feature-values.swash", "css.properties.font-variant-alternates",
"css.properties.font-variant-alternates.annotation",
"css.properties.font-variant-alternates.character_variant",
"css.properties.font-variant-alternates.historical-forms",
"css.properties.font-variant-alternates.normal",
"css.properties.font-variant-alternates.ornaments",
"css.properties.font-variant-alternates.styleset",
"css.properties.font-variant-alternates.stylistic",
"css.properties.font-variant-alternates.swash"],
"https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop" => &
["css.properties.font-variant-caps",
"css.properties.font-variant-caps.all-petite-caps",
"css.properties.font-variant-caps.all-small-caps",
"css.properties.font-variant-caps.normal",
"css.properties.font-variant-caps.petite-caps",
"css.properties.font-variant-caps.small-caps",
"css.properties.font-variant-caps.titling-caps",
"css.properties.font-variant-caps.unicase"],
"https://drafts.csswg.org/css-fonts-4/#font-variant-east-asian-prop" => &
["css.properties.font-variant-east-asian",
"css.properties.font-variant-east-asian.full-width",
"css.properties.font-variant-east-asian.jis04",
"css.properties.font-variant-east-asian.jis78",
"css.properties.font-variant-east-asian.jis83",
"css.properties.font-variant-east-asian.jis90",
"css.properties.font-variant-east-asian.normal",
"css.properties.font-variant-east-asian.proportional-width",
"css.properties.font-variant-east-asian.ruby",
"css.properties.font-variant-east-asian.simplified",
"css.properties.font-variant-east-asian.traditional"],
"https://drafts.csswg.org/css-fonts-4/#font-variant-emoji-prop" => &
["css.properties.font-variant-emoji", "css.properties.font-variant-emoji.emoji",
"css.properties.font-variant-emoji.normal", "css.properties.font-variant-emoji.text",
"css.properties.font-variant-emoji.unicode"],
"https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-prop" => &
["css.properties.font-variant-ligatures",
"css.properties.font-variant-ligatures.common-ligatures",
"css.properties.font-variant-ligatures.contextual",
"css.properties.font-variant-ligatures.discretionary-ligatures",
"css.properties.font-variant-ligatures.historical-ligatures",
"css.properties.font-variant-ligatures.no-common-ligatures",
"css.properties.font-variant-ligatures.no-contextual",
"css.properties.font-variant-ligatures.no-discretionary-ligatures",
"css.properties.font-variant-ligatures.no-historical-ligatures",
"css.properties.font-variant-ligatures.none",
"css.properties.font-variant-ligatures.normal"],
"https://drafts.csswg.org/css-fonts-4/#font-variant-numeric-prop" => &
["css.properties.font-variant-numeric",
"css.properties.font-variant-numeric.diagonal-fractions",
"css.properties.font-variant-numeric.lining-nums",
"css.properties.font-variant-numeric.normal",
"css.properties.font-variant-numeric.oldstyle-nums",
"css.properties.font-variant-numeric.ordinal",
"css.properties.font-variant-numeric.proportional-nums",
"css.properties.font-variant-numeric.slashed-zero",
"css.properties.font-variant-numeric.stacked-fractions",
"css.properties.font-variant-numeric.tabular-nums"],
"https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop" => &
["css.properties.font-variant-position",
"css.properties.font-variant-position.normal",
"css.properties.font-variant-position.sub",
"css.properties.font-variant-position.super"],
"https://drafts.csswg.org/css-fonts-4/#font-variant-prop" => &
["css.at-rules.font-face.font-variant", "css.properties.font-variant",
"css.properties.font-variant.css_fonts_shorthand",
"css.properties.font-variant.greek_accented_characters",
"css.properties.font-variant.historical-forms", "css.properties.font-variant.none",
"css.properties.font-variant.normal", "css.properties.font-variant.sub",
"css.properties.font-variant.super", "css.properties.font-variant.turkic_is",
"css.properties.font-variant.uppercase_eszett"],
"https://drafts.csswg.org/css-fonts-4/#font-variation-settings-def" => &
["css.at-rules.font-face.font-variation-settings",
"css.properties.font-variation-settings"],
"https://drafts.csswg.org/css-fonts-4/#font-weight-prop" => &
["css.at-rules.font-face.font-weight", "css.properties.font-weight",
"css.properties.font-weight.bold", "css.properties.font-weight.bolder",
"css.properties.font-weight.lighter", "css.properties.font-weight.normal",
"css.properties.font-weight.number"],
"https://drafts.csswg.org/css-fonts-4/#font-width-prop" => &
["css.properties.font-width", "css.properties.font-width.condensed",
"css.properties.font-width.expanded", "css.properties.font-width.extra-condensed",
"css.properties.font-width.extra-expanded", "css.properties.font-width.normal",
"css.properties.font-width.semi-condensed",
"css.properties.font-width.semi-expanded",
"css.properties.font-width.ultra-condensed",
"css.properties.font-width.ultra-expanded"],
"https://drafts.csswg.org/css-fonts-4/#math-def" => &
["css.properties.font-family.math"],
"https://drafts.csswg.org/css-fonts-4/#system-ui-def" => &
["css.properties.font-family.system-ui"],
"https://drafts.csswg.org/css-fonts-4/#ui-serif-def" => &
["css.properties.font-family.ui-monospace", "css.properties.font-family.ui-rounded",
"css.properties.font-family.ui-sans-serif", "css.properties.font-family.ui-serif"],
"https://drafts.csswg.org/css-fonts-5/#font-face-rule" => &
["css.at-rules.font-face", "css.at-rules.font-face.OpenType_CBDT_CBLC",
"css.at-rules.font-face.OpenType_SBIX", "css.at-rules.font-face.WOFF",
"css.at-rules.font-face.WOFF_2", "css.at-rules.font-face.font-family",
"css.at-rules.font-face.src", "css.at-rules.font-face.src.drop_invalid_item",
"css.at-rules.font-face.src.format_keyword",
"css.at-rules.font-face.src.format_variations",
"css.at-rules.font-face.src.tech_keyword", "css.at-rules.font-face.unicode-range",
"css.types.url"], "https://drafts.csswg.org/css-fonts-5/#font-size-adjust-prop" => &
["css.at-rules.font-face.size-adjust", "css.properties.font-size-adjust",
"css.properties.font-size-adjust.from-font", "css.properties.font-size-adjust.none",
"css.properties.font-size-adjust.two-values"],
"https://drafts.csswg.org/css-forms-1/#field-sizing" => &
["css.properties.field-sizing", "css.properties.field-sizing.content",
"css.properties.field-sizing.fixed"], "https://drafts.csswg.org/css-grid-2/#subgrids"
=> & ["css.properties.grid-template-columns.subgrid",
"css.properties.grid-template-rows.subgrid"],
"https://drafts.csswg.org/css-grid-2/#track-sizing" => &
["css.properties.grid-template-columns.animation",
"css.properties.grid-template-rows.animation"],
"https://drafts.csswg.org/css-grid-3/" => &
["css.properties.align-content.grid_context",
"css.properties.align-items.grid_context",
"css.properties.align-items.grid_context.start_end",
"css.properties.align-self.grid_context", "css.properties.column-gap.grid_context",
"css.properties.display.grid", "css.properties.display.inline-grid",
"css.properties.gap", "css.properties.gap.grid_context",
"css.properties.gap.grid_context.calc_values",
"css.properties.gap.grid_context.percentage_values", "css.properties.gap.normal",
"css.properties.grid", "css.properties.grid-area",
"css.properties.grid-auto-columns", "css.properties.grid-auto-flow",
"css.properties.grid-auto-flow.column", "css.properties.grid-auto-flow.dense",
"css.properties.grid-auto-flow.row", "css.properties.grid-auto-rows",
"css.properties.grid-column", "css.properties.grid-column-end",
"css.properties.grid-column-start", "css.properties.grid-row",
"css.properties.grid-row-end", "css.properties.grid-row-start",
"css.properties.grid-template", "css.properties.grid-template-areas",
"css.properties.grid-template-areas.none", "css.properties.grid-template-columns",
"css.properties.grid-template-columns.auto",
"css.properties.grid-template-columns.fit-content",
"css.properties.grid-template-columns.masonry",
"css.properties.grid-template-columns.max-content",
"css.properties.grid-template-columns.min-content",
"css.properties.grid-template-columns.minmax",
"css.properties.grid-template-columns.none",
"css.properties.grid-template-columns.repeat", "css.properties.grid-template-rows",
"css.properties.grid-template-rows.auto",
"css.properties.grid-template-rows.fit-content",
"css.properties.grid-template-rows.masonry",
"css.properties.grid-template-rows.max-content",
"css.properties.grid-template-rows.min-content",
"css.properties.grid-template-rows.minmax", "css.properties.grid-template-rows.none",
"css.properties.grid-template-rows.repeat", "css.properties.grid-template.none",
"css.properties.justify-content.grid_context",
"css.properties.justify-items.grid_context", "css.properties.justify-self",
"css.properties.justify-self.auto", "css.properties.justify-self.grid_context",
"css.properties.justify-self.left", "css.properties.justify-self.normal",
"css.properties.justify-self.right", "css.properties.justify-self.stretch",
"css.properties.place-content.grid_context",
"css.properties.place-items.grid_context", "css.properties.place-self.grid_context",
"css.properties.row-gap", "css.properties.row-gap.grid_context",
"css.properties.row-gap.normal", "css.types.flex"],
"https://drafts.csswg.org/css-highlight-api-1/" => & ["css.selectors.highlight"],
"https://drafts.csswg.org/css-images-3/#gradients" => &
["css.properties.background-image.gradients", "css.types.gradient",
"css.types.gradient.linear-gradient",
"css.types.gradient.linear-gradient.doubleposition",
"css.types.gradient.linear-gradient.interpolation_hints",
"css.types.gradient.linear-gradient.premultiplied_gradients",
"css.types.gradient.linear-gradient.single_color_stop",
"css.types.gradient.linear-gradient.to",
"css.types.gradient.linear-gradient.unitless_0_angle",
"css.types.gradient.radial-gradient", "css.types.gradient.radial-gradient.at",
"css.types.gradient.radial-gradient.doubleposition",
"css.types.gradient.radial-gradient.interpolation_hints",
"css.types.gradient.radial-gradient.premultiplied_gradients",
"css.types.gradient.radial-gradient.single_color_stop",
"css.types.gradient.repeating-linear-gradient",
"css.types.gradient.repeating-linear-gradient.doubleposition",
"css.types.gradient.repeating-linear-gradient.interpolation_hints",
"css.types.gradient.repeating-linear-gradient.single_color_stop",
"css.types.gradient.repeating-linear-gradient.to",
"css.types.gradient.repeating-linear-gradient.unitless_0_angle",
"css.types.gradient.repeating-radial-gradient",
"css.types.gradient.repeating-radial-gradient.at",
"css.types.gradient.repeating-radial-gradient.doubleposition",
"css.types.gradient.repeating-radial-gradient.interpolation_hints",
"css.types.gradient.repeating-radial-gradient.single_color_stop", "css.types.image"],
"https://drafts.csswg.org/css-images-3/#the-image-orientation" => &
["css.properties.image-orientation", "css.properties.image-orientation.from-image",
"css.properties.image-orientation.none"],
"https://drafts.csswg.org/css-images-3/#the-image-rendering" => &
["css.properties.image-rendering", "css.properties.image-rendering.auto",
"css.properties.image-rendering.crisp-edges",
"css.properties.image-rendering.pixelated", "css.properties.image-rendering.smooth"],
"https://drafts.csswg.org/css-images-3/#the-object-position" => &
["css.properties.object-position"],
"https://drafts.csswg.org/css-images-4/#conic-gradients" => &
["css.types.gradient.conic-gradient",
"css.types.gradient.conic-gradient.doubleposition",
"css.types.gradient.conic-gradient.single_color_stop",
"css.types.gradient.repeating-conic-gradient"],
"https://drafts.csswg.org/css-images-4/#cross-fade-function" => &
["css.types.image.cross-fade"],
"https://drafts.csswg.org/css-images-4/#element-notation" => &
["css.properties.background-image.element", "css.types.image.element"],
"https://drafts.csswg.org/css-images-4/#image-set-notation" => &
["css.properties.background-image.image-set", "css.properties.content.image-set",
"css.types.image.image-set"], "https://drafts.csswg.org/css-images-4/#the-object-fit"
=> & ["css.properties.object-fit", "css.properties.object-fit.contain",
"css.properties.object-fit.cover", "css.properties.object-fit.fill",
"css.properties.object-fit.none", "css.properties.object-fit.scale-down"],
"https://drafts.csswg.org/css-images-5/#the-object-view-box" => &
["css.properties.object-view-box", "css.properties.object-view-box.none"],
"https://drafts.csswg.org/css-inline-3/#alignment-baseline-property" => &
["css.properties.alignment-baseline", "css.properties.alignment-baseline.alphabetic",
"css.properties.alignment-baseline.baseline",
"css.properties.alignment-baseline.central",
"css.properties.alignment-baseline.ideographic",
"css.properties.alignment-baseline.mathematical",
"css.properties.alignment-baseline.middle",
"css.properties.alignment-baseline.text-after-edge",
"css.properties.alignment-baseline.text-before-edge"],
"https://drafts.csswg.org/css-inline-3/#baseline-shift-property" => &
["css.properties.baseline-shift", "css.properties.baseline-shift.baseline",
"css.properties.baseline-shift.sub", "css.properties.baseline-shift.super"],
"https://drafts.csswg.org/css-inline-3/#baseline-source" => &
["css.properties.baseline-source", "css.properties.baseline-source.auto",
"css.properties.baseline-source.first", "css.properties.baseline-source.last"],
"https://drafts.csswg.org/css-inline-3/#dominant-baseline-property" => &
["css.properties.dominant-baseline", "css.properties.dominant-baseline.alphabetic",
"css.properties.dominant-baseline.auto", "css.properties.dominant-baseline.central",
"css.properties.dominant-baseline.hanging",
"css.properties.dominant-baseline.ideographic",
"css.properties.dominant-baseline.mathematical",
"css.properties.dominant-baseline.middle"],
"https://drafts.csswg.org/css-inline-3/#leading-trim" => &
["css.properties.text-box", "css.properties.text-box-edge",
"css.properties.text-box-edge.auto", "css.properties.text-box-trim",
"css.properties.text-box-trim.none", "css.properties.text-box-trim.trim-both",
"css.properties.text-box-trim.trim-end", "css.properties.text-box-trim.trim-start",
"css.properties.text-box.normal", "css.types.text-edge",
"css.types.text-edge.alphabetic", "css.types.text-edge.cap",
"css.types.text-edge.ex", "css.types.text-edge.text"],
"https://drafts.csswg.org/css-inline-3/#line-height-property" => &
["css.properties.line-height", "css.properties.line-height.normal"],
"https://drafts.csswg.org/css-inline-3/#sizing-drop-initials" => &
["css.properties.initial-letter", "css.properties.initial-letter.normal"],
"https://drafts.csswg.org/css-lists-3/#auto-numbering" => &
["css.properties.counter-increment", "css.properties.counter-increment.list-item",
"css.properties.counter-increment.none", "css.properties.counter-reset",
"css.properties.counter-reset.list-item", "css.properties.counter-reset.none",
"css.properties.counter-reset.reset_does_not_affect_siblings", "css.types.counter",
"css.types.counters"], "https://drafts.csswg.org/css-lists-3/#css-counter-reversed"
=> & ["css.properties.counter-reset.reversed"],
"https://drafts.csswg.org/css-lists-3/#list-style-property" => &
["css.properties.list-style", "css.properties.list-style-image",
"css.properties.list-style-image.none", "css.properties.list-style-position",
"css.properties.list-style-position.inside",
"css.properties.list-style-position.outside", "css.properties.list-style-type",
"css.properties.list-style-type.arabic-indic",
"css.properties.list-style-type.armenian", "css.properties.list-style-type.bengali",
"css.properties.list-style-type.cambodian", "css.properties.list-style-type.circle",
"css.properties.list-style-type.cjk-decimal",
"css.properties.list-style-type.cjk-earthly-branch",
"css.properties.list-style-type.cjk-heavenly-stem",
"css.properties.list-style-type.cjk-ideographic",
"css.properties.list-style-type.decimal",
"css.properties.list-style-type.decimal-leading-zero",
"css.properties.list-style-type.devanagari", "css.properties.list-style-type.disc",
"css.properties.list-style-type.disclosure-closed",
"css.properties.list-style-type.disclosure-open",
"css.properties.list-style-type.ethiopic-numeric",
"css.properties.list-style-type.georgian", "css.properties.list-style-type.gujarati",
"css.properties.list-style-type.gurmukhi", "css.properties.list-style-type.hebrew",
"css.properties.list-style-type.hiragana",
"css.properties.list-style-type.hiragana-iroha",
"css.properties.list-style-type.japanese-formal",
"css.properties.list-style-type.japanese-informal",
"css.properties.list-style-type.kannada", "css.properties.list-style-type.katakana",
"css.properties.list-style-type.katakana-iroha",
"css.properties.list-style-type.khmer",
"css.properties.list-style-type.korean-hangul-formal",
"css.properties.list-style-type.korean-hanja-formal",
"css.properties.list-style-type.korean-hanja-informal",
"css.properties.list-style-type.lao", "css.properties.list-style-type.lower-alpha",
"css.properties.list-style-type.lower-armenian",
"css.properties.list-style-type.lower-greek",
"css.properties.list-style-type.lower-latin",
"css.properties.list-style-type.lower-roman",
"css.properties.list-style-type.malayalam",
"css.properties.list-style-type.mongolian", "css.properties.list-style-type.myanmar",
"css.properties.list-style-type.none", "css.properties.list-style-type.oriya",
"css.properties.list-style-type.persian",
"css.properties.list-style-type.simp-chinese-formal",
"css.properties.list-style-type.simp-chinese-informal",
"css.properties.list-style-type.square", "css.properties.list-style-type.string",
"css.properties.list-style-type.symbols", "css.properties.list-style-type.tamil",
"css.properties.list-style-type.telugu", "css.properties.list-style-type.thai",
"css.properties.list-style-type.tibetan",
"css.properties.list-style-type.trad-chinese-formal",
"css.properties.list-style-type.trad-chinese-informal",
"css.properties.list-style-type.upper-alpha",
"css.properties.list-style-type.upper-armenian",
"css.properties.list-style-type.upper-latin",
"css.properties.list-style-type.upper-roman", "css.properties.list-style.inside",
"css.properties.list-style.none", "css.properties.list-style.outside",
"css.properties.list-style.symbols"],
"https://drafts.csswg.org/css-lists-3/#propdef-counter-set" => &
["css.properties.counter-set", "css.properties.counter-set.list-item",
"css.properties.counter-set.none"], "https://drafts.csswg.org/css-logical-1/" => &
["css.properties.block-size", "css.properties.block-size.fit-content",
"css.properties.block-size.max-content", "css.properties.block-size.min-content",
"css.properties.border-block", "css.properties.border-block-color",
"css.properties.border-block-end", "css.properties.border-block-end-color",
"css.properties.border-block-end-style", "css.properties.border-block-end-width",
"css.properties.border-block-start", "css.properties.border-block-start-color",
"css.properties.border-block-start-style", "css.properties.border-block-start-width",
"css.properties.border-block-style", "css.properties.border-block-width",
"css.properties.border-end-end-radius", "css.properties.border-end-start-radius",
"css.properties.border-inline", "css.properties.border-inline-color",
"css.properties.border-inline-end", "css.properties.border-inline-end-color",
"css.properties.border-inline-end-style", "css.properties.border-inline-end-width",
"css.properties.border-inline-start", "css.properties.border-inline-start-color",
"css.properties.border-inline-start-style",
"css.properties.border-inline-start-width", "css.properties.border-inline-style",
"css.properties.border-inline-width", "css.properties.border-start-end-radius",
"css.properties.border-start-start-radius", "css.properties.clear.inline-end",
"css.properties.clear.inline-start", "css.properties.float.inline-end",
"css.properties.float.inline-start", "css.properties.inline-size",
"css.properties.inline-size.fit-content", "css.properties.inline-size.max-content",
"css.properties.inline-size.min-content", "css.properties.inset",
"css.properties.inset-block", "css.properties.inset-block-end",
"css.properties.inset-block-end.auto", "css.properties.inset-block-start",
"css.properties.inset-block-start.auto", "css.properties.inset-block.auto",
"css.properties.inset-inline", "css.properties.inset-inline-end",
"css.properties.inset-inline-end.auto", "css.properties.inset-inline-start",
"css.properties.inset-inline-start.auto", "css.properties.inset-inline.auto",
"css.properties.inset.auto", "css.properties.margin-block",
"css.properties.margin-block-end", "css.properties.margin-block-start",
"css.properties.margin-inline", "css.properties.margin-inline-end",
"css.properties.margin-inline-start", "css.properties.max-block-size",
"css.properties.max-block-size.fit-content",
"css.properties.max-block-size.max-content",
"css.properties.max-block-size.min-content", "css.properties.max-inline-size",
"css.properties.max-inline-size.fit-content",
"css.properties.max-inline-size.max-content",
"css.properties.max-inline-size.min-content", "css.properties.min-block-size",
"css.properties.min-block-size.fit-content",
"css.properties.min-block-size.max-content",
"css.properties.min-block-size.min-content", "css.properties.min-inline-size",
"css.properties.min-inline-size.fit-content",
"css.properties.min-inline-size.max-content",
"css.properties.min-inline-size.min-content", "css.properties.overflow-block",
"css.properties.overflow-block.overlay", "css.properties.overflow-inline",
"css.properties.overflow-inline.overlay", "css.properties.padding-block",
"css.properties.padding-block-end", "css.properties.padding-block-start",
"css.properties.padding-inline", "css.properties.padding-inline-end",
"css.properties.padding-inline-start"],
"https://drafts.csswg.org/css-masking-1/#clip-property" => & ["css.properties.clip",
"css.properties.clip.auto", "css.types.shape", "css.types.shape.rect"],
"https://drafts.csswg.org/css-masking-1/#mask-borders" => &
["css.properties.mask-border", "css.properties.mask-border-outset",
"css.properties.mask-border-repeat", "css.properties.mask-border-slice",
"css.properties.mask-border-source", "css.properties.mask-border-width"],
"https://drafts.csswg.org/css-masking-1/#positioned-masks" => &
["css.properties.mask", "css.properties.mask-clip",
"css.properties.mask-clip.border", "css.properties.mask-clip.content",
"css.properties.mask-clip.padding", "css.properties.mask-clip.text",
"css.properties.mask-composite", "css.properties.mask-composite.add",
"css.properties.mask-composite.exclude", "css.properties.mask-composite.intersect",
"css.properties.mask-composite.subtract", "css.properties.mask-image",
"css.properties.mask-image.multiple_mask_images",
"css.properties.mask-image.svg_masks", "css.properties.mask-mode",
"css.properties.mask-mode.alpha", "css.properties.mask-mode.luminance",
"css.properties.mask-mode.match-source", "css.properties.mask-origin",
"css.properties.mask-origin.border", "css.properties.mask-origin.content",
"css.properties.mask-origin.fill-box", "css.properties.mask-origin.padding",
"css.properties.mask-origin.stroke-box", "css.properties.mask-origin.view-box",
"css.properties.mask-position", "css.properties.mask-repeat",
"css.properties.mask-size"], "https://drafts.csswg.org/css-masking-1/#the-clip-path"
=> & ["css.properties.clip-path", "css.properties.clip-path.basic_shape",
"css.properties.clip-path.fill-box", "css.properties.clip-path.html_elements",
"css.properties.clip-path.is_animatable", "css.properties.clip-path.path",
"css.properties.clip-path.stroke-box", "css.properties.clip-path.svg_elements",
"css.properties.clip-path.view-box"],
"https://drafts.csswg.org/css-masking-1/#the-mask-type" => &
["css.properties.mask-type", "css.properties.mask-type.alpha",
"css.properties.mask-type.luminance"],
"https://drafts.csswg.org/css-mixins-1/#function-rule" => & ["css.at-rules.function",
"css.at-rules.function.result", "css.types.dashed-function", "css.types.type"],
"https://drafts.csswg.org/css-multicol-1/" => &
["css.properties.align-content.multicol_context", "css.properties.column-count",
"css.properties.column-count.auto", "css.properties.column-gap",
"css.properties.column-gap.multicol_context",
"css.properties.column-gap.multicol_context.calc_values",
"css.properties.column-gap.multicol_context.percentage_values",
"css.properties.column-gap.normal", "css.properties.column-rule",
"css.properties.column-rule-color", "css.properties.column-rule-color.transparent",
"css.properties.column-rule-style", "css.properties.column-rule-style.dashed",
"css.properties.column-rule-style.dotted", "css.properties.column-rule-style.double",
"css.properties.column-rule-style.groove", "css.properties.column-rule-style.hidden",
"css.properties.column-rule-style.inset", "css.properties.column-rule-style.none",
"css.properties.column-rule-style.outset", "css.properties.column-rule-style.ridge",
"css.properties.column-rule-style.solid", "css.properties.column-rule-width",
"css.properties.column-rule-width.medium", "css.properties.column-rule-width.thick",
"css.properties.column-rule-width.thin", "css.properties.column-rule.dashed",
"css.properties.column-rule.dotted", "css.properties.column-rule.double",
"css.properties.column-rule.groove", "css.properties.column-rule.hidden",
"css.properties.column-rule.inset", "css.properties.column-rule.medium",
"css.properties.column-rule.none", "css.properties.column-rule.outset",
"css.properties.column-rule.ridge", "css.properties.column-rule.solid",
"css.properties.column-rule.thick", "css.properties.column-rule.thin",
"css.properties.column-rule.transparent", "css.properties.column-width",
"css.properties.column-width.auto", "css.properties.columns",
"css.properties.gap.multicol_context"],
"https://drafts.csswg.org/css-multicol-1/#filling-columns" => &
["css.properties.column-fill", "css.properties.column-fill.auto",
"css.properties.column-fill.balance"],
"https://drafts.csswg.org/css-multicol-1/#spanning-columns" => &
["css.properties.column-span", "css.properties.column-span.all",
"css.properties.column-span.none"],
"https://drafts.csswg.org/css-multicol-2/#column-pseudo" => &
["css.selectors.column", "css.selectors.column.nested_scroll-marker"],
"https://drafts.csswg.org/css-namespaces-3/#declaration" => &
["css.at-rules.namespace", "css.selectors.namespace"],
"https://drafts.csswg.org/css-nesting-1/" => & ["css.selectors.nesting"],
"https://drafts.csswg.org/css-overflow-3/#propdef-overflow" => &
["css.properties.overflow", "css.properties.overflow-x",
"css.properties.overflow-x.auto", "css.properties.overflow-x.clip",
"css.properties.overflow-x.hidden", "css.properties.overflow-x.scroll",
"css.properties.overflow-x.visible", "css.properties.overflow-y",
"css.properties.overflow-y.auto", "css.properties.overflow-y.clip",
"css.properties.overflow-y.hidden", "css.properties.overflow-y.scroll",
"css.properties.overflow-y.visible", "css.properties.overflow.auto",
"css.properties.overflow.clip", "css.properties.overflow.hidden",
"css.properties.overflow.multiple_keywords", "css.properties.overflow.scroll",
"css.properties.overflow.visible", "css.types.overflow", "css.types.overflow.clip",
"css.types.overflow.overlay"],
"https://drafts.csswg.org/css-overflow-3/#scrollbar-gutter-property" => &
["css.properties.scrollbar-gutter", "css.properties.scrollbar-gutter.auto",
"css.properties.scrollbar-gutter.stable"],
"https://drafts.csswg.org/css-overflow-3/#smooth-scrolling" => &
["css.properties.scroll-behavior", "css.properties.scroll-behavior.auto",
"css.properties.scroll-behavior.smooth"],
"https://drafts.csswg.org/css-overflow-4/#line-clamp" => &
["css.properties.line-clamp", "css.properties.line-clamp.none"],
"https://drafts.csswg.org/css-overflow-4/#overflow-clip-margin" => &
["css.properties.overflow-clip-margin",
"css.properties.overflow-clip-margin.border-box",
"css.properties.overflow-clip-margin.content-box",
"css.properties.overflow-clip-margin.padding-box"],
"https://drafts.csswg.org/css-overflow-4/#overflow-string" => &
["css.properties.text-overflow.string"],
"https://drafts.csswg.org/css-overflow-4/#text-overflow" => &
["css.properties.text-overflow", "css.properties.text-overflow.clip",
"css.properties.text-overflow.ellipsis",
"css.properties.text-overflow.two_value_syntax"],
"https://drafts.csswg.org/css-overflow-5/#active-before-after-scroll-markers" => &
["css.selectors.target-after", "css.selectors.target-before",
"css.selectors.target-current"],
"https://drafts.csswg.org/css-overflow-5/#scroll-buttons" => &
["css.selectors.scroll-button", "css.selectors.scroll-button.block-end",
"css.selectors.scroll-button.block-start", "css.selectors.scroll-button.down",
"css.selectors.scroll-button.inline-end", "css.selectors.scroll-button.inline-start",
"css.selectors.scroll-button.left", "css.selectors.scroll-button.next",
"css.selectors.scroll-button.prev", "css.selectors.scroll-button.right",
"css.selectors.scroll-button.star", "css.selectors.scroll-button.up"],
"https://drafts.csswg.org/css-overflow-5/#scroll-markers" => &
["css.properties.scroll-marker-group", "css.properties.scroll-marker-group.after",
"css.properties.scroll-marker-group.before",
"css.properties.scroll-marker-group.none", "css.selectors.scroll-marker",
"css.selectors.scroll-marker-group"],
"https://drafts.csswg.org/css-overflow-5/#scroll-target-group" => &
["css.properties.scroll-target-group", "css.properties.scroll-target-group.auto",
"css.properties.scroll-target-group.none"],
"https://drafts.csswg.org/css-overscroll-1/" => &
["css.properties.overscroll-behavior", "css.properties.overscroll-behavior-block",
"css.properties.overscroll-behavior-block.auto",
"css.properties.overscroll-behavior-block.contain",
"css.properties.overscroll-behavior-block.none",
"css.properties.overscroll-behavior-inline",
"css.properties.overscroll-behavior-inline.auto",
"css.properties.overscroll-behavior-inline.contain",
"css.properties.overscroll-behavior-inline.none",
"css.properties.overscroll-behavior-x", "css.properties.overscroll-behavior-x.auto",
"css.properties.overscroll-behavior-x.contain",
"css.properties.overscroll-behavior-x.none", "css.properties.overscroll-behavior-y",
"css.properties.overscroll-behavior-y.auto",
"css.properties.overscroll-behavior-y.contain",
"css.properties.overscroll-behavior-y.none",
"css.properties.overscroll-behavior.auto",
"css.properties.overscroll-behavior.contain",
"css.properties.overscroll-behavior.none"],
"https://drafts.csswg.org/css-page-3/#at-page-rule" => & ["css.at-rules.page",
"css.at-rules.page.bottom-center", "css.at-rules.page.bottom-left",
"css.at-rules.page.bottom-left-corner", "css.at-rules.page.bottom-right",
"css.at-rules.page.bottom-right-corner", "css.at-rules.page.left-bottom",
"css.at-rules.page.left-middle", "css.at-rules.page.left-top",
"css.at-rules.page.right-bottom", "css.at-rules.page.right-middle",
"css.at-rules.page.right-top", "css.at-rules.page.size",
"css.at-rules.page.size.jis-b4", "css.at-rules.page.size.jis-b5",
"css.at-rules.page.top-center", "css.at-rules.page.top-left",
"css.at-rules.page.top-left-corner", "css.at-rules.page.top-right",
"css.at-rules.page.top-right-corner", "css.properties.page"],
"https://drafts.csswg.org/css-page-3/#page-orientation-prop" => &
["css.at-rules.page.page-orientation"],
"https://drafts.csswg.org/css-page-3/#page-selectors" => & ["css.selectors.first",
"css.selectors.left", "css.selectors.right"],
"https://drafts.csswg.org/css-position-3/#abspos-insets" => &
["css.properties.align-self.position_absolute_context",
"css.properties.justify-self.position_absolute_context",
"css.properties.place-self.position_absolute_context",
"css.properties.position.absolute", "css.properties.position.fixed"],
"https://drafts.csswg.org/css-position-3/#insets" => & ["css.properties.bottom",
"css.properties.bottom.auto", "css.properties.left", "css.properties.left.auto",
"css.properties.right", "css.properties.right.auto", "css.properties.top",
"css.properties.top.auto"],
"https://drafts.csswg.org/css-position-3/#position-property" => &
["css.properties.position", "css.properties.position.static"],
"https://drafts.csswg.org/css-position-3/#relpos-insets" => &
["css.properties.position.relative"],
"https://drafts.csswg.org/css-position-3/#stickypos-insets" => &
["css.properties.position.position_sticky_table_elements",
"css.properties.position.sticky"],
"https://drafts.csswg.org/css-position-4/#backdrop" => & ["css.selectors.backdrop",
"css.selectors.backdrop.dialog",
"css.selectors.backdrop.inherit_from_originating_element"],
"https://drafts.csswg.org/css-position-4/#overlay" => & ["css.properties.overlay",
"css.properties.overlay.auto", "css.properties.overlay.none"],
"https://drafts.csswg.org/css-pseudo-4/#details-content-pseudo" => &
["css.selectors.details-content"],
"https://drafts.csswg.org/css-pseudo-4/#file-selector-button-pseudo" => &
["css.selectors.file-selector-button"],
"https://drafts.csswg.org/css-pseudo-4/#first-letter-pseudo" => &
["css.selectors.first-letter", "css.selectors.first-letter.dutch_ij_digraph",
"css.selectors.first-letter.svg_text_element"],
"https://drafts.csswg.org/css-pseudo-4/#first-line-pseudo" => &
["css.selectors.first-line", "css.selectors.first-line.svg_text_element"],
"https://drafts.csswg.org/css-pseudo-4/#generated-content" => &
["css.selectors.after", "css.selectors.after.animation_and_transition_support",
"css.selectors.before", "css.selectors.before.animation_and_transition_support"],
"https://drafts.csswg.org/css-pseudo-4/#highlight-styling" => &
["css.selectors.selection.text-decoration"],
"https://drafts.csswg.org/css-pseudo-4/#marker-pseudo" => & ["css.selectors.marker",
"css.selectors.marker.animation_and_transition_support"],
"https://drafts.csswg.org/css-pseudo-4/#placeholder-pseudo" => &
["css.selectors.placeholder"],
"https://drafts.csswg.org/css-pseudo-4/#selectordef-grammar-error" => &
["css.selectors.grammar-error", "css.selectors.spelling-error"],
"https://drafts.csswg.org/css-pseudo-4/#selectordef-selection" => &
["css.selectors.selection"],
"https://drafts.csswg.org/css-pseudo-4/#selectordef-spelling-error" => &
["css.selectors.grammar-error", "css.selectors.spelling-error"],
"https://drafts.csswg.org/css-pseudo-4/#selectordef-target-text" => &
["css.selectors.target-text"],
"https://drafts.csswg.org/css-ruby-1/#ruby-align-property" => &
["css.properties.ruby-align", "css.properties.ruby-align.center",
"css.properties.ruby-align.space-around", "css.properties.ruby-align.space-between",
"css.properties.ruby-align.start"],
"https://drafts.csswg.org/css-ruby-1/#ruby-overhang" => &
["css.properties.ruby-overhang", "css.properties.ruby-overhang.auto",
"css.properties.ruby-overhang.none"], "https://drafts.csswg.org/css-ruby-1/#rubypos"
=> & ["css.properties.ruby-position", "css.properties.ruby-position.inter-character",
"css.properties.ruby-position.over", "css.properties.ruby-position.under"],
"https://drafts.csswg.org/css-scroll-anchoring-1/#exclusion-api" => &
["css.properties.overflow-anchor", "css.properties.overflow-anchor.auto",
"css.properties.overflow-anchor.none"], "https://drafts.csswg.org/css-scroll-snap-2/"
=> & ["css.properties.scroll-margin", "css.properties.scroll-margin-block",
"css.properties.scroll-margin-block-end", "css.properties.scroll-margin-block-start",
"css.properties.scroll-margin-bottom", "css.properties.scroll-margin-inline",
"css.properties.scroll-margin-inline-end",
"css.properties.scroll-margin-inline-start", "css.properties.scroll-margin-left",
"css.properties.scroll-margin-right", "css.properties.scroll-margin-top",
"css.properties.scroll-padding", "css.properties.scroll-padding-block",
"css.properties.scroll-padding-block-end",
"css.properties.scroll-padding-block-end.auto",
"css.properties.scroll-padding-block-start",
"css.properties.scroll-padding-block-start.auto",
"css.properties.scroll-padding-block.auto", "css.properties.scroll-padding-bottom",
"css.properties.scroll-padding-inline", "css.properties.scroll-padding-inline-end",
"css.properties.scroll-padding-inline-end.auto",
"css.properties.scroll-padding-inline-start",
"css.properties.scroll-padding-inline-start.auto",
"css.properties.scroll-padding-inline.auto", "css.properties.scroll-padding-left",
"css.properties.scroll-padding-right", "css.properties.scroll-padding-top",
"css.properties.scroll-padding.auto", "css.properties.scroll-snap-align",
"css.properties.scroll-snap-align.center", "css.properties.scroll-snap-align.end",
"css.properties.scroll-snap-align.none", "css.properties.scroll-snap-align.start",
"css.properties.scroll-snap-stop", "css.properties.scroll-snap-stop.always",
"css.properties.scroll-snap-stop.normal", "css.properties.scroll-snap-type",
"css.properties.scroll-snap-type.block", "css.properties.scroll-snap-type.both",
"css.properties.scroll-snap-type.inline", "css.properties.scroll-snap-type.none",
"css.properties.scroll-snap-type.x", "css.properties.scroll-snap-type.y"],
"https://drafts.csswg.org/css-scroll-snap-2/#properties-on-the-scroll-container" => &
["css.properties.scroll-initial-target",
"css.properties.scroll-initial-target.nearest",
"css.properties.scroll-initial-target.none"],
"https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color" => &
["css.properties.scrollbar-color", "css.properties.scrollbar-color.auto"],
"https://drafts.csswg.org/css-scrollbars-1/#scrollbar-width" => &
["css.properties.scrollbar-width", "css.properties.scrollbar-width.auto",
"css.properties.scrollbar-width.none", "css.properties.scrollbar-width.thin"],
"https://drafts.csswg.org/css-shadow-1/#exposing" => & ["css.selectors.part"],
"https://drafts.csswg.org/css-shadow-1/#host-selector" => & ["css.selectors.host",
"css.selectors.host-context", "css.selectors.hostfunction"],
"https://drafts.csswg.org/css-shadow-1/#the-has-slotted-pseudo" => &
["css.selectors.has-slotted"],
"https://drafts.csswg.org/css-shapes-1/#basic-shape-functions" => &
["css.types.basic-shape", "css.types.basic-shape.animation",
"css.types.basic-shape.circle", "css.types.basic-shape.ellipse",
"css.types.basic-shape.inset", "css.types.basic-shape.polygon"],
"https://drafts.csswg.org/css-shapes-1/#declaring-shapes" => &
["css.properties.shape-image-threshold",
"css.properties.shape-image-threshold.percentages", "css.properties.shape-margin",
"css.properties.shape-outside", "css.properties.shape-outside.circle",
"css.properties.shape-outside.gradient", "css.properties.shape-outside.image",
"css.properties.shape-outside.inset", "css.properties.shape-outside.none",
"css.properties.shape-outside.path", "css.properties.shape-outside.polygon"],
"https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-rect" => &
["css.types.basic-shape.rect", "css.types.basic-shape.xywh"],
"https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-xywh" => &
["css.types.basic-shape.rect", "css.types.basic-shape.xywh"],
"https://drafts.csswg.org/css-shapes-1/#shape-function" => &
["css.types.basic-shape.shape"],
"https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes" => &
["css.types.basic-shape.path", "css.types.basic-shape.path.clip-path",
"css.types.basic-shape.path.d", "css.types.basic-shape.path.offset-path",
"css.types.basic-shape.path.shape-outside"],
"https://drafts.csswg.org/css-size-adjust-1/#adjustment-control" => &
["css.properties.text-size-adjust", "css.properties.text-size-adjust.auto",
"css.properties.text-size-adjust.none",
"css.properties.text-size-adjust.percentages"],
"https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content" => &
["css.properties.block-size.fit-content_function",
"css.properties.height.fit-content_function",
"css.properties.inline-size.fit-content_function",
"css.properties.max-block-size.fit-content_function",
"css.properties.max-height.fit-content_function",
"css.properties.max-inline-size.fit-content_function",
"css.properties.max-width.fit-content_function",
"css.properties.min-block-size.fit-content_function",
"css.properties.min-height.fit-content_function",
"css.properties.min-inline-size.fit-content_function",
"css.properties.min-width.fit-content_function",
"css.properties.width.fit-content_function"],
"https://drafts.csswg.org/css-sizing-3/#max-size-properties" => &
["css.properties.max-height", "css.properties.max-height.none",
"css.properties.max-width", "css.properties.max-width.none",
"css.properties.min-height", "css.properties.min-height.auto",
"css.properties.min-width", "css.properties.min-width.auto"],
"https://drafts.csswg.org/css-sizing-3/#min-size-properties" => &
["css.properties.max-height", "css.properties.max-height.none",
"css.properties.max-width", "css.properties.max-width.none",
"css.properties.min-height", "css.properties.min-height.auto",
"css.properties.min-width", "css.properties.min-width.auto"],
"https://drafts.csswg.org/css-sizing-3/#preferred-size-properties" => &
["css.properties.height", "css.properties.height.auto", "css.properties.width",
"css.properties.width.auto", "css.properties.width.is_animatable",
"css.types.dimension", "css.types.length", "css.types.length-percentage",
"css.types.percentage"], "https://drafts.csswg.org/css-sizing-3/#propdef-box-sizing"
=> & ["css.properties.box-sizing", "css.properties.box-sizing.border-box",
"css.properties.box-sizing.content-box"],
"https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content" => &
["css.properties.height.max-content", "css.properties.height.min-content",
"css.properties.max-height.max-content", "css.properties.max-height.min-content",
"css.properties.max-width.max-content", "css.properties.max-width.min-content",
"css.properties.min-height.max-content", "css.properties.min-height.min-content",
"css.properties.min-width.max-content", "css.properties.min-width.min-content",
"css.properties.width.max-content", "css.properties.width.min-content"],
"https://drafts.csswg.org/css-sizing-3/#valdef-width-min-content" => &
["css.properties.height.max-content", "css.properties.height.min-content",
"css.properties.max-height.max-content", "css.properties.max-height.min-content",
"css.properties.max-width.max-content", "css.properties.max-width.min-content",
"css.properties.min-height.max-content", "css.properties.min-height.min-content",
"css.properties.min-width.max-content", "css.properties.min-width.min-content",
"css.properties.width.max-content", "css.properties.width.min-content"],
"https://drafts.csswg.org/css-sizing-4/#aspect-ratio" => &
["css.properties.aspect-ratio", "css.properties.aspect-ratio.auto"],
"https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override" => &
["css.properties.contain-intrinsic-block-size",
"css.properties.contain-intrinsic-block-size.none",
"css.properties.contain-intrinsic-height",
"css.properties.contain-intrinsic-height.none",
"css.properties.contain-intrinsic-inline-size",
"css.properties.contain-intrinsic-inline-size.none",
"css.properties.contain-intrinsic-size",
"css.properties.contain-intrinsic-size.auto_none",
"css.properties.contain-intrinsic-size.none",
"css.properties.contain-intrinsic-width",
"css.properties.contain-intrinsic-width.none"],
"https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing" => &
["css.properties.height.stretch", "css.properties.max-height.stretch",
"css.properties.max-width.stretch", "css.properties.min-height.stretch",
"css.properties.min-width.stretch", "css.properties.width.stretch"],
"https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content" => &
["css.properties.height.fit-content", "css.properties.max-height.fit-content",
"css.properties.max-width.fit-content", "css.properties.min-height.fit-content",
"css.properties.min-width.fit-content", "css.properties.width.fit-content"],
"https://drafts.csswg.org/css-speech-1/#speaking-props-speak" => &
["css.properties.speak"],
"https://drafts.csswg.org/css-speech-1/#speaking-props-speak-as" => &
["css.properties.speak-as", "css.properties.speak-as.digits",
"css.properties.speak-as.literal-punctuation",
"css.properties.speak-as.no-punctuation", "css.properties.speak-as.normal",
"css.properties.speak-as.spell-out"],
"https://drafts.csswg.org/css-text-3/#hyphens-property" => &
["css.properties.hyphens", "css.properties.hyphens.auto",
"css.properties.hyphens.language_afrikaans",
"css.properties.hyphens.language_albanian",
"css.properties.hyphens.language_amharic",
"css.properties.hyphens.language_armenian",
"css.properties.hyphens.language_assamese", "css.properties.hyphens.language_basque",
"css.properties.hyphens.language_belarusian",
"css.properties.hyphens.language_bengali", "css.properties.hyphens.language_bosnian",
"css.properties.hyphens.language_bulgarian",
"css.properties.hyphens.language_catalan",
"css.properties.hyphens.language_croatian",
"css.properties.hyphens.language_cyrillic_mongolian",
"css.properties.hyphens.language_czech", "css.properties.hyphens.language_danish",
"css.properties.hyphens.language_dutch", "css.properties.hyphens.language_english",
"css.properties.hyphens.language_esperanto",
"css.properties.hyphens.language_estonian",
"css.properties.hyphens.language_ethiopic_script_mul",
"css.properties.hyphens.language_ethiopic_script_und",
"css.properties.hyphens.language_finnish", "css.properties.hyphens.language_french",
"css.properties.hyphens.language_galician",
"css.properties.hyphens.language_georgian",
"css.properties.hyphens.language_german_reformed_orthography",
"css.properties.hyphens.language_german_swiss_orthography",
"css.properties.hyphens.language_german_traditional_orthography",
"css.properties.hyphens.language_gujarati", "css.properties.hyphens.language_hindi",
"css.properties.hyphens.language_hungarian",
"css.properties.hyphens.language_icelandic",
"css.properties.hyphens.language_interlingua",
"css.properties.hyphens.language_irish", "css.properties.hyphens.language_italian",
"css.properties.hyphens.language_kannada",
"css.properties.hyphens.language_kurmanji", "css.properties.hyphens.language_latin",
"css.properties.hyphens.language_latvian",
"css.properties.hyphens.language_lithuanian",
"css.properties.hyphens.language_malayalam",
"css.properties.hyphens.language_marathi",
"css.properties.hyphens.language_modern_greek",
"css.properties.hyphens.language_mongolian",
"css.properties.hyphens.language_norwegian_nn",
"css.properties.hyphens.language_norwegian_no",
"css.properties.hyphens.language_old_slavonic",
"css.properties.hyphens.language_oriya", "css.properties.hyphens.language_polish",
"css.properties.hyphens.language_portuguese",
"css.properties.hyphens.language_punjabi", "css.properties.hyphens.language_russian",
"css.properties.hyphens.language_slovak",
"css.properties.hyphens.language_slovenian",
"css.properties.hyphens.language_spanish", "css.properties.hyphens.language_swedish",
"css.properties.hyphens.language_tamil", "css.properties.hyphens.language_telugu",
"css.properties.hyphens.language_turkish", "css.properties.hyphens.language_turkmen",
"css.properties.hyphens.language_ukrainian",
"css.properties.hyphens.language_upper_sorbian",
"css.properties.hyphens.language_welsh"],
"https://drafts.csswg.org/css-text-3/#text-indent-property" => &
["css.properties.text-indent"],
"https://drafts.csswg.org/css-text-3/#word-break-property" => &
["css.properties.word-break.break-word"],
"https://drafts.csswg.org/css-text-4/#hanging-punctuation-property" => &
["css.properties.hanging-punctuation",
"css.properties.hanging-punctuation.allow-end",
"css.properties.hanging-punctuation.first",
"css.properties.hanging-punctuation.last",
"css.properties.hanging-punctuation.none"],
"https://drafts.csswg.org/css-text-4/#hyphenate-char-limits" => &
["css.properties.hyphenate-limit-chars",
"css.properties.hyphenate-limit-chars.auto"],
"https://drafts.csswg.org/css-text-4/#hyphenate-character" => &
["css.properties.hyphenate-character", "css.properties.hyphenate-character.auto"],
"https://drafts.csswg.org/css-text-4/#letter-spacing-property" => &
["css.properties.letter-spacing", "css.properties.letter-spacing.normal"],
"https://drafts.csswg.org/css-text-4/#line-break-property" => &
["css.properties.line-break", "css.properties.line-break.anywhere",
"css.properties.line-break.auto", "css.properties.line-break.loose",
"css.properties.line-break.normal", "css.properties.line-break.strict"],
"https://drafts.csswg.org/css-text-4/#overflow-wrap-property" => &
["css.properties.overflow-wrap", "css.properties.overflow-wrap.anywhere",
"css.properties.overflow-wrap.break-word", "css.properties.overflow-wrap.normal"],
"https://drafts.csswg.org/css-text-4/#tab-size-property" => &
["css.properties.tab-size", "css.properties.tab-size.length"],
"https://drafts.csswg.org/css-text-4/#text-align-last-property" => &
["css.properties.text-align-last", "css.properties.text-align-last.auto"],
"https://drafts.csswg.org/css-text-4/#text-align-property" => &
["css.properties.text-align", "css.properties.text-align.center",
"css.properties.text-align.end", "css.properties.text-align.justify",
"css.properties.text-align.left", "css.properties.text-align.match-parent",
"css.properties.text-align.right", "css.properties.text-align.start"],
"https://drafts.csswg.org/css-text-4/#text-autospace-property" => &
["css.properties.text-autospace", "css.properties.text-autospace.auto",
"css.properties.text-autospace.ideograph-alpha",
"css.properties.text-autospace.ideograph-numeric",
"css.properties.text-autospace.insert", "css.properties.text-autospace.no-autospace",
"css.properties.text-autospace.normal", "css.properties.text-autospace.punctuation",
"css.properties.text-autospace.replace"],
"https://drafts.csswg.org/css-text-4/#text-indent-property" => &
["css.properties.text-indent.each-line", "css.properties.text-indent.hanging"],
"https://drafts.csswg.org/css-text-4/#text-justify-property" => &
["css.properties.text-justify", "css.properties.text-justify.auto",
"css.properties.text-justify.inter-character",
"css.properties.text-justify.inter-word", "css.properties.text-justify.none"],
"https://drafts.csswg.org/css-text-4/#text-spacing-trim-property" => &
["css.properties.text-spacing-trim", "css.properties.text-spacing-trim.normal",
"css.properties.text-spacing-trim.space-all",
"css.properties.text-spacing-trim.space-first",
"css.properties.text-spacing-trim.trim-start"],
"https://drafts.csswg.org/css-text-4/#text-transform-property" => &
["css.properties.text-transform", "css.properties.text-transform.capitalize",
"css.properties.text-transform.dutch_ij_digraph",
"css.properties.text-transform.full-size-kana",
"css.properties.text-transform.full-width",
"css.properties.text-transform.greek_accented_characters",
"css.properties.text-transform.lowercase",
"css.properties.text-transform.lowercase_sigma",
"css.properties.text-transform.none", "css.properties.text-transform.turkic_is",
"css.properties.text-transform.uppercase",
"css.properties.text-transform.uppercase_eszett"],
"https://drafts.csswg.org/css-text-4/#text-wrap-shorthand" => &
["css.properties.text-wrap", "css.properties.text-wrap-mode",
"css.properties.text-wrap-mode.nowrap", "css.properties.text-wrap-mode.wrap",
"css.properties.text-wrap-style", "css.properties.text-wrap-style.auto",
"css.properties.text-wrap-style.stable", "css.properties.text-wrap.nowrap",
"css.properties.text-wrap.stable", "css.properties.text-wrap.wrap"],
"https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance" => &
["css.properties.text-wrap-style.balance", "css.properties.text-wrap.balance"],
"https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-pretty" => &
["css.properties.text-wrap-style.pretty", "css.properties.text-wrap.pretty"],
"https://drafts.csswg.org/css-text-4/#valdef-word-break-auto-phrase" => &
["css.properties.word-break.auto-phrase"],
"https://drafts.csswg.org/css-text-4/#white-space-collapsing" => &
["css.properties.white-space-collapse",
"css.properties.white-space-collapse.break-spaces",
"css.properties.white-space-collapse.collapse",
"css.properties.white-space-collapse.preserve",
"css.properties.white-space-collapse.preserve-breaks",
"css.properties.white-space-collapse.preserve-spaces"],
"https://drafts.csswg.org/css-text-4/#white-space-property" => &
["css.properties.white-space", "css.properties.white-space.break-spaces",
"css.properties.white-space.normal", "css.properties.white-space.nowrap",
"css.properties.white-space.pre", "css.properties.white-space.pre-line",
"css.properties.white-space.pre-wrap", "css.properties.white-space.shorthand_values",
"css.properties.white-space.svg_elements",
"css.properties.white-space.textarea_support"],
"https://drafts.csswg.org/css-text-4/#word-break-property" => &
["css.properties.word-break", "css.properties.word-break.break-all",
"css.properties.word-break.keep-all", "css.properties.word-break.normal"],
"https://drafts.csswg.org/css-text-4/#word-spacing-property" => &
["css.properties.word-spacing", "css.properties.word-spacing.normal"],
"https://drafts.csswg.org/css-text-decor-3/#valdef-text-decoration-line-blink" => &
["css.properties.text-decoration-line.blink"],
"https://drafts.csswg.org/css-text-decor-4/#line-decoration" => &
["css.properties.text-decoration", "css.properties.text-decoration-color",
"css.properties.text-decoration-line",
"css.properties.text-decoration-line.grammar-error",
"css.properties.text-decoration-line.line-through",
"css.properties.text-decoration-line.none",
"css.properties.text-decoration-line.overline",
"css.properties.text-decoration-line.spelling-error",
"css.properties.text-decoration-line.underline",
"css.properties.text-decoration-skip", "css.properties.text-decoration-skip-ink",
"css.properties.text-decoration-skip-ink.all",
"css.properties.text-decoration-skip-ink.auto",
"css.properties.text-decoration-skip-ink.none",
"css.properties.text-decoration-skip.auto",
"css.properties.text-decoration-skip.none", "css.properties.text-decoration-style",
"css.properties.text-decoration-style.wavy",
"css.properties.text-decoration-thickness",
"css.properties.text-decoration-thickness.auto",
"css.properties.text-decoration-thickness.from-font",
"css.properties.text-decoration-thickness.percentage",
"css.properties.text-decoration.includes_color-and-style",
"css.properties.text-decoration.includes_thickness"],
"https://drafts.csswg.org/css-text-decor-4/#text-emphasis-property" => &
["css.properties.text-emphasis", "css.properties.text-emphasis-color",
"css.properties.text-emphasis-position",
"css.properties.text-emphasis-position.auto",
"css.properties.text-emphasis-position.left",
"css.properties.text-emphasis-position.over",
"css.properties.text-emphasis-position.right",
"css.properties.text-emphasis-position.under", "css.properties.text-emphasis-style",
"css.properties.text-emphasis-style.circle",
"css.properties.text-emphasis-style.dot",
"css.properties.text-emphasis-style.double-circle",
"css.properties.text-emphasis-style.filled",
"css.properties.text-emphasis-style.none",
"css.properties.text-emphasis-style.sesame",
"css.properties.text-emphasis-style.triangle"],
"https://drafts.csswg.org/css-text-decor-4/#text-shadow-property" => &
["css.properties.text-shadow"],
"https://drafts.csswg.org/css-text-decor-4/#text-underline-position-property" => &
["css.properties.text-underline-position",
"css.properties.text-underline-position.auto",
"css.properties.text-underline-position.from-font",
"css.properties.text-underline-position.left",
"css.properties.text-underline-position.right",
"css.properties.text-underline-position.under"],
"https://drafts.csswg.org/css-text-decor-4/#underline-offset" => &
["css.properties.text-underline-offset", "css.properties.text-underline-offset.auto",
"css.properties.text-underline-offset.percentage"],
"https://drafts.csswg.org/css-transforms-1/" => & ["css.properties.transform",
"css.properties.transform-origin", "css.properties.transform-origin.bottom",
"css.properties.transform-origin.center", "css.properties.transform-origin.left",
"css.properties.transform-origin.right",
"css.properties.transform-origin.three_value_syntax",
"css.properties.transform-origin.top", "css.properties.transform.none",
"css.types.angle", "css.types.angle-percentage", "css.types.angle.deg",
"css.types.angle.grad", "css.types.angle.rad", "css.types.angle.turn",
"css.types.position", "css.types.position.four_value_syntax",
"css.types.position.keyword_value_syntax", "css.types.transform-function",
"css.types.transform-function.matrix", "css.types.transform-function.rotate",
"css.types.transform-function.scale", "css.types.transform-function.scaleX",
"css.types.transform-function.scaleY", "css.types.transform-function.skew",
"css.types.transform-function.skewX", "css.types.transform-function.skewY",
"css.types.transform-function.translate", "css.types.transform-function.translateX",
"css.types.transform-function.translateY"],
"https://drafts.csswg.org/css-transforms-1/#transform-box" => &
["css.properties.transform-box", "css.properties.transform-box.border-box",
"css.properties.transform-box.content-box", "css.properties.transform-box.fill-box",
"css.properties.transform-box.stroke-box", "css.properties.transform-box.view-box"],
"https://drafts.csswg.org/css-transforms-2/" => &
["css.properties.backface-visibility", "css.properties.perspective",
"css.properties.perspective-origin", "css.properties.perspective-origin.bottom",
"css.properties.perspective-origin.center", "css.properties.perspective-origin.left",
"css.properties.perspective-origin.right", "css.properties.perspective-origin.top",
"css.properties.perspective.none", "css.properties.transform-style",
"css.properties.transform.3d", "css.types.transform-function.matrix3d",
"css.types.transform-function.perspective",
"css.types.transform-function.perspective.none",
"css.types.transform-function.rotate3d", "css.types.transform-function.rotateX",
"css.types.transform-function.rotateY", "css.types.transform-function.rotateZ",
"css.types.transform-function.scale3d", "css.types.transform-function.scaleZ",
"css.types.transform-function.translate3d",
"css.types.transform-function.translateZ"],
"https://drafts.csswg.org/css-transforms-2/#individual-transforms" => &
["css.properties.rotate", "css.properties.rotate.none",
"css.properties.rotate.x_y_z_angle", "css.properties.scale",
"css.properties.scale.none", "css.properties.translate",
"css.properties.translate.none"], "https://drafts.csswg.org/css-transitions-2/" => &
["css.properties.transition", "css.properties.transition-delay",
"css.properties.transition-duration", "css.properties.transition-property",
"css.properties.transition-property.IDENT_value",
"css.properties.transition-property.all", "css.properties.transition-property.none",
"css.properties.transition-timing-function",
"css.properties.transition-timing-function.ease",
"css.properties.transition-timing-function.ease-in",
"css.properties.transition-timing-function.ease-in-out",
"css.properties.transition-timing-function.ease-out",
"css.properties.transition-timing-function.jump",
"css.properties.transition-timing-function.linear",
"css.properties.transition-timing-function.step-end",
"css.properties.transition-timing-function.step-start",
"css.properties.transition.all", "css.properties.transition.ease",
"css.properties.transition.ease-in", "css.properties.transition.ease-in-out",
"css.properties.transition.ease-out",
"css.properties.transition.gradients_can_animate",
"css.properties.transition.linear", "css.properties.transition.none",
"css.properties.transition.step-end", "css.properties.transition.step-start"],
"https://drafts.csswg.org/css-transitions-2/#defining-before-change-style" => &
["css.at-rules.starting-style"],
"https://drafts.csswg.org/css-transitions-2/#transition-behavior-property" => &
["css.properties.transition-behavior",
"css.properties.transition.transition-behavior"],
"https://drafts.csswg.org/css-ui-3/#input-method-editor" => &
["css.properties.ime-mode"],
"https://drafts.csswg.org/css-ui-4/#appearance-switching" => &
["css.properties.appearance", "css.properties.appearance.auto",
"css.properties.appearance.button", "css.properties.appearance.checkbox",
"css.properties.appearance.listbox", "css.properties.appearance.menulist",
"css.properties.appearance.menulist-button", "css.properties.appearance.meter",
"css.properties.appearance.none", "css.properties.appearance.progress-bar",
"css.properties.appearance.radio", "css.properties.appearance.searchfield",
"css.properties.appearance.textarea", "css.properties.appearance.textfield"],
"https://drafts.csswg.org/css-ui-4/#content-selection" => &
["css.properties.user-select", "css.properties.user-select.all",
"css.properties.user-select.auto", "css.properties.user-select.none",
"css.properties.user-select.text"], "https://drafts.csswg.org/css-ui-4/#cursor" => &
["css.properties.cursor", "css.properties.cursor.alias",
"css.properties.cursor.all-scroll", "css.properties.cursor.auto",
"css.properties.cursor.cell", "css.properties.cursor.col-resize",
"css.properties.cursor.context-menu", "css.properties.cursor.copy",
"css.properties.cursor.crosshair", "css.properties.cursor.default",
"css.properties.cursor.e-resize", "css.properties.cursor.ew-resize",
"css.properties.cursor.grab", "css.properties.cursor.grabbing",
"css.properties.cursor.help", "css.properties.cursor.move",
"css.properties.cursor.n-resize", "css.properties.cursor.ne-resize",
"css.properties.cursor.nesw-resize", "css.properties.cursor.no-drop",
"css.properties.cursor.none", "css.properties.cursor.not-allowed",
"css.properties.cursor.ns-resize", "css.properties.cursor.nw-resize",
"css.properties.cursor.nwse-resize", "css.properties.cursor.pointer",
"css.properties.cursor.progress", "css.properties.cursor.row-resize",
"css.properties.cursor.s-resize", "css.properties.cursor.se-resize",
"css.properties.cursor.sw-resize", "css.properties.cursor.text",
"css.properties.cursor.url", "css.properties.cursor.url_positioning_syntax",
"css.properties.cursor.vertical-text", "css.properties.cursor.w-resize",
"css.properties.cursor.wait", "css.properties.cursor.zoom-in",
"css.properties.cursor.zoom-out"], "https://drafts.csswg.org/css-ui-4/#inertness" =>
& ["css.properties.interactivity", "css.properties.interactivity.auto",
"css.properties.interactivity.inert"],
"https://drafts.csswg.org/css-ui-4/#insertion-caret" => &
["css.properties.caret-color"], "https://drafts.csswg.org/css-ui-4/#outline" => &
["css.properties.outline", "css.properties.outline-color",
"css.properties.outline-color.transparent", "css.properties.outline-offset",
"css.properties.outline-style", "css.properties.outline-style.auto",
"css.properties.outline-style.dashed", "css.properties.outline-style.dotted",
"css.properties.outline-style.double", "css.properties.outline-style.groove",
"css.properties.outline-style.inset", "css.properties.outline-style.none",
"css.properties.outline-style.outset", "css.properties.outline-style.ridge",
"css.properties.outline-style.solid", "css.properties.outline-width",
"css.properties.outline-width.medium", "css.properties.outline-width.thick",
"css.properties.outline-width.thin", "css.properties.outline.dashed",
"css.properties.outline.dotted", "css.properties.outline.double",
"css.properties.outline.groove", "css.properties.outline.inset",
"css.properties.outline.medium", "css.properties.outline.none",
"css.properties.outline.outset", "css.properties.outline.ridge",
"css.properties.outline.solid", "css.properties.outline.thick",
"css.properties.outline.thin", "css.properties.outline.transparent"],
"https://drafts.csswg.org/css-ui-4/#pointer-events-control" => &
["css.properties.pointer-events", "css.properties.pointer-events.html_elements"],
"https://drafts.csswg.org/css-ui-4/#propdef-caret-shape" => &
["css.properties.caret-shape", "css.properties.caret-shape.auto",
"css.properties.caret-shape.bar", "css.properties.caret-shape.block",
"css.properties.caret-shape.underscore"], "https://drafts.csswg.org/css-ui-4/#resize"
=> & ["css.properties.resize", "css.properties.resize.block",
"css.properties.resize.block_level_support", "css.properties.resize.inline"],
"https://drafts.csswg.org/css-ui-4/#widget-accent" => &
["css.properties.accent-color", "css.properties.accent-color.auto"],
"https://drafts.csswg.org/css-values-3/#calc-notation" => & ["css.types.calc",
"css.types.calc.gradient_color_stops", "css.types.calc.nested",
"css.types.calc.number_values"],
"https://drafts.csswg.org/css-values-4/#absolute-lengths" => &
["css.types.length.Q"], "https://drafts.csswg.org/css-values-4/#calc-keywords" => &
["css.types.calc-keyword", "css.types.calc-keyword.NaN", "css.types.calc-keyword.e",
"css.types.calc-keyword.infinity", "css.types.calc-keyword.pi"],
"https://drafts.csswg.org/css-values-4/#cap" => & ["css.types.length.cap"],
"https://drafts.csswg.org/css-values-4/#comp-func" => & ["css.types.clamp",
"css.types.max", "css.types.min"],
"https://drafts.csswg.org/css-values-4/#exponent-funcs" => & ["css.types.exp",
"css.types.hypot", "css.types.log", "css.types.pow", "css.types.sqrt"],
"https://drafts.csswg.org/css-values-4/#font-relative-lengths" => &
["css.types.length.ch", "css.types.length.em", "css.types.length.ex",
"css.types.length.rcap", "css.types.length.rch", "css.types.length.rem",
"css.types.length.rex", "css.types.length.ric", "css.types.length.rlh"],
"https://drafts.csswg.org/css-values-4/#ic" => & ["css.types.length.ic"],
"https://drafts.csswg.org/css-values-4/#lh" => & ["css.types.length.lh"],
"https://drafts.csswg.org/css-values-4/#round-func" => & ["css.types.mod",
"css.types.mod.mixed_type_parameters", "css.types.rem",
"css.types.rem.mixed_type_parameters", "css.types.round",
"css.types.round.mixed_type_parameters"],
"https://drafts.csswg.org/css-values-4/#sign-funcs" => & ["css.types.abs",
"css.types.sign"], "https://drafts.csswg.org/css-values-4/#trig-funcs" => &
["css.types.acos", "css.types.asin", "css.types.atan", "css.types.atan2",
"css.types.cos", "css.types.sin", "css.types.tan"],
"https://drafts.csswg.org/css-values-4/#viewport-relative-lengths" => &
["css.types.length.vb", "css.types.length.vh", "css.types.length.vi",
"css.types.length.viewport_percentage_units_dynamic",
"css.types.length.viewport_percentage_units_large",
"css.types.length.viewport_percentage_units_small", "css.types.length.vmax",
"css.types.length.vmin", "css.types.length.vw"],
"https://drafts.csswg.org/css-values-4/#viewport-variants" => &
["css.types.length.vb", "css.types.length.vi",
"css.types.length.viewport_percentage_units_dynamic",
"css.types.length.viewport_percentage_units_large",
"css.types.length.viewport_percentage_units_small"],
"https://drafts.csswg.org/css-values-5/#attr-notation" => & ["css.types.attr",
"css.types.attr.declaration-value", "css.types.attr.type_function",
"css.types.attr.type_function.angle", "css.types.attr.type_function.color",
"css.types.attr.type_function.custom-ident", "css.types.attr.type_function.ident",
"css.types.attr.type_function.image", "css.types.attr.type_function.integer",
"css.types.attr.type_function.length",
"css.types.attr.type_function.length-percentage",
"css.types.attr.type_function.number", "css.types.attr.type_function.percentage",
"css.types.attr.type_function.resolution", "css.types.attr.type_function.string",
"css.types.attr.type_function.time",
"css.types.attr.type_function.transform-function",
"css.types.attr.type_function.url"],
"https://drafts.csswg.org/css-values-5/#calc-size" => & ["css.types.calc-size"],
"https://drafts.csswg.org/css-values-5/#if-notation" => & ["css.types.if"],
"https://drafts.csswg.org/css-values-5/#interpolate-size" => &
["css.properties.interpolate-size", "css.properties.interpolate-size.allow-keywords",
"css.properties.interpolate-size.numeric-only"],
"https://drafts.csswg.org/css-values-5/#progress" => & ["css.types.progress"],
"https://drafts.csswg.org/css-values-5/#random" => & ["css.types.random"],
"https://drafts.csswg.org/css-values-5/#tree-counting" => &
["css.types.sibling-count", "css.types.sibling-index"],
"https://drafts.csswg.org/css-variables-1/" => & ["css.properties.custom-property",
"css.types.var"], "https://drafts.csswg.org/css-view-transitions-1/" => &
["css.properties.view-transition-name",
"css.properties.view-transition-name.match-element",
"css.properties.view-transition-name.none", "css.selectors.view-transition",
"css.selectors.view-transition-group", "css.selectors.view-transition-image-pair",
"css.selectors.view-transition-new", "css.selectors.view-transition-old"],
"https://drafts.csswg.org/css-view-transitions-2/#cross-doc-opt-in" => &
["css.at-rules.view-transition"],
"https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-class" => &
["css.properties.view-transition-class",
"css.properties.view-transition-class.none"],
"https://drafts.csswg.org/css-view-transitions-2/#the-active-view-transition-pseudo"
=> & ["css.selectors.active-view-transition",
"css.selectors.active-view-transition-type"],
"https://drafts.csswg.org/css-viewport/#segments" => &
["css.at-rules.media.horizontal-viewport-segments",
"css.at-rules.media.vertical-viewport-segments",
"css.types.env.viewport-segment-bottom", "css.types.env.viewport-segment-height",
"css.types.env.viewport-segment-left", "css.types.env.viewport-segment-right",
"css.types.env.viewport-segment-top", "css.types.env.viewport-segment-width"],
"https://drafts.csswg.org/css-viewport/#zoom-property" => & ["css.properties.zoom"],
"https://drafts.csswg.org/css-will-change-1/" => & ["css.properties.will-change",
"css.properties.will-change.auto", "css.properties.will-change.contents",
"css.properties.will-change.scroll-position"],
"https://drafts.csswg.org/css-writing-modes-4/#block-flow" => &
["css.properties.writing-mode", "css.properties.writing-mode.horizontal-tb",
"css.properties.writing-mode.lr", "css.properties.writing-mode.lr-tb",
"css.properties.writing-mode.rl", "css.properties.writing-mode.rl-tb",
"css.properties.writing-mode.sideways-lr", "css.properties.writing-mode.sideways-rl",
"css.properties.writing-mode.tb", "css.properties.writing-mode.tb-rl",
"css.properties.writing-mode.vertical-lr",
"css.properties.writing-mode.vertical-rl"],
"https://drafts.csswg.org/css-writing-modes-4/#direction" => &
["css.properties.direction", "css.properties.direction.ltr",
"css.properties.direction.rtl", "css.properties.unicode-bidi",
"css.properties.unicode-bidi.bidi-override", "css.properties.unicode-bidi.embed",
"css.properties.unicode-bidi.isolate",
"css.properties.unicode-bidi.isolate-override", "css.properties.unicode-bidi.normal",
"css.properties.unicode-bidi.plaintext"],
"https://drafts.csswg.org/css-writing-modes-4/#glyph-orientation" => &
["css.properties.glyph-orientation-vertical"],
"https://drafts.csswg.org/css-writing-modes-4/#text-combine-upright" => &
["css.properties.text-combine-upright", "css.properties.text-combine-upright.all",
"css.properties.text-combine-upright.none"],
"https://drafts.csswg.org/css-writing-modes-4/#text-orientation" => &
["css.properties.text-orientation", "css.properties.text-orientation.mixed",
"css.properties.text-orientation.sideways",
"css.properties.text-orientation.upright"],
"https://drafts.csswg.org/css-writing-modes-4/#unicode-bidi" => &
["css.properties.direction", "css.properties.direction.ltr",
"css.properties.direction.rtl", "css.properties.unicode-bidi",
"css.properties.unicode-bidi.bidi-override", "css.properties.unicode-bidi.embed",
"css.properties.unicode-bidi.isolate",
"css.properties.unicode-bidi.isolate-override", "css.properties.unicode-bidi.normal",
"css.properties.unicode-bidi.plaintext"],
"https://drafts.csswg.org/css-writing-modes-4/#vertical-modes" => &
["css.properties.direction.vertical_slider_direction",
"css.properties.writing-mode.vertical_oriented_form_controls"],
"https://drafts.csswg.org/css2/#charset" => & ["css.at-rules.charset"],
"https://drafts.csswg.org/css2/#propdef-clear" => & ["css.properties.clear",
"css.properties.clear.both", "css.properties.clear.left",
"css.properties.clear.none", "css.properties.clear.right", "css.properties.float",
"css.properties.float.left", "css.properties.float.none",
"css.properties.float.right"], "https://drafts.csswg.org/css2/#propdef-float" => &
["css.properties.clear", "css.properties.clear.both", "css.properties.clear.left",
"css.properties.clear.none", "css.properties.clear.right", "css.properties.float",
"css.properties.float.left", "css.properties.float.none",
"css.properties.float.right"],
"https://drafts.csswg.org/css2/#propdef-vertical-align" => &
["css.properties.vertical-align", "css.properties.vertical-align.baseline",
"css.properties.vertical-align.bottom", "css.properties.vertical-align.middle",
"css.properties.vertical-align.sub", "css.properties.vertical-align.super",
"css.properties.vertical-align.text-bottom",
"css.properties.vertical-align.text-top", "css.properties.vertical-align.top"],
"https://drafts.csswg.org/css2/#z-index" => & ["css.properties.z-index",
"css.properties.z-index.auto", "css.properties.z-index.negative_values",
"css.types.integer"], "https://drafts.csswg.org/filter-effects-1/" => &
["css.properties.color-interpolation-filters",
"css.properties.color-interpolation-filters.auto",
"css.properties.color-interpolation-filters.linearRGB",
"css.properties.color-interpolation-filters.sRGB",
"css.properties.filter.svg_elements", "css.properties.flood-color",
"css.properties.flood-color.currentColor", "css.properties.flood-color.transparent",
"css.properties.flood-opacity", "css.properties.lighting-color",
"css.properties.lighting-color.currentColor",
"css.properties.lighting-color.transparent"],
"https://drafts.csswg.org/filter-effects-1/#FilterCSSImageValue" => &
["css.types.image.filter"],
"https://drafts.csswg.org/filter-effects-1/#propdef-filter" => &
["css.properties.filter", "css.properties.filter.blur",
"css.properties.filter.brightness", "css.properties.filter.contrast",
"css.properties.filter.drop-shadow", "css.properties.filter.grayscale",
"css.properties.filter.hue-rotate", "css.properties.filter.invert",
"css.properties.filter.opacity", "css.properties.filter.saturate",
"css.properties.filter.sepia", "css.types.filter-function",
"css.types.filter-function.blur", "css.types.filter-function.brightness",
"css.types.filter-function.contrast", "css.types.filter-function.drop-shadow",
"css.types.filter-function.grayscale", "css.types.filter-function.hue-rotate",
"css.types.filter-function.invert", "css.types.filter-function.opacity",
"css.types.filter-function.saturate", "css.types.filter-function.sepia"],
"https://drafts.csswg.org/filter-effects-2/#BackdropFilterProperty" => &
["css.properties.backdrop-filter"],
"https://drafts.csswg.org/mediaqueries-4/#mq-range-context" => &
["css.at-rules.media.range_syntax"], "https://drafts.csswg.org/mediaqueries-5/" => &
["css.at-rules.media", "css.at-rules.media.aspect-ratio", "css.at-rules.media.calc",
"css.at-rules.media.color", "css.at-rules.media.color-index",
"css.at-rules.media.grid", "css.at-rules.media.height",
"css.at-rules.media.media_features", "css.at-rules.media.media_query_values",
"css.at-rules.media.monochrome", "css.at-rules.media.nested-queries",
"css.at-rules.media.or_syntax", "css.at-rules.media.orientation",
"css.at-rules.media.width", "css.types.ratio", "css.types.ratio.number_value"],
"https://drafts.csswg.org/mediaqueries-5/#color-gamut" => &
["css.at-rules.media.color-gamut", "css.at-rules.media.color-gamut.p3",
"css.at-rules.media.color-gamut.rec2020", "css.at-rules.media.color-gamut.srgb"],
"https://drafts.csswg.org/mediaqueries-5/#custom-mq" => &
["css.at-rules.custom-media"],
"https://drafts.csswg.org/mediaqueries-5/#display-modes" => &
["css.at-rules.media.display-mode", "css.at-rules.media.display-mode.browser",
"css.at-rules.media.display-mode.fullscreen",
"css.at-rules.media.display-mode.minimal-ui",
"css.at-rules.media.display-mode.standalone"],
"https://drafts.csswg.org/mediaqueries-5/#dynamic-range" => &
["css.at-rules.media.dynamic-range", "css.at-rules.media.video-dynamic-range"],
"https://drafts.csswg.org/mediaqueries-5/#forced-colors" => &
["css.at-rules.media.forced-colors", "css.properties.forced-color-adjust",
"css.properties.forced-color-adjust.auto", "css.properties.forced-color-adjust.none",
"css.properties.forced-color-adjust.preserve-parent-color"],
"https://drafts.csswg.org/mediaqueries-5/#inverted" => &
["css.at-rules.media.inverted-colors"],
"https://drafts.csswg.org/mediaqueries-5/#mf-deprecated" => &
["css.at-rules.media.device-aspect-ratio", "css.at-rules.media.device-height",
"css.at-rules.media.device-width"],
"https://drafts.csswg.org/mediaqueries-5/#mf-horizontal-viewport-segments" => &
["css.at-rules.media.horizontal-viewport-segments",
"css.at-rules.media.vertical-viewport-segments",
"css.types.env.viewport-segment-bottom", "css.types.env.viewport-segment-height",
"css.types.env.viewport-segment-left", "css.types.env.viewport-segment-right",
"css.types.env.viewport-segment-top", "css.types.env.viewport-segment-width"],
"https://drafts.csswg.org/mediaqueries-5/#mf-interaction" => &
["css.at-rules.media.any-hover", "css.at-rules.media.any-pointer",
"css.at-rules.media.hover", "css.at-rules.media.pointer"],
"https://drafts.csswg.org/mediaqueries-5/#mf-overflow-block" => &
["css.at-rules.media.overflow-block", "css.at-rules.media.overflow-inline"],
"https://drafts.csswg.org/mediaqueries-5/#mf-overflow-inline" => &
["css.at-rules.media.overflow-block", "css.at-rules.media.overflow-inline"],
"https://drafts.csswg.org/mediaqueries-5/#mf-vertical-viewport-segments" => &
["css.at-rules.media.horizontal-viewport-segments",
"css.at-rules.media.vertical-viewport-segments",
"css.types.env.viewport-segment-bottom", "css.types.env.viewport-segment-height",
"css.types.env.viewport-segment-left", "css.types.env.viewport-segment-right",
"css.types.env.viewport-segment-top", "css.types.env.viewport-segment-width"],
"https://drafts.csswg.org/mediaqueries-5/#prefers-color-scheme" => &
["css.at-rules.media.prefers-color-scheme",
"css.at-rules.media.prefers-color-scheme.respects-inherited-scheme"],
"https://drafts.csswg.org/mediaqueries-5/#prefers-contrast" => &
["css.at-rules.media.prefers-contrast"],
"https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-data" => &
["css.at-rules.media.prefers-reduced-data"],
"https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-motion" => &
["css.at-rules.media.prefers-reduced-motion"],
"https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-transparency" => &
["css.at-rules.media.prefers-reduced-transparency"],
"https://drafts.csswg.org/mediaqueries-5/#resolution" => &
["css.at-rules.media.resolution", "css.types.resolution",
"css.types.resolution.dpcm", "css.types.resolution.dpi", "css.types.resolution.dppx",
"css.types.resolution.x"], "https://drafts.csswg.org/mediaqueries-5/#scripting" => &
["css.at-rules.media.scripting"], "https://drafts.csswg.org/mediaqueries-5/#update"
=> & ["css.at-rules.media.update"], "https://drafts.csswg.org/motion-1/" => &
["css.properties.offset", "css.properties.offset-anchor",
"css.properties.offset-anchor.auto", "css.properties.offset-anchor.bottom",
"css.properties.offset-anchor.center", "css.properties.offset-anchor.left",
"css.properties.offset-anchor.right", "css.properties.offset-anchor.top",
"css.properties.offset-distance", "css.properties.offset-path",
"css.properties.offset-path.basic_shape", "css.properties.offset-path.border-box",
"css.properties.offset-path.content-box", "css.properties.offset-path.fill-box",
"css.properties.offset-path.margin-box", "css.properties.offset-path.none",
"css.properties.offset-path.padding-box", "css.properties.offset-path.path",
"css.properties.offset-path.ray", "css.properties.offset-path.stroke-box",
"css.properties.offset-path.url", "css.properties.offset-path.view-box",
"css.properties.offset-position", "css.properties.offset-position.auto",
"css.properties.offset-position.bottom", "css.properties.offset-position.center",
"css.properties.offset-position.left", "css.properties.offset-position.normal",
"css.properties.offset-position.right", "css.properties.offset-position.top",
"css.properties.offset-rotate", "css.properties.offset-rotate.auto",
"css.properties.offset-rotate.reverse", "css.types.ray", "css.types.ray.position",
"css.types.ray.size"], "https://drafts.csswg.org/scroll-animations-1/" => &
["css.properties.animation-range", "css.properties.animation-range-end",
"css.properties.animation-range-end.normal", "css.properties.animation-range-start",
"css.properties.animation-range-start.normal", "css.properties.animation-timeline",
"css.properties.animation-timeline.scroll", "css.properties.animation-timeline.view",
"css.properties.animation.animation-timeline_included",
"css.properties.scroll-timeline", "css.properties.scroll-timeline-axis",
"css.properties.scroll-timeline-axis.block",
"css.properties.scroll-timeline-axis.inline",
"css.properties.scroll-timeline-axis.x", "css.properties.scroll-timeline-axis.y",
"css.properties.scroll-timeline-name", "css.properties.timeline-scope",
"css.properties.timeline-scope.all", "css.properties.timeline-scope.none",
"css.properties.view-timeline", "css.properties.view-timeline-axis",
"css.properties.view-timeline-axis.block",
"css.properties.view-timeline-axis.inline", "css.properties.view-timeline-axis.x",
"css.properties.view-timeline-axis.y", "css.properties.view-timeline-inset",
"css.properties.view-timeline-inset.auto", "css.properties.view-timeline-name"],
"https://drafts.csswg.org/selectors-3/#nth-child-pseudo" => &
["css.selectors.first-child", "css.selectors.first-child.no_parent_required",
"css.selectors.last-child", "css.selectors.last-child.no_parent_required",
"css.selectors.nth-child", "css.selectors.nth-child.no_parent_required",
"css.selectors.nth-last-child", "css.selectors.nth-last-child.no_parent_required",
"css.selectors.only-child", "css.selectors.only-child.no_parent_required"],
"https://drafts.csswg.org/selectors-3/#nth-last-child-pseudo" => &
["css.selectors.first-child", "css.selectors.first-child.no_parent_required",
"css.selectors.last-child", "css.selectors.last-child.no_parent_required",
"css.selectors.nth-child", "css.selectors.nth-child.no_parent_required",
"css.selectors.nth-last-child", "css.selectors.nth-last-child.no_parent_required",
"css.selectors.only-child", "css.selectors.only-child.no_parent_required"],
"https://drafts.csswg.org/selectors-4/" => & ["css.selectors.attribute",
"css.selectors.child", "css.selectors.class", "css.selectors.descendant",
"css.selectors.id", "css.selectors.list", "css.selectors.next-sibling",
"css.selectors.subsequent-sibling", "css.selectors.type",
"css.selectors.type.namespaces", "css.selectors.universal",
"css.selectors.universal.namespaces"],
"https://drafts.csswg.org/selectors-4/#attribute-case" => &
["css.selectors.attribute.case_insensitive_modifier",
"css.selectors.attribute.case_sensitive_modifier"],
"https://drafts.csswg.org/selectors-4/#checked" => & ["css.selectors.checked",
"css.selectors.disabled", "css.selectors.enabled"],
"https://drafts.csswg.org/selectors-4/#enableddisabled" => &
["css.selectors.checked", "css.selectors.disabled", "css.selectors.enabled"],
"https://drafts.csswg.org/selectors-4/#indeterminate" => &
["css.selectors.indeterminate", "css.selectors.indeterminate.checkbox",
"css.selectors.indeterminate.progress", "css.selectors.indeterminate.radio"],
"https://drafts.csswg.org/selectors-4/#location" => & ["css.selectors.any-link",
"css.selectors.any-link.not_match_link", "css.selectors.link",
"css.selectors.link.not_match_link", "css.selectors.visited",
"css.selectors.visited.not_match_link", "css.selectors.visited.privacy_measures"],
"https://drafts.csswg.org/selectors-4/#matches" => & ["css.selectors.is",
"css.selectors.is.forgiving_selector_list"],
"https://drafts.csswg.org/selectors-4/#modal-state" => & ["css.selectors.modal"],
"https://drafts.csswg.org/selectors-4/#negation" => & ["css.selectors.not",
"css.selectors.not.selector_list"],
"https://drafts.csswg.org/selectors-4/#open-state" => & ["css.selectors.open"],
"https://drafts.csswg.org/selectors-4/#placeholder" => &
["css.selectors.placeholder-shown",
"css.selectors.placeholder-shown.non_text_types"],
"https://drafts.csswg.org/selectors-4/#relational" => & ["css.selectors.has"],
"https://drafts.csswg.org/selectors-4/#resource-pseudos" => &
["css.selectors.buffering", "css.selectors.muted", "css.selectors.paused",
"css.selectors.playing", "css.selectors.seeking", "css.selectors.stalled",
"css.selectors.volume-locked"], "https://drafts.csswg.org/selectors-4/#rw-pseudos" =>
& ["css.selectors.read-only", "css.selectors.read-write"],
"https://drafts.csswg.org/selectors-4/#the-active-pseudo" => &
["css.selectors.active", "css.selectors.active.non_a_elements",
"css.selectors.focus", "css.selectors.hover", "css.selectors.hover.a_elements",
"css.selectors.hover.all_elements"],
"https://drafts.csswg.org/selectors-4/#the-default-pseudo" => &
["css.selectors.default"], "https://drafts.csswg.org/selectors-4/#the-dir-pseudo" =>
& ["css.selectors.dir"], "https://drafts.csswg.org/selectors-4/#the-empty-pseudo" =>
& ["css.selectors.empty", "css.selectors.empty.matches_whitespace"],
"https://drafts.csswg.org/selectors-4/#the-focus-pseudo" => &
["css.selectors.active", "css.selectors.active.non_a_elements",
"css.selectors.focus", "css.selectors.hover", "css.selectors.hover.a_elements",
"css.selectors.hover.all_elements"],
"https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo" => &
["css.selectors.focus-visible"],
"https://drafts.csswg.org/selectors-4/#the-focus-within-pseudo" => &
["css.selectors.focus-within"],
"https://drafts.csswg.org/selectors-4/#the-hover-pseudo" => &
["css.selectors.active", "css.selectors.active.non_a_elements",
"css.selectors.focus", "css.selectors.hover", "css.selectors.hover.a_elements",
"css.selectors.hover.all_elements"],
"https://drafts.csswg.org/selectors-4/#the-lang-pseudo" => & ["css.selectors.lang",
"css.selectors.lang.argument_list", "css.selectors.lang.wildcards"],
"https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo" => &
["css.selectors.nth-child.of_syntax", "css.selectors.nth-last-child.of_syntax"],
"https://drafts.csswg.org/selectors-4/#the-nth-last-child-pseudo" => &
["css.selectors.nth-child.of_syntax", "css.selectors.nth-last-child.of_syntax"],
"https://drafts.csswg.org/selectors-4/#the-root-pseudo" => & ["css.selectors.root"],
"https://drafts.csswg.org/selectors-4/#the-scope-pseudo" => & ["css.selectors.scope",
"css.selectors.scope.dom_api"],
"https://drafts.csswg.org/selectors-4/#the-target-pseudo" => &
["css.selectors.target"], "https://drafts.csswg.org/selectors-4/#typed-child-index"
=> & ["css.selectors.first-of-type", "css.selectors.last-of-type",
"css.selectors.nth-last-of-type", "css.selectors.nth-of-type",
"css.selectors.only-of-type"], "https://drafts.csswg.org/selectors-4/#ui-validity" =>
& ["css.selectors.in-range", "css.selectors.invalid", "css.selectors.invalid.form",
"css.selectors.optional", "css.selectors.out-of-range", "css.selectors.required",
"css.selectors.valid", "css.selectors.valid.form"],
"https://drafts.csswg.org/selectors-4/#user-pseudos" => &
["css.selectors.user-invalid", "css.selectors.user-valid"],
"https://drafts.csswg.org/selectors-4/#zero-matches" => & ["css.selectors.where",
"css.selectors.where.forgiving_selector_list"],
"https://drafts.csswg.org/selectors-5/#headings" => & ["css.selectors.heading",
"css.selectors.headingfunction"], "https://fullscreen.spec.whatwg.org/" => &
["css.selectors.backdrop.fullscreen", "css.selectors.fullscreen",
"css.selectors.fullscreen.all_elements"],
"https://html.spec.whatwg.org/multipage/custom-elements.html#autonomous-custom-element"
=> & ["css.selectors.defined"],
"https://html.spec.whatwg.org/multipage/custom-elements.html#custom-state-pseudo-class"
=> & ["css.selectors.state"], "https://html.spec.whatwg.org/multipage/popover.html"
=> & ["css.selectors.backdrop.popover", "css.selectors.popover-open"],
"https://html.spec.whatwg.org/multipage/scripting.html#the-slot-element" => &
["css.selectors.slotted"],
"https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes" => &
["css.selectors.buffering", "css.selectors.muted", "css.selectors.paused",
"css.selectors.playing", "css.selectors.seeking", "css.selectors.stalled",
"css.selectors.volume-locked"],
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-autofill" => &
["css.selectors.autofill"],
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-indeterminate"
=> & ["css.selectors.indeterminate", "css.selectors.indeterminate.checkbox",
"css.selectors.indeterminate.progress", "css.selectors.indeterminate.radio"],
"https://html.spec.whatwg.org/multipage/semantics-other.html#selector-read-only" => &
["css.selectors.read-only", "css.selectors.read-write"],
"https://html.spec.whatwg.org/multipage/tables.html" => &
["css.properties.border-collapse", "css.properties.border-collapse.collapse",
"css.properties.border-collapse.separate", "css.properties.border-spacing",
"css.properties.caption-side", "css.properties.caption-side.bottom",
"css.properties.caption-side.bottom-outside", "css.properties.caption-side.top",
"css.properties.caption-side.top-outside",
"css.properties.caption-side.writing-mode_relative_values",
"css.properties.empty-cells", "css.properties.empty-cells.hide",
"css.properties.empty-cells.show", "css.properties.table-layout",
"css.properties.table-layout.auto", "css.properties.table-layout.fixed"],
"https://immersive-web.github.io/dom-overlays/" => & ["css.selectors.xr-overlay"],
"https://open-ui.org/components/customizableselect/" => &
["css.properties.appearance.base-select", "css.selectors.checkmark",
"css.selectors.picker", "css.selectors.picker-icon"], "https://svgwg.org/svg2-draft/"
=> & ["css.at-rules.font-face.OpenType_SVG",
"css.properties.background-image.svg_images",
"css.properties.background.SVG_image_as_background", "css.properties.clip-rule",
"css.properties.clip-rule.evenodd", "css.properties.clip-rule.nonzero",
"css.properties.color-interpolation", "css.properties.color-interpolation.auto",
"css.properties.color-interpolation.linearGradient",
"css.properties.color-interpolation.sRGB", "css.properties.cx", "css.properties.cy",
"css.properties.d", "css.properties.fill", "css.properties.fill-rule",
"css.properties.fill-rule.evenodd", "css.properties.fill-rule.nonzero",
"css.properties.fill.none", "css.properties.letter-spacing.svg_elements",
"css.properties.marker", "css.properties.marker-end",
"css.properties.marker-end.none", "css.properties.marker-mid",
"css.properties.marker-mid.none", "css.properties.marker-start",
"css.properties.marker-start.none", "css.properties.marker.none", "css.properties.r",
"css.properties.rx", "css.properties.ry", "css.properties.shape-rendering",
"css.properties.shape-rendering.auto", "css.properties.stop-color",
"css.properties.stop-opacity", "css.properties.stroke",
"css.properties.stroke-color", "css.properties.stroke-dasharray",
"css.properties.stroke-dasharray.none", "css.properties.stroke-dashoffset",
"css.properties.stroke-linecap", "css.properties.stroke-linecap.butt",
"css.properties.stroke-linecap.round", "css.properties.stroke-linecap.square",
"css.properties.stroke-linejoin", "css.properties.stroke-linejoin.bevel",
"css.properties.stroke-linejoin.miter", "css.properties.stroke-linejoin.round",
"css.properties.stroke-miterlimit", "css.properties.stroke-width",
"css.properties.stroke.none", "css.properties.text-anchor",
"css.properties.text-anchor.end", "css.properties.text-anchor.middle",
"css.properties.text-anchor.start", "css.properties.text-rendering",
"css.properties.text-rendering.auto",
"css.properties.text-rendering.geometricPrecision",
"css.properties.transform-origin.svg_elements", "css.properties.vector-effect",
"css.properties.word-spacing.svg_elements", "css.properties.x", "css.properties.y"],
"https://svgwg.org/svg2-draft/painting.html#PaintOrder" => &
["css.properties.paint-order"],
"https://svgwg.org/svg2-draft/render.html#ObjectAndGroupOpacityProperties" => &
["css.properties.fill-opacity", "css.properties.stroke-opacity"],
"https://w3c.github.io/device-posture/" => & ["css.at-rules.media.device-posture"],
"https://w3c.github.io/mathml-core/" => & ["css.properties.display.math",
"css.properties.font-size.math", "css.properties.math-depth",
"css.properties.math-shift", "css.properties.math-style",
"css.properties.text-transform.math-auto"],
"https://w3c.github.io/picture-in-picture/" => &
["css.at-rules.media.display-mode.picture-in-picture",
"css.selectors.picture-in-picture"],
"https://w3c.github.io/pointerevents/#the-touch-action-css-property" => &
["css.properties.touch-action", "css.properties.touch-action.manipulation",
"css.properties.touch-action.none", "css.properties.touch-action.pan-down",
"css.properties.touch-action.pan-left", "css.properties.touch-action.pan-right",
"css.properties.touch-action.pan-up", "css.properties.touch-action.pan-x",
"css.properties.touch-action.pan-y", "css.properties.touch-action.pinch-zoom"],
"https://w3c.github.io/webvtt/" => & ["css.selectors.cue",
"css.selectors.cue.selector_argument"],
"https://w3c.github.io/webvtt/#the-past-and-future-pseudo-classes" => &
["css.selectors.future", "css.selectors.past"],
"https://wicg.github.io/window-controls-overlay/" => &
["css.at-rules.media.display-mode.window-controls-overlay",
"css.types.env.titlebar-area-height", "css.types.env.titlebar-area-width",
"css.types.env.titlebar-area-x", "css.types.env.titlebar-area-y"],
"https://www.iso.org/standard/87621.html" => &
["css.at-rules.font-face.OpenType_COLRv0", "css.at-rules.font-face.OpenType_COLRv1"],
"https://www.w3.org/TR/SVG11/" => & ["css.at-rules.font-face.SVG_fonts"]
};