diff --git a/tr/algorithms/css-grid-3.json b/tr/algorithms/css-grid-3.json index 1d29f9470d9b..7a96b6504547 100644 --- a/tr/algorithms/css-grid-3.json +++ b/tr/algorithms/css-grid-3.json @@ -9,13 +9,13 @@ "rationale": "for", "steps": [ { - "html": "Separate all the masonry items into item groups, according to the following properties: \n " + "html": "Separate all the masonry items into item groups, according to the following properties: \n " }, { - "html": "For each item group, synthesize a virtual masonry item that has the maximum of every intrinsic size contribution\n\t\t\tamong the items in that group. \n

If the items apply baseline alignment,\n\t\t\tdetermine the baselines of the virtual masonry item by placing all of its items into a single hypothetical grid track\n\t\t\tand finding their shared baseline(s) and shims.\n\t\t\tIncrease the group’s intrinsic size contributions accordingly.

" + "html": "For each item group, synthesize a virtual masonry item that has the maximum of every intrinsic size contribution\n\t\t\tamong the items in that group. \n

If the items apply baseline alignment,\n\t\t\tdetermine the baselines of the virtual masonry item by placing all of its items into a single hypothetical grid track\n\t\t\tand finding their shared baseline(s) and shims.\n\t\t\tIncrease the group’s intrinsic size contributions accordingly.

" }, { - "html": "Place hypothetical copies of each virtual masonry item into the grid axis tracks\n\t\t\tin every position that the item could potentially occupy,\n\t\t\tand run the track sizing algorithm with those items.\n\t\t\tThe resulting track sizes are the masonry container’s track sizes." + "html": "Place hypothetical copies of each virtual masonry item into the grid axis tracks\n\t\t\tin every position that the item could potentially occupy,\n\t\t\tand run the track sizing algorithm with those items.\n\t\t\tThe resulting track sizes are the masonry container’s track sizes." } ] }, @@ -24,20 +24,20 @@ "rationale": "if", "steps": [ { - "html": "Otherwise, resolve its grid axis placement using these substeps:", + "html": "Otherwise, resolve its grid axis placement using these substeps:", "rationale": "let", "steps": [ { - "html": "Starting at the first grid axis line in the implicit grid,\n\t\t\t\t\tfind the largest running position of the grid axis tracks\n\t\t\t\t\tthat the item would span if it were placed at this line,\n\t\t\t\t\tand call this position max_pos." + "html": "Starting at the first grid axis line in the implicit grid,\n\t\t\t\t\tfind the largest running position of the grid axis tracks\n\t\t\t\t\tthat the item would span if it were placed at this line,\n\t\t\t\t\tand call this position max_pos." }, { "html": "Repeat the previous step for each successive line number\n\t\t\t\t\tuntil the item would no longer fit inside the grid." }, { - "html": "Let possible lines be the line that resulted in the smallest max_pos,\n\t\t\t\t\tand all lines that result in a max_pos within the tie threshold of this max_pos." + "html": "Let possible lines be the line that resulted in the smallest max_pos,\n\t\t\t\t\tand all lines that result in a max_pos within the tie threshold of this max_pos." }, { - "html": "Choose the first line in possible lines greater than or equal to the auto-placement cursor as the item’s position in the grid axis;\n\t\t\t\t\tor if there are none such, choose the first one." + "html": "Choose the first line in possible lines greater than or equal to the auto-placement cursor as the item’s position in the grid axis;\n\t\t\t\t\tor if there are none such, choose the first one." }, { "html": "Update the auto-placement cursor to point to item’s last line." @@ -45,10 +45,10 @@ ] }, { - "html": "Place the item in its grid axis tracks\n\t\t\tat the maximum of the running positions\n\t\t\tof the tracks it spans." + "html": "Place the item in its grid axis tracks\n\t\t\tat the maximum of the running positions\n\t\t\tof the tracks it spans." }, { - "html": "Calculate the size of the item’s containing block and then layout the item.\n\t\t\tSet the running position of the spanned grid axis tracks\n\t\t\tto max_pos + outer size + grid-gap." + "html": "Calculate the size of the item’s containing block and then layout the item.\n\t\t\tSet the running position of the spanned grid axis tracks\n\t\t\tto max_pos + outer size + grid-gap." } ] } diff --git a/tr/algorithms/network-error-logging.json b/tr/algorithms/network-error-logging.json index 37e56b52831c..84be4014062f 100644 --- a/tr/algorithms/network-error-logging.json +++ b/tr/algorithms/network-error-logging.json @@ -11,31 +11,31 @@ "rationale": "resolve", "steps": [ { - "html": "DNS resolution: The user agent uses the Domain Name System\n [RFC1034] to resolve a domain name into an IP address of a\n server can that service HTTP requests to that domain." + "html": "DNS resolution: The user agent uses the Domain Name System\n [RFC1034] to resolve a domain name into an IP address of a\n server can that service\n HTTP requests to that domain." }, { - "html": "Secure connection establishment: The user agent opens a\n connection to the server, and establishes a secure channel over\n this connection." + "html": "Secure connection establishment: The user agent opens a\n connection to the server, and establishes a secure channel over\n this connection." }, { - "html": "Transmission of request and response: Once the secure\n channel is established, the user agent can transmit the HTTP request,\n and receive the response from the server." + "html": "Transmission of request and response: Once the secure\n channel is established, the user agent can transmit the HTTP request,\n and receive the response from the server." } ] }, { - "html": "Given a network request (request) and its corresponding\n response (response), this algorithm extracts a NEL\n policy for request's origin, and updates the\n policy cache accordingly.", + "html": "Given a network request (request) and its corresponding\n response (response), this algorithm extracts a NEL\n policy for request's origin, and updates the\n policy cache accordingly.", "rationale": ".algorithm", "steps": [ { - "html": "Abort these steps if any of the following conditions are true:\n\n " + "html": "Abort these steps if any of the following conditions are true:\n\n " }, { - "html": "Let origin be request's origin." + "html": "Let origin be request's origin." }, { - "html": "Let key be the result of calling determine the network\n partition key, given request." + "html": "Let key be the result of calling determine the network\n partition key, given request." }, { - "html": "Let header be the value of the response header whose\n name is NEL." + "html": "Let header be the value of the response header whose\n name is NEL." }, { "html": "Let list be the result of executing the algorithm defined\n in Section 4 of [HTTP-JFV] on header. If that algorithm\n results in an error, or if list is empty, abort these\n steps." @@ -65,10 +65,10 @@ "html": "If item has a member named response_headers, whose\n value is not a list, or if any element of that list is not a string,\n abort these steps." }, { - "html": "

\n Let policy be a new NEL policy whose properties are\n set as follows:\n

\n\n
\n
received IP address
\n
\n the IP address of the server that the user agent received\n response from\n\n \n
\n\n
origin
\n
origin
\n\n
subdomains flag
\n
\n include if item has a member named\n include_subdomains whose value is true,\n exclude otherwise\n
\n\n
request headers
\n
\n the value of item's request_headers member\n
\n\n
response headers
\n
\n the value of item's response_headers member\n
\n\n
reporting group
\n
the value of item's report_to member
\n\n
ttl
\n
the value of item's max_age member
\n\n
creation
\n
the current wall time
\n\n
successful sampling rate
\n
\n the value of item's success_fraction member, if\n present; 0.0 otherwise\n
\n\n
failure sampling rate
\n
\n the value of item's failure_fraction member, if\n present; 1.0 otherwise\n
\n
" + "html": "

\n Let policy be a new NEL policy whose properties are\n set as follows:\n

\n\n
\n
received IP address
\n
\n the IP address of the server that the user agent received\n response from\n\n \n
\n\n
origin
\n
origin
\n\n
subdomains flag
\n
\n include if item has a member named\n include_subdomains whose value is true,\n exclude otherwise\n
\n\n
request headers
\n
\n the value of item's request_headers member\n
\n\n
response headers
\n
\n the value of item's response_headers member\n
\n\n
reporting group
\n
the value of item's report_to member
\n\n
ttl
\n
the value of item's max_age member
\n\n
creation
\n
the wall clock's unsafe current time
\n\n
successful sampling rate
\n
\n the value of item's success_fraction member, if\n present; 0.0 otherwise\n
\n\n
failure sampling rate
\n
\n the value of item's failure_fraction member, if\n present; 1.0 otherwise\n
\n
" }, { - "html": "If there is already an entry in the policy cache for\n (key, origin), replace it with \n policy; otherwise, insert policy into the\n policy cache for (key, origin)." + "html": "If there is already an entry in the policy cache for\n (key, origin), replace it with\n policy; otherwise, insert policy into the\n policy cache for (key, origin)." } ] }, @@ -77,10 +77,10 @@ "rationale": ".algorithm", "steps": [ { - "html": "Let origin be request's origin." + "html": "Let origin be request's origin." }, { - "html": "Let key be the result of calling determine the network\n partition key, given request." + "html": "Let key be the result of calling determine the network\n partition key, given request." }, { "html": "If there is an entry in the policy cache for (key,\n origin):", @@ -95,7 +95,7 @@ ] }, { - "html": "For each parent origin that is a superdomain match\n of origin:", + "html": "For each parent origin that is a superdomain match\n of origin:", "rationale": "if", "steps": [ { @@ -129,13 +129,13 @@ "rationale": "if", "steps": [ { - "html": "If request's header\n list does not contain\n header name, skip to the next header name in\n the list." + "html": "If request's header list does not contain\n header name, skip to the next header name in\n the list." }, { "html": "Let values be an empty ECMAScript list." }, { - "html": "For each header in request's header list whose name is header name, append\n header's value to\n values." + "html": "For each header in request's\n header list whose name is header name, append\n header's value to\n values." }, { "html": "Add a new property to headers whose name is header\n name and whose value is values." @@ -148,7 +148,7 @@ ] }, { - "html": "Given a response (response) and a NEL policy\n (policy), this algorithm extracts header values from the\n response as instructed by the policy.", + "html": "Given a response (response) and a NEL policy\n (policy), this algorithm extracts header values from the\n response as instructed by the policy.", "rationale": ".algorithm", "steps": [ { @@ -159,13 +159,13 @@ "rationale": "if", "steps": [ { - "html": "If response's header\n list does not contain\n header name, skip to the next header name in\n the list." + "html": "If response's header list\n does not contain\n header name, skip to the next header name in\n the list." }, { "html": "Let values be an empty ECMAScript list." }, { - "html": "For each header in response's header list whose name is header name, append\n header's value to\n values." + "html": "For each header in response's\n header list whose name is header name, append\n header's value to\n values." }, { "html": "Add a new property to headers whose name is header\n name and whose value is values." @@ -178,14 +178,16 @@ ] }, { - "html": "Given a network request (request) and its corresponding\n response (response), this algorithm generates a report\n about request if instructed to by any matching NEL\n policy, and returns the report and the NEL policy. Otherwise this\n algorithm returns null.", + "name": "domain name", + "href": "https://www.w3.org/TR/network-error-logging/#dfn-domain-name", + "html": "Given a network request (request) and its corresponding\n response (response), this algorithm generates a report\n about request if instructed to by any matching NEL\n policy, and returns the report and the NEL policy. Otherwise this\n algorithm returns null.", "rationale": ".algorithm", "steps": [ { - "html": "If the result of executing the \"Is origin potentially\n trustworthy?\" algorithm on request's origin is\n not Potentially Trustworthy, return\n null." + "html": "If the result of executing the \"Is origin potentially\n trustworthy?\" algorithm on request's origin is\n not Potentially Trustworthy, return\n null." }, { - "html": "Let origin be request's origin." + "html": "Let origin be request's origin." }, { "html": "Let policy be the result of executing 5.1 Choose a policy for a request on request. If\n policy is no policy, return null." @@ -200,16 +202,16 @@ "html": "Let report body be a new ECMAScript object with the\n following properties: [ECMA-262]\n\n
\n
sampling_fraction
\n
sampling rate
\n\n
elapsed_time
\n
\n The elapsed number of milliseconds between the start of the resource\n fetch and when it was completed or aborted by the user agent.\n
\n\n
phase
\n
\n If request failed, the\n phase of its network error. If\n request succeeded, \"application\".\n
\n\n
type
\n
\n If request failed, the type of its\n network error. If request succeeded,\n \"ok\".\n
\n
" }, { - "html": "If report body's phase property is not\n dns, append the following properties to report\n body:\n
\n
server_ip
\n
The IP address of the server to which the user agent sent\n the request, if available. Otherwise, an empty string.\n \n
\n\n
protocol
\n
\n The network protocol used to fetch the resource as\n identified by the ALPN Protocol ID, if available. Otherwise,\n \"\".\n
\n
" + "html": "If report body's phase property is not\n dns, append the following properties to report\n body:\n
\n
server_ip
\n
The IP address of the server to which the user agent sent\n the request, if available. Otherwise, an empty string.\n \n
\n\n
protocol
\n
\n The network protocol used to fetch the resource as\n identified by the ALPN Protocol ID, if available. Otherwise,\n \"\".\n
\n
" }, { - "html": "If report body's phase property is not\n dns or connection, append the following\n properties to report body:\n
\n
referrer
\n
\n request's referrer, as determined by the referrer\n policy associated with its client.\n
\n\n
method
\n
request's request method.
\n\n
request_headers
\n
\n The result of executing 5.2 Extract request headers on\n request and policy.\n
\n\n
response_headers
\n
\n The result of executing 5.3 Extract response headers on\n response and policy.\n
\n\n
status_code
\n
\n The status code of the HTTP response, if available.\n Otherwise, 0.\n
\n
" + "html": "If report body's phase property is not\n dns or connection, append the following\n properties to report body:\n
\n
referrer
\n
\n request's referrer, as determined by the referrer\n policy associated with its client.\n
\n\n
method
\n
request's\n request method.\n
\n\n
request_headers
\n
\n The result of executing 5.2 Extract request headers on\n request and policy.\n
\n\n
response_headers
\n
\n The result of executing 5.3 Extract response headers on\n response and policy.\n
\n\n
status_code
\n
\n The status code of the HTTP\n response, if available. Otherwise, 0.\n
\n
" }, { "html": "If origin is not equal to policy's origin, policy's\n subdomains flag is include, and report\n body's phase property is not dns,\n return null." }, { - "html": "If report body's phase property is not\n dns, and report body's server_ip\n property is non-empty and not equal to policy's received\n IP address:", + "html": "This step \"downgrades\" a NEL report if the IP addresses of the\n server and the policy don't match.\n This is a privacy protection, ensuring that NEL reports are only sent\n to the owner of the service that the report describes. If the IP\n addresses don't match, then the user agent can only verify that the\n NEL policy was sent by the owner of the origin's\n domain name; it cannot verify that the policy was sent by the\n owner of the server this domain name resolves to. We\n therefore downgrade the report to only contain information about\n DNS resolution. See 9. Privacy Considerations and\n 7.5 Origins with multiple IP addresses for more details.", "rationale": "set", "steps": [ { @@ -242,19 +244,19 @@ "html": "

Let url be request's URL.

" }, { - "html": "

Clear url's fragment.

" + "html": "

Clear url's fragment.

" }, { "html": "If report body's phase property is\n dns or connection:", "rationale": "clear", "steps": [ { - "html": "

Clear url's path and query.

" + "html": "

Clear url's path and query.

" } ] }, { - "html": "

Generate a network report given these parameters:

\n\n
\n
type
\n
network-error
\n
data
\n
report body
\n
endpoint group
\n
policy's reporting group
\n
url
\n
The result of running the URL serializer on\n url.\n
\n
" + "html": "

Generate a network report given these parameters:

\n\n
\n
type
\n
network-error
\n
data
\n
report body
\n
endpoint group
\n
policy's reporting group
\n
url
\n
The result of running the URL serializer on\n url.\n
\n
" } ] } diff --git a/tr/css/css-grid-3.json b/tr/css/css-grid-3.json index 1dd934c0a5ed..bf1a313e0e1d 100644 --- a/tr/css/css-grid-3.json +++ b/tr/css/css-grid-3.json @@ -5,299 +5,316 @@ }, "properties": [ { - "name": "grid-template-columns", - "newValues": "masonry", - "initial": "none", - "appliesTo": "grid containers", - "inherited": "no", - "percentages": "refer to corresponding dimension of the content area", - "computedValue": "the keyword none or the keyword masonry or a [[computed track list]]", - "animationType": "see CSS Grid Level 2", - "styleDeclaration": [ - "grid-template-columns", - "gridTemplateColumns" - ] - }, - { - "name": "grid-template-rows", - "newValues": "masonry", - "initial": "none", - "appliesTo": "grid containers", + "name": "item-slack", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-slack", + "value": " | infinite", + "initial": "1em", + "appliesTo": "masonry containers", "inherited": "no", - "percentages": "refer to corresponding dimension of the content area", - "computedValue": "the keyword none or the keyword masonry or a [[computed track list]]", - "animationType": "see CSS Grid Level 2", + "percentages": "relative to the grid-axis content box size of the masonry container", + "computedValue": "a computed value", + "canonicalOrder": "per grammar", + "animationType": "as length", + "values": [ + { + "name": "", + "prose": "Specifies the tie threshold for the masonry container. Placement positions are considered to be equally good (“tied”) if they are within the specified distance from the shortest position.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-slack-length-percentage", + "type": "value", + "value": "" + }, + { + "name": "infinite", + "prose": "Specifies an infinite tie threshold. This makes items distribute themselves strictly in order, without considering the length of the tracks at all.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-slack-infinite", + "type": "value", + "value": "infinite" + } + ], "styleDeclaration": [ - "grid-template-rows", - "gridTemplateRows" + "item-slack", + "itemSlack" ] }, { - "name": "grid-auto-flow", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-grid-auto-flow", - "value": "[ row | column | row-reverse | column-reverse ] || dense || wrap-reverse", - "initial": "row", - "appliesTo": "grid containers", + "name": "item-direction", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-direction", + "value": "auto | row | column | row-reverse | column-reverse", + "initial": "auto", + "appliesTo": "flex containers, grid containers, masonry containers", "inherited": "no", - "percentages": "n/a", - "computedValue": "specified keyword(s)", + "percentages": "N/A", + "computedValue": "as specified", "canonicalOrder": "per grammar", "animationType": "discrete", "values": [ { - "name": "row-reverse", - "prose": "This specification extends the grid-auto-flow property to add row-reverse, column-reverse, and wrap-reverse, which reverse the directions of the grid item placement algorithm.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-grid-auto-flow-row-reverse", + "name": "auto", + "prose": "Computes to either row or column depending on the layout mode: On flex containers and grid containers, computes to row. On masonry containers, if grid-template-rows is not none and grid-template-columns is none, computes to the value representing row tracks; otherwise computes to the value representing column tracks.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-auto", "type": "value", - "value": "row-reverse" + "value": "auto" }, { - "name": "column-reverse", - "prose": "This specification extends the grid-auto-flow property to add row-reverse, column-reverse, and wrap-reverse, which reverse the directions of the grid item placement algorithm.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-grid-auto-flow-column-reverse", + "name": "row", + "prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items are placed in start-to-end order in the inline axis in flex layout and grid layout, and in start-to-end order in the block axis in masonry layout. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-row", "type": "value", - "value": "column-reverse" + "value": "row" }, { - "name": "wrap-reverse", - "prose": "This specification extends the grid-auto-flow property to add row-reverse, column-reverse, and wrap-reverse, which reverse the directions of the grid item placement algorithm.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-grid-auto-flow-wrap-reverse", + "name": "column", + "prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items are placed in start-to-end order in the inline axis in flex layout and grid layout, and in start-to-end order in the block axis in masonry layout. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-column", "type": "value", - "value": "wrap-reverse" - } - ], - "styleDeclaration": [ - "grid-auto-flow", - "gridAutoFlow" - ] - }, - { - "name": "display", - "newValues": "masonry | inline-masonry", - "values": [ + "value": "column" + }, { - "name": "masonry", - "prose": "This value causes an element to generate a masonry container box that is block-level when placed in flow layout.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-display-masonry", + "name": "row-reverse", + "prose": "Same as row, but using end-to-start placement order.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-row-reverse", "type": "value", - "value": "masonry" + "value": "row-reverse" }, { - "name": "inline-masonry", - "prose": "This value causes an element to generate a masonry container box that is inline-level when placed in flow layout.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-display-inline-masonry", + "name": "column-reverse", + "prose": "Same as column, but using end-to-start placement order.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-column-reverse", "type": "value", - "value": "inline-masonry" + "value": "column-reverse" } ], "styleDeclaration": [ - "display" + "item-direction", + "itemDirection" ] }, { - "name": "masonry-direction", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-direction", - "value": "row | column | row-reverse | column-reverse", - "initial": "column", - "appliesTo": "masonry containers", + "name": "item-track", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-track", + "value": "auto | row | column | row-reverse | column-reverse", + "initial": "auto", + "appliesTo": "flex containers, grid containers, masonry containers", "inherited": "no", - "percentages": "n/a", + "percentages": "N/A", "computedValue": "as specified", "canonicalOrder": "per grammar", "animationType": "discrete", "values": [ { - "name": "column", - "prose": "The masonry container’s stacking axis is its block axis, and masonry layout starts from its block-start edge.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-column", + "name": "auto", + "prose": "Computes to either row or column depending on the layout mode: On flex containers and grid containers, computes to row. On masonry containers, if grid-template-rows is not none and grid-template-columns is none, computes to the value representing row tracks; otherwise computes to the value representing column tracks.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-auto", "type": "value", - "value": "column" + "value": "auto" }, { - "name": "column-reverse", - "prose": "The masonry container’s stacking axis is its block axis, and masonry layout starts from its block-end edge.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-column-reverse", + "name": "row", + "prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items are placed in start-to-end order in the inline axis in flex layout and grid layout, and in start-to-end order in the block axis in masonry layout. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-row", "type": "value", - "value": "column-reverse" + "value": "row" }, { - "name": "row", - "prose": "The masonry container’s stacking axis is its inline axis, and masonry layout starts from its inline-start edge.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-row", + "name": "column", + "prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items are placed in start-to-end order in the inline axis in flex layout and grid layout, and in start-to-end order in the block axis in masonry layout. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-column", "type": "value", - "value": "row" + "value": "column" }, { "name": "row-reverse", - "prose": "The masonry container’s stacking axis is its inline axis, and masonry layout starts from its inline-end edge.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-row-reverse", + "prose": "Same as row, but using end-to-start placement order.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-row-reverse", "type": "value", "value": "row-reverse" + }, + { + "name": "column-reverse", + "prose": "Same as column, but using end-to-start placement order.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-column-reverse", + "type": "value", + "value": "column-reverse" } ], "styleDeclaration": [ - "masonry-direction", - "masonryDirection" + "item-track", + "itemTrack" ] }, { - "name": "masonry-fill", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-fill", - "value": "normal | reverse", - "initial": "normal", - "appliesTo": "masonry containers", + "name": "item-wrap", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-wrap", + "value": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse", + "initial": "auto", + "appliesTo": "flex containers, grid containers, masonry containers", "inherited": "no", - "percentages": "n/a", + "percentages": "N/A", "computedValue": "as specified", "canonicalOrder": "per grammar", "animationType": "discrete", "values": [ + { + "name": "auto", + "prose": "Computes to nowrap on flex containers, and wrap on everything else.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-auto", + "type": "value", + "value": "auto" + }, + { + "name": "nowrap", + "prose": "Items are placed in the primary placement axis forever, even if they run out of room. In flex layout this creates a single-line flex container; in grid layout this creates implicit tracks in the primary placement axis as necessary.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-nowrap", + "type": "value", + "value": "nowrap" + }, + { + "name": "wrap", + "prose": "Items wrap when the primary placement axis runs out of space. In flex layout this creates a multi-line flex container; in grid layout auto-placement algorithm moves to the next row/column when it runs out of explicit tracks in the primary placement axis.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-wrap", + "type": "value", + "value": "wrap" + }, { "name": "normal", - "prose": "Ties are broken by filling the startmost track", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-fill-normal", + "prose": "Items are placed in start-to-end order in the axis opposite to the primary track axis.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-normal", "type": "value", "value": "normal" }, { "name": "reverse", - "prose": "Ties are broken by filling the endmost track.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-fill-reverse", + "prose": "Items are placed in end-to-start order in the axis opposite to the primary track axis.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-reverse", "type": "value", "value": "reverse" + }, + { + "name": "wrap-reverse", + "prose": "Computes to wrap reverse.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-wrap-reverse", + "type": "value", + "value": "wrap-reverse" } ], "styleDeclaration": [ - "masonry-fill", - "masonryFill" + "item-wrap", + "itemWrap" ] }, { - "name": "masonry-flow", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-flow", - "value": "<'masonry-direction'> || <'masonry-fill'>", - "initial": "see individual properties", - "appliesTo": "see individual properties", - "inherited": "see individual properties", - "percentages": "see individual properties", - "computedValue": "see individual properties", - "animationType": "see individual properties", - "canonicalOrder": "per grammar", - "styleDeclaration": [ - "masonry-flow", - "masonryFlow" - ] - }, - { - "name": "masonry", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry", - "value": "<'masonry-template-areas'> || <'masonry-template-tracks'> || <'masonry-direction'> || <'masonry-fill'>", - "initial": "see individual properties", - "appliesTo": "see individual properties", - "inherited": "see individual properties", - "percentages": "see individual properties", - "computedValue": "see individual properties", - "animationType": "see individual properties", - "canonicalOrder": "per grammar", - "styleDeclaration": [ - "masonry" - ] - }, - { - "name": "masonry-template-tracks", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-template-tracks", - "value": "<'grid-template-columns'>", - "initial": "repeat(auto-areas, auto)", - "appliesTo": "masonry containers", - "inherited": "no", - "percentages": "refer to correspodning dimension of the content area", - "computedValue": "by computed value type per item in the computed track list", - "canonicalOrder": "per grammar", - "animationType": "if list lengths match, by computed value type; otherwise, discrete", - "styleDeclaration": [ - "masonry-template-tracks", - "masonryTemplateTracks" - ] - }, - { - "name": "masonry-template-areas", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-template-areas", - "value": "none | ", - "initial": "none", - "appliesTo": "masonry containers", - "inherited": "no", - "percentages": "n/a", - "computedValue": "the keyword none or a string", - "canonicalOrder": "per grammar", - "animationType": "discrete", - "styleDeclaration": [ - "masonry-template-areas", - "masonryTemplateAreas" - ] - }, - { - "name": "masonry-auto-tracks", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-auto-tracks", - "value": "<'grid-auto-columns'>", + "name": "item-cross", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-cross", + "value": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse", "initial": "auto", - "appliesTo": "grid containers", + "appliesTo": "flex containers, grid containers, masonry containers", "inherited": "no", - "percentages": "refer to correspodning dimension of the content area", - "computedValue": "a computed track list", + "percentages": "N/A", + "computedValue": "as specified", "canonicalOrder": "per grammar", - "animationType": "if the list lengths match, by computed value type per item; discrete otherwise", + "animationType": "discrete", + "values": [ + { + "name": "auto", + "prose": "Computes to nowrap on flex containers, and wrap on everything else.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-auto", + "type": "value", + "value": "auto" + }, + { + "name": "nowrap", + "prose": "Items are placed in the primary placement axis forever, even if they run out of room. In flex layout this creates a single-line flex container; in grid layout this creates implicit tracks in the primary placement axis as necessary.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-nowrap", + "type": "value", + "value": "nowrap" + }, + { + "name": "wrap", + "prose": "Items wrap when the primary placement axis runs out of space. In flex layout this creates a multi-line flex container; in grid layout auto-placement algorithm moves to the next row/column when it runs out of explicit tracks in the primary placement axis.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-wrap", + "type": "value", + "value": "wrap" + }, + { + "name": "normal", + "prose": "Items are placed in start-to-end order in the axis opposite to the primary track axis.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-normal", + "type": "value", + "value": "normal" + }, + { + "name": "reverse", + "prose": "Items are placed in end-to-start order in the axis opposite to the primary track axis.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-reverse", + "type": "value", + "value": "reverse" + }, + { + "name": "wrap-reverse", + "prose": "Computes to wrap reverse.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-wrap-reverse", + "type": "value", + "value": "wrap-reverse" + } + ], "styleDeclaration": [ - "masonry-auto-tracks", - "masonryAutoTracks" + "item-cross", + "itemCross" ] }, { - "name": "masonry-slack", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-slack", - "value": "", - "initial": "1em", - "appliesTo": "masonry containers", + "name": "item-pack", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-pack", + "value": "normal | dense || balance", + "initial": "normal", + "appliesTo": "flex containers, grid containers, masonry containers", "inherited": "no", - "percentages": "relative to the grid-axis content box size of the masonry container", - "computedValue": "a computed value", + "percentages": "N/A", + "computedValue": "as specified", "canonicalOrder": "per grammar", - "animationType": "as length", + "animationType": "discrete", "values": [ { - "name": "", - "prose": "Specifies the tie threshold for the masonry container. Placement positions are considered to be equally good (“tied”) if they are within the specified distance from the shortest position.", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-slack-length", + "name": "normal", + "prose": "Uses the default packing strategy for the layout mode.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-normal", "type": "value", - "value": "" + "value": "normal" + }, + { + "name": "dense", + "prose": "Allows backtracking to place items in earlier spaces that were skipped. (Such spaces can exist because earlier items were too big for those spaces.) For example, in flex layout this allows placing items on earlier lines that still have enough empty space left over.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-dense", + "type": "value", + "value": "dense" + }, + { + "name": "balance", + "prose": "In flex layout, this value balances the amount of content on each line (including the last line), similar to text-wrap-style: balance.", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-balance", + "type": "value", + "value": "balance" } ], "styleDeclaration": [ - "masonry-slack", - "masonrySlack" + "item-pack", + "itemPack" ] }, { - "name": "masonry-track-start", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-track-start", - "styleDeclaration": [ - "masonry-track-start", - "masonryTrackStart" - ] - }, - { - "name": "masonry-track-end", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-track-end", - "styleDeclaration": [ - "masonry-track-end", - "masonryTrackEnd" - ] - }, - { - "name": "masonry-track", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-track", + "name": "item-flow", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-flow", + "value": "<'item-direction'> || <'item-wrap'> || <'item-pack'> || <'item-slack'>", + "initial": "see individual properties", + "appliesTo": "see individual properties", + "inherited": "see individual properties", + "percentages": "see individual properties", + "computedValue": "see individual properties", + "animationType": "see individual properties", + "canonicalOrder": "per grammar", "styleDeclaration": [ - "masonry-track", - "masonryTrack" + "item-flow", + "itemFlow" ] } ], diff --git a/tr/dfns/WGSL.json b/tr/dfns/WGSL.json index 23eaef362f28..81e2fcec7bb1 100644 --- a/tr/dfns/WGSL.json +++ b/tr/dfns/WGSL.json @@ -8378,27 +8378,6 @@ }, "definedIn": "prose" }, - { - "id": "syntax-const_assert_statement", - "href": "https://www.w3.org/TR/WGSL/#syntax-const_assert_statement", - "linkingText": [ - "const_assert_statement" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "syntax" - ], - "access": "private", - "informative": false, - "heading": { - "id": "const-assert-statement", - "href": "https://www.w3.org/TR/WGSL/#const-assert-statement", - "title": "Const Assertion Statement", - "number": "9.6" - }, - "definedIn": "prose" - }, { "id": "syntax-statement", "href": "https://www.w3.org/TR/WGSL/#syntax-statement", @@ -8416,7 +8395,7 @@ "id": "statements-summary", "href": "https://www.w3.org/TR/WGSL/#statements-summary", "title": "Statements Grammar Summary", - "number": "9.7" + "number": "9.6" }, "definedIn": "prose" }, @@ -8437,7 +8416,7 @@ "id": "statements-summary", "href": "https://www.w3.org/TR/WGSL/#statements-summary", "title": "Statements Grammar Summary", - "number": "9.7" + "number": "9.6" }, "definedIn": "prose" }, @@ -8456,7 +8435,86 @@ "id": "behaviors-rules", "href": "https://www.w3.org/TR/WGSL/#behaviors-rules", "title": "Rules", - "number": "9.8.1" + "number": "9.7.1" + }, + "definedIn": "prose" + }, + { + "id": "assertion", + "href": "https://www.w3.org/TR/WGSL/#assertion", + "linkingText": [ + "assertion" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "assertions", + "href": "https://www.w3.org/TR/WGSL/#assertions", + "title": "10. Assertions" + }, + "definedIn": "prose" + }, + { + "id": "syntax-global_assert", + "href": "https://www.w3.org/TR/WGSL/#syntax-global_assert", + "linkingText": [ + "global_assert" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "syntax" + ], + "access": "private", + "informative": false, + "heading": { + "id": "assertions", + "href": "https://www.w3.org/TR/WGSL/#assertions", + "title": "10. Assertions" + }, + "definedIn": "prose" + }, + { + "id": "syntax-const_assert", + "href": "https://www.w3.org/TR/WGSL/#syntax-const_assert", + "linkingText": [ + "const_assert" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "syntax" + ], + "access": "private", + "informative": false, + "heading": { + "id": "assertions", + "href": "https://www.w3.org/TR/WGSL/#assertions", + "title": "10. Assertions" + }, + "definedIn": "prose" + }, + { + "id": "syntax-assert_statement", + "href": "https://www.w3.org/TR/WGSL/#syntax-assert_statement", + "linkingText": [ + "assert_statement" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "syntax" + ], + "access": "private", + "informative": false, + "heading": { + "id": "const-assert-statement", + "href": "https://www.w3.org/TR/WGSL/#const-assert-statement", + "title": "Const Assertion Statement", + "number": "10.1" }, "definedIn": "prose" }, @@ -8476,7 +8534,7 @@ "heading": { "id": "functions", "href": "https://www.w3.org/TR/WGSL/#functions", - "title": "10. Functions" + "title": "11. Functions" }, "definedIn": "prose" }, @@ -8495,7 +8553,7 @@ "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -8514,7 +8572,7 @@ "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -8533,7 +8591,7 @@ "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -8552,7 +8610,7 @@ "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -8571,7 +8629,7 @@ "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -8592,7 +8650,7 @@ "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -8613,7 +8671,7 @@ "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -8634,7 +8692,7 @@ "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -8655,7 +8713,7 @@ "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, "definedIn": "prose" }, @@ -8674,7 +8732,7 @@ "id": "function-calls", "href": "https://www.w3.org/TR/WGSL/#function-calls", "title": "Function Calls", - "number": "10.2" + "number": "11.2" }, "definedIn": "prose" }, @@ -8693,7 +8751,7 @@ "id": "function-calls", "href": "https://www.w3.org/TR/WGSL/#function-calls", "title": "Function Calls", - "number": "10.2" + "number": "11.2" }, "definedIn": "prose" }, @@ -8712,7 +8770,7 @@ "id": "function-calls", "href": "https://www.w3.org/TR/WGSL/#function-calls", "title": "Function Calls", - "number": "10.2" + "number": "11.2" }, "definedIn": "prose" }, @@ -8731,7 +8789,7 @@ "id": "function-calls", "href": "https://www.w3.org/TR/WGSL/#function-calls", "title": "Function Calls", - "number": "10.2" + "number": "11.2" }, "definedIn": "prose" }, @@ -8750,7 +8808,7 @@ "id": "function-calls", "href": "https://www.w3.org/TR/WGSL/#function-calls", "title": "Function Calls", - "number": "10.2" + "number": "11.2" }, "definedIn": "prose" }, @@ -8769,7 +8827,7 @@ "id": "function-calls", "href": "https://www.w3.org/TR/WGSL/#function-calls", "title": "Function Calls", - "number": "10.2" + "number": "11.2" }, "definedIn": "prose" }, @@ -8788,7 +8846,7 @@ "id": "function-calls", "href": "https://www.w3.org/TR/WGSL/#function-calls", "title": "Function Calls", - "number": "10.2" + "number": "11.2" }, "definedIn": "prose" }, @@ -8807,7 +8865,7 @@ "id": "const-funcs", "href": "https://www.w3.org/TR/WGSL/#const-funcs", "title": "const Functions", - "number": "10.3" + "number": "11.3" }, "definedIn": "prose" }, @@ -8826,7 +8884,7 @@ "id": "root-ident-sec", "href": "https://www.w3.org/TR/WGSL/#root-ident-sec", "title": "Root Identifier", - "number": "10.4.1.1" + "number": "11.4.1.1" }, "definedIn": "prose" }, @@ -8845,7 +8903,7 @@ "id": "aliasing", "href": "https://www.w3.org/TR/WGSL/#aliasing", "title": "Aliasing", - "number": "10.4.1.2" + "number": "11.4.1.2" }, "definedIn": "prose" }, @@ -8863,7 +8921,7 @@ "heading": { "id": "attributes", "href": "https://www.w3.org/TR/WGSL/#attributes", - "title": "11. Attributes" + "title": "12. Attributes" }, "definedIn": "prose" }, @@ -8883,7 +8941,7 @@ "heading": { "id": "attributes", "href": "https://www.w3.org/TR/WGSL/#attributes", - "title": "11. Attributes" + "title": "12. Attributes" }, "definedIn": "prose" }, @@ -8904,7 +8962,7 @@ "id": "align-attr", "href": "https://www.w3.org/TR/WGSL/#align-attr", "title": "align", - "number": "11.1" + "number": "12.1" }, "definedIn": "prose" }, @@ -8925,7 +8983,7 @@ "id": "align-attr", "href": "https://www.w3.org/TR/WGSL/#align-attr", "title": "align", - "number": "11.1" + "number": "12.1" }, "definedIn": "table" }, @@ -8946,7 +9004,7 @@ "id": "binding-attr", "href": "https://www.w3.org/TR/WGSL/#binding-attr", "title": "binding", - "number": "11.2" + "number": "12.2" }, "definedIn": "prose" }, @@ -8967,7 +9025,7 @@ "id": "binding-attr", "href": "https://www.w3.org/TR/WGSL/#binding-attr", "title": "binding", - "number": "11.2" + "number": "12.2" }, "definedIn": "table" }, @@ -8988,7 +9046,7 @@ "id": "blend-src-attr", "href": "https://www.w3.org/TR/WGSL/#blend-src-attr", "title": "blend_src", - "number": "11.3" + "number": "12.3" }, "definedIn": "prose" }, @@ -9009,7 +9067,7 @@ "id": "blend-src-attr", "href": "https://www.w3.org/TR/WGSL/#blend-src-attr", "title": "blend_src", - "number": "11.3" + "number": "12.3" }, "definedIn": "table" }, @@ -9030,7 +9088,7 @@ "id": "builtin-attr", "href": "https://www.w3.org/TR/WGSL/#builtin-attr", "title": "builtin", - "number": "11.4" + "number": "12.4" }, "definedIn": "prose" }, @@ -9051,7 +9109,7 @@ "id": "builtin-attr", "href": "https://www.w3.org/TR/WGSL/#builtin-attr", "title": "builtin", - "number": "11.4" + "number": "12.4" }, "definedIn": "table" }, @@ -9072,7 +9130,7 @@ "id": "const-attr", "href": "https://www.w3.org/TR/WGSL/#const-attr", "title": "const", - "number": "11.5" + "number": "12.5" }, "definedIn": "prose" }, @@ -9093,7 +9151,7 @@ "id": "const-attr", "href": "https://www.w3.org/TR/WGSL/#const-attr", "title": "const", - "number": "11.5" + "number": "12.5" }, "definedIn": "table" }, @@ -9114,7 +9172,7 @@ "id": "diagnostic-attr", "href": "https://www.w3.org/TR/WGSL/#diagnostic-attr", "title": "diagnostic", - "number": "11.6" + "number": "12.6" }, "definedIn": "prose" }, @@ -9135,7 +9193,7 @@ "id": "diagnostic-attr", "href": "https://www.w3.org/TR/WGSL/#diagnostic-attr", "title": "diagnostic", - "number": "11.6" + "number": "12.6" }, "definedIn": "prose" }, @@ -9156,7 +9214,7 @@ "id": "diagnostic-attr", "href": "https://www.w3.org/TR/WGSL/#diagnostic-attr", "title": "diagnostic", - "number": "11.6" + "number": "12.6" }, "definedIn": "table" }, @@ -9177,7 +9235,7 @@ "id": "group-attr", "href": "https://www.w3.org/TR/WGSL/#group-attr", "title": "group", - "number": "11.7" + "number": "12.7" }, "definedIn": "prose" }, @@ -9198,7 +9256,7 @@ "id": "group-attr", "href": "https://www.w3.org/TR/WGSL/#group-attr", "title": "group", - "number": "11.7" + "number": "12.7" }, "definedIn": "table" }, @@ -9219,7 +9277,7 @@ "id": "id-attr", "href": "https://www.w3.org/TR/WGSL/#id-attr", "title": "id", - "number": "11.8" + "number": "12.8" }, "definedIn": "prose" }, @@ -9240,7 +9298,7 @@ "id": "id-attr", "href": "https://www.w3.org/TR/WGSL/#id-attr", "title": "id", - "number": "11.8" + "number": "12.8" }, "definedIn": "table" }, @@ -9261,7 +9319,7 @@ "id": "interpolate-attr", "href": "https://www.w3.org/TR/WGSL/#interpolate-attr", "title": "interpolate", - "number": "11.9" + "number": "12.9" }, "definedIn": "prose" }, @@ -9282,7 +9340,7 @@ "id": "interpolate-attr", "href": "https://www.w3.org/TR/WGSL/#interpolate-attr", "title": "interpolate", - "number": "11.9" + "number": "12.9" }, "definedIn": "prose" }, @@ -9303,7 +9361,7 @@ "id": "interpolate-attr", "href": "https://www.w3.org/TR/WGSL/#interpolate-attr", "title": "interpolate", - "number": "11.9" + "number": "12.9" }, "definedIn": "table" }, @@ -9324,7 +9382,7 @@ "id": "invariant-attr", "href": "https://www.w3.org/TR/WGSL/#invariant-attr", "title": "invariant", - "number": "11.10" + "number": "12.10" }, "definedIn": "prose" }, @@ -9345,7 +9403,7 @@ "id": "invariant-attr", "href": "https://www.w3.org/TR/WGSL/#invariant-attr", "title": "invariant", - "number": "11.10" + "number": "12.10" }, "definedIn": "table" }, @@ -9366,7 +9424,7 @@ "id": "location-attr", "href": "https://www.w3.org/TR/WGSL/#location-attr", "title": "location", - "number": "11.11" + "number": "12.11" }, "definedIn": "prose" }, @@ -9387,7 +9445,7 @@ "id": "location-attr", "href": "https://www.w3.org/TR/WGSL/#location-attr", "title": "location", - "number": "11.11" + "number": "12.11" }, "definedIn": "table" }, @@ -9408,7 +9466,7 @@ "id": "must-use-attr", "href": "https://www.w3.org/TR/WGSL/#must-use-attr", "title": "must_use", - "number": "11.12" + "number": "12.12" }, "definedIn": "prose" }, @@ -9429,7 +9487,7 @@ "id": "must-use-attr", "href": "https://www.w3.org/TR/WGSL/#must-use-attr", "title": "must_use", - "number": "11.12" + "number": "12.12" }, "definedIn": "table" }, @@ -9450,7 +9508,7 @@ "id": "size-attr", "href": "https://www.w3.org/TR/WGSL/#size-attr", "title": "size", - "number": "11.13" + "number": "12.13" }, "definedIn": "prose" }, @@ -9471,7 +9529,7 @@ "id": "size-attr", "href": "https://www.w3.org/TR/WGSL/#size-attr", "title": "size", - "number": "11.13" + "number": "12.13" }, "definedIn": "table" }, @@ -9492,7 +9550,7 @@ "id": "workgroup-size-attr", "href": "https://www.w3.org/TR/WGSL/#workgroup-size-attr", "title": "workgroup_size", - "number": "11.14" + "number": "12.14" }, "definedIn": "prose" }, @@ -9513,7 +9571,7 @@ "id": "workgroup-size-attr", "href": "https://www.w3.org/TR/WGSL/#workgroup-size-attr", "title": "workgroup_size", - "number": "11.14" + "number": "12.14" }, "definedIn": "table" }, @@ -9532,7 +9590,7 @@ "id": "shader-stage-attr", "href": "https://www.w3.org/TR/WGSL/#shader-stage-attr", "title": "Shader Stage Attributes", - "number": "11.15" + "number": "12.15" }, "definedIn": "prose" }, @@ -9553,7 +9611,7 @@ "id": "vertex-attr", "href": "https://www.w3.org/TR/WGSL/#vertex-attr", "title": "vertex", - "number": "11.15.1" + "number": "12.15.1" }, "definedIn": "prose" }, @@ -9574,7 +9632,7 @@ "id": "vertex-attr", "href": "https://www.w3.org/TR/WGSL/#vertex-attr", "title": "vertex", - "number": "11.15.1" + "number": "12.15.1" }, "definedIn": "prose" }, @@ -9595,7 +9653,7 @@ "id": "fragment-attr", "href": "https://www.w3.org/TR/WGSL/#fragment-attr", "title": "fragment", - "number": "11.15.2" + "number": "12.15.2" }, "definedIn": "prose" }, @@ -9616,7 +9674,7 @@ "id": "fragment-attr", "href": "https://www.w3.org/TR/WGSL/#fragment-attr", "title": "fragment", - "number": "11.15.2" + "number": "12.15.2" }, "definedIn": "prose" }, @@ -9637,7 +9695,7 @@ "id": "compute-attr", "href": "https://www.w3.org/TR/WGSL/#compute-attr", "title": "compute", - "number": "11.15.3" + "number": "12.15.3" }, "definedIn": "prose" }, @@ -9658,7 +9716,7 @@ "id": "compute-attr", "href": "https://www.w3.org/TR/WGSL/#compute-attr", "title": "compute", - "number": "11.15.3" + "number": "12.15.3" }, "definedIn": "prose" }, @@ -9676,7 +9734,7 @@ "heading": { "id": "entry-points", "href": "https://www.w3.org/TR/WGSL/#entry-points", - "title": "12. Entry Points" + "title": "13. Entry Points" }, "definedIn": "prose" }, @@ -9695,7 +9753,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9714,7 +9772,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9733,7 +9791,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9752,7 +9810,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9771,7 +9829,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9790,7 +9848,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9809,7 +9867,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9828,7 +9886,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9847,7 +9905,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9866,7 +9924,7 @@ "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, "definedIn": "prose" }, @@ -9885,7 +9943,7 @@ "id": "entry-point-decl", "href": "https://www.w3.org/TR/WGSL/#entry-point-decl", "title": "Entry Point Declaration", - "number": "12.2" + "number": "13.2" }, "definedIn": "prose" }, @@ -9904,7 +9962,7 @@ "id": "shader-interface", "href": "https://www.w3.org/TR/WGSL/#shader-interface", "title": "Shader Interface", - "number": "12.3" + "number": "13.3" }, "definedIn": "prose" }, @@ -9923,7 +9981,7 @@ "id": "shader-interface", "href": "https://www.w3.org/TR/WGSL/#shader-interface", "title": "Shader Interface", - "number": "12.3" + "number": "13.3" }, "definedIn": "prose" }, @@ -9942,7 +10000,7 @@ "id": "stage-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#stage-inputs-outputs", "title": "Inter-stage Input and Output Interface", - "number": "12.3.1" + "number": "13.3.1" }, "definedIn": "prose" }, @@ -9961,7 +10019,7 @@ "id": "stage-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#stage-inputs-outputs", "title": "Inter-stage Input and Output Interface", - "number": "12.3.1" + "number": "13.3.1" }, "definedIn": "prose" }, @@ -9980,7 +10038,7 @@ "id": "stage-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#stage-inputs-outputs", "title": "Inter-stage Input and Output Interface", - "number": "12.3.1" + "number": "13.3.1" }, "definedIn": "prose" }, @@ -9999,7 +10057,7 @@ "id": "builtin-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#builtin-inputs-outputs", "title": "Built-in Inputs and Outputs", - "number": "12.3.1.1" + "number": "13.3.1.1" }, "definedIn": "prose" }, @@ -10018,7 +10076,7 @@ "id": "builtin-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#builtin-inputs-outputs", "title": "Built-in Inputs and Outputs", - "number": "12.3.1.1" + "number": "13.3.1.1" }, "definedIn": "prose" }, @@ -10037,7 +10095,7 @@ "id": "builtin-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#builtin-inputs-outputs", "title": "Built-in Inputs and Outputs", - "number": "12.3.1.1" + "number": "13.3.1.1" }, "definedIn": "prose" }, @@ -10058,7 +10116,7 @@ "id": "clip-distances-builtin-value", "href": "https://www.w3.org/TR/WGSL/#clip-distances-builtin-value", "title": "clip_distances", - "number": "12.3.1.1.1" + "number": "13.3.1.1.1" }, "definedIn": "table" }, @@ -10079,7 +10137,7 @@ "id": "frag-depth-builtin-value", "href": "https://www.w3.org/TR/WGSL/#frag-depth-builtin-value", "title": "frag_depth", - "number": "12.3.1.1.2" + "number": "13.3.1.1.2" }, "definedIn": "table" }, @@ -10100,7 +10158,7 @@ "id": "front-facing-builtin-value", "href": "https://www.w3.org/TR/WGSL/#front-facing-builtin-value", "title": "front_facing", - "number": "12.3.1.1.3" + "number": "13.3.1.1.3" }, "definedIn": "table" }, @@ -10121,7 +10179,7 @@ "id": "global-invocation-id-builtin-value", "href": "https://www.w3.org/TR/WGSL/#global-invocation-id-builtin-value", "title": "global_invocation_id", - "number": "12.3.1.1.4" + "number": "13.3.1.1.4" }, "definedIn": "table" }, @@ -10142,7 +10200,7 @@ "id": "instance-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#instance-index-builtin-value", "title": "instance_index", - "number": "12.3.1.1.5" + "number": "13.3.1.1.5" }, "definedIn": "table" }, @@ -10163,7 +10221,7 @@ "id": "local-invocation-id-builtin-value", "href": "https://www.w3.org/TR/WGSL/#local-invocation-id-builtin-value", "title": "local_invocation_id", - "number": "12.3.1.1.6" + "number": "13.3.1.1.6" }, "definedIn": "table" }, @@ -10184,7 +10242,7 @@ "id": "local-invocation-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#local-invocation-index-builtin-value", "title": "local_invocation_index", - "number": "12.3.1.1.7" + "number": "13.3.1.1.7" }, "definedIn": "table" }, @@ -10205,7 +10263,7 @@ "id": "num-workgroups-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#num-workgroups-index-builtin-value", "title": "num_workgroups", - "number": "12.3.1.1.8" + "number": "13.3.1.1.8" }, "definedIn": "table" }, @@ -10226,7 +10284,7 @@ "id": "position-builtin-value", "href": "https://www.w3.org/TR/WGSL/#position-builtin-value", "title": "position", - "number": "12.3.1.1.9" + "number": "13.3.1.1.9" }, "definedIn": "table" }, @@ -10247,7 +10305,7 @@ "id": "sample-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#sample-index-builtin-value", "title": "sample_index", - "number": "12.3.1.1.10" + "number": "13.3.1.1.10" }, "definedIn": "table" }, @@ -10268,7 +10326,7 @@ "id": "sample-mask-builtin-value", "href": "https://www.w3.org/TR/WGSL/#sample-mask-builtin-value", "title": "sample_mask", - "number": "12.3.1.1.11" + "number": "13.3.1.1.11" }, "definedIn": "table" }, @@ -10289,7 +10347,7 @@ "id": "vertex-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#vertex-index-builtin-value", "title": "vertex_index", - "number": "12.3.1.1.12" + "number": "13.3.1.1.12" }, "definedIn": "table" }, @@ -10310,7 +10368,7 @@ "id": "workgroup-id-builtin-value", "href": "https://www.w3.org/TR/WGSL/#workgroup-id-builtin-value", "title": "workgroup_id", - "number": "12.3.1.1.13" + "number": "13.3.1.1.13" }, "definedIn": "table" }, @@ -10331,7 +10389,7 @@ "id": "subgroup-invocation-id-builtin-value", "href": "https://www.w3.org/TR/WGSL/#subgroup-invocation-id-builtin-value", "title": "subgroup_invocation_id", - "number": "12.3.1.1.14" + "number": "13.3.1.1.14" }, "definedIn": "table" }, @@ -10352,7 +10410,7 @@ "id": "subgroup-size-builtin-value", "href": "https://www.w3.org/TR/WGSL/#subgroup-size-builtin-value", "title": "subgroup_size", - "number": "12.3.1.1.15" + "number": "13.3.1.1.15" }, "definedIn": "table" }, @@ -10371,7 +10429,7 @@ "id": "user-defined-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#user-defined-inputs-outputs", "title": "User-defined Inputs and Outputs", - "number": "12.3.1.2" + "number": "13.3.1.2" }, "definedIn": "prose" }, @@ -10390,7 +10448,7 @@ "id": "user-defined-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#user-defined-inputs-outputs", "title": "User-defined Inputs and Outputs", - "number": "12.3.1.2" + "number": "13.3.1.2" }, "definedIn": "prose" }, @@ -10409,7 +10467,7 @@ "id": "input-output-locations", "href": "https://www.w3.org/TR/WGSL/#input-output-locations", "title": "Input-output Locations", - "number": "12.3.1.3" + "number": "13.3.1.3" }, "definedIn": "prose" }, @@ -10428,7 +10486,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "prose" }, @@ -10449,7 +10507,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "dt" }, @@ -10470,7 +10528,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "dt" }, @@ -10491,7 +10549,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "dt" }, @@ -10510,7 +10568,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "prose" }, @@ -10531,7 +10589,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "dt" }, @@ -10552,7 +10610,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "dt" }, @@ -10573,7 +10631,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "dt" }, @@ -10594,7 +10652,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "dt" }, @@ -10615,7 +10673,7 @@ "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, "definedIn": "dt" }, @@ -10634,7 +10692,7 @@ "id": "resource-interface", "href": "https://www.w3.org/TR/WGSL/#resource-interface", "title": "Resource Interface", - "number": "12.3.2" + "number": "13.3.2" }, "definedIn": "prose" }, @@ -10653,7 +10711,7 @@ "id": "resource-interface", "href": "https://www.w3.org/TR/WGSL/#resource-interface", "title": "Resource Interface", - "number": "12.3.2" + "number": "13.3.2" }, "definedIn": "prose" }, @@ -10672,7 +10730,7 @@ "id": "buffer-binding-determines-runtime-sized-array-element-count", "href": "https://www.w3.org/TR/WGSL/#buffer-binding-determines-runtime-sized-array-element-count", "title": "Buffer Binding Determines Runtime-Sized Array Element Count", - "number": "12.3.4" + "number": "13.3.4" }, "definedIn": "prose" }, @@ -10691,7 +10749,7 @@ "id": "memory-locations-section", "href": "https://www.w3.org/TR/WGSL/#memory-locations-section", "title": "Memory Locations", - "number": "13.1" + "number": "14.1" }, "definedIn": "prose" }, @@ -10710,7 +10768,7 @@ "id": "memory-locations-section", "href": "https://www.w3.org/TR/WGSL/#memory-locations-section", "title": "Memory Locations", - "number": "13.1" + "number": "14.1" }, "definedIn": "prose" }, @@ -10729,7 +10787,7 @@ "id": "memory-access-mode", "href": "https://www.w3.org/TR/WGSL/#memory-access-mode", "title": "Memory Access Mode", - "number": "13.2" + "number": "14.2" }, "definedIn": "prose" }, @@ -10748,7 +10806,7 @@ "id": "memory-access-mode", "href": "https://www.w3.org/TR/WGSL/#memory-access-mode", "title": "Memory Access Mode", - "number": "13.2" + "number": "14.2" }, "definedIn": "prose" }, @@ -10767,7 +10825,7 @@ "id": "memory-access-mode", "href": "https://www.w3.org/TR/WGSL/#memory-access-mode", "title": "Memory Access Mode", - "number": "13.2" + "number": "14.2" }, "definedIn": "prose" }, @@ -10786,7 +10844,7 @@ "id": "memory-access-mode", "href": "https://www.w3.org/TR/WGSL/#memory-access-mode", "title": "Memory Access Mode", - "number": "13.2" + "number": "14.2" }, "definedIn": "prose" }, @@ -10807,7 +10865,7 @@ "id": "memory-access-mode", "href": "https://www.w3.org/TR/WGSL/#memory-access-mode", "title": "Memory Access Mode", - "number": "13.2" + "number": "14.2" }, "definedIn": "table" }, @@ -10828,7 +10886,7 @@ "id": "memory-access-mode", "href": "https://www.w3.org/TR/WGSL/#memory-access-mode", "title": "Memory Access Mode", - "number": "13.2" + "number": "14.2" }, "definedIn": "table" }, @@ -10849,7 +10907,7 @@ "id": "memory-access-mode", "href": "https://www.w3.org/TR/WGSL/#memory-access-mode", "title": "Memory Access Mode", - "number": "13.2" + "number": "14.2" }, "definedIn": "table" }, @@ -10868,7 +10926,7 @@ "id": "address-space", "href": "https://www.w3.org/TR/WGSL/#address-space", "title": "Address Spaces", - "number": "13.3" + "number": "14.3" }, "definedIn": "prose" }, @@ -10889,7 +10947,7 @@ "id": "address-space", "href": "https://www.w3.org/TR/WGSL/#address-space", "title": "Address Spaces", - "number": "13.3" + "number": "14.3" }, "definedIn": "table" }, @@ -10910,7 +10968,7 @@ "id": "address-space", "href": "https://www.w3.org/TR/WGSL/#address-space", "title": "Address Spaces", - "number": "13.3" + "number": "14.3" }, "definedIn": "table" }, @@ -10931,7 +10989,7 @@ "id": "address-space", "href": "https://www.w3.org/TR/WGSL/#address-space", "title": "Address Spaces", - "number": "13.3" + "number": "14.3" }, "definedIn": "table" }, @@ -10952,7 +11010,7 @@ "id": "address-space", "href": "https://www.w3.org/TR/WGSL/#address-space", "title": "Address Spaces", - "number": "13.3" + "number": "14.3" }, "definedIn": "table" }, @@ -10973,7 +11031,7 @@ "id": "address-space", "href": "https://www.w3.org/TR/WGSL/#address-space", "title": "Address Spaces", - "number": "13.3" + "number": "14.3" }, "definedIn": "table" }, @@ -10994,7 +11052,7 @@ "id": "address-space", "href": "https://www.w3.org/TR/WGSL/#address-space", "title": "Address Spaces", - "number": "13.3" + "number": "14.3" }, "definedIn": "table" }, @@ -11013,7 +11071,7 @@ "id": "memory-layouts", "href": "https://www.w3.org/TR/WGSL/#memory-layouts", "title": "Memory Layout", - "number": "13.4" + "number": "14.4" }, "definedIn": "prose" }, @@ -11032,7 +11090,7 @@ "id": "memory-layouts", "href": "https://www.w3.org/TR/WGSL/#memory-layouts", "title": "Memory Layout", - "number": "13.4" + "number": "14.4" }, "definedIn": "prose" }, @@ -11051,7 +11109,7 @@ "id": "memory-layouts", "href": "https://www.w3.org/TR/WGSL/#memory-layouts", "title": "Memory Layout", - "number": "13.4" + "number": "14.4" }, "definedIn": "prose" }, @@ -11070,7 +11128,7 @@ "id": "memory-layouts", "href": "https://www.w3.org/TR/WGSL/#memory-layouts", "title": "Memory Layout", - "number": "13.4" + "number": "14.4" }, "definedIn": "prose" }, @@ -11089,7 +11147,7 @@ "id": "memory-layouts", "href": "https://www.w3.org/TR/WGSL/#memory-layouts", "title": "Memory Layout", - "number": "13.4" + "number": "14.4" }, "definedIn": "prose" }, @@ -11108,7 +11166,7 @@ "id": "memory-layouts", "href": "https://www.w3.org/TR/WGSL/#memory-layouts", "title": "Memory Layout", - "number": "13.4" + "number": "14.4" }, "definedIn": "prose" }, @@ -11127,7 +11185,7 @@ "id": "memory-layouts", "href": "https://www.w3.org/TR/WGSL/#memory-layouts", "title": "Memory Layout", - "number": "13.4" + "number": "14.4" }, "definedIn": "prose" }, @@ -11146,7 +11204,7 @@ "id": "memory-layouts", "href": "https://www.w3.org/TR/WGSL/#memory-layouts", "title": "Memory Layout", - "number": "13.4" + "number": "14.4" }, "definedIn": "prose" }, @@ -11165,7 +11223,7 @@ "id": "alignment-and-size", "href": "https://www.w3.org/TR/WGSL/#alignment-and-size", "title": "Alignment and Size", - "number": "13.4.1" + "number": "14.4.1" }, "definedIn": "prose" }, @@ -11184,7 +11242,7 @@ "id": "alignment-and-size", "href": "https://www.w3.org/TR/WGSL/#alignment-and-size", "title": "Alignment and Size", - "number": "13.4.1" + "number": "14.4.1" }, "definedIn": "prose" }, @@ -11203,7 +11261,7 @@ "id": "structure-member-layout", "href": "https://www.w3.org/TR/WGSL/#structure-member-layout", "title": "Structure Member Layout", - "number": "13.4.2" + "number": "14.4.2" }, "definedIn": "prose" }, @@ -11222,7 +11280,7 @@ "id": "internal-value-layout", "href": "https://www.w3.org/TR/WGSL/#internal-value-layout", "title": "Internal Layout of Values", - "number": "13.4.4" + "number": "14.4.4" }, "definedIn": "prose" }, @@ -11241,7 +11299,7 @@ "id": "address-space-layout-constraints", "href": "https://www.w3.org/TR/WGSL/#address-space-layout-constraints", "title": "Address Space Layout Constraints", - "number": "13.4.5" + "number": "14.4.5" }, "definedIn": "prose" }, @@ -11260,7 +11318,7 @@ "id": "scoped-operations", "href": "https://www.w3.org/TR/WGSL/#scoped-operations", "title": "Scoped Operations", - "number": "13.5.3" + "number": "14.5.3" }, "definedIn": "prose" }, @@ -11279,7 +11337,7 @@ "id": "scoped-operations", "href": "https://www.w3.org/TR/WGSL/#scoped-operations", "title": "Scoped Operations", - "number": "13.5.3" + "number": "14.5.3" }, "definedIn": "prose" }, @@ -11298,7 +11356,7 @@ "id": "program-order", "href": "https://www.w3.org/TR/WGSL/#program-order", "title": "Program Order Within an Invocation", - "number": "14.1" + "number": "15.1" }, "definedIn": "prose" }, @@ -11317,7 +11375,7 @@ "id": "uniformity", "href": "https://www.w3.org/TR/WGSL/#uniformity", "title": "Uniformity", - "number": "14.2" + "number": "15.2" }, "definedIn": "prose" }, @@ -11336,7 +11394,7 @@ "id": "uniformity", "href": "https://www.w3.org/TR/WGSL/#uniformity", "title": "Uniformity", - "number": "14.2" + "number": "15.2" }, "definedIn": "prose" }, @@ -11355,7 +11413,7 @@ "id": "uniformity-concepts", "href": "https://www.w3.org/TR/WGSL/#uniformity-concepts", "title": "Terminology and Concepts", - "number": "14.2.1" + "number": "15.2.1" }, "definedIn": "prose" }, @@ -11374,7 +11432,7 @@ "id": "uniformity-concepts", "href": "https://www.w3.org/TR/WGSL/#uniformity-concepts", "title": "Terminology and Concepts", - "number": "14.2.1" + "number": "15.2.1" }, "definedIn": "prose" }, @@ -11393,7 +11451,7 @@ "id": "uniformity-concepts", "href": "https://www.w3.org/TR/WGSL/#uniformity-concepts", "title": "Terminology and Concepts", - "number": "14.2.1" + "number": "15.2.1" }, "definedIn": "prose" }, @@ -11412,7 +11470,7 @@ "id": "uniformity-overview", "href": "https://www.w3.org/TR/WGSL/#uniformity-overview", "title": "Uniformity Analysis Overview", - "number": "14.2.2" + "number": "15.2.2" }, "definedIn": "prose" }, @@ -11431,7 +11489,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11450,7 +11508,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11469,7 +11527,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11488,7 +11546,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11507,7 +11565,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11526,7 +11584,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11545,7 +11603,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11564,7 +11622,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11583,7 +11641,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11602,7 +11660,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11621,7 +11679,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11640,7 +11698,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11659,7 +11717,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11678,7 +11736,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11697,7 +11755,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11716,7 +11774,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "table" }, @@ -11735,7 +11793,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11754,7 +11812,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11773,7 +11831,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11792,7 +11850,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11811,7 +11869,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11830,7 +11888,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11849,7 +11907,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11868,7 +11926,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11887,7 +11945,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11906,7 +11964,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11925,7 +11983,7 @@ "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, "definedIn": "prose" }, @@ -11944,7 +12002,7 @@ "id": "func-var-value-analysis", "href": "https://www.w3.org/TR/WGSL/#func-var-value-analysis", "title": "Function-scope Variable Value Analysis", - "number": "14.2.5" + "number": "15.2.5" }, "definedIn": "prose" }, @@ -11963,7 +12021,7 @@ "id": "func-var-value-analysis", "href": "https://www.w3.org/TR/WGSL/#func-var-value-analysis", "title": "Function-scope Variable Value Analysis", - "number": "14.2.5" + "number": "15.2.5" }, "definedIn": "prose" }, @@ -11982,7 +12040,7 @@ "id": "func-var-value-analysis", "href": "https://www.w3.org/TR/WGSL/#func-var-value-analysis", "title": "Function-scope Variable Value Analysis", - "number": "14.2.5" + "number": "15.2.5" }, "definedIn": "prose" }, @@ -12001,7 +12059,7 @@ "id": "func-var-value-analysis", "href": "https://www.w3.org/TR/WGSL/#func-var-value-analysis", "title": "Function-scope Variable Value Analysis", - "number": "14.2.5" + "number": "15.2.5" }, "definedIn": "prose" }, @@ -12020,7 +12078,7 @@ "id": "func-var-value-analysis", "href": "https://www.w3.org/TR/WGSL/#func-var-value-analysis", "title": "Function-scope Variable Value Analysis", - "number": "14.2.5" + "number": "15.2.5" }, "definedIn": "prose" }, @@ -12039,7 +12097,7 @@ "id": "uniformity-statements", "href": "https://www.w3.org/TR/WGSL/#uniformity-statements", "title": "Uniformity Rules for Statements", - "number": "14.2.6" + "number": "15.2.6" }, "definedIn": "prose" }, @@ -12058,7 +12116,7 @@ "id": "uniformity-statements", "href": "https://www.w3.org/TR/WGSL/#uniformity-statements", "title": "Uniformity Rules for Statements", - "number": "14.2.6" + "number": "15.2.6" }, "definedIn": "prose" }, @@ -12077,7 +12135,7 @@ "id": "uniformity-function-calls", "href": "https://www.w3.org/TR/WGSL/#uniformity-function-calls", "title": "Uniformity Rules for Function Calls", - "number": "14.2.7" + "number": "15.2.7" }, "definedIn": "prose" }, @@ -12096,7 +12154,7 @@ "id": "uniformity-function-calls", "href": "https://www.w3.org/TR/WGSL/#uniformity-function-calls", "title": "Uniformity Rules for Function Calls", - "number": "14.2.7" + "number": "15.2.7" }, "definedIn": "prose" }, @@ -12115,7 +12173,7 @@ "id": "uniformity-function-calls", "href": "https://www.w3.org/TR/WGSL/#uniformity-function-calls", "title": "Uniformity Rules for Function Calls", - "number": "14.2.7" + "number": "15.2.7" }, "definedIn": "prose" }, @@ -12134,7 +12192,7 @@ "id": "uniformity-function-calls", "href": "https://www.w3.org/TR/WGSL/#uniformity-function-calls", "title": "Uniformity Rules for Function Calls", - "number": "14.2.7" + "number": "15.2.7" }, "definedIn": "prose" }, @@ -12155,7 +12213,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12174,7 +12232,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12193,7 +12251,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12212,7 +12270,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12231,7 +12289,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12250,7 +12308,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12269,7 +12327,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12288,7 +12346,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12307,7 +12365,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12326,7 +12384,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12345,7 +12403,7 @@ "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, "definedIn": "prose" }, @@ -12364,7 +12422,7 @@ "id": "fragment-shaders-helper-invocations", "href": "https://www.w3.org/TR/WGSL/#fragment-shaders-helper-invocations", "title": "Fragment Shaders and Helper Invocations", - "number": "14.4" + "number": "15.4" }, "definedIn": "prose" }, @@ -12383,7 +12441,7 @@ "id": "fragment-shaders-helper-invocations", "href": "https://www.w3.org/TR/WGSL/#fragment-shaders-helper-invocations", "title": "Fragment Shaders and Helper Invocations", - "number": "14.4" + "number": "15.4" }, "definedIn": "prose" }, @@ -12402,7 +12460,7 @@ "id": "fragment-shaders-helper-invocations", "href": "https://www.w3.org/TR/WGSL/#fragment-shaders-helper-invocations", "title": "Fragment Shaders and Helper Invocations", - "number": "14.4" + "number": "15.4" }, "definedIn": "prose" }, @@ -12421,7 +12479,7 @@ "id": "subgroups", "href": "https://www.w3.org/TR/WGSL/#subgroups", "title": "Subgroups", - "number": "14.5" + "number": "15.5" }, "definedIn": "prose" }, @@ -12440,7 +12498,7 @@ "id": "subgroups", "href": "https://www.w3.org/TR/WGSL/#subgroups", "title": "Subgroups", - "number": "14.5" + "number": "15.5" }, "definedIn": "prose" }, @@ -12459,7 +12517,7 @@ "id": "subgroups", "href": "https://www.w3.org/TR/WGSL/#subgroups", "title": "Subgroups", - "number": "14.5" + "number": "15.5" }, "definedIn": "prose" }, @@ -12480,7 +12538,7 @@ "id": "subgroups", "href": "https://www.w3.org/TR/WGSL/#subgroups", "title": "Subgroups", - "number": "14.5" + "number": "15.5" }, "definedIn": "prose" }, @@ -12501,7 +12559,7 @@ "id": "subgroups", "href": "https://www.w3.org/TR/WGSL/#subgroups", "title": "Subgroups", - "number": "14.5" + "number": "15.5" }, "definedIn": "prose" }, @@ -12520,7 +12578,7 @@ "id": "barrier", "href": "https://www.w3.org/TR/WGSL/#barrier", "title": "Barriers", - "number": "14.6.1" + "number": "15.6.1" }, "definedIn": "prose" }, @@ -12539,7 +12597,7 @@ "id": "derivatives", "href": "https://www.w3.org/TR/WGSL/#derivatives", "title": "Derivatives", - "number": "14.6.2" + "number": "15.6.2" }, "definedIn": "prose" }, @@ -12558,7 +12616,7 @@ "id": "derivatives", "href": "https://www.w3.org/TR/WGSL/#derivatives", "title": "Derivatives", - "number": "14.6.2" + "number": "15.6.2" }, "definedIn": "prose" }, @@ -12577,7 +12635,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12598,7 +12656,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12619,7 +12677,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12640,7 +12698,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12661,7 +12719,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12680,7 +12738,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12701,7 +12759,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12722,7 +12780,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12743,7 +12801,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12762,7 +12820,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12781,7 +12839,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12802,7 +12860,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12821,7 +12879,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12842,7 +12900,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12861,7 +12919,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12880,7 +12938,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12899,7 +12957,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12920,7 +12978,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12941,7 +12999,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12962,7 +13020,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -12983,7 +13041,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -13004,7 +13062,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -13025,7 +13083,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -13046,7 +13104,7 @@ "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, "definedIn": "prose" }, @@ -13065,7 +13123,7 @@ "id": "differences-from-ieee754", "href": "https://www.w3.org/TR/WGSL/#differences-from-ieee754", "title": "Differences from IEEE-754", - "number": "14.7.2" + "number": "15.7.2" }, "definedIn": "prose" }, @@ -13084,7 +13142,7 @@ "id": "differences-from-ieee754", "href": "https://www.w3.org/TR/WGSL/#differences-from-ieee754", "title": "Differences from IEEE-754", - "number": "14.7.2" + "number": "15.7.2" }, "definedIn": "prose" }, @@ -13103,7 +13161,7 @@ "id": "floating-point-accuracy", "href": "https://www.w3.org/TR/WGSL/#floating-point-accuracy", "title": "Floating Point Accuracy", - "number": "14.7.4" + "number": "15.7.4" }, "definedIn": "prose" }, @@ -13122,7 +13180,7 @@ "id": "floating-point-accuracy", "href": "https://www.w3.org/TR/WGSL/#floating-point-accuracy", "title": "Floating Point Accuracy", - "number": "14.7.4" + "number": "15.7.4" }, "definedIn": "prose" }, @@ -13141,7 +13199,7 @@ "id": "floating-point-accuracy", "href": "https://www.w3.org/TR/WGSL/#floating-point-accuracy", "title": "Floating Point Accuracy", - "number": "14.7.4" + "number": "15.7.4" }, "definedIn": "prose" }, @@ -13160,7 +13218,7 @@ "id": "reassociation-and-fusion", "href": "https://www.w3.org/TR/WGSL/#reassociation-and-fusion", "title": "Reassociation and Fusion", - "number": "14.7.5" + "number": "15.7.5" }, "definedIn": "prose" }, @@ -13179,7 +13237,7 @@ "id": "floating-point-conversion", "href": "https://www.w3.org/TR/WGSL/#floating-point-conversion", "title": "Floating Point Conversion", - "number": "14.7.6" + "number": "15.7.6" }, "definedIn": "prose" }, @@ -13198,7 +13256,7 @@ "id": "floating-point-conversion", "href": "https://www.w3.org/TR/WGSL/#floating-point-conversion", "title": "Floating Point Conversion", - "number": "14.7.6" + "number": "15.7.6" }, "definedIn": "prose" }, @@ -13217,7 +13275,7 @@ "id": "domains-of-floating-point-expressions-and-builtins", "href": "https://www.w3.org/TR/WGSL/#domains-of-floating-point-expressions-and-builtins", "title": "Domains of Floating Point Expressions and Built-in Functions", - "number": "14.7.7" + "number": "15.7.7" }, "definedIn": "prose" }, @@ -13238,7 +13296,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13259,7 +13317,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13280,7 +13338,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13301,7 +13359,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13322,7 +13380,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13343,7 +13401,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13364,7 +13422,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13385,7 +13443,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13406,7 +13464,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13427,7 +13485,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13448,7 +13506,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13469,7 +13527,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13490,7 +13548,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13511,7 +13569,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13532,7 +13590,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13553,7 +13611,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13574,7 +13632,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13595,7 +13653,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13616,7 +13674,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13637,7 +13695,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13658,7 +13716,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13679,7 +13737,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13700,7 +13758,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13721,7 +13779,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13742,7 +13800,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13763,7 +13821,7 @@ "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, "definedIn": "prose" }, @@ -13782,7 +13840,7 @@ "id": "reserved-words", "href": "https://www.w3.org/TR/WGSL/#reserved-words", "title": "Reserved Words", - "number": "15.2" + "number": "16.2" }, "definedIn": "prose" }, @@ -13803,7 +13861,7 @@ "id": "reserved-words", "href": "https://www.w3.org/TR/WGSL/#reserved-words", "title": "Reserved Words", - "number": "15.2" + "number": "16.2" }, "definedIn": "prose" }, @@ -13822,7 +13880,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -13843,7 +13901,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -13864,7 +13922,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -13885,7 +13943,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -13906,7 +13964,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -13927,7 +13985,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -13948,7 +14006,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -13969,7 +14027,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -13990,7 +14048,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14011,7 +14069,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14032,7 +14090,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14053,7 +14111,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14074,7 +14132,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14095,7 +14153,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14116,7 +14174,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14137,7 +14195,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14158,7 +14216,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14179,7 +14237,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14200,7 +14258,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14221,7 +14279,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14242,7 +14300,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14263,7 +14321,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14284,7 +14342,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14305,7 +14363,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14326,7 +14384,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14347,7 +14405,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14368,7 +14426,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14389,7 +14447,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14410,7 +14468,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14431,7 +14489,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14452,7 +14510,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14473,7 +14531,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14494,7 +14552,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14515,7 +14573,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14536,7 +14594,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14557,7 +14615,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14578,7 +14636,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14599,7 +14657,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14620,7 +14678,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14641,7 +14699,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14662,7 +14720,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14683,7 +14741,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14704,7 +14762,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14725,7 +14783,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14746,7 +14804,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14767,7 +14825,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14788,7 +14846,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14809,7 +14867,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14830,7 +14888,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14851,7 +14909,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14872,7 +14930,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14893,7 +14951,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14914,7 +14972,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14935,7 +14993,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14956,7 +15014,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14977,7 +15035,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -14998,7 +15056,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -15019,7 +15077,7 @@ "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, "definedIn": "prose" }, @@ -15037,7 +15095,7 @@ "heading": { "id": "builtin-functions", "href": "https://www.w3.org/TR/WGSL/#builtin-functions", - "title": "16. Built-in Functions" + "title": "17. Built-in Functions" }, "definedIn": "prose" }, @@ -15056,7 +15114,7 @@ "id": "constructor-builtin-function", "href": "https://www.w3.org/TR/WGSL/#constructor-builtin-function", "title": "Constructor Built-in Functions", - "number": "16.1" + "number": "17.1" }, "definedIn": "prose" }, @@ -15075,7 +15133,7 @@ "id": "zero-value-builtin-function", "href": "https://www.w3.org/TR/WGSL/#zero-value-builtin-function", "title": "Zero Value Built-in Functions", - "number": "16.1.1" + "number": "17.1.1" }, "definedIn": "prose" }, @@ -15094,7 +15152,7 @@ "id": "texturegather", "href": "https://www.w3.org/TR/WGSL/#texturegather", "title": "textureGather", - "number": "16.7.2" + "number": "17.7.2" }, "definedIn": "prose" }, @@ -15113,7 +15171,7 @@ "id": "texturegathercompare", "href": "https://www.w3.org/TR/WGSL/#texturegathercompare", "title": "textureGatherCompare", - "number": "16.7.3" + "number": "17.7.3" }, "definedIn": "prose" }, @@ -15133,7 +15191,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15153,7 +15211,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15173,7 +15231,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15193,7 +15251,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15213,7 +15271,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15233,7 +15291,27 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" + }, + "definedIn": "prose" + }, + { + "id": "recursive-descent-syntax-builtin_value_name", + "href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-builtin_value_name", + "linkingText": [ + "builtin_value_name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "recursive descent syntax" + ], + "access": "private", + "informative": false, + "heading": { + "id": "grammar-recursive-descent", + "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15253,7 +15331,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15273,7 +15351,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15293,7 +15371,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15313,7 +15391,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15333,7 +15411,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15353,7 +15431,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15373,7 +15451,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15393,7 +15471,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15413,7 +15491,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15433,7 +15511,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15453,7 +15531,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15473,7 +15551,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15493,7 +15571,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15513,7 +15591,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15533,7 +15611,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15553,7 +15631,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15573,7 +15651,27 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" + }, + "definedIn": "prose" + }, + { + "id": "recursive-descent-syntax-global_assert", + "href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-global_assert", + "linkingText": [ + "global_assert" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "recursive descent syntax" + ], + "access": "private", + "informative": false, + "heading": { + "id": "grammar-recursive-descent", + "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15593,7 +15691,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15613,7 +15711,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15633,7 +15731,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15653,7 +15751,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15673,7 +15771,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15693,7 +15791,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15713,7 +15811,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15733,7 +15831,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15753,7 +15851,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15773,7 +15871,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15793,7 +15891,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15813,7 +15911,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15833,7 +15931,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15853,7 +15951,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15873,7 +15971,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15893,7 +15991,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15913,7 +16011,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15933,7 +16031,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15953,7 +16051,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15973,7 +16071,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -15993,7 +16091,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16013,7 +16111,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16033,7 +16131,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16053,7 +16151,27 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" + }, + "definedIn": "prose" + }, + { + "id": "recursive-descent-syntax-translation_unit-01-0-00", + "href": "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-translation_unit-01-0-00", + "linkingText": [ + "translation_unit/0.1/0/0.0" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "recursive descent syntax" + ], + "access": "private", + "informative": false, + "heading": { + "id": "grammar-recursive-descent", + "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16073,7 +16191,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16093,7 +16211,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16113,7 +16231,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16133,7 +16251,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16153,7 +16271,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16173,7 +16291,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" }, @@ -16193,7 +16311,7 @@ "heading": { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, "definedIn": "prose" } diff --git a/tr/dfns/css-grid-3.json b/tr/dfns/css-grid-3.json index 8ce37ffa0b1f..41bda93ca2c9 100644 --- a/tr/dfns/css-grid-3.json +++ b/tr/dfns/css-grid-3.json @@ -4,44 +4,6 @@ "url": "https://www.w3.org/TR/css-grid-3/" }, "dfns": [ - { - "id": "grid-integrated-option", - "href": "https://www.w3.org/TR/css-grid-3/#grid-integrated-option", - "linkingText": [ - "Grid-integrated Option" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": true, - "heading": { - "id": "alternative-proposals", - "href": "https://www.w3.org/TR/css-grid-3/#alternative-proposals", - "title": "Alternative Syntax Proposals", - "number": "1.2" - }, - "definedIn": "dt" - }, - { - "id": "grid-independent-option", - "href": "https://www.w3.org/TR/css-grid-3/#grid-independent-option", - "linkingText": [ - "Grid-independent Option" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": true, - "heading": { - "id": "alternative-proposals", - "href": "https://www.w3.org/TR/css-grid-3/#alternative-proposals", - "title": "Alternative Syntax Proposals", - "number": "1.2" - }, - "definedIn": "dt" - }, { "id": "masonry-layout", "href": "https://www.w3.org/TR/css-grid-3/#masonry-layout", @@ -199,355 +161,401 @@ "definedIn": "prose" }, { - "id": "propdef-grid-auto-flow", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-grid-auto-flow", + "id": "submasonry", + "href": "https://www.w3.org/TR/css-grid-3/#submasonry", "linkingText": [ - "grid-auto-flow" + "submasonry" ], "localLinkingText": [], - "type": "property", + "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "grid-auto-flow", - "href": "https://www.w3.org/TR/css-grid-3/#grid-auto-flow", - "title": "Auto Flow Directions: the grid-auto-flow property", - "number": "2.2.2" + "id": "subgrids", + "href": "https://www.w3.org/TR/css-grid-3/#subgrids", + "title": "Subgrids", + "number": "3.2" }, - "definedIn": "table" + "definedIn": "prose" }, { - "id": "valdef-grid-auto-flow-row-reverse", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-grid-auto-flow-row-reverse", + "id": "valdef-repeat-auto-areas", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-repeat-auto-areas", "linkingText": [ - "row-reverse" + "auto-areas" ], "localLinkingText": [], "type": "value", "for": [ - "grid-auto-flow" + "repeat()" ], "access": "public", "informative": false, "heading": { - "id": "grid-auto-flow", - "href": "https://www.w3.org/TR/css-grid-3/#grid-auto-flow", - "title": "Auto Flow Directions: the grid-auto-flow property", - "number": "2.2.2" + "id": "repeat-auto-areas", + "href": "https://www.w3.org/TR/css-grid-3/#repeat-auto-areas", + "title": "repeat(auto-areas)", + "number": "3.3.1" }, "definedIn": "prose" }, { - "id": "valdef-grid-auto-flow-column-reverse", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-grid-auto-flow-column-reverse", + "id": "item-groups", + "href": "https://www.w3.org/TR/css-grid-3/#item-groups", "linkingText": [ - "column-reverse" + "item groups" ], "localLinkingText": [], - "type": "value", - "for": [ - "grid-auto-flow" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "grid-auto-flow", - "href": "https://www.w3.org/TR/css-grid-3/#grid-auto-flow", - "title": "Auto Flow Directions: the grid-auto-flow property", - "number": "2.2.2" + "id": "track-sizing-performance", + "href": "https://www.w3.org/TR/css-grid-3/#track-sizing-performance", + "title": "Optimized Track Sizing", + "number": "3.4.2" }, "definedIn": "prose" }, { - "id": "valdef-grid-auto-flow-wrap-reverse", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-grid-auto-flow-wrap-reverse", + "id": "virtual-masonry-item", + "href": "https://www.w3.org/TR/css-grid-3/#virtual-masonry-item", "linkingText": [ - "wrap-reverse" + "virtual masonry item" ], "localLinkingText": [], - "type": "value", - "for": [ - "grid-auto-flow" + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "track-sizing-performance", + "href": "https://www.w3.org/TR/css-grid-3/#track-sizing-performance", + "title": "Optimized Track Sizing", + "number": "3.4.2" + }, + "definedIn": "prose" + }, + { + "id": "propdef-item-slack", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-slack", + "linkingText": [ + "item-slack" ], + "localLinkingText": [], + "type": "property", + "for": [], "access": "public", "informative": false, "heading": { - "id": "grid-auto-flow", - "href": "https://www.w3.org/TR/css-grid-3/#grid-auto-flow", - "title": "Auto Flow Directions: the grid-auto-flow property", - "number": "2.2.2" + "id": "item-slack", + "href": "https://www.w3.org/TR/css-grid-3/#item-slack", + "title": "Placement Precision: the item-slack property", + "number": "4.2" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "valdef-display-masonry", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-display-masonry", + "id": "masonry-tie-threshold", + "href": "https://www.w3.org/TR/css-grid-3/#masonry-tie-threshold", "linkingText": [ - "masonry" + "tie threshold" ], "localLinkingText": [], - "type": "value", + "type": "dfn", "for": [ - "display" + "masonry" ], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "masonry-display", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-display", - "title": "Establishing Masonry Containers: the masonry and inline-masonry display values", - "number": "2.3.1" + "id": "item-slack", + "href": "https://www.w3.org/TR/css-grid-3/#item-slack", + "title": "Placement Precision: the item-slack property", + "number": "4.2" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "valdef-display-inline-masonry", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-display-inline-masonry", + "id": "valdef-item-slack-infinite", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-slack-infinite", "linkingText": [ - "inline-masonry" + "infinite" ], "localLinkingText": [], "type": "value", "for": [ - "display" + "item-slack" ], "access": "public", "informative": false, "heading": { - "id": "masonry-display", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-display", - "title": "Establishing Masonry Containers: the masonry and inline-masonry display values", - "number": "2.3.1" + "id": "item-slack", + "href": "https://www.w3.org/TR/css-grid-3/#item-slack", + "title": "Placement Precision: the item-slack property", + "number": "4.2" }, "definedIn": "dt" }, { - "id": "propdef-masonry-direction", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-direction", + "id": "running-position", + "href": "https://www.w3.org/TR/css-grid-3/#running-position", "linkingText": [ - "masonry-direction" + "running position" ], "localLinkingText": [], - "type": "property", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "masonry-direction", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-direction", - "title": "Masonry Track Direction: the masonry-direction property", - "number": "2.3.2" + "id": "masonry-layout-algorithm", + "href": "https://www.w3.org/TR/css-grid-3/#masonry-layout-algorithm", + "title": "Masonry Layout and Placement Algorithm", + "number": "4.3" }, - "definedIn": "table" + "definedIn": "prose" }, { - "id": "valdef-masonry-direction-column", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-column", + "id": "auto-placement-cursor", + "href": "https://www.w3.org/TR/css-grid-3/#auto-placement-cursor", "linkingText": [ - "column" + "auto-placement cursor" ], "localLinkingText": [], - "type": "value", - "for": [ - "masonry-direction" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { - "id": "masonry-direction", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-direction", - "title": "Masonry Track Direction: the masonry-direction property", - "number": "2.3.2" + "id": "masonry-layout-algorithm", + "href": "https://www.w3.org/TR/css-grid-3/#masonry-layout-algorithm", + "title": "Masonry Layout and Placement Algorithm", + "number": "4.3" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "valdef-masonry-direction-column-reverse", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-column-reverse", + "id": "masonry-box", + "href": "https://www.w3.org/TR/css-grid-3/#masonry-box", "linkingText": [ - "column-reverse" + "masonry box" ], "localLinkingText": [], - "type": "value", - "for": [ - "masonry-direction" + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "alignment", + "href": "https://www.w3.org/TR/css-grid-3/#alignment", + "title": "Alignment and Spacing", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "propdef-item-direction", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-direction", + "linkingText": [ + "item-direction" ], + "localLinkingText": [], + "type": "property", + "for": [], "access": "public", "informative": false, "heading": { - "id": "masonry-direction", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-direction", - "title": "Masonry Track Direction: the masonry-direction property", - "number": "2.3.2" + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" }, - "definedIn": "dt" + "definedIn": "table" }, { - "id": "valdef-masonry-direction-row", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-row", + "id": "propdef-item-track", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-track", "linkingText": [ - "row" + "item-track" ], "localLinkingText": [], - "type": "value", - "for": [ - "masonry-direction" - ], + "type": "property", + "for": [], "access": "public", "informative": false, "heading": { - "id": "masonry-direction", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-direction", - "title": "Masonry Track Direction: the masonry-direction property", - "number": "2.3.2" + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" }, - "definedIn": "dt" + "definedIn": "table" }, { - "id": "valdef-masonry-direction-row-reverse", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-row-reverse", + "id": "primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#primary-axis", "linkingText": [ - "row-reverse" + "primary axis" ], "localLinkingText": [], - "type": "value", - "for": [ - "masonry-direction" + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" + }, + "definedIn": "prose" + }, + { + "id": "primary-placement-axis", + "href": "https://www.w3.org/TR/css-grid-3/#primary-placement-axis", + "linkingText": [ + "primary placement axis" ], - "access": "public", - "informative": false, + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, "heading": { - "id": "masonry-direction", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-direction", - "title": "Masonry Track Direction: the masonry-direction property", - "number": "2.3.2" + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "propdef-masonry-fill", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-fill", + "id": "primary-track-axis", + "href": "https://www.w3.org/TR/css-grid-3/#primary-track-axis", "linkingText": [ - "masonry-fill" + "primary track axis" ], "localLinkingText": [], - "type": "property", + "type": "dfn", "for": [], - "access": "public", - "informative": false, + "access": "private", + "informative": true, "heading": { - "id": "masonry-fill", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-fill", - "title": "Masonry Cross Direction: the masonry-fill property", - "number": "2.3.3" + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" }, - "definedIn": "table" + "definedIn": "prose" }, { - "id": "valdef-masonry-fill-normal", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-fill-normal", + "id": "valdef-item-direction-auto", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-auto", "linkingText": [ - "normal" + "auto" ], "localLinkingText": [], "type": "value", "for": [ - "masonry-fill" + "item-direction", + "item-track" ], "access": "public", "informative": false, "heading": { - "id": "masonry-fill", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-fill", - "title": "Masonry Cross Direction: the masonry-fill property", - "number": "2.3.3" + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" }, "definedIn": "dt" }, { - "id": "valdef-masonry-fill-reverse", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-masonry-fill-reverse", + "id": "valdef-item-direction-row", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-row", "linkingText": [ - "reverse" + "row" ], "localLinkingText": [], "type": "value", "for": [ - "masonry-fill" + "item-direction", + "item-track" ], "access": "public", "informative": false, "heading": { - "id": "masonry-fill", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-fill", - "title": "Masonry Cross Direction: the masonry-fill property", - "number": "2.3.3" + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" }, "definedIn": "dt" }, { - "id": "propdef-masonry-flow", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-flow", + "id": "valdef-item-direction-column", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-column", "linkingText": [ - "masonry-flow" + "column" ], "localLinkingText": [], - "type": "property", - "for": [], + "type": "value", + "for": [ + "item-direction", + "item-track" + ], "access": "public", "informative": false, "heading": { - "id": "masonry-flow", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-flow", - "title": "Masonry Flow Directions: the masonry-flow shorthand", - "number": "2.3.4" + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" }, - "definedIn": "table" + "definedIn": "dt" }, { - "id": "propdef-masonry", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry", + "id": "valdef-item-direction-row-reverse", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-row-reverse", "linkingText": [ - "masonry" + "row-reverse" ], "localLinkingText": [], - "type": "property", - "for": [], + "type": "value", + "for": [ + "item-direction", + "item-track" + ], "access": "public", "informative": false, "heading": { - "id": "masonry-shorthand", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-shorthand", - "title": "Masonry Definition Shorthand: the masonry property", - "number": "2.3.5" + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" }, - "definedIn": "table" + "definedIn": "dt" }, { - "id": "propdef-masonry-template-tracks", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-template-tracks", + "id": "valdef-item-direction-column-reverse", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-column-reverse", "linkingText": [ - "masonry-template-tracks" + "column-reverse" ], "localLinkingText": [], - "type": "property", - "for": [], + "type": "value", + "for": [ + "item-direction", + "item-track" + ], "access": "public", "informative": false, "heading": { - "id": "masonry-track-masonry-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-track-masonry-option", - "title": "Grid-independent Option: Declaring Masonry Track Templates: the masonry-template-* properties", - "number": "3.2" + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "title": "Item Flow Axis: item-track/item-direction" }, - "definedIn": "table" + "definedIn": "dt" }, { - "id": "propdef-masonry-template-areas", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-template-areas", + "id": "propdef-item-wrap", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-wrap", "linkingText": [ - "masonry-template-areas" + "item-wrap" ], "localLinkingText": [], "type": "property", @@ -555,18 +563,17 @@ "access": "public", "informative": false, "heading": { - "id": "masonry-track-masonry-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-track-masonry-option", - "title": "Grid-independent Option: Declaring Masonry Track Templates: the masonry-template-* properties", - "number": "3.2" + "id": "item-secondary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "title": "Item Cross Axis Placement Mode: item-cross/item-wrap" }, "definedIn": "table" }, { - "id": "propdef-masonry-auto-tracks", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-auto-tracks", + "id": "propdef-item-cross", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-cross", "linkingText": [ - "masonry-auto-tracks" + "item-cross" ], "localLinkingText": [], "type": "property", @@ -574,133 +581,143 @@ "access": "public", "informative": false, "heading": { - "id": "masonry-track-masonry-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-track-masonry-option", - "title": "Grid-independent Option: Declaring Masonry Track Templates: the masonry-template-* properties", - "number": "3.2" + "id": "item-secondary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "title": "Item Cross Axis Placement Mode: item-cross/item-wrap" }, "definedIn": "table" }, { - "id": "submasonry", - "href": "https://www.w3.org/TR/css-grid-3/#submasonry", + "id": "valdef-item-wrap-auto", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-auto", "linkingText": [ - "submasonry" + "auto" ], "localLinkingText": [], - "type": "dfn", - "for": [], + "type": "value", + "for": [ + "item-wrap", + "item-cross" + ], "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-grid-3/#title", - "title": "CSS Grid Layout Module Level 3" + "id": "item-secondary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "title": "Item Cross Axis Placement Mode: item-cross/item-wrap" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "valdef-repeat-auto-areas", - "href": "https://www.w3.org/TR/css-grid-3/#valdef-repeat-auto-areas", + "id": "valdef-item-wrap-nowrap", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-nowrap", "linkingText": [ - "auto-areas" + "nowrap" ], "localLinkingText": [], "type": "value", "for": [ - "repeat()" + "item-wrap", + "item-cross" ], "access": "public", "informative": false, "heading": { - "id": "repeat-auto-areas", - "href": "https://www.w3.org/TR/css-grid-3/#repeat-auto-areas", - "title": "repeat(auto-areas)", - "number": "3.4.1" + "id": "item-secondary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "title": "Item Cross Axis Placement Mode: item-cross/item-wrap" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "item-groups", - "href": "https://www.w3.org/TR/css-grid-3/#item-groups", + "id": "valdef-item-wrap-wrap", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-wrap", "linkingText": [ - "item groups" + "wrap" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "item-wrap", + "item-cross" + ], + "access": "public", "informative": false, "heading": { - "id": "track-sizing-performance", - "href": "https://www.w3.org/TR/css-grid-3/#track-sizing-performance", - "title": "Optimized Track Sizing", - "number": "3.5.2" + "id": "item-secondary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "title": "Item Cross Axis Placement Mode: item-cross/item-wrap" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "virtual-masonry-item", - "href": "https://www.w3.org/TR/css-grid-3/#virtual-masonry-item", + "id": "valdef-item-wrap-normal", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-normal", "linkingText": [ - "virtual masonry item" + "normal" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "item-wrap", + "item-cross" + ], + "access": "public", "informative": false, "heading": { - "id": "track-sizing-performance", - "href": "https://www.w3.org/TR/css-grid-3/#track-sizing-performance", - "title": "Optimized Track Sizing", - "number": "3.5.2" + "id": "item-secondary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "title": "Item Cross Axis Placement Mode: item-cross/item-wrap" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "propdef-masonry-track-start", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-track-start", + "id": "valdef-item-wrap-reverse", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-reverse", "linkingText": [ - "masonry-track-start" + "reverse" ], "localLinkingText": [], - "type": "property", - "for": [], + "type": "value", + "for": [ + "item-wrap", + "item-cross" + ], "access": "public", "informative": false, "heading": { - "id": "masonry-placement-masonry-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-placement-masonry-option", - "title": "Grid-independent Option: Specifying Masonry Item Placement: the masonry-track-* properties", - "number": "4.2" + "id": "item-secondary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "title": "Item Cross Axis Placement Mode: item-cross/item-wrap" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "propdef-masonry-track-end", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-track-end", + "id": "valdef-item-wrap-wrap-reverse", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-wrap-reverse", "linkingText": [ - "masonry-track-end" + "wrap-reverse" ], "localLinkingText": [], - "type": "property", - "for": [], + "type": "value", + "for": [ + "item-wrap", + "item-cross" + ], "access": "public", "informative": false, "heading": { - "id": "masonry-placement-masonry-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-placement-masonry-option", - "title": "Grid-independent Option: Specifying Masonry Item Placement: the masonry-track-* properties", - "number": "4.2" + "id": "item-secondary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "title": "Item Cross Axis Placement Mode: item-cross/item-wrap" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "propdef-masonry-track", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-track", + "id": "propdef-item-pack", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-pack", "linkingText": [ - "masonry-track" + "item-pack" ], "localLinkingText": [], "type": "property", @@ -708,109 +725,109 @@ "access": "public", "informative": false, "heading": { - "id": "masonry-placement-masonry-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-placement-masonry-option", - "title": "Grid-independent Option: Specifying Masonry Item Placement: the masonry-track-* properties", - "number": "4.2" + "id": "item-pack-options", + "href": "https://www.w3.org/TR/css-grid-3/#item-pack-options", + "title": "Item Placement Packing Mode: the item-pack property" }, - "definedIn": "prose" + "definedIn": "table" }, { - "id": "propdef-masonry-slack", - "href": "https://www.w3.org/TR/css-grid-3/#propdef-masonry-slack", + "id": "valdef-item-pack-normal", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-normal", "linkingText": [ - "masonry-slack" + "normal" ], "localLinkingText": [], - "type": "property", - "for": [], + "type": "value", + "for": [ + "item-pack" + ], "access": "public", "informative": false, "heading": { - "id": "masonry-slack", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-slack", - "title": "Placement Precision: the masonry-slack property", - "number": "4.3" + "id": "item-pack-options", + "href": "https://www.w3.org/TR/css-grid-3/#item-pack-options", + "title": "Item Placement Packing Mode: the item-pack property" }, - "definedIn": "table" + "definedIn": "dt" }, { - "id": "masonry-tie-threshold", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-tie-threshold", + "id": "valdef-item-pack-dense", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-dense", "linkingText": [ - "tie threshold" + "dense" ], "localLinkingText": [], - "type": "dfn", + "type": "value", "for": [ - "masonry" + "item-pack" ], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "masonry-slack", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-slack", - "title": "Placement Precision: the masonry-slack property", - "number": "4.3" + "id": "item-pack-options", + "href": "https://www.w3.org/TR/css-grid-3/#item-pack-options", + "title": "Item Placement Packing Mode: the item-pack property" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "running-position", - "href": "https://www.w3.org/TR/css-grid-3/#running-position", + "id": "valdef-item-pack-balance", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-balance", "linkingText": [ - "running position" + "balance" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "item-pack" + ], + "access": "public", "informative": false, "heading": { - "id": "masonry-layout-algorithm", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-layout-algorithm", - "title": "Masonry Layout and Placement Algorithm", - "number": "4.4" + "id": "item-pack-options", + "href": "https://www.w3.org/TR/css-grid-3/#item-pack-options", + "title": "Item Placement Packing Mode: the item-pack property" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "auto-placement-cursor", - "href": "https://www.w3.org/TR/css-grid-3/#auto-placement-cursor", + "id": "valdef-item-pack-collapse", + "href": "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-collapse", "linkingText": [ - "auto-placement cursor" + "collapse" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, + "type": "value", + "for": [ + "item-pack" + ], + "access": "public", + "informative": true, "heading": { - "id": "masonry-layout-algorithm", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-layout-algorithm", - "title": "Masonry Layout and Placement Algorithm", - "number": "4.4" + "id": "item-pack-options", + "href": "https://www.w3.org/TR/css-grid-3/#item-pack-options", + "title": "Item Placement Packing Mode: the item-pack property" }, "definedIn": "prose" }, { - "id": "masonry-box", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-box", + "id": "propdef-item-flow", + "href": "https://www.w3.org/TR/css-grid-3/#propdef-item-flow", "linkingText": [ - "masonry box" + "item-flow" ], "localLinkingText": [], - "type": "dfn", + "type": "property", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "alignment", - "href": "https://www.w3.org/TR/css-grid-3/#alignment", - "title": "Alignment and Spacing", - "number": "6" + "id": "item-flow", + "href": "https://www.w3.org/TR/css-grid-3/#item-flow", + "title": "Item Placement Shorthand: the item-flow shorthand" }, - "definedIn": "prose" + "definedIn": "table" } ] } \ No newline at end of file diff --git a/tr/headings/WGSL.json b/tr/headings/WGSL.json index 4d164b138d98..2d0c1753fa94 100644 --- a/tr/headings/WGSL.json +++ b/tr/headings/WGSL.json @@ -1001,2111 +1001,2117 @@ "title": "Function Call Statement", "number": "9.5" }, - { - "id": "const-assert-statement", - "href": "https://www.w3.org/TR/WGSL/#const-assert-statement", - "level": 3, - "title": "Const Assertion Statement", - "number": "9.6" - }, { "id": "statements-summary", "href": "https://www.w3.org/TR/WGSL/#statements-summary", "level": 3, "title": "Statements Grammar Summary", - "number": "9.7" + "number": "9.6" }, { "id": "behaviors", "href": "https://www.w3.org/TR/WGSL/#behaviors", "level": 3, "title": "Statements Behavior Analysis", - "number": "9.8" + "number": "9.7" }, { "id": "behaviors-rules", "href": "https://www.w3.org/TR/WGSL/#behaviors-rules", "level": 4, "title": "Rules", - "number": "9.8.1" + "number": "9.7.1" }, { "id": "behaviors-notes", "href": "https://www.w3.org/TR/WGSL/#behaviors-notes", "level": 4, "title": "Notes", - "number": "9.8.2" + "number": "9.7.2" }, { "id": "behaviors-examples", "href": "https://www.w3.org/TR/WGSL/#behaviors-examples", "level": 4, "title": "Examples", - "number": "9.8.3" + "number": "9.7.3" + }, + { + "id": "assertions", + "href": "https://www.w3.org/TR/WGSL/#assertions", + "level": 2, + "title": "10. Assertions" + }, + { + "id": "const-assert-statement", + "href": "https://www.w3.org/TR/WGSL/#const-assert-statement", + "level": 3, + "title": "Const Assertion Statement", + "number": "10.1" }, { "id": "functions", "href": "https://www.w3.org/TR/WGSL/#functions", "level": 2, - "title": "10. Functions" + "title": "11. Functions" }, { "id": "function-declaration-sec", "href": "https://www.w3.org/TR/WGSL/#function-declaration-sec", "level": 3, "title": "Declaring a User-defined Function", - "number": "10.1" + "number": "11.1" }, { "id": "function-calls", "href": "https://www.w3.org/TR/WGSL/#function-calls", "level": 3, "title": "Function Calls", - "number": "10.2" + "number": "11.2" }, { "id": "const-funcs", "href": "https://www.w3.org/TR/WGSL/#const-funcs", "level": 3, "title": "const Functions", - "number": "10.3" + "number": "11.3" }, { "id": "function-restriction", "href": "https://www.w3.org/TR/WGSL/#function-restriction", "level": 3, "title": "Restrictions on Functions", - "number": "10.4" + "number": "11.4" }, { "id": "alias-analysis", "href": "https://www.w3.org/TR/WGSL/#alias-analysis", "level": 4, "title": "Alias Analysis", - "number": "10.4.1" + "number": "11.4.1" }, { "id": "root-ident-sec", "href": "https://www.w3.org/TR/WGSL/#root-ident-sec", "level": 5, "title": "Root Identifier", - "number": "10.4.1.1" + "number": "11.4.1.1" }, { "id": "aliasing", "href": "https://www.w3.org/TR/WGSL/#aliasing", "level": 5, "title": "Aliasing", - "number": "10.4.1.2" + "number": "11.4.1.2" }, { "id": "attributes", "href": "https://www.w3.org/TR/WGSL/#attributes", "level": 2, - "title": "11. Attributes" + "title": "12. Attributes" }, { "id": "align-attr", "href": "https://www.w3.org/TR/WGSL/#align-attr", "level": 3, "title": "align", - "number": "11.1" + "number": "12.1" }, { "id": "binding-attr", "href": "https://www.w3.org/TR/WGSL/#binding-attr", "level": 3, "title": "binding", - "number": "11.2" + "number": "12.2" }, { "id": "blend-src-attr", "href": "https://www.w3.org/TR/WGSL/#blend-src-attr", "level": 3, "title": "blend_src", - "number": "11.3" + "number": "12.3" }, { "id": "builtin-attr", "href": "https://www.w3.org/TR/WGSL/#builtin-attr", "level": 3, "title": "builtin", - "number": "11.4" + "number": "12.4" }, { "id": "const-attr", "href": "https://www.w3.org/TR/WGSL/#const-attr", "level": 3, "title": "const", - "number": "11.5" + "number": "12.5" }, { "id": "diagnostic-attr", "href": "https://www.w3.org/TR/WGSL/#diagnostic-attr", "level": 3, "title": "diagnostic", - "number": "11.6" + "number": "12.6" }, { "id": "group-attr", "href": "https://www.w3.org/TR/WGSL/#group-attr", "level": 3, "title": "group", - "number": "11.7" + "number": "12.7" }, { "id": "id-attr", "href": "https://www.w3.org/TR/WGSL/#id-attr", "level": 3, "title": "id", - "number": "11.8" + "number": "12.8" }, { "id": "interpolate-attr", "href": "https://www.w3.org/TR/WGSL/#interpolate-attr", "level": 3, "title": "interpolate", - "number": "11.9" + "number": "12.9" }, { "id": "invariant-attr", "href": "https://www.w3.org/TR/WGSL/#invariant-attr", "level": 3, "title": "invariant", - "number": "11.10" + "number": "12.10" }, { "id": "location-attr", "href": "https://www.w3.org/TR/WGSL/#location-attr", "level": 3, "title": "location", - "number": "11.11" + "number": "12.11" }, { "id": "must-use-attr", "href": "https://www.w3.org/TR/WGSL/#must-use-attr", "level": 3, "title": "must_use", - "number": "11.12" + "number": "12.12" }, { "id": "size-attr", "href": "https://www.w3.org/TR/WGSL/#size-attr", "level": 3, "title": "size", - "number": "11.13" + "number": "12.13" }, { "id": "workgroup-size-attr", "href": "https://www.w3.org/TR/WGSL/#workgroup-size-attr", "level": 3, "title": "workgroup_size", - "number": "11.14" + "number": "12.14" }, { "id": "shader-stage-attr", "href": "https://www.w3.org/TR/WGSL/#shader-stage-attr", "level": 3, "title": "Shader Stage Attributes", - "number": "11.15" + "number": "12.15" }, { "id": "vertex-attr", "href": "https://www.w3.org/TR/WGSL/#vertex-attr", "level": 4, "title": "vertex", - "number": "11.15.1" + "number": "12.15.1" }, { "id": "fragment-attr", "href": "https://www.w3.org/TR/WGSL/#fragment-attr", "level": 4, "title": "fragment", - "number": "11.15.2" + "number": "12.15.2" }, { "id": "compute-attr", "href": "https://www.w3.org/TR/WGSL/#compute-attr", "level": 4, "title": "compute", - "number": "11.15.3" + "number": "12.15.3" }, { "id": "entry-points", "href": "https://www.w3.org/TR/WGSL/#entry-points", "level": 2, - "title": "12. Entry Points" + "title": "13. Entry Points" }, { "id": "shader-stages-sec", "href": "https://www.w3.org/TR/WGSL/#shader-stages-sec", "level": 3, "title": "Shader Stages", - "number": "12.1" + "number": "13.1" }, { "id": "entry-point-decl", "href": "https://www.w3.org/TR/WGSL/#entry-point-decl", "level": 3, "title": "Entry Point Declaration", - "number": "12.2" + "number": "13.2" }, { "id": "entry-point-attributes", "href": "https://www.w3.org/TR/WGSL/#entry-point-attributes", "level": 4, "title": "Function Attributes for Entry Points", - "number": "12.2.1" + "number": "13.2.1" }, { "id": "shader-interface", "href": "https://www.w3.org/TR/WGSL/#shader-interface", "level": 3, "title": "Shader Interface", - "number": "12.3" + "number": "13.3" }, { "id": "stage-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#stage-inputs-outputs", "level": 4, "title": "Inter-stage Input and Output Interface", - "number": "12.3.1" + "number": "13.3.1" }, { "id": "builtin-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#builtin-inputs-outputs", "level": 5, "title": "Built-in Inputs and Outputs", - "number": "12.3.1.1" + "number": "13.3.1.1" }, { "id": "clip-distances-builtin-value", "href": "https://www.w3.org/TR/WGSL/#clip-distances-builtin-value", "level": 6, "title": "clip_distances", - "number": "12.3.1.1.1" + "number": "13.3.1.1.1" }, { "id": "frag-depth-builtin-value", "href": "https://www.w3.org/TR/WGSL/#frag-depth-builtin-value", "level": 6, "title": "frag_depth", - "number": "12.3.1.1.2" + "number": "13.3.1.1.2" }, { "id": "front-facing-builtin-value", "href": "https://www.w3.org/TR/WGSL/#front-facing-builtin-value", "level": 6, "title": "front_facing", - "number": "12.3.1.1.3" + "number": "13.3.1.1.3" }, { "id": "global-invocation-id-builtin-value", "href": "https://www.w3.org/TR/WGSL/#global-invocation-id-builtin-value", "level": 6, "title": "global_invocation_id", - "number": "12.3.1.1.4" + "number": "13.3.1.1.4" }, { "id": "instance-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#instance-index-builtin-value", "level": 6, "title": "instance_index", - "number": "12.3.1.1.5" + "number": "13.3.1.1.5" }, { "id": "local-invocation-id-builtin-value", "href": "https://www.w3.org/TR/WGSL/#local-invocation-id-builtin-value", "level": 6, "title": "local_invocation_id", - "number": "12.3.1.1.6" + "number": "13.3.1.1.6" }, { "id": "local-invocation-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#local-invocation-index-builtin-value", "level": 6, "title": "local_invocation_index", - "number": "12.3.1.1.7" + "number": "13.3.1.1.7" }, { "id": "num-workgroups-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#num-workgroups-index-builtin-value", "level": 6, "title": "num_workgroups", - "number": "12.3.1.1.8" + "number": "13.3.1.1.8" }, { "id": "position-builtin-value", "href": "https://www.w3.org/TR/WGSL/#position-builtin-value", "level": 6, "title": "position", - "number": "12.3.1.1.9" + "number": "13.3.1.1.9" }, { "id": "sample-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#sample-index-builtin-value", "level": 6, "title": "sample_index", - "number": "12.3.1.1.10" + "number": "13.3.1.1.10" }, { "id": "sample-mask-builtin-value", "href": "https://www.w3.org/TR/WGSL/#sample-mask-builtin-value", "level": 6, "title": "sample_mask", - "number": "12.3.1.1.11" + "number": "13.3.1.1.11" }, { "id": "vertex-index-builtin-value", "href": "https://www.w3.org/TR/WGSL/#vertex-index-builtin-value", "level": 6, "title": "vertex_index", - "number": "12.3.1.1.12" + "number": "13.3.1.1.12" }, { "id": "workgroup-id-builtin-value", "href": "https://www.w3.org/TR/WGSL/#workgroup-id-builtin-value", "level": 6, "title": "workgroup_id", - "number": "12.3.1.1.13" + "number": "13.3.1.1.13" }, { "id": "subgroup-invocation-id-builtin-value", "href": "https://www.w3.org/TR/WGSL/#subgroup-invocation-id-builtin-value", "level": 6, "title": "subgroup_invocation_id", - "number": "12.3.1.1.14" + "number": "13.3.1.1.14" }, { "id": "subgroup-size-builtin-value", "href": "https://www.w3.org/TR/WGSL/#subgroup-size-builtin-value", "level": 6, "title": "subgroup_size", - "number": "12.3.1.1.15" + "number": "13.3.1.1.15" }, { "id": "user-defined-inputs-outputs", "href": "https://www.w3.org/TR/WGSL/#user-defined-inputs-outputs", "level": 5, "title": "User-defined Inputs and Outputs", - "number": "12.3.1.2" + "number": "13.3.1.2" }, { "id": "input-output-locations", "href": "https://www.w3.org/TR/WGSL/#input-output-locations", "level": 5, "title": "Input-output Locations", - "number": "12.3.1.3" + "number": "13.3.1.3" }, { "id": "interpolation", "href": "https://www.w3.org/TR/WGSL/#interpolation", "level": 5, "title": "Interpolation", - "number": "12.3.1.4" + "number": "13.3.1.4" }, { "id": "resource-interface", "href": "https://www.w3.org/TR/WGSL/#resource-interface", "level": 4, "title": "Resource Interface", - "number": "12.3.2" + "number": "13.3.2" }, { "id": "resource-layout-compatibility", "href": "https://www.w3.org/TR/WGSL/#resource-layout-compatibility", "level": 4, "title": "Resource Layout Compatibility", - "number": "12.3.3" + "number": "13.3.3" }, { "id": "buffer-binding-determines-runtime-sized-array-element-count", "href": "https://www.w3.org/TR/WGSL/#buffer-binding-determines-runtime-sized-array-element-count", "level": 4, "title": "Buffer Binding Determines Runtime-Sized Array Element Count", - "number": "12.3.4" + "number": "13.3.4" }, { "id": "memory", "href": "https://www.w3.org/TR/WGSL/#memory", "level": 2, - "title": "13. Memory" + "title": "14. Memory" }, { "id": "memory-locations-section", "href": "https://www.w3.org/TR/WGSL/#memory-locations-section", "level": 3, "title": "Memory Locations", - "number": "13.1" + "number": "14.1" }, { "id": "memory-access-mode", "href": "https://www.w3.org/TR/WGSL/#memory-access-mode", "level": 3, "title": "Memory Access Mode", - "number": "13.2" + "number": "14.2" }, { "id": "address-space", "href": "https://www.w3.org/TR/WGSL/#address-space", "level": 3, "title": "Address Spaces", - "number": "13.3" + "number": "14.3" }, { "id": "memory-layouts", "href": "https://www.w3.org/TR/WGSL/#memory-layouts", "level": 3, "title": "Memory Layout", - "number": "13.4" + "number": "14.4" }, { "id": "alignment-and-size", "href": "https://www.w3.org/TR/WGSL/#alignment-and-size", "level": 4, "title": "Alignment and Size", - "number": "13.4.1" + "number": "14.4.1" }, { "id": "structure-member-layout", "href": "https://www.w3.org/TR/WGSL/#structure-member-layout", "level": 4, "title": "Structure Member Layout", - "number": "13.4.2" + "number": "14.4.2" }, { "id": "array-layout-examples", "href": "https://www.w3.org/TR/WGSL/#array-layout-examples", "level": 4, "title": "Array Layout Examples", - "number": "13.4.3" + "number": "14.4.3" }, { "id": "internal-value-layout", "href": "https://www.w3.org/TR/WGSL/#internal-value-layout", "level": 4, "title": "Internal Layout of Values", - "number": "13.4.4" + "number": "14.4.4" }, { "id": "address-space-layout-constraints", "href": "https://www.w3.org/TR/WGSL/#address-space-layout-constraints", "level": 4, "title": "Address Space Layout Constraints", - "number": "13.4.5" + "number": "14.4.5" }, { "id": "memory-model", "href": "https://www.w3.org/TR/WGSL/#memory-model", "level": 3, "title": "Memory Model", - "number": "13.5" + "number": "14.5" }, { "id": "memory-operation", "href": "https://www.w3.org/TR/WGSL/#memory-operation", "level": 4, "title": "Memory Operation", - "number": "13.5.1" + "number": "14.5.1" }, { "id": "memory-model-reference", "href": "https://www.w3.org/TR/WGSL/#memory-model-reference", "level": 4, "title": "Memory Model Reference", - "number": "13.5.2" + "number": "14.5.2" }, { "id": "scoped-operations", "href": "https://www.w3.org/TR/WGSL/#scoped-operations", "level": 4, "title": "Scoped Operations", - "number": "13.5.3" + "number": "14.5.3" }, { "id": "memory-semantics", "href": "https://www.w3.org/TR/WGSL/#memory-semantics", "level": 4, "title": "Memory Semantics", - "number": "13.5.4" + "number": "14.5.4" }, { "id": "private-vs-non-private", "href": "https://www.w3.org/TR/WGSL/#private-vs-non-private", "level": 4, "title": "Private vs Non-private", - "number": "13.5.5" + "number": "14.5.5" }, { "id": "execution", "href": "https://www.w3.org/TR/WGSL/#execution", "level": 2, - "title": "14. Execution" + "title": "15. Execution" }, { "id": "program-order", "href": "https://www.w3.org/TR/WGSL/#program-order", "level": 3, "title": "Program Order Within an Invocation", - "number": "14.1" + "number": "15.1" }, { "id": "uniformity", "href": "https://www.w3.org/TR/WGSL/#uniformity", "level": 3, "title": "Uniformity", - "number": "14.2" + "number": "15.2" }, { "id": "uniformity-concepts", "href": "https://www.w3.org/TR/WGSL/#uniformity-concepts", "level": 4, "title": "Terminology and Concepts", - "number": "14.2.1" + "number": "15.2.1" }, { "id": "uniformity-overview", "href": "https://www.w3.org/TR/WGSL/#uniformity-overview", "level": 4, "title": "Uniformity Analysis Overview", - "number": "14.2.2" + "number": "15.2.2" }, { "id": "uniformity-function", "href": "https://www.w3.org/TR/WGSL/#uniformity-function", "level": 4, "title": "Analyzing the Uniformity Requirements of a Function", - "number": "14.2.3" + "number": "15.2.3" }, { "id": "pointer-desugar", "href": "https://www.w3.org/TR/WGSL/#pointer-desugar", "level": 4, "title": "Pointer Desugaring", - "number": "14.2.4" + "number": "15.2.4" }, { "id": "func-var-value-analysis", "href": "https://www.w3.org/TR/WGSL/#func-var-value-analysis", "level": 4, "title": "Function-scope Variable Value Analysis", - "number": "14.2.5" + "number": "15.2.5" }, { "id": "uniformity-statements", "href": "https://www.w3.org/TR/WGSL/#uniformity-statements", "level": 4, "title": "Uniformity Rules for Statements", - "number": "14.2.6" + "number": "15.2.6" }, { "id": "uniformity-function-calls", "href": "https://www.w3.org/TR/WGSL/#uniformity-function-calls", "level": 4, "title": "Uniformity Rules for Function Calls", - "number": "14.2.7" + "number": "15.2.7" }, { "id": "uniformity-expressions", "href": "https://www.w3.org/TR/WGSL/#uniformity-expressions", "level": 4, "title": "Uniformity Rules for Expressions", - "number": "14.2.8" + "number": "15.2.8" }, { "id": "uniformity-optional-diagnosis-mode", "href": "https://www.w3.org/TR/WGSL/#uniformity-optional-diagnosis-mode", "level": 4, "title": "Annotating the Uniformity of Every Point in the Control-flow", - "number": "14.2.9" + "number": "15.2.9" }, { "id": "uniformity-examples", "href": "https://www.w3.org/TR/WGSL/#uniformity-examples", "level": 4, "title": "Examples", - "number": "14.2.10" + "number": "15.2.10" }, { "id": "uniformity-example1", "href": "https://www.w3.org/TR/WGSL/#uniformity-example1", "level": 5, "title": "Invalid textureSample Function Call", - "number": "14.2.10.1" + "number": "15.2.10.1" }, { "id": "uniformity-example2", "href": "https://www.w3.org/TR/WGSL/#uniformity-example2", "level": 5, "title": "Function-scope Variable Uniformity", - "number": "14.2.10.2" + "number": "15.2.10.2" }, { "id": "uniformity-example3", "href": "https://www.w3.org/TR/WGSL/#uniformity-example3", "level": 5, "title": "Composite Value Analysis Limitations", - "number": "14.2.10.3" + "number": "15.2.10.3" }, { "id": "uniformity-example4", "href": "https://www.w3.org/TR/WGSL/#uniformity-example4", "level": 5, "title": "Uniformity in a Loop", - "number": "14.2.10.4" + "number": "15.2.10.4" }, { "id": "uniformity-example5", "href": "https://www.w3.org/TR/WGSL/#uniformity-example5", "level": 5, "title": "User-defined Function Calls", - "number": "14.2.10.5" + "number": "15.2.10.5" }, { "id": "compute-shader-workgroups", "href": "https://www.w3.org/TR/WGSL/#compute-shader-workgroups", "level": 3, "title": "Compute Shaders and Workgroups", - "number": "14.3" + "number": "15.3" }, { "id": "fragment-shaders-helper-invocations", "href": "https://www.w3.org/TR/WGSL/#fragment-shaders-helper-invocations", "level": 3, "title": "Fragment Shaders and Helper Invocations", - "number": "14.4" + "number": "15.4" }, { "id": "subgroups", "href": "https://www.w3.org/TR/WGSL/#subgroups", "level": 3, "title": "Subgroups", - "number": "14.5" + "number": "15.5" }, { "id": "collective-operations", "href": "https://www.w3.org/TR/WGSL/#collective-operations", "level": 3, "title": "Collective Operations", - "number": "14.6" + "number": "15.6" }, { "id": "barrier", "href": "https://www.w3.org/TR/WGSL/#barrier", "level": 4, "title": "Barriers", - "number": "14.6.1" + "number": "15.6.1" }, { "id": "derivatives", "href": "https://www.w3.org/TR/WGSL/#derivatives", "level": 4, "title": "Derivatives", - "number": "14.6.2" + "number": "15.6.2" }, { "id": "subgroup-ops", "href": "https://www.w3.org/TR/WGSL/#subgroup-ops", "level": 4, "title": "Subgroup Operations", - "number": "14.6.3" + "number": "15.6.3" }, { "id": "quad-ops", "href": "https://www.w3.org/TR/WGSL/#quad-ops", "level": 4, "title": "Quad Operations", - "number": "14.6.4" + "number": "15.6.4" }, { "id": "floating-point-evaluation", "href": "https://www.w3.org/TR/WGSL/#floating-point-evaluation", "level": 3, "title": "Floating Point Evaluation", - "number": "14.7" + "number": "15.7" }, { "id": "overview-of-ieee-754", "href": "https://www.w3.org/TR/WGSL/#overview-of-ieee-754", "level": 4, "title": "Overview of IEEE-754", - "number": "14.7.1" + "number": "15.7.1" }, { "id": "differences-from-ieee754", "href": "https://www.w3.org/TR/WGSL/#differences-from-ieee754", "level": 4, "title": "Differences from IEEE-754", - "number": "14.7.2" + "number": "15.7.2" }, { "id": "floating-point-rounding-and-overflow", "href": "https://www.w3.org/TR/WGSL/#floating-point-rounding-and-overflow", "level": 4, "title": "Floating Point Rounding and Overflow", - "number": "14.7.3" + "number": "15.7.3" }, { "id": "floating-point-accuracy", "href": "https://www.w3.org/TR/WGSL/#floating-point-accuracy", "level": 4, "title": "Floating Point Accuracy", - "number": "14.7.4" + "number": "15.7.4" }, { "id": "concrete-float-accuracy", "href": "https://www.w3.org/TR/WGSL/#concrete-float-accuracy", "level": 5, "title": "Accuracy of Concrete Floating Point Expressions", - "number": "14.7.4.1" + "number": "15.7.4.1" }, { "id": "abstract-float-accuracy", "href": "https://www.w3.org/TR/WGSL/#abstract-float-accuracy", "level": 5, "title": "Accuracy of AbstractFloat Expressions", - "number": "14.7.4.2" + "number": "15.7.4.2" }, { "id": "reassociation-and-fusion", "href": "https://www.w3.org/TR/WGSL/#reassociation-and-fusion", "level": 4, "title": "Reassociation and Fusion", - "number": "14.7.5" + "number": "15.7.5" }, { "id": "floating-point-conversion", "href": "https://www.w3.org/TR/WGSL/#floating-point-conversion", "level": 4, "title": "Floating Point Conversion", - "number": "14.7.6" + "number": "15.7.6" }, { "id": "domains-of-floating-point-expressions-and-builtins", "href": "https://www.w3.org/TR/WGSL/#domains-of-floating-point-expressions-and-builtins", "level": 4, "title": "Domains of Floating Point Expressions and Built-in Functions", - "number": "14.7.7" + "number": "15.7.7" }, { "id": "grammar", "href": "https://www.w3.org/TR/WGSL/#grammar", "level": 2, - "title": "15. Keyword and Token Summary" + "title": "16. Keyword and Token Summary" }, { "id": "keyword-summary", "href": "https://www.w3.org/TR/WGSL/#keyword-summary", "level": 3, "title": "Keyword Summary", - "number": "15.1" + "number": "16.1" }, { "id": "reserved-words", "href": "https://www.w3.org/TR/WGSL/#reserved-words", "level": 3, "title": "Reserved Words", - "number": "15.2" + "number": "16.2" }, { "id": "syntactic-tokens", "href": "https://www.w3.org/TR/WGSL/#syntactic-tokens", "level": 3, "title": "Syntactic Tokens", - "number": "15.3" + "number": "16.3" }, { "id": "builtin-functions", "href": "https://www.w3.org/TR/WGSL/#builtin-functions", "level": 2, - "title": "16. Built-in Functions" + "title": "17. Built-in Functions" }, { "id": "constructor-builtin-function", "href": "https://www.w3.org/TR/WGSL/#constructor-builtin-function", "level": 3, "title": "Constructor Built-in Functions", - "number": "16.1" + "number": "17.1" }, { "id": "zero-value-builtin-function", "href": "https://www.w3.org/TR/WGSL/#zero-value-builtin-function", "level": 4, "title": "Zero Value Built-in Functions", - "number": "16.1.1" + "number": "17.1.1" }, { "id": "value-constructor-builtin-function", "href": "https://www.w3.org/TR/WGSL/#value-constructor-builtin-function", "level": 4, "title": "Value Constructor Built-in Functions", - "number": "16.1.2" + "number": "17.1.2" }, { "id": "array-builtin", "href": "https://www.w3.org/TR/WGSL/#array-builtin", "level": 5, "title": "array", - "number": "16.1.2.1" + "number": "17.1.2.1" }, { "id": "bool-builtin", "href": "https://www.w3.org/TR/WGSL/#bool-builtin", "level": 5, "title": "bool", - "number": "16.1.2.2" + "number": "17.1.2.2" }, { "id": "f16-builtin", "href": "https://www.w3.org/TR/WGSL/#f16-builtin", "level": 5, "title": "f16", - "number": "16.1.2.3" + "number": "17.1.2.3" }, { "id": "f32-builtin", "href": "https://www.w3.org/TR/WGSL/#f32-builtin", "level": 5, "title": "f32", - "number": "16.1.2.4" + "number": "17.1.2.4" }, { "id": "i32-builtin", "href": "https://www.w3.org/TR/WGSL/#i32-builtin", "level": 5, "title": "i32", - "number": "16.1.2.5" + "number": "17.1.2.5" }, { "id": "mat2x2-builtin", "href": "https://www.w3.org/TR/WGSL/#mat2x2-builtin", "level": 5, "title": "mat2x2", - "number": "16.1.2.6" + "number": "17.1.2.6" }, { "id": "mat2x3-builtin", "href": "https://www.w3.org/TR/WGSL/#mat2x3-builtin", "level": 5, "title": "mat2x3", - "number": "16.1.2.7" + "number": "17.1.2.7" }, { "id": "mat2x4-builtin", "href": "https://www.w3.org/TR/WGSL/#mat2x4-builtin", "level": 5, "title": "mat2x4", - "number": "16.1.2.8" + "number": "17.1.2.8" }, { "id": "mat3x2-builtin", "href": "https://www.w3.org/TR/WGSL/#mat3x2-builtin", "level": 5, "title": "mat3x2", - "number": "16.1.2.9" + "number": "17.1.2.9" }, { "id": "mat3x3-builtin", "href": "https://www.w3.org/TR/WGSL/#mat3x3-builtin", "level": 5, "title": "mat3x3", - "number": "16.1.2.10" + "number": "17.1.2.10" }, { "id": "mat3x4-builtin", "href": "https://www.w3.org/TR/WGSL/#mat3x4-builtin", "level": 5, "title": "mat3x4", - "number": "16.1.2.11" + "number": "17.1.2.11" }, { "id": "mat4x2-builtin", "href": "https://www.w3.org/TR/WGSL/#mat4x2-builtin", "level": 5, "title": "mat4x2", - "number": "16.1.2.12" + "number": "17.1.2.12" }, { "id": "mat4x3-builtin", "href": "https://www.w3.org/TR/WGSL/#mat4x3-builtin", "level": 5, "title": "mat4x3", - "number": "16.1.2.13" + "number": "17.1.2.13" }, { "id": "mat4x4-builtin", "href": "https://www.w3.org/TR/WGSL/#mat4x4-builtin", "level": 5, "title": "mat4x4", - "number": "16.1.2.14" + "number": "17.1.2.14" }, { "id": "structures-builtin", "href": "https://www.w3.org/TR/WGSL/#structures-builtin", "level": 5, "title": "Structures", - "number": "16.1.2.15" + "number": "17.1.2.15" }, { "id": "u32-builtin", "href": "https://www.w3.org/TR/WGSL/#u32-builtin", "level": 5, "title": "u32", - "number": "16.1.2.16" + "number": "17.1.2.16" }, { "id": "vec2-builtin", "href": "https://www.w3.org/TR/WGSL/#vec2-builtin", "level": 5, "title": "vec2", - "number": "16.1.2.17" + "number": "17.1.2.17" }, { "id": "vec3-builtin", "href": "https://www.w3.org/TR/WGSL/#vec3-builtin", "level": 5, "title": "vec3", - "number": "16.1.2.18" + "number": "17.1.2.18" }, { "id": "vec4-builtin", "href": "https://www.w3.org/TR/WGSL/#vec4-builtin", "level": 5, "title": "vec4", - "number": "16.1.2.19" + "number": "17.1.2.19" }, { "id": "bit-reinterp-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#bit-reinterp-builtin-functions", "level": 3, "title": "Bit Reinterpretation Built-in Functions", - "number": "16.2" + "number": "17.2" }, { "id": "bitcast-builtin", "href": "https://www.w3.org/TR/WGSL/#bitcast-builtin", "level": 4, "title": "bitcast", - "number": "16.2.1" + "number": "17.2.1" }, { "id": "logical-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#logical-builtin-functions", "level": 3, "title": "Logical Built-in Functions", - "number": "16.3" + "number": "17.3" }, { "id": "all-builtin", "href": "https://www.w3.org/TR/WGSL/#all-builtin", "level": 4, "title": "all", - "number": "16.3.1" + "number": "17.3.1" }, { "id": "any-builtin", "href": "https://www.w3.org/TR/WGSL/#any-builtin", "level": 4, "title": "any", - "number": "16.3.2" + "number": "17.3.2" }, { "id": "select-builtin", "href": "https://www.w3.org/TR/WGSL/#select-builtin", "level": 4, "title": "select", - "number": "16.3.3" + "number": "17.3.3" }, { "id": "array-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#array-builtin-functions", "level": 3, "title": "Array Built-in Functions", - "number": "16.4" + "number": "17.4" }, { "id": "arrayLength-builtin", "href": "https://www.w3.org/TR/WGSL/#arrayLength-builtin", "level": 4, "title": "arrayLength", - "number": "16.4.1" + "number": "17.4.1" }, { "id": "numeric-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#numeric-builtin-functions", "level": 3, "title": "Numeric Built-in Functions", - "number": "16.5" + "number": "17.5" }, { "id": "abs-float-builtin", "href": "https://www.w3.org/TR/WGSL/#abs-float-builtin", "level": 4, "title": "abs", - "number": "16.5.1" + "number": "17.5.1" }, { "id": "acos-builtin", "href": "https://www.w3.org/TR/WGSL/#acos-builtin", "level": 4, "title": "acos", - "number": "16.5.2" + "number": "17.5.2" }, { "id": "acosh-builtin", "href": "https://www.w3.org/TR/WGSL/#acosh-builtin", "level": 4, "title": "acosh", - "number": "16.5.3" + "number": "17.5.3" }, { "id": "asin-builtin", "href": "https://www.w3.org/TR/WGSL/#asin-builtin", "level": 4, "title": "asin", - "number": "16.5.4" + "number": "17.5.4" }, { "id": "asinh-builtin", "href": "https://www.w3.org/TR/WGSL/#asinh-builtin", "level": 4, "title": "asinh", - "number": "16.5.5" + "number": "17.5.5" }, { "id": "atan-builtin", "href": "https://www.w3.org/TR/WGSL/#atan-builtin", "level": 4, "title": "atan", - "number": "16.5.6" + "number": "17.5.6" }, { "id": "atanh-builtin", "href": "https://www.w3.org/TR/WGSL/#atanh-builtin", "level": 4, "title": "atanh", - "number": "16.5.7" + "number": "17.5.7" }, { "id": "atan2-builtin", "href": "https://www.w3.org/TR/WGSL/#atan2-builtin", "level": 4, "title": "atan2", - "number": "16.5.8" + "number": "17.5.8" }, { "id": "ceil-builtin", "href": "https://www.w3.org/TR/WGSL/#ceil-builtin", "level": 4, "title": "ceil", - "number": "16.5.9" + "number": "17.5.9" }, { "id": "clamp", "href": "https://www.w3.org/TR/WGSL/#clamp", "level": 4, "title": "clamp", - "number": "16.5.10" + "number": "17.5.10" }, { "id": "cos-builtin", "href": "https://www.w3.org/TR/WGSL/#cos-builtin", "level": 4, "title": "cos", - "number": "16.5.11" + "number": "17.5.11" }, { "id": "cosh-builtin", "href": "https://www.w3.org/TR/WGSL/#cosh-builtin", "level": 4, "title": "cosh", - "number": "16.5.12" + "number": "17.5.12" }, { "id": "countLeadingZeros-builtin", "href": "https://www.w3.org/TR/WGSL/#countLeadingZeros-builtin", "level": 4, "title": "countLeadingZeros", - "number": "16.5.13" + "number": "17.5.13" }, { "id": "countOneBits-builtin", "href": "https://www.w3.org/TR/WGSL/#countOneBits-builtin", "level": 4, "title": "countOneBits", - "number": "16.5.14" + "number": "17.5.14" }, { "id": "countTrailingZeros-builtin", "href": "https://www.w3.org/TR/WGSL/#countTrailingZeros-builtin", "level": 4, "title": "countTrailingZeros", - "number": "16.5.15" + "number": "17.5.15" }, { "id": "cross-builtin", "href": "https://www.w3.org/TR/WGSL/#cross-builtin", "level": 4, "title": "cross", - "number": "16.5.16" + "number": "17.5.16" }, { "id": "degrees-builtin", "href": "https://www.w3.org/TR/WGSL/#degrees-builtin", "level": 4, "title": "degrees", - "number": "16.5.17" + "number": "17.5.17" }, { "id": "determinant-builtin", "href": "https://www.w3.org/TR/WGSL/#determinant-builtin", "level": 4, "title": "determinant", - "number": "16.5.18" + "number": "17.5.18" }, { "id": "distance-builtin", "href": "https://www.w3.org/TR/WGSL/#distance-builtin", "level": 4, "title": "distance", - "number": "16.5.19" + "number": "17.5.19" }, { "id": "dot-builtin", "href": "https://www.w3.org/TR/WGSL/#dot-builtin", "level": 4, "title": "dot", - "number": "16.5.20" + "number": "17.5.20" }, { "id": "dot4U8Packed-builtin", "href": "https://www.w3.org/TR/WGSL/#dot4U8Packed-builtin", "level": 4, "title": "dot4U8Packed", - "number": "16.5.21" + "number": "17.5.21" }, { "id": "dot4I8Packed-builtin", "href": "https://www.w3.org/TR/WGSL/#dot4I8Packed-builtin", "level": 4, "title": "dot4I8Packed", - "number": "16.5.22" + "number": "17.5.22" }, { "id": "exp-builtin", "href": "https://www.w3.org/TR/WGSL/#exp-builtin", "level": 4, "title": "exp", - "number": "16.5.23" + "number": "17.5.23" }, { "id": "exp2-builtin", "href": "https://www.w3.org/TR/WGSL/#exp2-builtin", "level": 4, "title": "exp2", - "number": "16.5.24" + "number": "17.5.24" }, { "id": "extractBits-signed-builtin", "href": "https://www.w3.org/TR/WGSL/#extractBits-signed-builtin", "level": 4, "title": "extractBits (signed)", - "number": "16.5.25" + "number": "17.5.25" }, { "id": "extractBits-unsigned-builtin", "href": "https://www.w3.org/TR/WGSL/#extractBits-unsigned-builtin", "level": 4, "title": "extractBits (unsigned)", - "number": "16.5.26" + "number": "17.5.26" }, { "id": "faceForward-builtin", "href": "https://www.w3.org/TR/WGSL/#faceForward-builtin", "level": 4, "title": "faceForward", - "number": "16.5.27" + "number": "17.5.27" }, { "id": "firstLeadingBit-signed-builtin", "href": "https://www.w3.org/TR/WGSL/#firstLeadingBit-signed-builtin", "level": 4, "title": "firstLeadingBit (signed)", - "number": "16.5.28" + "number": "17.5.28" }, { "id": "firstLeadingBit-unsigned-builtin", "href": "https://www.w3.org/TR/WGSL/#firstLeadingBit-unsigned-builtin", "level": 4, "title": "firstLeadingBit (unsigned)", - "number": "16.5.29" + "number": "17.5.29" }, { "id": "firstTrailingBit-builtin", "href": "https://www.w3.org/TR/WGSL/#firstTrailingBit-builtin", "level": 4, "title": "firstTrailingBit", - "number": "16.5.30" + "number": "17.5.30" }, { "id": "floor-builtin", "href": "https://www.w3.org/TR/WGSL/#floor-builtin", "level": 4, "title": "floor", - "number": "16.5.31" + "number": "17.5.31" }, { "id": "fma-builtin", "href": "https://www.w3.org/TR/WGSL/#fma-builtin", "level": 4, "title": "fma", - "number": "16.5.32" + "number": "17.5.32" }, { "id": "fract-builtin", "href": "https://www.w3.org/TR/WGSL/#fract-builtin", "level": 4, "title": "fract", - "number": "16.5.33" + "number": "17.5.33" }, { "id": "frexp-builtin", "href": "https://www.w3.org/TR/WGSL/#frexp-builtin", "level": 4, "title": "frexp", - "number": "16.5.34" + "number": "17.5.34" }, { "id": "insertBits-builtin", "href": "https://www.w3.org/TR/WGSL/#insertBits-builtin", "level": 4, "title": "insertBits", - "number": "16.5.35" + "number": "17.5.35" }, { "id": "inverseSqrt-builtin", "href": "https://www.w3.org/TR/WGSL/#inverseSqrt-builtin", "level": 4, "title": "inverseSqrt", - "number": "16.5.36" + "number": "17.5.36" }, { "id": "ldexp-builtin", "href": "https://www.w3.org/TR/WGSL/#ldexp-builtin", "level": 4, "title": "ldexp", - "number": "16.5.37" + "number": "17.5.37" }, { "id": "length-builtin", "href": "https://www.w3.org/TR/WGSL/#length-builtin", "level": 4, "title": "length", - "number": "16.5.38" + "number": "17.5.38" }, { "id": "log-builtin", "href": "https://www.w3.org/TR/WGSL/#log-builtin", "level": 4, "title": "log", - "number": "16.5.39" + "number": "17.5.39" }, { "id": "log2-builtin", "href": "https://www.w3.org/TR/WGSL/#log2-builtin", "level": 4, "title": "log2", - "number": "16.5.40" + "number": "17.5.40" }, { "id": "max-float-builtin", "href": "https://www.w3.org/TR/WGSL/#max-float-builtin", "level": 4, "title": "max", - "number": "16.5.41" + "number": "17.5.41" }, { "id": "min-float-builtin", "href": "https://www.w3.org/TR/WGSL/#min-float-builtin", "level": 4, "title": "min", - "number": "16.5.42" + "number": "17.5.42" }, { "id": "mix-builtin", "href": "https://www.w3.org/TR/WGSL/#mix-builtin", "level": 4, "title": "mix", - "number": "16.5.43" + "number": "17.5.43" }, { "id": "modf-builtin", "href": "https://www.w3.org/TR/WGSL/#modf-builtin", "level": 4, "title": "modf", - "number": "16.5.44" + "number": "17.5.44" }, { "id": "normalize-builtin", "href": "https://www.w3.org/TR/WGSL/#normalize-builtin", "level": 4, "title": "normalize", - "number": "16.5.45" + "number": "17.5.45" }, { "id": "pow-builtin", "href": "https://www.w3.org/TR/WGSL/#pow-builtin", "level": 4, "title": "pow", - "number": "16.5.46" + "number": "17.5.46" }, { "id": "quantizeToF16-builtin", "href": "https://www.w3.org/TR/WGSL/#quantizeToF16-builtin", "level": 4, "title": "quantizeToF16", - "number": "16.5.47" + "number": "17.5.47" }, { "id": "radians-builtin", "href": "https://www.w3.org/TR/WGSL/#radians-builtin", "level": 4, "title": "radians", - "number": "16.5.48" + "number": "17.5.48" }, { "id": "reflect-builtin", "href": "https://www.w3.org/TR/WGSL/#reflect-builtin", "level": 4, "title": "reflect", - "number": "16.5.49" + "number": "17.5.49" }, { "id": "refract-builtin", "href": "https://www.w3.org/TR/WGSL/#refract-builtin", "level": 4, "title": "refract", - "number": "16.5.50" + "number": "17.5.50" }, { "id": "reverseBits-builtin", "href": "https://www.w3.org/TR/WGSL/#reverseBits-builtin", "level": 4, "title": "reverseBits", - "number": "16.5.51" + "number": "17.5.51" }, { "id": "round-builtin", "href": "https://www.w3.org/TR/WGSL/#round-builtin", "level": 4, "title": "round", - "number": "16.5.52" + "number": "17.5.52" }, { "id": "saturate-float-builtin", "href": "https://www.w3.org/TR/WGSL/#saturate-float-builtin", "level": 4, "title": "saturate", - "number": "16.5.53" + "number": "17.5.53" }, { "id": "sign-builtin", "href": "https://www.w3.org/TR/WGSL/#sign-builtin", "level": 4, "title": "sign", - "number": "16.5.54" + "number": "17.5.54" }, { "id": "sin-builtin", "href": "https://www.w3.org/TR/WGSL/#sin-builtin", "level": 4, "title": "sin", - "number": "16.5.55" + "number": "17.5.55" }, { "id": "sinh-builtin", "href": "https://www.w3.org/TR/WGSL/#sinh-builtin", "level": 4, "title": "sinh", - "number": "16.5.56" + "number": "17.5.56" }, { "id": "smoothstep-builtin", "href": "https://www.w3.org/TR/WGSL/#smoothstep-builtin", "level": 4, "title": "smoothstep", - "number": "16.5.57" + "number": "17.5.57" }, { "id": "sqrt-builtin", "href": "https://www.w3.org/TR/WGSL/#sqrt-builtin", "level": 4, "title": "sqrt", - "number": "16.5.58" + "number": "17.5.58" }, { "id": "step-builtin", "href": "https://www.w3.org/TR/WGSL/#step-builtin", "level": 4, "title": "step", - "number": "16.5.59" + "number": "17.5.59" }, { "id": "tan-builtin", "href": "https://www.w3.org/TR/WGSL/#tan-builtin", "level": 4, "title": "tan", - "number": "16.5.60" + "number": "17.5.60" }, { "id": "tanh-builtin", "href": "https://www.w3.org/TR/WGSL/#tanh-builtin", "level": 4, "title": "tanh", - "number": "16.5.61" + "number": "17.5.61" }, { "id": "transpose-builtin", "href": "https://www.w3.org/TR/WGSL/#transpose-builtin", "level": 4, "title": "transpose", - "number": "16.5.62" + "number": "17.5.62" }, { "id": "trunc-builtin", "href": "https://www.w3.org/TR/WGSL/#trunc-builtin", "level": 4, "title": "trunc", - "number": "16.5.63" + "number": "17.5.63" }, { "id": "derivative-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#derivative-builtin-functions", "level": 3, "title": "Derivative Built-in Functions", - "number": "16.6" + "number": "17.6" }, { "id": "dpdx-builtin", "href": "https://www.w3.org/TR/WGSL/#dpdx-builtin", "level": 4, "title": "dpdx", - "number": "16.6.1" + "number": "17.6.1" }, { "id": "dpdxCoarse-builtin", "href": "https://www.w3.org/TR/WGSL/#dpdxCoarse-builtin", "level": 4, "title": "dpdxCoarse", - "number": "16.6.2" + "number": "17.6.2" }, { "id": "dpdxFine-builtin", "href": "https://www.w3.org/TR/WGSL/#dpdxFine-builtin", "level": 4, "title": "dpdxFine", - "number": "16.6.3" + "number": "17.6.3" }, { "id": "dpdy-builtin", "href": "https://www.w3.org/TR/WGSL/#dpdy-builtin", "level": 4, "title": "dpdy", - "number": "16.6.4" + "number": "17.6.4" }, { "id": "dpdyCoarse-builtin", "href": "https://www.w3.org/TR/WGSL/#dpdyCoarse-builtin", "level": 4, "title": "dpdyCoarse", - "number": "16.6.5" + "number": "17.6.5" }, { "id": "dpdyFine-builtin", "href": "https://www.w3.org/TR/WGSL/#dpdyFine-builtin", "level": 4, "title": "dpdyFine", - "number": "16.6.6" + "number": "17.6.6" }, { "id": "fwidth-builtin", "href": "https://www.w3.org/TR/WGSL/#fwidth-builtin", "level": 4, "title": "fwidth", - "number": "16.6.7" + "number": "17.6.7" }, { "id": "fwidthCoarse-builtin", "href": "https://www.w3.org/TR/WGSL/#fwidthCoarse-builtin", "level": 4, "title": "fwidthCoarse", - "number": "16.6.8" + "number": "17.6.8" }, { "id": "fwidthFine-builtin", "href": "https://www.w3.org/TR/WGSL/#fwidthFine-builtin", "level": 4, "title": "fwidthFine", - "number": "16.6.9" + "number": "17.6.9" }, { "id": "texture-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#texture-builtin-functions", "level": 3, "title": "Texture Built-in Functions", - "number": "16.7" + "number": "17.7" }, { "id": "texturedimensions", "href": "https://www.w3.org/TR/WGSL/#texturedimensions", "level": 4, "title": "textureDimensions", - "number": "16.7.1" + "number": "17.7.1" }, { "id": "texturegather", "href": "https://www.w3.org/TR/WGSL/#texturegather", "level": 4, "title": "textureGather", - "number": "16.7.2" + "number": "17.7.2" }, { "id": "texturegathercompare", "href": "https://www.w3.org/TR/WGSL/#texturegathercompare", "level": 4, "title": "textureGatherCompare", - "number": "16.7.3" + "number": "17.7.3" }, { "id": "textureload", "href": "https://www.w3.org/TR/WGSL/#textureload", "level": 4, "title": "textureLoad", - "number": "16.7.4" + "number": "17.7.4" }, { "id": "texturenumlayers", "href": "https://www.w3.org/TR/WGSL/#texturenumlayers", "level": 4, "title": "textureNumLayers", - "number": "16.7.5" + "number": "17.7.5" }, { "id": "texturenumlevels", "href": "https://www.w3.org/TR/WGSL/#texturenumlevels", "level": 4, "title": "textureNumLevels", - "number": "16.7.6" + "number": "17.7.6" }, { "id": "texturenumsamples", "href": "https://www.w3.org/TR/WGSL/#texturenumsamples", "level": 4, "title": "textureNumSamples", - "number": "16.7.7" + "number": "17.7.7" }, { "id": "texturesample", "href": "https://www.w3.org/TR/WGSL/#texturesample", "level": 4, "title": "textureSample", - "number": "16.7.8" + "number": "17.7.8" }, { "id": "texturesamplebias", "href": "https://www.w3.org/TR/WGSL/#texturesamplebias", "level": 4, "title": "textureSampleBias", - "number": "16.7.9" + "number": "17.7.9" }, { "id": "texturesamplecompare", "href": "https://www.w3.org/TR/WGSL/#texturesamplecompare", "level": 4, "title": "textureSampleCompare", - "number": "16.7.10" + "number": "17.7.10" }, { "id": "texturesamplecomparelevel", "href": "https://www.w3.org/TR/WGSL/#texturesamplecomparelevel", "level": 4, "title": "textureSampleCompareLevel", - "number": "16.7.11" + "number": "17.7.11" }, { "id": "texturesamplegrad", "href": "https://www.w3.org/TR/WGSL/#texturesamplegrad", "level": 4, "title": "textureSampleGrad", - "number": "16.7.12" + "number": "17.7.12" }, { "id": "texturesamplelevel", "href": "https://www.w3.org/TR/WGSL/#texturesamplelevel", "level": 4, "title": "textureSampleLevel", - "number": "16.7.13" + "number": "17.7.13" }, { "id": "textureSampleBaseClampToEdge", "href": "https://www.w3.org/TR/WGSL/#textureSampleBaseClampToEdge", "level": 4, "title": "textureSampleBaseClampToEdge", - "number": "16.7.14" + "number": "17.7.14" }, { "id": "texturestore", "href": "https://www.w3.org/TR/WGSL/#texturestore", "level": 4, "title": "textureStore", - "number": "16.7.15" + "number": "17.7.15" }, { "id": "atomic-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#atomic-builtin-functions", "level": 3, "title": "Atomic Built-in Functions", - "number": "16.8" + "number": "17.8" }, { "id": "atomic-load", "href": "https://www.w3.org/TR/WGSL/#atomic-load", "level": 4, "title": "atomicLoad", - "number": "16.8.1" + "number": "17.8.1" }, { "id": "atomic-store", "href": "https://www.w3.org/TR/WGSL/#atomic-store", "level": 4, "title": "atomicStore", - "number": "16.8.2" + "number": "17.8.2" }, { "id": "atomic-rmw", "href": "https://www.w3.org/TR/WGSL/#atomic-rmw", "level": 4, "title": "Atomic Read-modify-write Arithmetic and Logical Functions", - "number": "16.8.3" + "number": "17.8.3" }, { "id": "atomic-add", "href": "https://www.w3.org/TR/WGSL/#atomic-add", "level": 5, "title": "atomicAdd", - "number": "16.8.3.1" + "number": "17.8.3.1" }, { "id": "atomic-sub", "href": "https://www.w3.org/TR/WGSL/#atomic-sub", "level": 5, "title": "atomicSub", - "number": "16.8.3.2" + "number": "17.8.3.2" }, { "id": "atomic-max", "href": "https://www.w3.org/TR/WGSL/#atomic-max", "level": 5, "title": "atomicMax", - "number": "16.8.3.3" + "number": "17.8.3.3" }, { "id": "atomic-min", "href": "https://www.w3.org/TR/WGSL/#atomic-min", "level": 5, "title": "atomicMin", - "number": "16.8.3.4" + "number": "17.8.3.4" }, { "id": "atomic-and", "href": "https://www.w3.org/TR/WGSL/#atomic-and", "level": 5, "title": "atomicAnd", - "number": "16.8.3.5" + "number": "17.8.3.5" }, { "id": "atomic-or", "href": "https://www.w3.org/TR/WGSL/#atomic-or", "level": 5, "title": "atomicOr", - "number": "16.8.3.6" + "number": "17.8.3.6" }, { "id": "atomic-xor", "href": "https://www.w3.org/TR/WGSL/#atomic-xor", "level": 5, "title": "atomicXor", - "number": "16.8.3.7" + "number": "17.8.3.7" }, { "id": "atomic-exchange", "href": "https://www.w3.org/TR/WGSL/#atomic-exchange", "level": 4, "title": "atomicExchange", - "number": "16.8.4" + "number": "17.8.4" }, { "id": "atomic-compare-exchange-weak", "href": "https://www.w3.org/TR/WGSL/#atomic-compare-exchange-weak", "level": 4, "title": "atomicCompareExchangeWeak", - "number": "16.8.5" + "number": "17.8.5" }, { "id": "pack-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#pack-builtin-functions", "level": 3, "title": "Data Packing Built-in Functions", - "number": "16.9" + "number": "17.9" }, { "id": "pack4x8snorm-builtin", "href": "https://www.w3.org/TR/WGSL/#pack4x8snorm-builtin", "level": 4, "title": "pack4x8snorm", - "number": "16.9.1" + "number": "17.9.1" }, { "id": "pack4x8unorm-builtin", "href": "https://www.w3.org/TR/WGSL/#pack4x8unorm-builtin", "level": 4, "title": "pack4x8unorm", - "number": "16.9.2" + "number": "17.9.2" }, { "id": "pack4xI8-builtin", "href": "https://www.w3.org/TR/WGSL/#pack4xI8-builtin", "level": 4, "title": "pack4xI8", - "number": "16.9.3" + "number": "17.9.3" }, { "id": "pack4xU8-builtin", "href": "https://www.w3.org/TR/WGSL/#pack4xU8-builtin", "level": 4, "title": "pack4xU8", - "number": "16.9.4" + "number": "17.9.4" }, { "id": "pack4xI8Clamp-builtin", "href": "https://www.w3.org/TR/WGSL/#pack4xI8Clamp-builtin", "level": 4, "title": "pack4xI8Clamp", - "number": "16.9.5" + "number": "17.9.5" }, { "id": "pack4xU8Clamp-builtin", "href": "https://www.w3.org/TR/WGSL/#pack4xU8Clamp-builtin", "level": 4, "title": "pack4xU8Clamp", - "number": "16.9.6" + "number": "17.9.6" }, { "id": "pack2x16snorm-builtin", "href": "https://www.w3.org/TR/WGSL/#pack2x16snorm-builtin", "level": 4, "title": "pack2x16snorm", - "number": "16.9.7" + "number": "17.9.7" }, { "id": "pack2x16unorm-builtin", "href": "https://www.w3.org/TR/WGSL/#pack2x16unorm-builtin", "level": 4, "title": "pack2x16unorm", - "number": "16.9.8" + "number": "17.9.8" }, { "id": "pack2x16float-builtin", "href": "https://www.w3.org/TR/WGSL/#pack2x16float-builtin", "level": 4, "title": "pack2x16float", - "number": "16.9.9" + "number": "17.9.9" }, { "id": "unpack-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#unpack-builtin-functions", "level": 3, "title": "Data Unpacking Built-in Functions", - "number": "16.10" + "number": "17.10" }, { "id": "unpack4x8snorm-builtin", "href": "https://www.w3.org/TR/WGSL/#unpack4x8snorm-builtin", "level": 4, "title": "unpack4x8snorm", - "number": "16.10.1" + "number": "17.10.1" }, { "id": "unpack4x8unorm-builtin", "href": "https://www.w3.org/TR/WGSL/#unpack4x8unorm-builtin", "level": 4, "title": "unpack4x8unorm", - "number": "16.10.2" + "number": "17.10.2" }, { "id": "unpack4xI8-builtin", "href": "https://www.w3.org/TR/WGSL/#unpack4xI8-builtin", "level": 4, "title": "unpack4xI8", - "number": "16.10.3" + "number": "17.10.3" }, { "id": "unpack4xU8-builtin", "href": "https://www.w3.org/TR/WGSL/#unpack4xU8-builtin", "level": 4, "title": "unpack4xU8", - "number": "16.10.4" + "number": "17.10.4" }, { "id": "unpack2x16snorm-builtin", "href": "https://www.w3.org/TR/WGSL/#unpack2x16snorm-builtin", "level": 4, "title": "unpack2x16snorm", - "number": "16.10.5" + "number": "17.10.5" }, { "id": "unpack2x16unorm-builtin", "href": "https://www.w3.org/TR/WGSL/#unpack2x16unorm-builtin", "level": 4, "title": "unpack2x16unorm", - "number": "16.10.6" + "number": "17.10.6" }, { "id": "unpack2x16float-builtin", "href": "https://www.w3.org/TR/WGSL/#unpack2x16float-builtin", "level": 4, "title": "unpack2x16float", - "number": "16.10.7" + "number": "17.10.7" }, { "id": "sync-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#sync-builtin-functions", "level": 3, "title": "Synchronization Built-in Functions", - "number": "16.11" + "number": "17.11" }, { "id": "storageBarrier-builtin", "href": "https://www.w3.org/TR/WGSL/#storageBarrier-builtin", "level": 4, "title": "storageBarrier", - "number": "16.11.1" + "number": "17.11.1" }, { "id": "textureBarrier-builtin", "href": "https://www.w3.org/TR/WGSL/#textureBarrier-builtin", "level": 4, "title": "textureBarrier", - "number": "16.11.2" + "number": "17.11.2" }, { "id": "workgroupBarrier-builtin", "href": "https://www.w3.org/TR/WGSL/#workgroupBarrier-builtin", "level": 4, "title": "workgroupBarrier", - "number": "16.11.3" + "number": "17.11.3" }, { "id": "workgroupUniformLoad-builtin", "href": "https://www.w3.org/TR/WGSL/#workgroupUniformLoad-builtin", "level": 4, "title": "workgroupUniformLoad", - "number": "16.11.4" + "number": "17.11.4" }, { "id": "subgroup-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#subgroup-builtin-functions", "level": 3, "title": "Subgroup Built-in Functions", - "number": "16.12" + "number": "17.12" }, { "id": "subgroupadd-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupadd-builtin", "level": 4, "title": "subgroupAdd", - "number": "16.12.1" + "number": "17.12.1" }, { "id": "subgroupexclusiveadd-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupexclusiveadd-builtin", "level": 5, "title": "subgroupExclusiveAdd", - "number": "16.12.1.1" + "number": "17.12.1.1" }, { "id": "subgroupinclusiveadd-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupinclusiveadd-builtin", "level": 5, "title": "subgroupInclusiveAdd", - "number": "16.12.1.2" + "number": "17.12.1.2" }, { "id": "subgroupall-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupall-builtin", "level": 4, "title": "subgroupAll", - "number": "16.12.2" + "number": "17.12.2" }, { "id": "subgroupand-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupand-builtin", "level": 4, "title": "subgroupAnd", - "number": "16.12.3" + "number": "17.12.3" }, { "id": "subgroupany-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupany-builtin", "level": 4, "title": "subgroupAny", - "number": "16.12.4" + "number": "17.12.4" }, { "id": "subgroupballot-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupballot-builtin", "level": 4, "title": "subgroupBallot", - "number": "16.12.5" + "number": "17.12.5" }, { "id": "subgroupbroadcast-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupbroadcast-builtin", "level": 4, "title": "subgroupBroadcast", - "number": "16.12.6" + "number": "17.12.6" }, { "id": "subgroupbroadcastfirst-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupbroadcastfirst-builtin", "level": 5, "title": "subgroupBroadcastFirst", - "number": "16.12.6.1" + "number": "17.12.6.1" }, { "id": "subgroupelect-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupelect-builtin", "level": 4, "title": "subgroupElect", - "number": "16.12.7" + "number": "17.12.7" }, { "id": "subgroupmax-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupmax-builtin", "level": 4, "title": "subgroupMax", - "number": "16.12.8" + "number": "17.12.8" }, { "id": "subgroupmin-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupmin-builtin", "level": 4, "title": "subgroupMin", - "number": "16.12.9" + "number": "17.12.9" }, { "id": "subgroupmul-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupmul-builtin", "level": 4, "title": "subgroupMul", - "number": "16.12.10" + "number": "17.12.10" }, { "id": "subgroupexclusivemul-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupexclusivemul-builtin", "level": 5, "title": "subgroupExclusiveMul", - "number": "16.12.10.1" + "number": "17.12.10.1" }, { "id": "subgroupinclusivemul-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupinclusivemul-builtin", "level": 5, "title": "subgroupInclusiveMul", - "number": "16.12.10.2" + "number": "17.12.10.2" }, { "id": "subgroupor-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupor-builtin", "level": 4, "title": "subgroupOr", - "number": "16.12.11" + "number": "17.12.11" }, { "id": "subgroupshuffle-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupshuffle-builtin", "level": 4, "title": "subgroupShuffle", - "number": "16.12.12" + "number": "17.12.12" }, { "id": "subgroupshuffledown-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupshuffledown-builtin", "level": 5, "title": "subgroupShuffleDown", - "number": "16.12.12.1" + "number": "17.12.12.1" }, { "id": "subgroupshuffleup-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupshuffleup-builtin", "level": 5, "title": "subgroupShuffleUp", - "number": "16.12.12.2" + "number": "17.12.12.2" }, { "id": "subgroupshufflexor-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupshufflexor-builtin", "level": 5, "title": "subgroupShuffleXor", - "number": "16.12.12.3" + "number": "17.12.12.3" }, { "id": "subgroupxor-builtin", "href": "https://www.w3.org/TR/WGSL/#subgroupxor-builtin", "level": 4, "title": "subgroupXor", - "number": "16.12.13" + "number": "17.12.13" }, { "id": "quad-builtin-functions", "href": "https://www.w3.org/TR/WGSL/#quad-builtin-functions", "level": 3, "title": "Quad Operations", - "number": "16.13" + "number": "17.13" }, { "id": "quadbroadcast-builtin", "href": "https://www.w3.org/TR/WGSL/#quadbroadcast-builtin", "level": 4, "title": "quadBroadcast", - "number": "16.13.1" + "number": "17.13.1" }, { "id": "quadswapdiagonal-builtin", "href": "https://www.w3.org/TR/WGSL/#quadswapdiagonal-builtin", "level": 4, "title": "quadSwapDiagonal", - "number": "16.13.2" + "number": "17.13.2" }, { "id": "quadswapx-builtin", "href": "https://www.w3.org/TR/WGSL/#quadswapx-builtin", "level": 4, "title": "quadSwapX", - "number": "16.13.3" + "number": "17.13.3" }, { "id": "quadswapy-builtin", "href": "https://www.w3.org/TR/WGSL/#quadswapy-builtin", "level": 4, "title": "quadSwapY", - "number": "16.13.4" + "number": "17.13.4" }, { "id": "grammar-recursive-descent", "href": "https://www.w3.org/TR/WGSL/#grammar-recursive-descent", "level": 2, - "title": "17. Grammar for Recursive Descent Parsing" + "title": "18. Grammar for Recursive Descent Parsing" }, { "id": "text-wgsl-media-type", diff --git a/tr/headings/css-grid-3.json b/tr/headings/css-grid-3.json index 5470f023afcc..79e6f92530a0 100644 --- a/tr/headings/css-grid-3.json +++ b/tr/headings/css-grid-3.json @@ -56,19 +56,12 @@ "title": "One-dimensional Grid Layout", "number": "1.1.2" }, - { - "id": "alternative-proposals", - "href": "https://www.w3.org/TR/css-grid-3/#alternative-proposals", - "level": 3, - "title": "Alternative Syntax Proposals", - "number": "1.2" - }, { "id": "values", "href": "https://www.w3.org/TR/css-grid-3/#values", "level": 3, "title": "Value Definitions", - "number": "1.3" + "number": "1.2" }, { "id": "masonry-model", @@ -85,68 +78,12 @@ "number": "2.1" }, { - "id": "masonry-model-grid-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-model-grid-option", + "id": "masonry-switch", + "href": "https://www.w3.org/TR/css-grid-3/#masonry-switch", "level": 3, - "title": "Grid-integrated Option: Establishing Masonry Layout", + "title": "Establishing Masonry Layout", "number": "2.2" }, - { - "id": "grid-template-masonry", - "href": "https://www.w3.org/TR/css-grid-3/#grid-template-masonry", - "level": 4, - "title": "Indicating the stacking axis: the masonry keyword for grid-template-columns/grid-template-rows", - "number": "2.2.1" - }, - { - "id": "grid-auto-flow", - "href": "https://www.w3.org/TR/css-grid-3/#grid-auto-flow", - "level": 4, - "title": "Auto Flow Directions: the grid-auto-flow property", - "number": "2.2.2" - }, - { - "id": "masonry-model-masonry-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-model-masonry-option", - "level": 3, - "title": "Grid-independent Option: Establishing Masonry Layout", - "number": "2.3" - }, - { - "id": "masonry-display", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-display", - "level": 4, - "title": "Establishing Masonry Containers: the masonry and inline-masonry display values", - "number": "2.3.1" - }, - { - "id": "masonry-direction", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-direction", - "level": 4, - "title": "Masonry Track Direction: the masonry-direction property", - "number": "2.3.2" - }, - { - "id": "masonry-fill", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-fill", - "level": 4, - "title": "Masonry Cross Direction: the masonry-fill property", - "number": "2.3.3" - }, - { - "id": "masonry-flow", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-flow", - "level": 4, - "title": "Masonry Flow Directions: the masonry-flow shorthand", - "number": "2.3.4" - }, - { - "id": "masonry-shorthand", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-shorthand", - "level": 4, - "title": "Masonry Definition Shorthand: the masonry property", - "number": "2.3.5" - }, { "id": "masonry-track-templates", "href": "https://www.w3.org/TR/css-grid-3/#masonry-track-templates", @@ -158,64 +95,64 @@ "id": "masonry-track-grid-option", "href": "https://www.w3.org/TR/css-grid-3/#masonry-track-grid-option", "level": 3, - "title": "Grid-integrated Option: Declaring Masonry Track Templates: the grid-template-* properties", + "title": "Declaring Masonry Track Templates: the grid-template-* properties", "number": "3.1" }, { - "id": "masonry-track-masonry-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-track-masonry-option", - "level": 3, - "title": "Grid-independent Option: Declaring Masonry Track Templates: the masonry-template-* properties", - "number": "3.2" + "id": "masonry-intrinsic-repeat", + "href": "https://www.w3.org/TR/css-grid-3/#masonry-intrinsic-repeat", + "level": 4, + "title": "Intrinsic Tracks and repeat()", + "number": "3.1.1" }, { "id": "subgrids", "href": "https://www.w3.org/TR/css-grid-3/#subgrids", "level": 3, "title": "Subgrids", - "number": "3.3" + "number": "3.2" }, { "id": "repeat-notation", "href": "https://www.w3.org/TR/css-grid-3/#repeat-notation", "level": 3, "title": "Track Repetition: the repeat() notation", - "number": "3.4" + "number": "3.3" }, { "id": "repeat-auto-areas", "href": "https://www.w3.org/TR/css-grid-3/#repeat-auto-areas", "level": 4, "title": "repeat(auto-areas)", - "number": "3.4.1" + "number": "3.3.1" }, { "id": "repeat-auto-fit", "href": "https://www.w3.org/TR/css-grid-3/#repeat-auto-fit", "level": 4, "title": "repeat(auto-fit)", - "number": "3.4.2" + "number": "3.3.2" }, { "id": "track-sizing", "href": "https://www.w3.org/TR/css-grid-3/#track-sizing", "level": 3, "title": "Grid Axis Track Sizing", - "number": "3.5" + "number": "3.4" }, { "id": "track-sizing-subgrid", "href": "https://www.w3.org/TR/css-grid-3/#track-sizing-subgrid", "level": 4, "title": "Subgrid Item Contributions", - "number": "3.5.1" + "number": "3.4.1" }, { "id": "track-sizing-performance", "href": "https://www.w3.org/TR/css-grid-3/#track-sizing-performance", "level": 4, "title": "Optimized Track Sizing", - "number": "3.5.2" + "number": "3.4.2" }, { "id": "masonry-track-placement", @@ -228,43 +165,36 @@ "id": "masonry-placement-grid-option", "href": "https://www.w3.org/TR/css-grid-3/#masonry-placement-grid-option", "level": 3, - "title": "Grid-integrated Option: Specifying Masonry Item Placement: the grid-column-* and grid-row-* properties", + "title": "Specifying Masonry Item Placement: the grid-column-* and grid-row-* properties", "number": "4.1" }, { - "id": "masonry-placement-masonry-option", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-placement-masonry-option", + "id": "item-slack", + "href": "https://www.w3.org/TR/css-grid-3/#item-slack", "level": 3, - "title": "Grid-independent Option: Specifying Masonry Item Placement: the masonry-track-* properties", + "title": "Placement Precision: the item-slack property", "number": "4.2" }, - { - "id": "masonry-slack", - "href": "https://www.w3.org/TR/css-grid-3/#masonry-slack", - "level": 3, - "title": "Placement Precision: the masonry-slack property", - "number": "4.3" - }, { "id": "masonry-layout-algorithm", "href": "https://www.w3.org/TR/css-grid-3/#masonry-layout-algorithm", "level": 3, "title": "Masonry Layout and Placement Algorithm", - "number": "4.4" + "number": "4.3" }, { "id": "containing-block", "href": "https://www.w3.org/TR/css-grid-3/#containing-block", "level": 4, "title": "Containing Block", - "number": "4.4.1" + "number": "4.3.1" }, { "id": "rtl-example", "href": "https://www.w3.org/TR/css-grid-3/#rtl-example", "level": 4, "title": "Placement and Writing Modes", - "number": "4.4.2" + "number": "4.3.2" }, { "id": "intrinsic-sizes", @@ -322,6 +252,37 @@ "title": "Graceful Degradation", "number": "9" }, + { + "id": "flow-control", + "href": "https://www.w3.org/TR/css-grid-3/#flow-control", + "level": 2, + "title": "Generic Layout Item Flow Controls: the item-* properties", + "number": "A" + }, + { + "id": "item-primary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "level": 3, + "title": "Item Flow Axis: item-track/item-direction" + }, + { + "id": "item-secondary-axis", + "href": "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "level": 3, + "title": "Item Cross Axis Placement Mode: item-cross/item-wrap" + }, + { + "id": "item-pack-options", + "href": "https://www.w3.org/TR/css-grid-3/#item-pack-options", + "level": 3, + "title": "Item Placement Packing Mode: the item-pack property" + }, + { + "id": "item-flow", + "href": "https://www.w3.org/TR/css-grid-3/#item-flow", + "level": 3, + "title": "Item Placement Shorthand: the item-flow shorthand" + }, { "id": "acknowledgements", "href": "https://www.w3.org/TR/css-grid-3/#acknowledgements", diff --git a/tr/headings/html-aam-1.0.json b/tr/headings/html-aam-1.0.json index de3133b870fe..d1d39e07164d 100644 --- a/tr/headings/html-aam-1.0.json +++ b/tr/headings/html-aam-1.0.json @@ -482,7 +482,7 @@ "id": "img-alt-attribute-value-is-the-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup", "href": "https://www.w3.org/TR/html-aam-1.0/#img-alt-attribute-value-is-the-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup", "level": 4, - "title": "img (alt attribute value is the empty string, i.e. alt=\"\" or alt with no value in the markup)", + "title": "img (alt attribute value is the empty string, i.e., alt=\"\" or alt with no value in the markup))", "number": "3.5.57" }, { diff --git a/tr/headings/network-error-logging.json b/tr/headings/network-error-logging.json index 1e2144d3ea12..aebe44a13b1b 100644 --- a/tr/headings/network-error-logging.json +++ b/tr/headings/network-error-logging.json @@ -30,13 +30,6 @@ "title": "Conformance", "number": "2" }, - { - "id": "dependencies", - "href": "https://www.w3.org/TR/network-error-logging/#dependencies", - "level": 3, - "title": "Dependencies", - "number": "2.1" - }, { "id": "concepts", "href": "https://www.w3.org/TR/network-error-logging/#concepts", @@ -316,26 +309,47 @@ "title": "NEL", "number": "10.1" }, + { + "id": "index", + "href": "https://www.w3.org/TR/network-error-logging/#index", + "level": 2, + "title": "Index", + "number": "A" + }, + { + "id": "index-defined-here", + "href": "https://www.w3.org/TR/network-error-logging/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification", + "number": "A.1" + }, + { + "id": "index-defined-elsewhere", + "href": "https://www.w3.org/TR/network-error-logging/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference", + "number": "A.2" + }, { "id": "acknowledgments", "href": "https://www.w3.org/TR/network-error-logging/#acknowledgments", "level": 2, "title": "Acknowledgments", - "number": "A" + "number": "B" }, { "id": "references", "href": "https://www.w3.org/TR/network-error-logging/#references", "level": 2, "title": "References", - "number": "B" + "number": "C" }, { "id": "normative-references", "href": "https://www.w3.org/TR/network-error-logging/#normative-references", "level": 3, "title": "Normative references", - "number": "B.1" + "number": "C.1" } ] } \ No newline at end of file diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index bca0bc39233a..36849b62d468 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -82,11 +82,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-directive", "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-declaration", + "https://www.w3.org/TR/WGSL/#ref-for-assertion", "https://www.w3.org/TR/WGSL/#syntax-translation_unit", "https://www.w3.org/TR/WGSL/#ref-for-syntax-global_directive", "https://www.w3.org/TR/WGSL/#ref-for-syntax-global_decl", - "https://www.w3.org/TR/WGSL/#syntax-global_decl", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-global_assert", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon", + "https://www.w3.org/TR/WGSL/#syntax-global_decl", "https://www.w3.org/TR/WGSL/#ref-for-syntax-global_variable_decl", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-global_value_decl", @@ -95,8 +97,6 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-syntax-struct_decl", "https://www.w3.org/TR/WGSL/#ref-for-syntax-function_decl", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-const_assert_statement", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A3", "https://www.w3.org/TR/WGSL/#shader-lifecycle", "https://www.w3.org/TR/WGSL/#shader-module-creation", "https://www.w3.org/TR/WGSL/#ref-for-dom-gpudevice-createshadermodule", @@ -649,7 +649,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#syntax-enable_directive", "https://www.w3.org/TR/WGSL/#ref-for-syntax-enable_extension_list", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A3", "https://www.w3.org/TR/WGSL/#syntax-enable_extension_list", "https://www.w3.org/TR/WGSL/#ref-for-syntax-enable_extension_name", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-comma%E2%91%A3", @@ -694,7 +694,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-requires-directive%E2%91%A0", "https://www.w3.org/TR/WGSL/#syntax-requires_directive", "https://www.w3.org/TR/WGSL/#ref-for-syntax-software_extension_list", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A4", "https://www.w3.org/TR/WGSL/#syntax-software_extension_list", "https://www.w3.org/TR/WGSL/#ref-for-syntax-software_extension_name", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-comma%E2%91%A5", @@ -737,7 +737,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A2", "https://www.w3.org/TR/WGSL/#syntax-diagnostic_directive", "https://www.w3.org/TR/WGSL/#ref-for-syntax-diagnostic_control", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A5", "https://www.w3.org/TR/WGSL/#declaration-and-scope", "https://www.w3.org/TR/WGSL/#declaration", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A6", @@ -2983,9 +2983,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-compound_statement%E2%91%A5", "https://www.w3.org/TR/WGSL/#syntax-for_header", "https://www.w3.org/TR/WGSL/#ref-for-syntax-for_init", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-syntax-for_update", "https://www.w3.org/TR/WGSL/#syntax-for_init", "https://www.w3.org/TR/WGSL/#ref-for-syntax-variable_or_value_statement", @@ -3044,7 +3044,7 @@ "https://www.w3.org/TR/WGSL/#break-if-statement", "https://www.w3.org/TR/WGSL/#syntax-break_if_statement", "https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A8", "https://www.w3.org/TR/WGSL/#statement-break-if", "https://www.w3.org/TR/WGSL/#ref-for-statement-loop%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A4", @@ -3111,44 +3111,31 @@ "https://www.w3.org/TR/WGSL/#ref-for-attribute-must_use%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-return-value%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-attribute-must_use%E2%91%A1", - "https://www.w3.org/TR/WGSL/#const-assert-statement", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A7", - "https://www.w3.org/TR/WGSL/#syntax-const_assert_statement", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/WGSL/#example-d16c55a9", "https://www.w3.org/TR/WGSL/#statements-summary", "https://www.w3.org/TR/WGSL/#ref-for-syntax-statement%E2%91%A2", "https://www.w3.org/TR/WGSL/#syntax-statement", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax-return_statement", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-if_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-switch_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-loop_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-for_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-while_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-func_call_statement%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax-variable_or_value_statement%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-syntax-break_statement", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-syntax-continue_statement", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-variable_updating_statement%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-syntax-compound_statement%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-const_assert_statement%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-assert_statement", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#syntax-variable_updating_statement", "https://www.w3.org/TR/WGSL/#ref-for-syntax-assignment_statement", "https://www.w3.org/TR/WGSL/#ref-for-syntax-increment_statement", @@ -3163,14 +3150,14 @@ "https://www.w3.org/TR/WGSL/#ref-for-statement-while%E2%91%A5", "https://www.w3.org/TR/WGSL/#behavior", "https://www.w3.org/TR/WGSL/#ref-for-behavior", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-syntax-switch_clause%E2%91%A0", @@ -3179,7 +3166,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A8", - "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#behaviors-notes", "https://www.w3.org/TR/WGSL/#behaviors-examples", "https://www.w3.org/TR/WGSL/#example-ad6c34a8", @@ -3197,6 +3184,29 @@ "https://www.w3.org/TR/WGSL/#ref-for-behavior%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#example-ce5feca0", "https://www.w3.org/TR/WGSL/#example-3ac081ef", + "https://www.w3.org/TR/WGSL/#assertions", + "https://www.w3.org/TR/WGSL/#assertion", + "https://www.w3.org/TR/WGSL/#syntax-global_assert", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-const_assert", + "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-assertion%E2%91%A0", + "https://www.w3.org/TR/WGSL/#syntax-const_assert", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-expression%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-type-rule-preconditions%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-bool%E2%91%A7", + "https://www.w3.org/TR/WGSL/#const-assert-statement", + "https://www.w3.org/TR/WGSL/#ref-for-assertion%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-const-expressions%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-statically-accessed%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-module-scope%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-function-scope%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-statement%E2%91%A0", + "https://www.w3.org/TR/WGSL/#syntax-assert_statement", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-const_assert%E2%91%A0", + "https://www.w3.org/TR/WGSL/#example-d16c55a9", "https://www.w3.org/TR/WGSL/#functions", "https://www.w3.org/TR/WGSL/#function-function", "https://www.w3.org/TR/WGSL/#ref-for-entry-point%E2%91%A7", @@ -6675,7 +6685,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-syntax-ident_pattern_token%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-builtin_value_name", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-diagnostic_control", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A7", @@ -6689,6 +6699,8 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-unary_expression%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-unary_expression%E2%91%A4", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-bool_literal", + "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-builtin_value_name", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-ident_pattern_token%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-case_selector", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-component_or_swizzle_specifier", @@ -6752,6 +6764,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-template_elaborated_identpostident", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-global_assert", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-global_decl", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A2", @@ -6775,7 +6788,6 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-template_elaborated_identpostident%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-member_ident%E2%91%A0", @@ -6793,9 +6805,9 @@ "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-global_value_decl", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-optionally_typed_ident%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-optionally_typed_ident%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-hex_float_literal", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-ident", "https://www.w3.org/TR/WGSL/#ref-for-syntax-ident_pattern_token%E2%91%A1%E2%91%A3", @@ -6834,7 +6846,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-template_elaborated_identpostident%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-argument_expression_list", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-literal", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-relational_expressionpostunary_expression", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-shift_expressionpostunary_expression", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-shift_expressionpostunary_expression%E2%91%A0", @@ -6873,13 +6885,13 @@ "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-statement", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-for_init", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-for_update", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-compound_statement", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-compound_statement%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-compound_statement%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-compound_statement%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A0%E2%91%A1", @@ -6887,13 +6899,13 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-statement%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-statement%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-switch_clause", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-attribute%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-compound_statement%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-compound_statement%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A0%E2%91%A2", @@ -6901,10 +6913,10 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-argument_expression_list%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-variable_or_value_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-variable_updating_statement%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-syntax-assert_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-break_statement%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-syntax-continue_statement%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-switch_clause", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-case_selector", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-case_selector%E2%91%A0", @@ -6912,20 +6924,24 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-compound_statement%E2%91%A6", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-swizzle_name", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-template_arg_expression", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-template_elaborated_identpostident", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_template_args_start%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-template_arg_expression", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_template_args_end%E2%91%A5", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-translation_unit", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-global_directive", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-global_decl", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-global_assert", + "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-translation_unit-01-0-00", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-global_assert%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-global_decl%E2%91%A0", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-type_specifier", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-ident%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_template_args_start%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-template_arg_expression%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_template_args_end%E2%91%A6", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-unary_expression", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-primary_expression", @@ -6937,33 +6953,33 @@ "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-unary_expression%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-variable_decl", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_template_args_start%E2%91%A7", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-_template_args_end%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-optionally_typed_ident%E2%91%A2", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-variable_or_value_statement", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-variable_decl", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-variable_decl%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-optionally_typed_ident%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-optionally_typed_ident%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-variable_updating_statement", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-lhs_expression%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-compound_assignment_operator%E2%91%A0", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-lhs_expression%E2%91%A3", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-lhs_expression%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-vertex_attr", "https://www.w3.org/TR/WGSL/#recursive-descent-syntax-workgroup_size_attr", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-recursive-descent-syntax-expression%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/WGSL/#text-wgsl-media-type", "https://www.w3.org/TR/WGSL/#w3c-conformance", "https://www.w3.org/TR/WGSL/#w3c-conventions", diff --git a/tr/ids/css-grid-3.json b/tr/ids/css-grid-3.json index 8e1a3d13a59d..f8193b61d6e0 100644 --- a/tr/ids/css-grid-3.json +++ b/tr/ids/css-grid-3.json @@ -28,25 +28,17 @@ "https://www.w3.org/TR/css-grid-3/#example-a1b07c6f", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout", - "https://www.w3.org/TR/css-grid-3/#alternative-proposals", - "https://www.w3.org/TR/css-grid-3/#issue-6aeb8e1a", - "https://www.w3.org/TR/css-grid-3/#grid-integrated-option", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#grid-independent-option", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-display", "https://www.w3.org/TR/css-grid-3/#values", "https://www.w3.org/TR/css-grid-3/#ref-for-css-wide-keywords", "https://www.w3.org/TR/css-grid-3/#masonry-model", "https://www.w3.org/TR/css-grid-3/#masonry-layout", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#grid-axis", "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#stacking-axis", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item", "https://www.w3.org/TR/css-grid-3/#ref-for-blockify", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container", @@ -59,7 +51,7 @@ "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-order", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis", "https://www.w3.org/TR/css-grid-3/#masonry-container", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#column-masonry-container", "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis", @@ -68,365 +60,249 @@ "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis", "https://www.w3.org/TR/css-grid-3/#order-accessibility", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-slack", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-slack", "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-definite-grid-position", - "https://www.w3.org/TR/css-grid-3/#example-684ef793", + "https://www.w3.org/TR/css-grid-3/#example-81eafd45", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-reading-flow", "https://www.w3.org/TR/css-grid-3/#issue-f3901e05", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-slack%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-slack%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-order%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#masonry-model-grid-option", - "https://www.w3.org/TR/css-grid-3/#grid-template-masonry", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-columns", + "https://www.w3.org/TR/css-grid-3/#masonry-switch", + "https://www.w3.org/TR/css-grid-3/#issue-65868180", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-display", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-display%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-pack", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-pack%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-rows", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-columns%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-rows%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-grid-template-rows-none", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-columns", "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-used-value", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-grid-template-rows-none%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#masonry-track-templates", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#grid-auto-flow", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-flow", - "https://www.w3.org/TR/css-grid-3/#propdef-grid-auto-flow", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#valdef-grid-auto-flow-row-reverse", - "https://www.w3.org/TR/css-grid-3/#valdef-grid-auto-flow-column-reverse", - "https://www.w3.org/TR/css-grid-3/#valdef-grid-auto-flow-wrap-reverse", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item-placement-algorithm", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#issue-5ab6c3f7", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-flow%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#issue-152d283d", - "https://www.w3.org/TR/css-grid-3/#masonry-model-masonry-option", - "https://www.w3.org/TR/css-grid-3/#masonry-display", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-display-masonry", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-display-inline-masonry", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-display%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-display%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#valdef-display-masonry", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-block-level", - "https://www.w3.org/TR/css-grid-3/#ref-for-flow-layout", - "https://www.w3.org/TR/css-grid-3/#valdef-display-inline-masonry", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-inline-level", - "https://www.w3.org/TR/css-grid-3/#ref-for-flow-layout%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#masonry-direction", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-direction", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-direction", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-direction%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A7", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-column", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A8", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-block-start", - "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-column-reverse", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-block-end", - "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-row", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-inline-start", - "https://www.w3.org/TR/css-grid-3/#valdef-masonry-direction-row-reverse", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A7", - "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-inline-end", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A8", - "https://www.w3.org/TR/css-grid-3/#masonry-fill", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-fill", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-fill", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-fill%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#valdef-masonry-fill-normal", - "https://www.w3.org/TR/css-grid-3/#valdef-masonry-fill-reverse", - "https://www.w3.org/TR/css-grid-3/#masonry-flow", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-flow", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-flow", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-direction%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-fill%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-flow%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-shorthand-property", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-direction%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-fill%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#masonry-shorthand", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-tracks", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-direction%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-fill%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-tracks%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-direction%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-fill%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#masonry-track-templates", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A4", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A6", "https://www.w3.org/TR/css-grid-3/#ref-for-explicit-grid", "https://www.w3.org/TR/css-grid-3/#ref-for-implicit-grid", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A6", "https://www.w3.org/TR/css-grid-3/#ref-for-available", "https://www.w3.org/TR/css-grid-3/#masonry-track-grid-option", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-rows", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-columns", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#issue-f0b2f95f", - "https://www.w3.org/TR/css-grid-3/#masonry-track-masonry-option", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A7", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-tracks%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-auto-tracks", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-template-tracks", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-columns%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-grid-3/#ref-for-computed-track-list", - "https://www.w3.org/TR/css-grid-3/#ref-for-computed-value", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-tracks%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-columns%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#masonry-intrinsic-repeat", + "https://www.w3.org/TR/css-grid-3/#issue-b1e94dcd", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fill", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit", "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-grid-template-columns-auto", - "https://www.w3.org/TR/css-grid-3/#issue-dc8985d5", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-template-areas", - "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A7", - "https://www.w3.org/TR/css-grid-3/#ref-for-string-value", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-areas", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-auto-tracks", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-columns%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-computed-track-list%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-auto-tracks%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-columns%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-item", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-tracks", + "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fill%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-track", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-item%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-virtual-masonry-item", + "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-grid-template-columns-auto%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-tracks%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-tracks%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#subgrids", "https://www.w3.org/TR/css-grid-3/#ref-for-subgrid", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A7", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A8", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-display-masonry%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-columns%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-grid-template-none", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-display-masonry", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-columns%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A5", "https://www.w3.org/TR/css-grid-3/#ref-for-subgrid%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#example-7ec09684", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#example-1cdd55da", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-subgrid%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A8", "https://www.w3.org/TR/css-grid-3/#submasonry", "https://www.w3.org/TR/css-grid-3/#repeat-notation", - "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat", - "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat%E2%91%A4", "https://www.w3.org/TR/css-grid-3/#repeat-auto-areas", "https://www.w3.org/TR/css-grid-3/#valdef-repeat-auto-areas", - "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-areas%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fill", + "https://www.w3.org/TR/css-grid-3/#ref-for-funcdef-repeat%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-areas", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-areas", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-areas%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-areas%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-grid-template-areas-none", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fill%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A8", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#issue-5cfefb57", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-3/#issue-33a96346", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-columns%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-rows%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-auto-tracks", "https://www.w3.org/TR/css-grid-3/#repeat-auto-fit", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fill%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#ref-for-collapsed-track", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit%E2%91%A4", "https://www.w3.org/TR/css-grid-3/#ref-for-collapsed-track%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-collapsed-track%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fill%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-repeat-auto-fit%E2%91%A5", "https://www.w3.org/TR/css-grid-3/#track-sizing", "https://www.w3.org/TR/css-grid-3/#ref-for-automatic-grid-position", "https://www.w3.org/TR/css-grid-3/#example-6d22f73d", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A5", "https://www.w3.org/TR/css-grid-3/#ref-for-automatic-grid-position%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#example-f3e866aa", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A7", "https://www.w3.org/TR/css-grid-3/#track-sizing-subgrid", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#ref-for-submasonry", "https://www.w3.org/TR/css-grid-3/#ref-for-automatic-grid-position%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#ref-for-submasonry%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-definite-grid-position%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-automatic-grid-position%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#track-sizing-performance", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-item", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-item%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#item-groups", "https://www.w3.org/TR/css-grid-3/#ref-for-baseline-sharing-group", "https://www.w3.org/TR/css-grid-3/#ref-for-automatic-grid-position%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#ref-for-item-groups", "https://www.w3.org/TR/css-grid-3/#virtual-masonry-item", "https://www.w3.org/TR/css-grid-3/#ref-for-baseline-alignment", - "https://www.w3.org/TR/css-grid-3/#ref-for-virtual-masonry-item", "https://www.w3.org/TR/css-grid-3/#ref-for-virtual-masonry-item%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-virtual-masonry-item%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#masonry-track-placement", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-placement-property", "https://www.w3.org/TR/css-grid-3/#ref-for-automatic-grid-position%E2%91%A4", "https://www.w3.org/TR/css-grid-3/#example-26ddc5f7", "https://www.w3.org/TR/css-grid-3/#issue-33788d66", "https://www.w3.org/TR/css-grid-3/#masonry-placement-grid-option", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A8", - "https://www.w3.org/TR/css-grid-3/#masonry-placement-masonry-option", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-track-start", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-track-end", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-track", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-column-start", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-column-end", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-column", - "https://www.w3.org/TR/css-grid-3/#masonry-slack", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-slack%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#propdef-masonry-slack", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#item-slack", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-slack%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#propdef-item-slack", "https://www.w3.org/TR/css-grid-3/#ref-for-typedef-length-percentage", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-content-box", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-x10", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-grid-3/#ref-for-typedef-length-percentage%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-item%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-item%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-track", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-slack%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#valdef-masonry-slack-length", - "https://www.w3.org/TR/css-grid-3/#ref-for-length-value", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-slack%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#valdef-item-slack-length-percentage", + "https://www.w3.org/TR/css-grid-3/#ref-for-typedef-length-percentage%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#masonry-tie-threshold", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#valdef-item-slack-infinite", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-tie-threshold", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A6", "https://www.w3.org/TR/css-grid-3/#issue-7bbfe9d5", "https://www.w3.org/TR/css-grid-3/#masonry-layout-algorithm", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#running-position", "https://www.w3.org/TR/css-grid-3/#auto-placement-cursor", "https://www.w3.org/TR/css-grid-3/#ref-for-order-modified-document-order", "https://www.w3.org/TR/css-grid-3/#ref-for-definite-grid-position%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#issue-9c647ef6", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-grid-3/#ref-for-implicit-grid%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-running-position", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-tie-threshold", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-tie-threshold%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-auto-placement-cursor", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-grid-3/#ref-for-auto-placement-cursor%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-grid-3/#ref-for-running-position%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-running-position%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-grid-3/#ref-for-outer-size", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-gap", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-flow%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-flow%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#containing-block", "https://www.w3.org/TR/css-grid-3/#ref-for-containing-block", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A7", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-area", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-content-box%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-x10%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A7", "https://www.w3.org/TR/css-grid-3/#rtl-example", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A8", "https://www.w3.org/TR/css-grid-3/#ref-for-writing-mode", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-direction", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#example-de83ba08", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#example-f7337db7", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-direction%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-direction%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#example-82fa5f37", + "https://www.w3.org/TR/css-grid-3/#example-e0fb18a7", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-direction%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-direction%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#intrinsic-sizes", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-max-content", "https://www.w3.org/TR/css-grid-3/#ref-for-min-content", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-box", "https://www.w3.org/TR/css-grid-3/#ref-for-max-content-constraint", "https://www.w3.org/TR/css-grid-3/#ref-for-min-content-constraint", - "https://www.w3.org/TR/css-grid-3/#example-759140be", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#example-867932d9", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#alignment", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#ref-for-alignment-subject", "https://www.w3.org/TR/css-grid-3/#masonry-box", - "https://www.w3.org/TR/css-grid-3/#ref-for-margin-box", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-x17", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-box%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-alignment-subject%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-align-content", "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-justify-content", "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-self-position-start", @@ -438,78 +314,217 @@ "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-self-position-start%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#ref-for-distributed-alignment", "https://www.w3.org/TR/css-grid-3/#ref-for-fallback-alignment", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-content-box%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-x10%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-box%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-grid-3/#ref-for-content-box%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-x10%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#issue-491b71c9", "https://www.w3.org/TR/css-grid-3/#masonry-axis-baseline-alignment", "https://www.w3.org/TR/css-grid-3/#ref-for-baseline-alignment%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-grid-3/#ref-for-baseline-alignment%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-grid-3/#ref-for-alignment-baseline", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A4", "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A6", "https://www.w3.org/TR/css-grid-3/#issue-4a2d589c", "https://www.w3.org/TR/css-grid-3/#issue-f1320409", "https://www.w3.org/TR/css-grid-3/#pagination", "https://www.w3.org/TR/css-grid-3/#masonry-axis-pagination", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-item%E2%91%A7", "https://www.w3.org/TR/css-grid-3/#ref-for-forced-break", "https://www.w3.org/TR/css-grid-3/#ref-for-running-position%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-grid-3/#ref-for-fragmentainer", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-grid-3/#example-d9ac598c", - "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A8", "https://www.w3.org/TR/css-grid-3/#grid-axis-pagination", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-grid-3/#example-62d55948", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#abspos", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-box%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-box%E2%91%A3", "https://www.w3.org/TR/css-grid-3/#issue-4007c2e6", - "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-stacking-axis%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-grid-3/#ref-for-running-position%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-axis%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#graceful-degradation", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template", - "https://www.w3.org/TR/css-grid-3/#example-fdd3f2c6", + "https://www.w3.org/TR/css-grid-3/#example-51b24037", + "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#flow-control", + "https://www.w3.org/TR/css-grid-3/#issue-fd53eff2", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-flex-flow", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-flow", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-direction", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-track", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-wrap", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-cross", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-flow%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-pack%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-pack%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-flow%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-slack%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-slack%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-typedef-length-percentage%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#issue-c971c9c1", + "https://www.w3.org/TR/css-grid-3/#item-primary-axis", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-track%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-direction%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#propdef-item-direction", + "https://www.w3.org/TR/css-grid-3/#propdef-item-track", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-container", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-grid-3/#issue-80d7796e", + "https://www.w3.org/TR/css-grid-3/#primary-axis", + "https://www.w3.org/TR/css-grid-3/#primary-placement-axis", + "https://www.w3.org/TR/css-grid-3/#primary-track-axis", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-auto", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-item-direction-row", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-item-direction-column", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-container%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-item-direction-row%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-rows%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-grid-template-rows-none", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-template-columns%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-grid-template-rows-none%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-row", + "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-column", + "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-grid-3/#ref-for-block-axis%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-inline-axis%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-row-reverse", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-item-direction-row%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#valdef-item-direction-column-reverse", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-item-direction-column%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#item-secondary-axis", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-cross%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-wrap%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#propdef-item-wrap", + "https://www.w3.org/TR/css-grid-3/#propdef-item-cross", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-container%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-primary-axis", + "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-auto", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-item-wrap-nowrap", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-container%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-valdef-item-wrap-wrap", + "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-nowrap", + "https://www.w3.org/TR/css-grid-3/#ref-for-primary-placement-axis", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-single-line-flex-container", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-implicit-grid-track", + "https://www.w3.org/TR/css-grid-3/#ref-for-primary-placement-axis%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-wrap", + "https://www.w3.org/TR/css-grid-3/#ref-for-primary-placement-axis%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-grid-3/#ref-for-multi-line-flex-container", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-layout%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-primary-placement-axis%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-normal", + "https://www.w3.org/TR/css-grid-3/#ref-for-primary-track-axis", + "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-reverse", + "https://www.w3.org/TR/css-grid-3/#ref-for-primary-track-axis%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#valdef-item-wrap-wrap-reverse", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-flex-wrap", + "https://www.w3.org/TR/css-grid-3/#issue-b3c639a9", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-direction%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-track%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#item-pack-options", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-pack%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#propdef-item-pack", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-container%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-grid-container%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-container%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-normal", + "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-dense", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-balance", + "https://www.w3.org/TR/css-grid-3/#ref-for-flex-layout%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-text-wrap-style", + "https://www.w3.org/TR/css-grid-3/#issue-1efcc181", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#valdef-item-pack-collapse", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-pack%E2%91%A4", + "https://www.w3.org/TR/css-grid-3/#issue-152d283d", + "https://www.w3.org/TR/css-grid-3/#item-flow", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-flow", + "https://www.w3.org/TR/css-grid-3/#propdef-item-flow", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-direction%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-wrap%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-pack%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-comb-any%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-slack%E2%91%A5", + "https://www.w3.org/TR/css-grid-3/#ref-for-shorthand-property", + "https://www.w3.org/TR/css-grid-3/#ref-for-longhand", "https://www.w3.org/TR/css-grid-3/#acknowledgements", "https://www.w3.org/TR/css-grid-3/#security", "https://www.w3.org/TR/css-grid-3/#privacy", "https://www.w3.org/TR/css-grid-3/#changes", "https://www.w3.org/TR/css-grid-3/#changes-3", - "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-flow%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-masonry-layout%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-flow%E2%91%A0", "https://www.w3.org/TR/css-grid-3/#recent-changes", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-flow%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-slack%E2%91%A6", "https://www.w3.org/TR/css-grid-3/#w3c-conformance", "https://www.w3.org/TR/css-grid-3/#w3c-conventions", "https://www.w3.org/TR/css-grid-3/#w3c-example", @@ -534,89 +549,85 @@ "https://www.w3.org/TR/css-grid-3/#50284573", "https://www.w3.org/TR/css-grid-3/#35e80fd9", "https://www.w3.org/TR/css-grid-3/#ec67a9e7", - "https://www.w3.org/TR/css-grid-3/#f72f5cb4", - "https://www.w3.org/TR/css-grid-3/#0778a939", "https://www.w3.org/TR/css-grid-3/#2218854e", "https://www.w3.org/TR/css-grid-3/#872c3891", - "https://www.w3.org/TR/css-grid-3/#8c8e51b4", - "https://www.w3.org/TR/css-grid-3/#e14541aa", - "https://www.w3.org/TR/css-grid-3/#1a2b1083", - "https://www.w3.org/TR/css-grid-3/#ecb27d09", - "https://www.w3.org/TR/css-grid-3/#9015d4eb", - "https://www.w3.org/TR/css-grid-3/#6b4fc208", - "https://www.w3.org/TR/css-grid-3/#2ccfe434", - "https://www.w3.org/TR/css-grid-3/#f4215806", - "https://www.w3.org/TR/css-grid-3/#4f918eb5", - "https://www.w3.org/TR/css-grid-3/#ecf777ac", + "https://www.w3.org/TR/css-grid-3/#8f27be0f", + "https://www.w3.org/TR/css-grid-3/#980ac56a", + "https://www.w3.org/TR/css-grid-3/#431a9cad", + "https://www.w3.org/TR/css-grid-3/#4edc72b0", + "https://www.w3.org/TR/css-grid-3/#cc7f0a64", "https://www.w3.org/TR/css-grid-3/#07e702cf", + "https://www.w3.org/TR/css-grid-3/#546f7867", + "https://www.w3.org/TR/css-grid-3/#b70fab87", + "https://www.w3.org/TR/css-grid-3/#97651ccf", "https://www.w3.org/TR/css-grid-3/#7a8d5db2", "https://www.w3.org/TR/css-grid-3/#11b7dd33", + "https://www.w3.org/TR/css-grid-3/#b55ea3dd", + "https://www.w3.org/TR/css-grid-3/#481f5c73", "https://www.w3.org/TR/css-grid-3/#5b3e1fb0", "https://www.w3.org/TR/css-grid-3/#da3291f7", "https://www.w3.org/TR/css-grid-3/#7b233769", "https://www.w3.org/TR/css-grid-3/#bdee6ddc", "https://www.w3.org/TR/css-grid-3/#17638765", - "https://www.w3.org/TR/css-grid-3/#073ca3e4", "https://www.w3.org/TR/css-grid-3/#d911d74f", "https://www.w3.org/TR/css-grid-3/#fdfd719c", "https://www.w3.org/TR/css-grid-3/#57b234bc", - "https://www.w3.org/TR/css-grid-3/#e0422758", "https://www.w3.org/TR/css-grid-3/#7086fc61", "https://www.w3.org/TR/css-grid-3/#df72a52c", "https://www.w3.org/TR/css-grid-3/#ba30fc9a", - "https://www.w3.org/TR/css-grid-3/#c7b7c314", "https://www.w3.org/TR/css-grid-3/#db4ae04f", "https://www.w3.org/TR/css-grid-3/#b4a14210", "https://www.w3.org/TR/css-grid-3/#228fb890", "https://www.w3.org/TR/css-grid-3/#6cc286fe", - "https://www.w3.org/TR/css-grid-3/#cb9c8621", - "https://www.w3.org/TR/css-grid-3/#0234daef", - "https://www.w3.org/TR/css-grid-3/#bc83f681", "https://www.w3.org/TR/css-grid-3/#88fad469", - "https://www.w3.org/TR/css-grid-3/#fda04115", "https://www.w3.org/TR/css-grid-3/#a9860e91", "https://www.w3.org/TR/css-grid-3/#354cf3be", "https://www.w3.org/TR/css-grid-3/#25d528b6", "https://www.w3.org/TR/css-grid-3/#3208cbb5", - "https://www.w3.org/TR/css-grid-3/#1c317478", + "https://www.w3.org/TR/css-grid-3/#564e922b", "https://www.w3.org/TR/css-grid-3/#6540f072", "https://www.w3.org/TR/css-grid-3/#9edcd4ef", - "https://www.w3.org/TR/css-grid-3/#2c0ba514", "https://www.w3.org/TR/css-grid-3/#bbc693a1", + "https://www.w3.org/TR/css-grid-3/#d4d84650", + "https://www.w3.org/TR/css-grid-3/#d909e27a", + "https://www.w3.org/TR/css-grid-3/#0b7a6d57", + "https://www.w3.org/TR/css-grid-3/#e1e1764e", + "https://www.w3.org/TR/css-grid-3/#edecaf14", + "https://www.w3.org/TR/css-grid-3/#b93bc3b3", "https://www.w3.org/TR/css-grid-3/#c1c732b9", "https://www.w3.org/TR/css-grid-3/#a47902ec", "https://www.w3.org/TR/css-grid-3/#8a39af7f", "https://www.w3.org/TR/css-grid-3/#451a41ae", "https://www.w3.org/TR/css-grid-3/#6a444fd6", "https://www.w3.org/TR/css-grid-3/#47ea2436", + "https://www.w3.org/TR/css-grid-3/#7801e50a", "https://www.w3.org/TR/css-grid-3/#4fd7e54f", - "https://www.w3.org/TR/css-grid-3/#98ddb9b0", - "https://www.w3.org/TR/css-grid-3/#1d798932", "https://www.w3.org/TR/css-grid-3/#8a110a7b", "https://www.w3.org/TR/css-grid-3/#4eb9d37e", "https://www.w3.org/TR/css-grid-3/#a0336d84", "https://www.w3.org/TR/css-grid-3/#fb688f4f", "https://www.w3.org/TR/css-grid-3/#b8dade0f", "https://www.w3.org/TR/css-grid-3/#599428b5", - "https://www.w3.org/TR/css-grid-3/#83d2ef35", - "https://www.w3.org/TR/css-grid-3/#1118d052", "https://www.w3.org/TR/css-grid-3/#a6eb24bb", "https://www.w3.org/TR/css-grid-3/#82ddda8c", - "https://www.w3.org/TR/css-grid-3/#4da3b716", - "https://www.w3.org/TR/css-grid-3/#0da67e16", "https://www.w3.org/TR/css-grid-3/#eb6008ce", + "https://www.w3.org/TR/css-grid-3/#c16a1180", + "https://www.w3.org/TR/css-grid-3/#088aa1a3", + "https://www.w3.org/TR/css-grid-3/#ef9e6926", + "https://www.w3.org/TR/css-grid-3/#197337f9", "https://www.w3.org/TR/css-grid-3/#references", "https://www.w3.org/TR/css-grid-3/#normative", "https://www.w3.org/TR/css-grid-3/#biblio-css-align-3", - "https://www.w3.org/TR/css-grid-3/#biblio-css-box-4", "https://www.w3.org/TR/css-grid-3/#biblio-css-break-4", "https://www.w3.org/TR/css-grid-3/#biblio-css-cascade-5", - "https://www.w3.org/TR/css-grid-3/#biblio-css-display-3", "https://www.w3.org/TR/css-grid-3/#biblio-css-display-4", "https://www.w3.org/TR/css-grid-3/#biblio-css-flexbox-1", + "https://www.w3.org/TR/css-grid-3/#biblio-css-gaps-1", "https://www.w3.org/TR/css-grid-3/#biblio-css-grid-1", "https://www.w3.org/TR/css-grid-3/#biblio-css-grid-2", + "https://www.w3.org/TR/css-grid-3/#biblio-css-grid-3", "https://www.w3.org/TR/css-grid-3/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-grid-3/#biblio-css-text-4", "https://www.w3.org/TR/css-grid-3/#biblio-css-values-3", "https://www.w3.org/TR/css-grid-3/#biblio-css-values-4", "https://www.w3.org/TR/css-grid-3/#biblio-css-writing-modes-4", @@ -626,15 +637,13 @@ "https://www.w3.org/TR/css-grid-3/#biblio-css-multicol-1", "https://www.w3.org/TR/css-grid-3/#biblio-css-writing-modes-3", "https://www.w3.org/TR/css-grid-3/#property-index", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-grid-auto-flow%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-auto-tracks%E2%91%A1", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-direction%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-fill%E2%91%A5", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-flow%E2%91%A2", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-slack%E2%91%A3", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-areas%E2%91%A6", - "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-masonry-template-tracks%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-cross%E2%91%A1", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-direction%E2%91%A3", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-flow%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-pack%E2%91%A6", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-slack%E2%91%A7", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-track%E2%91%A2", + "https://www.w3.org/TR/css-grid-3/#ref-for-propdef-item-wrap%E2%91%A2", "https://www.w3.org/TR/css-grid-3/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/html-aam-1.0.json b/tr/ids/html-aam-1.0.json index 69162741d9f3..f8dcbdc20960 100644 --- a/tr/ids/html-aam-1.0.json +++ b/tr/ids/html-aam-1.0.json @@ -167,6 +167,8 @@ "https://www.w3.org/TR/html-aam-1.0/#h-note-6", "https://www.w3.org/TR/html-aam-1.0/#img-alt-attribute-value-is-the-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup", "https://www.w3.org/TR/html-aam-1.0/#el-img-empty-alt", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-7", + "https://www.w3.org/TR/html-aam-1.0/#h-note-7", "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-button-state", "https://www.w3.org/TR/html-aam-1.0/#el-input-button", "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-checkbox-state", @@ -349,8 +351,8 @@ "https://www.w3.org/TR/html-aam-1.0/#el-wbr", "https://www.w3.org/TR/html-aam-1.0/#html-attribute-state-and-property-mappings", "https://www.w3.org/TR/html-aam-1.0/#x3-6-html-attribute-state-and-property-mappings", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-7", - "https://www.w3.org/TR/html-aam-1.0/#h-note-7", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-8", + "https://www.w3.org/TR/html-aam-1.0/#h-note-8", "https://www.w3.org/TR/html-aam-1.0/#abbr-0", "https://www.w3.org/TR/html-aam-1.0/#att-abbr", "https://www.w3.org/TR/html-aam-1.0/#accept", @@ -375,12 +377,12 @@ "https://www.w3.org/TR/html-aam-1.0/#att-autocapitalize", "https://www.w3.org/TR/html-aam-1.0/#autocomplete", "https://www.w3.org/TR/html-aam-1.0/#att-autocomplete-form", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-8", - "https://www.w3.org/TR/html-aam-1.0/#h-note-8", - "https://www.w3.org/TR/html-aam-1.0/#autocomplete-0", - "https://www.w3.org/TR/html-aam-1.0/#att-autocomplete", "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-9", "https://www.w3.org/TR/html-aam-1.0/#h-note-9", + "https://www.w3.org/TR/html-aam-1.0/#autocomplete-0", + "https://www.w3.org/TR/html-aam-1.0/#att-autocomplete", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-10", + "https://www.w3.org/TR/html-aam-1.0/#h-note-10", "https://www.w3.org/TR/html-aam-1.0/#autofocus", "https://www.w3.org/TR/html-aam-1.0/#att-autofocus", "https://www.w3.org/TR/html-aam-1.0/#autoplay", @@ -483,8 +485,8 @@ "https://www.w3.org/TR/html-aam-1.0/#att-id", "https://www.w3.org/TR/html-aam-1.0/#inert", "https://www.w3.org/TR/html-aam-1.0/#att-inert", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-10", - "https://www.w3.org/TR/html-aam-1.0/#h-note-10", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-11", + "https://www.w3.org/TR/html-aam-1.0/#h-note-11", "https://www.w3.org/TR/html-aam-1.0/#indeterminate-idl", "https://www.w3.org/TR/html-aam-1.0/#att-indeterminate", "https://www.w3.org/TR/html-aam-1.0/#ismap", @@ -568,12 +570,12 @@ "https://www.w3.org/TR/html-aam-1.0/#popover", "https://www.w3.org/TR/html-aam-1.0/#att-popover", "https://www.w3.org/TR/html-aam-1.0/#att-popover-comments", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-11", - "https://www.w3.org/TR/html-aam-1.0/#h-note-11", - "https://www.w3.org/TR/html-aam-1.0/#popovertarget", - "https://www.w3.org/TR/html-aam-1.0/#att-popovertarget", "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-12", "https://www.w3.org/TR/html-aam-1.0/#h-note-12", + "https://www.w3.org/TR/html-aam-1.0/#popovertarget", + "https://www.w3.org/TR/html-aam-1.0/#att-popovertarget", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-13", + "https://www.w3.org/TR/html-aam-1.0/#h-note-13", "https://www.w3.org/TR/html-aam-1.0/#popovertargetaction", "https://www.w3.org/TR/html-aam-1.0/#att-popovertargetaction", "https://www.w3.org/TR/html-aam-1.0/#poster", @@ -674,8 +676,8 @@ "https://www.w3.org/TR/html-aam-1.0/#att-wrap", "https://www.w3.org/TR/html-aam-1.0/#accessible-name-and-description-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-accessible-name-and-description-computation", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-13", - "https://www.w3.org/TR/html-aam-1.0/#h-note-13", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-14", + "https://www.w3.org/TR/html-aam-1.0/#h-note-14", "https://www.w3.org/TR/html-aam-1.0/#accname-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-accessible-name-computations-by-html-element", "https://www.w3.org/TR/html-aam-1.0/#input-type-text-input-type-password-input-type-number-input-type-search-input-type-tel-input-type-email-input-type-url-and-textarea-element-accessible-name-computation", @@ -697,9 +699,9 @@ "https://www.w3.org/TR/html-aam-1.0/#figure-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-9-figure-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#img-element-accessible-name-computation", - "https://www.w3.org/TR/html-aam-1.0/#x4-1-10-img-element-accessible-name-computation", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-14", - "https://www.w3.org/TR/html-aam-1.0/#h-note-14", + "https://www.w3.org/TR/html-aam-1.0/#el-img-name", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-15", + "https://www.w3.org/TR/html-aam-1.0/#h-note-15", "https://www.w3.org/TR/html-aam-1.0/#table-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-11-table-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#tr-td-th-elements-accessible-name-computation", @@ -710,8 +712,8 @@ "https://www.w3.org/TR/html-aam-1.0/#x4-1-14-area-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#iframe-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-15-iframe-element-accessible-name-computation", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-15", - "https://www.w3.org/TR/html-aam-1.0/#h-note-15", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-16", + "https://www.w3.org/TR/html-aam-1.0/#h-note-16", "https://www.w3.org/TR/html-aam-1.0/#section-and-grouping-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-16-section-and-grouping-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#text-level-element-accessible-name-computation", diff --git a/tr/ids/network-error-logging.json b/tr/ids/network-error-logging.json index c17b30cc9f98..c36e346cbbbc 100644 --- a/tr/ids/network-error-logging.json +++ b/tr/ids/network-error-logging.json @@ -23,94 +23,65 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-report_to-1", "https://www.w3.org/TR/network-error-logging/#conformance", "https://www.w3.org/TR/network-error-logging/#x2-conformance", - "https://www.w3.org/TR/network-error-logging/#dependencies", - "https://www.w3.org/TR/network-error-logging/#x2-1-dependencies", - "https://www.w3.org/TR/network-error-logging/#dfn-domain-name", - "https://www.w3.org/TR/network-error-logging/#dfn-domain-namespace-tree", - "https://www.w3.org/TR/network-error-logging/#dfn-resolver", - "https://www.w3.org/TR/network-error-logging/#dfn-client", - "https://www.w3.org/TR/network-error-logging/#dfn-cors-preflight-request", - "https://www.w3.org/TR/network-error-logging/#dfn-determine-the-network-partition-key", - "https://www.w3.org/TR/network-error-logging/#dfn-extract-header-list-values", - "https://www.w3.org/TR/network-error-logging/#dfn-header-list-contains", - "https://www.w3.org/TR/network-error-logging/#dfn-header-names", - "https://www.w3.org/TR/network-error-logging/#dfn-header-value", - "https://www.w3.org/TR/network-error-logging/#dfn-http-network-fetch", - "https://www.w3.org/TR/network-error-logging/#dfn-http-network-or-cache-fetch", - "https://www.w3.org/TR/network-error-logging/#dfn-network-partition-key", - "https://www.w3.org/TR/network-error-logging/#dfn-redirects", - "https://www.w3.org/TR/network-error-logging/#dfn-request-header-list", - "https://www.w3.org/TR/network-error-logging/#dfn-responses", - "https://www.w3.org/TR/network-error-logging/#dfn-response-header-list", - "https://www.w3.org/TR/network-error-logging/#dfn-current-wall-time", - "https://www.w3.org/TR/network-error-logging/#dfn-duration-from", - "https://www.w3.org/TR/network-error-logging/#dfn-superdomain-match", - "https://www.w3.org/TR/network-error-logging/#dfn-navigation", - "https://www.w3.org/TR/network-error-logging/#dfn-navigator-online", - "https://www.w3.org/TR/network-error-logging/#dfn-origins", - "https://www.w3.org/TR/network-error-logging/#dfn-200-response", - "https://www.w3.org/TR/network-error-logging/#dfn-4xx", - "https://www.w3.org/TR/network-error-logging/#dfn-5xx", - "https://www.w3.org/TR/network-error-logging/#dfn-etag", - "https://www.w3.org/TR/network-error-logging/#dfn-if-none-match", - "https://www.w3.org/TR/network-error-logging/#dfn-persistent-connections", - "https://www.w3.org/TR/network-error-logging/#dfn-requests", - "https://www.w3.org/TR/network-error-logging/#dfn-request-method", - "https://www.w3.org/TR/network-error-logging/#dfn-resource-representation", - "https://www.w3.org/TR/network-error-logging/#dfn-response-header", - "https://www.w3.org/TR/network-error-logging/#dfn-servers", - "https://www.w3.org/TR/network-error-logging/#dfn-status-code", - "https://www.w3.org/TR/network-error-logging/#dfn-json-field-value", - "https://www.w3.org/TR/network-error-logging/#dfn-json-object", - "https://www.w3.org/TR/network-error-logging/#dfn-endpoint-group", - "https://www.w3.org/TR/network-error-logging/#dfn-generate-a-network-report", - "https://www.w3.org/TR/network-error-logging/#dfn-referrer-policy", - "https://www.w3.org/TR/network-error-logging/#dfn-reports", - "https://www.w3.org/TR/network-error-logging/#dfn-report-body", - "https://www.w3.org/TR/network-error-logging/#dfn-report-type", - "https://www.w3.org/TR/network-error-logging/#dfn-visible-to-reportingobservers", - "https://www.w3.org/TR/network-error-logging/#dfn-network-protocol", - "https://www.w3.org/TR/network-error-logging/#dfn-is-origin-potentially-trustworthy", - "https://www.w3.org/TR/network-error-logging/#dfn-potentially-trustworthy-origins", - "https://www.w3.org/TR/network-error-logging/#dfn-fragment", - "https://www.w3.org/TR/network-error-logging/#dfn-path", - "https://www.w3.org/TR/network-error-logging/#dfn-query", - "https://www.w3.org/TR/network-error-logging/#dfn-url", - "https://www.w3.org/TR/network-error-logging/#dfn-url-serializer", "https://www.w3.org/TR/network-error-logging/#concepts", "https://www.w3.org/TR/network-error-logging/#x3-concepts", "https://www.w3.org/TR/network-error-logging/#network-requests", "https://www.w3.org/TR/network-error-logging/#x3-1-network-requests", "https://www.w3.org/TR/network-error-logging/#dfn-network-requests", + "https://www.w3.org/TR/network-error-logging/#dfn-request", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-redirect-status-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-navigate-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-4", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-5", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-online-attribute-for-navigatoronline-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-6", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-4", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-cors-preflight-request-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-5", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID", "https://www.w3.org/TR/network-error-logging/#h-note", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-7", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-6", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-http-network-fetch-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-7", "https://www.w3.org/TR/network-error-logging/#dfn-phase", "https://www.w3.org/TR/network-error-logging/#dfn-dns-resolution", + "https://www.w3.org/TR/network-error-logging/#dfn-server", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-8", "https://www.w3.org/TR/network-error-logging/#dfn-secure-connection-establishment", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-9", "https://www.w3.org/TR/network-error-logging/#dfn-transmission-of-request-and-response", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-10", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-phase-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-transmission-of-request-and-response-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-phase-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-8", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-dns-resolution-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-persistent-connections-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-phase-3", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-0", "https://www.w3.org/TR/network-error-logging/#h-ednote", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-phase-4", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-9", "https://www.w3.org/TR/network-error-logging/#dfn-succeed", + "https://www.w3.org/TR/network-error-logging/#dfn-4xx", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-4xx-1", + "https://www.w3.org/TR/network-error-logging/#dfn-5xx", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-5xx-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-10", "https://www.w3.org/TR/network-error-logging/#dfn-fail", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-succeed-1", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-1", "https://www.w3.org/TR/network-error-logging/#h-note-0", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-4xx-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-5xx-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-fail-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-failure-sampling-rate-1", @@ -133,19 +104,28 @@ "https://www.w3.org/TR/network-error-logging/#network-error-reports", "https://www.w3.org/TR/network-error-logging/#x3-3-network-error-reports", "https://www.w3.org/TR/network-error-logging/#dfn-network-error-reports", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-report-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-errors-4", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-error-reports-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-report-type-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-error-reports-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-visible-to-reportingobservers-1", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-2", "https://www.w3.org/TR/network-error-logging/#h-note-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-error-reports-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-visible-to-reportingobservers-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-visible-to-reportingobservers-3", "https://www.w3.org/TR/network-error-logging/#nel-policies", "https://www.w3.org/TR/network-error-logging/#x3-4-nel-policies", "https://www.w3.org/TR/network-error-logging/#dfn-nel-policies", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-12", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-3", + "https://www.w3.org/TR/network-error-logging/#dfn-response-headers", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-headers-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-4", "https://www.w3.org/TR/network-error-logging/#dfn-received-ip-address", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-11", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-5", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-6", "https://www.w3.org/TR/network-error-logging/#dfn-policy-origin", @@ -154,21 +134,30 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-8", "https://www.w3.org/TR/network-error-logging/#dfn-policy-request-headers", "https://www.w3.org/TR/network-error-logging/#dfn-policy-response-headers", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-names-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-9", "https://www.w3.org/TR/network-error-logging/#dfn-reporting-group", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-endpoint-group-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-10", "https://www.w3.org/TR/network-error-logging/#dfn-ttl", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-11", "https://www.w3.org/TR/network-error-logging/#dfn-creation", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-12", "https://www.w3.org/TR/network-error-logging/#dfn-stale", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-duration-from-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-creation-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-wall-clock-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-unsafe-current-time-for-wall-clock-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-13", "https://www.w3.org/TR/network-error-logging/#dfn-expired", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-duration-from-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-creation-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-wall-clock-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-unsafe-current-time-for-wall-clock-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-ttl-1", "https://www.w3.org/TR/network-error-logging/#sampling-rates", "https://www.w3.org/TR/network-error-logging/#x3-5-sampling-rates", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-13", "https://www.w3.org/TR/network-error-logging/#dfn-sampling-rate", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-succeed-2", @@ -181,41 +170,57 @@ "https://www.w3.org/TR/network-error-logging/#x3-6-policy-cache", "https://www.w3.org/TR/network-error-logging/#dfn-policy-cache", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-16", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-network-partition-key-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-4", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-17", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-18", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-5", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-network-partition-key-2", "https://www.w3.org/TR/network-error-logging/#policy-delivery", "https://www.w3.org/TR/network-error-logging/#x4-policy-delivery", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-12", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-19", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-headers-2", "https://www.w3.org/TR/network-error-logging/#nel-response-header", "https://www.w3.org/TR/network-error-logging/#x4-1-nel-response-header", "https://www.w3.org/TR/network-error-logging/#dfn-nel", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-headers-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-6", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-20", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-json-field-value-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-21", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-4", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-5", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-22", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-6", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-headers-4", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-3", "https://www.w3.org/TR/network-error-logging/#h-note-2", "https://www.w3.org/TR/network-error-logging/#the-report_to-member", "https://www.w3.org/TR/network-error-logging/#x4-1-1-the-report_to-member", "https://www.w3.org/TR/network-error-logging/#dfn-report_to", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-endpoint-group-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-23", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-report_to-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-24", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-max_age-1", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-4", "https://www.w3.org/TR/network-error-logging/#h-note-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-13", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-endpoint-group-3", "https://www.w3.org/TR/network-error-logging/#the-max_age-member", "https://www.w3.org/TR/network-error-logging/#x4-1-2-the-max_age-member", "https://www.w3.org/TR/network-error-logging/#dfn-max_age", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-25", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-26", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-7", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-cache-1", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-5", "https://www.w3.org/TR/network-error-logging/#h-note-4", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-14", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-endpoint-group-4", "https://www.w3.org/TR/network-error-logging/#the-include_subdomains-member", "https://www.w3.org/TR/network-error-logging/#x4-1-3-the-include_subdomains-member", "https://www.w3.org/TR/network-error-logging/#dfn-include_subdomains", @@ -223,6 +228,7 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-28", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-6", "https://www.w3.org/TR/network-error-logging/#h-note-5", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-endpoint-group-5", "https://www.w3.org/TR/network-error-logging/#the-success_fraction-member", "https://www.w3.org/TR/network-error-logging/#x4-1-4-the-success_fraction-member", "https://www.w3.org/TR/network-error-logging/#dfn-success_fraction", @@ -243,17 +249,31 @@ "https://www.w3.org/TR/network-error-logging/#x4-1-6-the-request_headers-member", "https://www.w3.org/TR/network-error-logging/#dfn-request_headers", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-request-headers-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-names-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-value-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-error-reports-4", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-8", "https://www.w3.org/TR/network-error-logging/#the-response_headers-member", "https://www.w3.org/TR/network-error-logging/#x4-1-7-the-response_headers-member", "https://www.w3.org/TR/network-error-logging/#dfn-response_headers", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-response-headers-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-names-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-value-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-error-reports-5", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-9", "https://www.w3.org/TR/network-error-logging/#process-policy-headers", "https://www.w3.org/TR/network-error-logging/#x4-2-process-policy-headers", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-18", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-29", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-10", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-cache-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-is-origin-potentially-trustworthy-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-11", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-headers-5", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-12", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-determine-the-network-partition-key-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-headers-6", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-max_age-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-max_age-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-30", @@ -266,8 +286,10 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-response_headers-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-31", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-15", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-7", "https://www.w3.org/TR/network-error-logging/#h-ednote-0", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-13", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-subdomains-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-include_subdomains-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-request-headers-2", @@ -279,6 +301,8 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-ttl-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-max_age-4", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-creation-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-wall-clock-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-unsafe-current-time-for-wall-clock-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-successful-sampling-rate-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-success_fraction-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-failure-sampling-rate-2", @@ -293,8 +317,11 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-32", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-cache-6", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-20", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-14", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-determine-the-network-partition-key-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-cache-7", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-expired-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-superdomain-match-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-cache-8", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-expired-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-subdomains-2", @@ -303,14 +330,29 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-21", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-33", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-request-headers-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-list-for-request-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-contain-for-header-list-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-list-for-request-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-names-4", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-value-3", "https://www.w3.org/TR/network-error-logging/#extract-response-headers", "https://www.w3.org/TR/network-error-logging/#x5-3-extract-response-headers", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-34", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-response-headers-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-list-for-response-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-contain-for-header-list-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-list-for-response-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-names-5", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-header-value-4", "https://www.w3.org/TR/network-error-logging/#generate-a-network-error-report-0", "https://www.w3.org/TR/network-error-logging/#generate-a-network-error-report", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-22", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-35", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-is-origin-potentially-trustworthy-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-15", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-16", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-succeed-5", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-successful-sampling-rate-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-fail-6", @@ -323,6 +365,12 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-types-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-errors-6", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-succeed-7", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-16", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-network-protocol-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-referrer-policy-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-client-for-request-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-method-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-status-code-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-origin-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-subdomains-3", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-8", @@ -332,12 +380,19 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-origin-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-dns-resolution-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-phase-6", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-17", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-dns-resolution-4", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-9", "https://www.w3.org/TR/network-error-logging/#h-note-7", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-18", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-37", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-38", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-17", + "https://www.w3.org/TR/network-error-logging/#dfn-domain-name", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-domain-name-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-19", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-domain-name-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-dns-resolution-5", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-stale-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-cache-9", @@ -345,7 +400,12 @@ "https://www.w3.org/TR/network-error-logging/#deliver-a-network-report", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-39", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-23", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-fragment-for-url-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-path-for-url-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-query-for-url-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-generate-a-network-report-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-reporting-group-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-url-serializer-1", "https://www.w3.org/TR/network-error-logging/#predefined-network-error-types", "https://www.w3.org/TR/network-error-logging/#x6-predefined-network-error-types", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-errors-7", @@ -358,6 +418,7 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-errors-9", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-dns-resolution-6", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-type-phase-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-18", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-40", "https://www.w3.org/TR/network-error-logging/#secure-connection-establishment-errors", "https://www.w3.org/TR/network-error-logging/#x6-2-secure-connection-establishment-errors", @@ -369,23 +430,32 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-errors-11", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-transmission-of-request-and-response-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-type-phase-4", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-4xx-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-5xx-3", "https://www.w3.org/TR/network-error-logging/#examples", "https://www.w3.org/TR/network-error-logging/#x7-examples", "https://www.w3.org/TR/network-error-logging/#sample-policy-definitions", "https://www.w3.org/TR/network-error-logging/#x7-1-sample-policy-definitions", "https://www.w3.org/TR/network-error-logging/#example-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-41", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-endpoint-group-6", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-potentially-trustworthy-origin-1", "https://www.w3.org/TR/network-error-logging/#example-2", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-42", "https://www.w3.org/TR/network-error-logging/#sample-network-error-reports", "https://www.w3.org/TR/network-error-logging/#x7-2-sample-network-error-reports", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-errors-12", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-report-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-19", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-43", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-errors-13", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-body-for-report-1", "https://www.w3.org/TR/network-error-logging/#example-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-200-response-1", "https://www.w3.org/TR/network-error-logging/#example-4", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-44", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-errors-14", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-report-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-errors-15", "https://www.w3.org/TR/network-error-logging/#dns-misconfiguration", "https://www.w3.org/TR/network-error-logging/#x7-3-dns-misconfiguration", @@ -394,29 +464,60 @@ "https://www.w3.org/TR/network-error-logging/#monitoring-cache-validation", "https://www.w3.org/TR/network-error-logging/#x7-4-monitoring-cache-validation", "https://www.w3.org/TR/network-error-logging/#example-7", + "https://www.w3.org/TR/network-error-logging/#dfn-etag", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-etag-1", + "https://www.w3.org/TR/network-error-logging/#dfn-if-none-match", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-if-none-match-1", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-request_headers-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-response_headers-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-if-none-match-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-etag-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-20", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-4", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-21", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-etag-3", "https://www.w3.org/TR/network-error-logging/#example-8", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-22", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-if-none-match-3", "https://www.w3.org/TR/network-error-logging/#example-9", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-23", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-if-none-match-4", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-etag-4", "https://www.w3.org/TR/network-error-logging/#example-10", "https://www.w3.org/TR/network-error-logging/#origins-with-multiple-ip-addresses", "https://www.w3.org/TR/network-error-logging/#x7-5-origins-with-multiple-ip-addresses", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-20", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-domain-name-3", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-21", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-24", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-25", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-26", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-45", "https://www.w3.org/TR/network-error-logging/#example-11", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-27", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-5", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-28", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-46", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-4", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-29", "https://www.w3.org/TR/network-error-logging/#example-12", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-30", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-response-6", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-47", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-5", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-6", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-31", "https://www.w3.org/TR/network-error-logging/#example-13", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-32", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-48", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-cache-10", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-fail-9", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-network-requests-24", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-7", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-33", "https://www.w3.org/TR/network-error-logging/#example-14", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-34", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-49", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-8", "https://www.w3.org/TR/network-error-logging/#example-15", @@ -428,25 +529,35 @@ "https://www.w3.org/TR/network-error-logging/#reporting-of-first-party-subresource-fetch-failures", "https://www.w3.org/TR/network-error-logging/#x8-2-reporting-of-first-party-subresource-fetch-failures", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-51", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-22", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-52", "https://www.w3.org/TR/network-error-logging/#reporting-of-third-party-subresource-fetch-failures", "https://www.w3.org/TR/network-error-logging/#x8-3-reporting-of-third-party-subresource-fetch-failures", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-23", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-53", "https://www.w3.org/TR/network-error-logging/#privacy-considerations", "https://www.w3.org/TR/network-error-logging/#x9-privacy-considerations", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-54", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-potentially-trustworthy-origin-2", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-potentially-trustworthy-origin-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-cache-11", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-network-partition-key-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-55", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-dns-resolution-7", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-56", + "https://www.w3.org/TR/network-error-logging/#dfn-domain-namespace-tree", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-domain-name-4", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-origin-4", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-secure-connection-establishment-3", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-transmission-of-request-and-response-4", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-57", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-35", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-36", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-9", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-subdomains-5", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-58", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-received-ip-address-10", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-37", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-origin-5", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-policies-59", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-origin-6", @@ -456,21 +567,86 @@ "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-policy-origin-7", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-dns-resolution-8", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-phase-7", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-38", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-phase-8", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-39", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-40", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-origin-24", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-domain-name-5", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-41", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-42", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-43", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-dns-resolution-9", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-44", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-body-for-report-2", "https://www.w3.org/TR/network-error-logging/#issue-container-generatedID-10", "https://www.w3.org/TR/network-error-logging/#h-note-8", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-resolver-1", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-request-45", + "https://www.w3.org/TR/network-error-logging/#ref-for-index-term-domain-name-6", "https://www.w3.org/TR/network-error-logging/#iana-considerations", "https://www.w3.org/TR/network-error-logging/#x10-iana-considerations", "https://www.w3.org/TR/network-error-logging/#nel", "https://www.w3.org/TR/network-error-logging/#x10-1-nel", "https://www.w3.org/TR/network-error-logging/#ref-for-dfn-nel-7", + "https://www.w3.org/TR/network-error-logging/#index", + "https://www.w3.org/TR/network-error-logging/#a-index", + "https://www.w3.org/TR/network-error-logging/#index-defined-here", + "https://www.w3.org/TR/network-error-logging/#a-1-terms-defined-by-this-specification", + "https://www.w3.org/TR/network-error-logging/#index-defined-elsewhere", + "https://www.w3.org/TR/network-error-logging/#a-2-terms-defined-by-reference", + "https://www.w3.org/TR/network-error-logging/#index-term-client-for-request", + "https://www.w3.org/TR/network-error-logging/#index-term-contain-for-header-list", + "https://www.w3.org/TR/network-error-logging/#index-term-cors-preflight-request", + "https://www.w3.org/TR/network-error-logging/#index-term-determine-the-network-partition-key", + "https://www.w3.org/TR/network-error-logging/#index-term-header-list-for-request", + "https://www.w3.org/TR/network-error-logging/#index-term-header-list-for-response", + "https://www.w3.org/TR/network-error-logging/#index-term-header-names", + "https://www.w3.org/TR/network-error-logging/#index-term-header-value", + "https://www.w3.org/TR/network-error-logging/#index-term-http-network-fetch", + "https://www.w3.org/TR/network-error-logging/#index-term-network-partition-key", + "https://www.w3.org/TR/network-error-logging/#index-term-redirect-status", + "https://www.w3.org/TR/network-error-logging/#index-term-response", + "https://www.w3.org/TR/network-error-logging/#index-term-duration-from", + "https://www.w3.org/TR/network-error-logging/#index-term-unsafe-current-time-for-wall-clock", + "https://www.w3.org/TR/network-error-logging/#index-term-wall-clock", + "https://www.w3.org/TR/network-error-logging/#index-term-navigate", + "https://www.w3.org/TR/network-error-logging/#index-term-online-attribute-for-navigatoronline", + "https://www.w3.org/TR/network-error-logging/#index-term-origin", + "https://www.w3.org/TR/network-error-logging/#index-term-json-field-value", + "https://www.w3.org/TR/network-error-logging/#index-term-endpoint-group", + "https://www.w3.org/TR/network-error-logging/#index-term-generate-a-network-report", + "https://www.w3.org/TR/network-error-logging/#index-term-referrer-policy", + "https://www.w3.org/TR/network-error-logging/#index-term-body-for-report", + "https://www.w3.org/TR/network-error-logging/#index-term-report", + "https://www.w3.org/TR/network-error-logging/#index-term-report-type", + "https://www.w3.org/TR/network-error-logging/#index-term-visible-to-reportingobservers", + "https://www.w3.org/TR/network-error-logging/#index-term-network-protocol", + "https://www.w3.org/TR/network-error-logging/#index-term-domain-name", + "https://www.w3.org/TR/network-error-logging/#index-term-resolver", + "https://www.w3.org/TR/network-error-logging/#index-term-superdomain-match", + "https://www.w3.org/TR/network-error-logging/#index-term-200-response", + "https://www.w3.org/TR/network-error-logging/#index-term-4xx", + "https://www.w3.org/TR/network-error-logging/#index-term-5xx", + "https://www.w3.org/TR/network-error-logging/#index-term-etag", + "https://www.w3.org/TR/network-error-logging/#index-term-if-none-match", + "https://www.w3.org/TR/network-error-logging/#index-term-request", + "https://www.w3.org/TR/network-error-logging/#index-term-request-method", + "https://www.w3.org/TR/network-error-logging/#index-term-response-headers", + "https://www.w3.org/TR/network-error-logging/#index-term-status-code", + "https://www.w3.org/TR/network-error-logging/#index-term-persistent-connections", + "https://www.w3.org/TR/network-error-logging/#index-term-is-origin-potentially-trustworthy", + "https://www.w3.org/TR/network-error-logging/#index-term-potentially-trustworthy-origin", + "https://www.w3.org/TR/network-error-logging/#index-term-fragment-for-url", + "https://www.w3.org/TR/network-error-logging/#index-term-path-for-url", + "https://www.w3.org/TR/network-error-logging/#index-term-query-for-url", + "https://www.w3.org/TR/network-error-logging/#index-term-url-serializer", "https://www.w3.org/TR/network-error-logging/#acknowledgments", - "https://www.w3.org/TR/network-error-logging/#a-acknowledgments", + "https://www.w3.org/TR/network-error-logging/#b-acknowledgments", "https://www.w3.org/TR/network-error-logging/#references", - "https://www.w3.org/TR/network-error-logging/#b-references", + "https://www.w3.org/TR/network-error-logging/#c-references", "https://www.w3.org/TR/network-error-logging/#normative-references", - "https://www.w3.org/TR/network-error-logging/#b-1-normative-references", + "https://www.w3.org/TR/network-error-logging/#c-1-normative-references", "https://www.w3.org/TR/network-error-logging/#bib-capability-urls", "https://www.w3.org/TR/network-error-logging/#bib-csp", "https://www.w3.org/TR/network-error-logging/#bib-ecma-262", @@ -488,12 +664,9 @@ "https://www.w3.org/TR/network-error-logging/#bib-rfc3864", "https://www.w3.org/TR/network-error-logging/#bib-rfc4291", "https://www.w3.org/TR/network-error-logging/#bib-rfc6797", - "https://www.w3.org/TR/network-error-logging/#bib-rfc7159", - "https://www.w3.org/TR/network-error-logging/#bib-rfc7230", - "https://www.w3.org/TR/network-error-logging/#bib-rfc7231", - "https://www.w3.org/TR/network-error-logging/#bib-rfc7232", - "https://www.w3.org/TR/network-error-logging/#bib-rfc7234", "https://www.w3.org/TR/network-error-logging/#bib-rfc8174", + "https://www.w3.org/TR/network-error-logging/#bib-rfc9110", + "https://www.w3.org/TR/network-error-logging/#bib-rfc9112", "https://www.w3.org/TR/network-error-logging/#bib-secure-contexts", "https://www.w3.org/TR/network-error-logging/#bib-url", "https://www.w3.org/TR/network-error-logging/#back-to-top" diff --git a/tr/index.json b/tr/index.json index 2a25608bad73..435f9334c430 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2025-02-07T01:34:40.155Z", + "date": "2025-02-08T01:34:26.374Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -726,7 +726,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "7 February 2025", + "date": "8 February 2025", "links": "links/av1-spec.json", "cddl": [] }, @@ -4915,11 +4915,11 @@ ], "crawled": "https://www.w3.org/TR/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Thu, 03 Oct 2024 21:00:47 GMT" + "lastModified": "Fri, 07 Feb 2025 23:43:42 GMT" }, "generator": "bikeshed", - "date": "3 October 2024", - "revision": "f6f87e8a658db9c9da864b228ddb5097e23c871a", + "date": "7 February 2025", + "revision": "916308452cfa4b3f70d97ae16374fd23c232d1bc", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -11692,11 +11692,11 @@ ], "crawled": "https://www.w3.org/TR/html-aam-1.0/", "crawlCacheInfo": { - "lastModified": "Thu, 16 Jan 2025 14:19:05 GMT" + "lastModified": "Fri, 07 Feb 2025 20:01:22 GMT" }, "generator": "respec", - "date": "16 January 2025", - "revision": "09c6ed15ac83ef89eeb2f88ed3639c49e35a933e", + "date": "07 February 2025", + "revision": "077621f4676b386a1a1fba804e8f20b964f67cbc", "algorithms": "algorithms/html-aam-1.0.json", "links": "links/html-aam-1.0.json", "refs": "refs/html-aam-1.0.json", @@ -11750,11 +11750,11 @@ ], "crawled": "https://www.w3.org/TR/html-aria/", "crawlCacheInfo": { - "lastModified": "Fri, 24 Jan 2025 07:02:34 GMT" + "lastModified": "Fri, 07 Feb 2025 19:39:04 GMT" }, "generator": "respec", - "date": "24 January 2025", - "revision": "326d909d48c95ba1b8ae1f6753226213735d683d", + "date": "07 February 2025", + "revision": "72add7695d8959acb382fa220c74c28bb0a82230", "links": "links/html-aria.json", "refs": "refs/html-aria.json", "dfns": "dfns/html-aria.json", @@ -14458,11 +14458,11 @@ ], "crawled": "https://www.w3.org/TR/network-error-logging/", "crawlCacheInfo": { - "lastModified": "Wed, 05 Feb 2025 18:52:45 GMT" + "lastModified": "Fri, 07 Feb 2025 14:29:47 GMT" }, "generator": "respec", - "date": "05 February 2025", - "revision": "ffc1a91d943f184922ad7129c2121ecdc86af7d4", + "date": "07 February 2025", + "revision": "dd401797cbb92c6261c1d940b8ec710748890b5f", "algorithms": "algorithms/network-error-logging.json", "links": "links/network-error-logging.json", "refs": "refs/network-error-logging.json", @@ -22606,11 +22606,11 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Fri, 24 Jan 2025 13:54:44 GMT" + "lastModified": "Fri, 07 Feb 2025 15:58:43 GMT" }, "generator": "bikeshed", - "date": "24 January 2025", - "revision": "aa0690d4f90b0bc9bd4a5eb198cc94130291f30b", + "date": "7 February 2025", + "revision": "cb96fd3ce9eb96cd96efbd0cb5641dd801226614", "algorithms": "algorithms/WGSL.json", "links": "links/WGSL.json", "refs": "refs/WGSL.json", diff --git a/tr/links/css-grid-3.json b/tr/links/css-grid-3.json index cb8f92c022ec..6bdbc6475b4a 100644 --- a/tr/links/css-grid-3.json +++ b/tr/links/css-grid-3.json @@ -7,7 +7,7 @@ "rawlinks": { "https://datatracker.ietf.org/doc/html/rfc2119": {}, "https://drafts.csswg.org/css-align": {}, - "https://drafts.csswg.org/css-display-4/": {}, + "https://drafts.csswg.org/css-gaps-1/": {}, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/10233": { "anchors": [ @@ -16,6 +16,9 @@ }, "https://github.com/w3c/csswg-drafts/issues/10854": {}, "https://github.com/w3c/csswg-drafts/issues/10869": {}, + "https://github.com/w3c/csswg-drafts/issues/10915": {}, + "https://github.com/w3c/csswg-drafts/issues/11243": {}, + "https://github.com/w3c/csswg-drafts/issues/11480": {}, "https://github.com/w3c/csswg-drafts/issues/4650": {}, "https://github.com/w3c/csswg-drafts/issues/9326": {}, "https://lists.w3.org/Archives/Public/public-css-archive/": {}, @@ -23,7 +26,7 @@ "https://lists.w3.org/Archives/Public/www-style/": {}, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, - "https://www.w3.org/TR/2024/WD-css-grid-3-20240919/": {}, + "https://www.w3.org/TR/2024/WD-css-grid-3-20241003/": {}, "https://www.w3.org/TR/CSS/": { "anchors": [ "future-proofing", @@ -49,7 +52,6 @@ "content-distribution" ] }, - "https://www.w3.org/TR/css-box-4/": {}, "https://www.w3.org/TR/css-break-4/": {}, "https://www.w3.org/TR/css-cascade-5/": {}, "https://www.w3.org/TR/css-cascade/": { @@ -60,7 +62,7 @@ "computed" ] }, - "https://www.w3.org/TR/css-display-3/": {}, + "https://www.w3.org/TR/css-display-4/": {}, "https://www.w3.org/TR/css-flexbox-1/": { "anchors": [ "order-accessibility" @@ -74,8 +76,6 @@ "https://www.w3.org/TR/css-grid-2/": { "anchors": [ "order-accessibility", - "track-sizing", - "grid-auto-flow-property", "subgrids", "algo-track-sizing", "subgrid-item-contribution", @@ -84,8 +84,10 @@ "alignment" ] }, + "https://www.w3.org/TR/css-grid-3/": {}, "https://www.w3.org/TR/css-multicol-1/": {}, "https://www.w3.org/TR/css-sizing-3/": {}, + "https://www.w3.org/TR/css-text-4/": {}, "https://www.w3.org/TR/css-values-3/": { "anchors": [ "value-defs" @@ -125,9 +127,21 @@ } }, "autolinks": { - "https://drafts.csswg.org/css-display-4/": { + "https://drafts.csswg.org/css-gaps-1/": { "anchors": [ - "propdef-reading-flow" + "funcdef-repeat" + ] + }, + "https://www.w3.org/TR/CSS21/box.html": { + "anchors": [ + "x10", + "x17" + ] + }, + "https://www.w3.org/TR/CSS21/visuren.html": { + "anchors": [ + "propdef-display", + "containing-block" ] }, "https://www.w3.org/TR/css-align-3/": { @@ -148,12 +162,6 @@ "alignment-baseline" ] }, - "https://www.w3.org/TR/css-box-4/": { - "anchors": [ - "content-box", - "margin-box" - ] - }, "https://www.w3.org/TR/css-break-4/": { "anchors": [ "forced-break", @@ -162,26 +170,26 @@ }, "https://www.w3.org/TR/css-cascade-5/": { "anchors": [ - "used-value", "shorthand-property", - "computed-value" + "longhand" ] }, - "https://www.w3.org/TR/css-display-3/": { + "https://www.w3.org/TR/css-display-4/": { "anchors": [ - "propdef-display", "blockify", - "block-level", - "flow-layout", - "inline-level", - "containing-block" + "propdef-reading-flow" ] }, "https://www.w3.org/TR/css-flexbox-1/": { "anchors": [ "flex-layout", "propdef-order", - "order-modified-document-order" + "order-modified-document-order", + "propdef-flex-flow", + "flex-container", + "single-line-flex-container", + "multi-line-flex-container", + "propdef-flex-wrap" ] }, "https://www.w3.org/TR/css-grid-2/": { @@ -191,32 +199,34 @@ "grid-container", "grid-track", "definite-grid-position", - "propdef-grid-template-columns", "propdef-grid-template-rows", - "valdef-grid-template-rows-none", - "grid-item-placement-algorithm", + "propdef-grid-template-columns", "explicit-grid", "implicit-grid", "propdef-grid-auto-rows", "propdef-grid-auto-columns", - "computed-track-list", + "valdef-repeat-auto-fill", + "valdef-repeat-auto-fit", "valdef-grid-template-columns-auto", - "propdef-grid-template-areas", "subgrid", - "valdef-grid-template-none", - "funcdef-repeat", - "valdef-repeat-auto-fill", + "propdef-grid-template-areas", "valdef-grid-template-areas-none", - "valdef-repeat-auto-fit", "collapsed-track", "automatic-grid-position", "grid-placement-property", - "propdef-grid-column-start", - "propdef-grid-column-end", - "propdef-grid-column", "grid-area", - "propdef-grid", - "propdef-grid-template" + "valdef-grid-template-rows-none", + "implicit-grid-track" + ] + }, + "https://www.w3.org/TR/css-grid-3/": { + "anchors": [ + "propdef-masonry-template-tracks", + "propdef-masonry-track", + "valdef-display-masonry", + "propdef-masonry-template-areas", + "propdef-masonry-auto-tracks", + "propdef-grid-auto-flow" ] }, "https://www.w3.org/TR/css-sizing-3/": { @@ -229,14 +239,17 @@ "min-content-constraint" ] }, + "https://www.w3.org/TR/css-text-4/": { + "anchors": [ + "propdef-text-wrap-style" + ] + }, "https://www.w3.org/TR/css-values-4/": { "anchors": [ "css-wide-keywords", - "comb-one", - "comb-any", - "string-value", "typedef-length-percentage", - "length-value" + "comb-one", + "comb-any" ] }, "https://www.w3.org/TR/css-writing-modes-3/": { @@ -248,10 +261,6 @@ "anchors": [ "block-axis", "inline-axis", - "block-start", - "block-end", - "inline-start", - "inline-end", "writing-mode" ] } diff --git a/tr/links/network-error-logging.json b/tr/links/network-error-logging.json index 1ee2a55a7951..8c6230f10cdc 100644 --- a/tr/links/network-error-logging.json +++ b/tr/links/network-error-logging.json @@ -13,69 +13,31 @@ }, "https://fetch.spec.whatwg.org/": { "anchors": [ - "concept-request-client", - "cors-preflight-request", - "determine-the-network-partition-key", - "extract-header-list-values", - "header-list-contains", - "concept-header-name", - "concept-header-value", - "http-network-fetch", - "http-network-or-cache-fetch", - "network-partition-key", - "redirect-status", - "concept-request-header-list", - "concept-response", - "concept-response-header-list" + "http-network-fetch" ] }, - "https://html.spec.whatwg.org/multipage/": { + "https://html.spec.whatwg.org/multipage/": {}, + "https://httpwg.org/specs/rfc9110.html": { "anchors": [ - "navigate", - "navigator.online", - "origin" + "core.semantics", + "status.4xx", + "status.5xx", + "fields", + "method", + "status.code", + "status.200", + "field.etag", + "field.if-none-match" ] }, - "https://httpwg.org/specs/rfc7230.html": { + "https://httpwg.org/specs/rfc9112.html": { "anchors": [ - "section-6.3", - "section-2.1" + "persistent.connections" ] }, - "https://httpwg.org/specs/rfc7231.html": { - "anchors": [ - "section-6.3.1", - "section-6.5", - "section-6.6", - "section-4", - "section-3", - "section-7", - "section-6" - ] - }, - "https://httpwg.org/specs/rfc7232.html": { - "anchors": [ - "section-2.3", - "section-3.2" - ] - }, - "https://httpwg.org/specs/rfc7234.html": {}, "https://tc39.es/ecma262/multipage/": {}, - "https://url.spec.whatwg.org/": { - "anchors": [ - "concept-url-fragment", - "concept-url-path", - "concept-url-query", - "concept-url", - "concept-url-serializer" - ] - }, - "https://w3c.github.io/reporting/network-reporting.html": { - "anchors": [ - "endpoint-group", - "generate-a-network-report" - ] - }, + "https://url.spec.whatwg.org/": {}, + "https://w3c.github.io/reporting/network-reporting.html": {}, "https://www.rfc-editor.org/rfc/rfc1034": { "anchors": [ "section-3.1", @@ -91,45 +53,19 @@ "section-8.2" ] }, - "https://www.rfc-editor.org/rfc/rfc7159": { - "anchors": [ - "section-4" - ] - }, "https://www.rfc-editor.org/rfc/rfc8174": {}, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/CSP3/": {}, "https://www.w3.org/TR/capability-urls/": {}, - "https://www.w3.org/TR/hr-time-3/": { - "anchors": [ - "dfn-current-wall-time", - "dfn-duration-from" - ] - }, - "https://www.w3.org/TR/referrer-policy/": { - "anchors": [ - "referrer-policy" - ] - }, - "https://www.w3.org/TR/reporting-1/": { - "anchors": [ - "report", - "report-body", - "report-type", - "visible-to-reportingobservers" - ] - }, + "https://www.w3.org/TR/hr-time-3/": {}, + "https://www.w3.org/TR/referrer-policy/": {}, + "https://www.w3.org/TR/reporting-1/": {}, "https://www.w3.org/TR/resource-timing/": { "anchors": [ "dom-performanceresourcetiming-nexthopprotocol" ] }, - "https://www.w3.org/TR/secure-contexts/": { - "anchors": [ - "is-origin-trustworthy", - "potentially-trustworthy-origin" - ] - }, + "https://www.w3.org/TR/secure-contexts/": {}, "https://www.w3.org/groups/wg/webperf": {}, "https://www.w3.org/groups/wg/webperf/ipr": {}, "https://www.w3.org/policies/patent-policy/": { @@ -145,19 +81,13 @@ } }, "autolinks": { - "https://datatracker.ietf.org/doc/html/draft-reschke-http-jfv": { - "anchors": [ - "json-field-value" - ] - }, "https://fetch.spec.whatwg.org/": { "anchors": [ "redirect-status", "cors-preflight-request", - "http-network-fetch", - "concept-header-name", + "header-name", "network-partition-key", - "concept-header-value", + "header-value", "concept-response", "determine-the-network-partition-key", "concept-request-header-list", @@ -166,33 +96,29 @@ "concept-request-client" ] }, - "https://html.spec.whatwg.org/multipage/": { + "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ - "navigate", - "navigator.online", - "origin" + "concept-origin" ] }, - "https://httpwg.org/specs/rfc7230.html": { + "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { "anchors": [ - "section-2.1", - "section-6.3" + "navigate" ] }, - "https://httpwg.org/specs/rfc7231.html": { + "https://html.spec.whatwg.org/multipage/system-state.html": { "anchors": [ - "section-6.5", - "section-6.6", - "section-7", - "section-4", - "section-6", - "section-6.3.1" + "dom-navigator-online" ] }, - "https://httpwg.org/specs/rfc7232.html": { + "https://httpwg.org/specs/rfc9110.html": { "anchors": [ - "section-2.3", - "section-3.2" + "core.semantics", + "status.4xx", + "status.5xx", + "fields", + "field.if-none-match", + "field.etag" ] }, "https://url.spec.whatwg.org/": { @@ -211,19 +137,14 @@ }, "https://www.rfc-editor.org/rfc/rfc1034": { "anchors": [ - "section-3.1", - "section-5" - ] - }, - "https://www.rfc-editor.org/rfc/rfc6797": { - "anchors": [ - "section-8.2" + "section-3.1" ] }, "https://www.w3.org/TR/hr-time-3/": { "anchors": [ "dfn-duration-from", - "dfn-current-wall-time" + "dfn-wall-clock", + "wall-clock-unsafe-current-time" ] }, "https://www.w3.org/TR/referrer-policy/": { @@ -239,11 +160,6 @@ "report-body" ] }, - "https://www.w3.org/TR/resource-timing/": { - "anchors": [ - "dom-performanceresourcetiming-nexthopprotocol" - ] - }, "https://www.w3.org/TR/secure-contexts/": { "anchors": [ "is-origin-trustworthy", diff --git a/tr/refs/css-grid-3.json b/tr/refs/css-grid-3.json index 599c4a945ed2..b902d724c6b2 100644 --- a/tr/refs/css-grid-3.json +++ b/tr/refs/css-grid-3.json @@ -9,10 +9,6 @@ "name": "CSS-ALIGN-3", "url": "https://www.w3.org/TR/css-align-3/" }, - { - "name": "CSS-BOX-4", - "url": "https://www.w3.org/TR/css-box-4/" - }, { "name": "CSS-BREAK-4", "url": "https://www.w3.org/TR/css-break-4/" @@ -21,18 +17,18 @@ "name": "CSS-CASCADE-5", "url": "https://www.w3.org/TR/css-cascade-5/" }, - { - "name": "CSS-DISPLAY-3", - "url": "https://www.w3.org/TR/css-display-3/" - }, { "name": "CSS-DISPLAY-4", - "url": "https://drafts.csswg.org/css-display-4/" + "url": "https://www.w3.org/TR/css-display-4/" }, { "name": "CSS-FLEXBOX-1", "url": "https://www.w3.org/TR/css-flexbox-1/" }, + { + "name": "CSS-GAPS-1", + "url": "https://drafts.csswg.org/css-gaps-1/" + }, { "name": "CSS-GRID-1", "url": "https://www.w3.org/TR/css-grid-1/" @@ -41,10 +37,18 @@ "name": "CSS-GRID-2", "url": "https://www.w3.org/TR/css-grid-2/" }, + { + "name": "CSS-GRID-3", + "url": "https://www.w3.org/TR/css-grid-3/" + }, { "name": "CSS-SIZING-3", "url": "https://www.w3.org/TR/css-sizing-3/" }, + { + "name": "CSS-TEXT-4", + "url": "https://www.w3.org/TR/css-text-4/" + }, { "name": "CSS-VALUES-3", "url": "https://www.w3.org/TR/css-values-3/" diff --git a/tr/refs/network-error-logging.json b/tr/refs/network-error-logging.json index 3eb0536466f3..6be5506a2bf3 100644 --- a/tr/refs/network-error-logging.json +++ b/tr/refs/network-error-logging.json @@ -22,11 +22,11 @@ "url": "https://fetch.spec.whatwg.org/" }, { - "name": "HR-TIME", + "name": "hr-time", "url": "https://www.w3.org/TR/hr-time-3/" }, { - "name": "HTML", + "name": "html", "url": "https://html.spec.whatwg.org/multipage/" }, { @@ -34,11 +34,11 @@ "url": "https://datatracker.ietf.org/doc/html/draft-reschke-http-jfv" }, { - "name": "NETWORK-REPORTING", + "name": "network-reporting", "url": "https://w3c.github.io/reporting/network-reporting.html" }, { - "name": "REFERRER-POLICY", + "name": "referrer-policy", "url": "https://www.w3.org/TR/referrer-policy/" }, { @@ -74,35 +74,23 @@ "url": "https://www.rfc-editor.org/rfc/rfc6797" }, { - "name": "RFC7159", - "url": "https://www.rfc-editor.org/rfc/rfc7159" - }, - { - "name": "RFC7230", - "url": "https://httpwg.org/specs/rfc7230.html" - }, - { - "name": "RFC7231", - "url": "https://httpwg.org/specs/rfc7231.html" - }, - { - "name": "RFC7232", - "url": "https://httpwg.org/specs/rfc7232.html" + "name": "RFC8174", + "url": "https://www.rfc-editor.org/rfc/rfc8174" }, { - "name": "RFC7234", - "url": "https://httpwg.org/specs/rfc7234.html" + "name": "RFC9110", + "url": "https://httpwg.org/specs/rfc9110.html" }, { - "name": "RFC8174", - "url": "https://www.rfc-editor.org/rfc/rfc8174" + "name": "RFC9112", + "url": "https://httpwg.org/specs/rfc9112.html" }, { - "name": "SECURE-CONTEXTS", + "name": "secure-contexts", "url": "https://www.w3.org/TR/secure-contexts/" }, { - "name": "URL", + "name": "url", "url": "https://url.spec.whatwg.org/" } ],