Skip to content

Commit f4e9ad0

Browse files
author
curation-bot
committed
Publish curated data from 9af672d
Curated data generated from raw data at 9af672d
1 parent 1963e24 commit f4e9ad0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2489
-2262
lines changed

ed/algorithms/attribution-reporting-api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@
20582058
"html": "<p>Let <var>values</var> be <var>map</var>[\"<code><a data-link-type=\"dfn\" href=\"https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-aggregation_keys\" id=\"ref-for-source-registration-json-key-aggregation_keys①\">aggregation_keys</a></code>\"].</p>"
20592059
},
20602060
{
2061-
"html": "<p>If <var>values</var> is not an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map③⓪\">map</a>, return an error.</p>"
2061+
"html": "<p>If <var>values</var> is not a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map③⓪\">map</a>, return an error.</p>"
20622062
},
20632063
{
20642064
"html": "<p>If <var>values</var>’s <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-size\" id=\"ref-for-map-size④\">size</a> is greater than the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/attribution-reporting-api/#max-aggregation-keys-per-source-registration\" id=\"ref-for-max-aggregation-keys-per-source-registration\">max aggregation keys per source registration</a>, return an error.</p>"

ed/algorithms/css-color-4.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,22 +184,22 @@
184184
"rationale": ".algorithm",
185185
"steps": [
186186
{
187-
"html": "if <var>destination</var> has no gamut limits (XYZ-D65, XYZ-D50, Lab, LCH, Oklab, OKLCh) convert <var>origin</var> to <var>destination</var> and return it as the gamut mapped color"
187+
"html": "if <var>destination</var> has no gamut limits (XYZ-D65, XYZ-D50, Lab, LCH, Oklab, OkLCh) convert <var>origin</var> to <var>destination</var> and return it as the gamut mapped color"
188188
},
189189
{
190-
"html": "let <var>origin_OKLCh</var> be <var>origin</var> converted\n\t\tfrom <var>origin color space</var> to the OKLCh color space"
190+
"html": "let <var>origin_OkLCh</var> be <var>origin</var> converted\n\t\tfrom <var>origin color space</var> to the OkLCh color space"
191191
},
192192
{
193-
"html": "if the Lightness of <var>origin_OKLCh</var> is greater than or equal to 100%,\n\t\tconvert `oklab(1 0 0 / origin.alpha)` to <var>destination</var> and return it as the gamut mapped color"
193+
"html": "if the Lightness of <var>origin_OkLCh</var> is greater than or equal to 100%,\n\t\tconvert `oklab(1 0 0 / origin.alpha)` to <var>destination</var> and return it as the gamut mapped color"
194194
},
195195
{
196-
"html": "if the Lightness of <var>origin_OKLCh</var> is less than than or equal to 0%,\n\t\tconvert `oklab(0 0 0 / origin.alpha)` to <var>destination</var> and return it as the gamut mapped color"
196+
"html": "if the Lightness of <var>origin_OkLCh</var> is less than than or equal to 0%,\n\t\tconvert `oklab(0 0 0 / origin.alpha)` to <var>destination</var> and return it as the gamut mapped color"
197197
},
198198
{
199199
"html": "let inGamut(<var>color</var>) be a function which returns true if, when passed a color,\n\t\tthat color is inside the gamut of <var>destination</var>.\n\t\tFor HSL and HWB, it returns true if the color is inside the gamut of sRGB."
200200
},
201201
{
202-
"html": "if inGamut(<var>origin_OKLCh</var>) is true, convert <var>origin_OKLCh</var> to <var>destination</var> and return it as the gamut mapped color"
202+
"html": "if inGamut(<var>origin_OkLCh</var>) is true, convert <var>origin_OkLCh</var> to <var>destination</var> and return it as the gamut mapped color"
203203
},
204204
{
205205
"html": "otherwise, let delta(<var>one</var>, <var>two</var>) be a function which returns the deltaEOK of color <var>one</var> compared to color <var>two</var>"
@@ -214,7 +214,7 @@
214214
"html": "let clip(<var>color</var>) be a function which converts <var>color</var> to <var>destination</var>,\n\t\tclamps each component to the bounds of the reference range for that component\n\t\tand returns the result"
215215
},
216216
{
217-
"html": "set <var>current</var> to <var>origin_OKLCh</var>"
217+
"html": "set <var>current</var> to <var>origin_OkLCh</var>"
218218
},
219219
{
220220
"html": "set <var>clipped</var> to clip(<var>current</var>)"
@@ -235,7 +235,7 @@
235235
"html": "set <var>min</var> to zero"
236236
},
237237
{
238-
"html": "set <var>max</var> to the OKLCh chroma of <var>origin_OKLCh</var>"
238+
"html": "set <var>max</var> to the OkLCh chroma of <var>origin_OkLCh</var>"
239239
},
240240
{
241241
"html": "let <var>min_inGamut</var> be a boolean that represents when <var>min</var> is still in gamut, and set it to true"

ed/algorithms/css-fonts-4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
]
123123
},
124124
{
125-
"html": "If the value of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-fonts-4/#propdef-font-style\" id=\"ref-for-propdef-font-style②②\">font-style</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-fonts-4/#valdef-font-style-normal\" id=\"ref-for-valdef-font-style-normal\">normal</a>,",
125+
"html": "If the value of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-fonts-4/#propdef-font-style\" id=\"ref-for-propdef-font-style②②\">font-style</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-fonts-4/#valdef-font-style-normal\" id=\"ref-for-valdef-font-style-normal\">normal</a>,",
126126
"rationale": "if",
127127
"steps": [
128128
{

ed/algorithms/css-grid-1.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

ed/algorithms/css-grid-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
},
234234
{
235235
"case": "For auto minimums:",
236-
"html": "If the track has an <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#grid-placement-auto\" id=\"ref-for-grid-placement-auto⑨\">auto</a> <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function⑨\">min track sizing function</a> and the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#grid-container\" id=\"ref-for-grid-container①①⑤\">grid container</a> is being sized\n\t\t\t\t\tunder a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#min-content-constraint\" id=\"ref-for-min-content-constraint②\">min-</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#max-content-constraint\" id=\"ref-for-max-content-constraint②\">max-content constraint</a>,\n\t\t\t\t\tset the track’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#base-size\" id=\"ref-for-base-size⑨\">base size</a> to the maximum of its items’ <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#limited-contribution\" id=\"ref-for-limited-contribution\">limited min-content contributions</a>,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-lt=\"limited min-content contribution | limited max-content contribution\" data-noexport=\"\" id=\"limited-contribution\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">limited min-/max-content contribution</dfn> of an item\n\t\t\t\t\tis (for this purpose) its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#min-content-contribution\" id=\"ref-for-min-content-contribution⑥\">min-</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#max-content-contribution\" id=\"ref-for-max-content-contribution⑤\">max-content contribution</a> (accordingly),\n\t\t\t\t\tlimited by the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#max-track-sizing-function\" id=\"ref-for-max-track-sizing-function①①\">max track sizing function</a> (which could be the argument to a <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content\" id=\"ref-for-funcdef-grid-template-columns-fit-content⑦\">fit-content()</a> track sizing function)\n\t\t\t\t\tif that is <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#fixed-sizing-function\" id=\"ref-for-fixed-sizing-function⑤\">fixed</a> and ultimately floored by its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#minimum-contribution\" id=\"ref-for-minimum-contribution\">minimum contribution</a> (defined below). \n <p>Otherwise,\n\t\t\t\t\tset the track’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#base-size\" id=\"ref-for-base-size①⓪\">base size</a> to the maximum of its items’ <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#minimum-contribution\" id=\"ref-for-minimum-contribution①\">minimum contributions</a>,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"minimum-contribution\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><span class=\"bs-old-id\" id=\"min-size-contribution\"></span>minimum contribution</dfn> of an item\n\t\t\t\t\tis the smallest <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#outer-size\" id=\"ref-for-outer-size\">outer size</a> it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#preferred-size\" id=\"ref-for-preferred-size⑤\">preferred size</a> <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#behave-as-auto\" id=\"ref-for-behave-as-auto①\">behaves as auto</a> or depends on the size of its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-4/#containing-block\" id=\"ref-for-containing-block⑧\">containing block</a> in the relevant axis,\n\t\t\t\t\tits <span id=\"ref-for-minimum-contribution②\">minimum contribution</span> is\n\t\t\t\t\tthe <span id=\"ref-for-outer-size①\">outer size</span> that would result from assuming\n\t\t\t\t\tthe item’s used <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#min-width\" id=\"ref-for-min-width⑥\">minimum size</a> as its <span id=\"ref-for-preferred-size⑥\">preferred size</span>;\n\t\t\t\t\telse the item’s <span id=\"ref-for-minimum-contribution③\">minimum contribution</span> is\n\t\t\t\t\tits <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#min-content-contribution\" id=\"ref-for-min-content-contribution⑦\">min-content contribution</a>.\n\t\t\t\t\tBecause the <span id=\"ref-for-minimum-contribution④\">minimum contribution</span> often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#intrinsic-size-contribution\" id=\"ref-for-intrinsic-size-contribution①\">intrinsic size contribution</a>.</p>"
236+
"html": "If the track has an <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto①④\">auto</a> <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function⑨\">min track sizing function</a> and the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#grid-container\" id=\"ref-for-grid-container①①⑤\">grid container</a> is being sized\n\t\t\t\t\tunder a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#min-content-constraint\" id=\"ref-for-min-content-constraint②\">min-</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#max-content-constraint\" id=\"ref-for-max-content-constraint②\">max-content constraint</a>,\n\t\t\t\t\tset the track’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#base-size\" id=\"ref-for-base-size⑨\">base size</a> to the maximum of its items’ <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#limited-contribution\" id=\"ref-for-limited-contribution\">limited min-content contributions</a>,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-lt=\"limited min-content contribution | limited max-content contribution\" data-noexport=\"\" id=\"limited-contribution\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">limited min-/max-content contribution</dfn> of an item\n\t\t\t\t\tis (for this purpose) its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#min-content-contribution\" id=\"ref-for-min-content-contribution⑥\">min-</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#max-content-contribution\" id=\"ref-for-max-content-contribution⑤\">max-content contribution</a> (accordingly),\n\t\t\t\t\tlimited by the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#max-track-sizing-function\" id=\"ref-for-max-track-sizing-function①①\">max track sizing function</a> (which could be the argument to a <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content\" id=\"ref-for-funcdef-grid-template-columns-fit-content⑦\">fit-content()</a> track sizing function)\n\t\t\t\t\tif that is <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#fixed-sizing-function\" id=\"ref-for-fixed-sizing-function⑤\">fixed</a> and ultimately floored by its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#minimum-contribution\" id=\"ref-for-minimum-contribution\">minimum contribution</a> (defined below). \n <p>Otherwise,\n\t\t\t\t\tset the track’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#base-size\" id=\"ref-for-base-size①⓪\">base size</a> to the maximum of its items’ <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#minimum-contribution\" id=\"ref-for-minimum-contribution①\">minimum contributions</a>,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"minimum-contribution\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><span class=\"bs-old-id\" id=\"min-size-contribution\"></span>minimum contribution</dfn> of an item\n\t\t\t\t\tis the smallest <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#outer-size\" id=\"ref-for-outer-size\">outer size</a> it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#preferred-size\" id=\"ref-for-preferred-size⑤\">preferred size</a> <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#behave-as-auto\" id=\"ref-for-behave-as-auto①\">behaves as auto</a> or depends on the size of its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-4/#containing-block\" id=\"ref-for-containing-block⑧\">containing block</a> in the relevant axis,\n\t\t\t\t\tits <span id=\"ref-for-minimum-contribution②\">minimum contribution</span> is\n\t\t\t\t\tthe <span id=\"ref-for-outer-size①\">outer size</span> that would result from assuming\n\t\t\t\t\tthe item’s used <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#min-width\" id=\"ref-for-min-width⑥\">minimum size</a> as its <span id=\"ref-for-preferred-size⑥\">preferred size</span>;\n\t\t\t\t\telse the item’s <span id=\"ref-for-minimum-contribution③\">minimum contribution</span> is\n\t\t\t\t\tits <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#min-content-contribution\" id=\"ref-for-min-content-contribution⑦\">min-content contribution</a>.\n\t\t\t\t\tBecause the <span id=\"ref-for-minimum-contribution④\">minimum contribution</span> often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-sizing-3/#intrinsic-size-contribution\" id=\"ref-for-intrinsic-size-contribution①\">intrinsic size contribution</a>.</p>"
237237
},
238238
{
239239
"case": "For min-content maximums:",
@@ -342,7 +342,7 @@
342342
"rationale": "resolve",
343343
"steps": [
344344
{
345-
"html": "Layout the grid following the <a href=\"https://drafts.csswg.org/css-grid-2/#layout-algorithm\" id=\"ref-for-layout-algorithm②\">§ 12 Grid Layout Algorithm</a> by using the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-break-4/#fragmentation-container\" id=\"ref-for-fragmentation-container②\">fragmentation container</a>’s inline size and assume unlimited block size.\n\t\t\tDuring this step all <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-grid-2/#propdef-grid-row\" id=\"ref-for-propdef-grid-row⑥\">grid-row</a> <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#grid-placement-auto\" id=\"ref-for-grid-placement-auto①\">auto</a> and <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#valdef-flex-fr\" id=\"ref-for-valdef-flex-fr⑨\">fr</a> values must be resolved."
345+
"html": "Layout the grid following the <a href=\"https://drafts.csswg.org/css-grid-2/#layout-algorithm\" id=\"ref-for-layout-algorithm②\">§ 12 Grid Layout Algorithm</a> by using the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-break-4/#fragmentation-container\" id=\"ref-for-fragmentation-container②\">fragmentation container</a>’s inline size and assume unlimited block size.\n\t\t\tDuring this step all <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-grid-2/#propdef-grid-row\" id=\"ref-for-propdef-grid-row⑥\">grid-row</a> <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto①\">auto</a> and <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#valdef-flex-fr\" id=\"ref-for-valdef-flex-fr⑨\">fr</a> values must be resolved."
346346
},
347347
{
348348
"html": "Layout the grid container using the values resolved in the previous step."
@@ -351,7 +351,7 @@
351351
"html": "If a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#grid-area\" id=\"ref-for-grid-area③⑥\">grid area</a>’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n <ul>\n <li> have a content min track sizing function. \n </li><li> are in a grid that does not have an explicit height and the grid row is flexible. \n </li></ul>"
352352
},
353353
{
354-
"html": "If the grid height is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#grid-placement-auto\" id=\"ref-for-grid-placement-auto①\">auto</a>, the height of the grid should be the sum of the final\n\t\t\trow sizes."
354+
"html": "If the grid height is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto①\">auto</a>, the height of the grid should be the sum of the final\n\t\t\trow sizes."
355355
},
356356
{
357357
"html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)."

0 commit comments

Comments
 (0)