From ada91d58276ac8be5d4b302c7bab0b5803f68758 Mon Sep 17 00:00:00 2001
From: reffy-bot <>
Date: Fri, 21 Feb 2025 09:37:52 +0000
Subject: [PATCH] Update of TR report from new reffy run
Using reffy commit 18.4.0.
---
tr/algorithms/{CSS21.json => CSS2.json} | 122 +-
tr/algorithms/CSS22.json | 608 ------
tr/css/CSS.json | 240 +--
tr/dfns/{CSS21.json => CSS2.json} | 1524 +++++++-------
tr/dfns/CSS22.json | 2250 ---------------------
tr/headings/{CSS21.json => CSS2.json} | 1684 ++++++++--------
tr/headings/CSS22.json | 2091 -------------------
tr/ids/CSS2.json | 2451 +++++++++++++++++++++++
tr/ids/CSS21.json | 2451 -----------------------
tr/ids/CSS22.json | 1132 -----------
tr/index.json | 242 +--
tr/links/{CSS21.json => CSS2.json} | 0
tr/links/CSS22.json | 118 --
tr/links/core-aam-1.2.json | 1 +
tr/refs/{CSS21.json => CSS2.json} | 0
tr/refs/CSS22.json | 157 --
16 files changed, 4310 insertions(+), 10761 deletions(-)
rename tr/algorithms/{CSS21.json => CSS2.json} (65%)
delete mode 100644 tr/algorithms/CSS22.json
rename tr/dfns/{CSS21.json => CSS2.json} (73%)
delete mode 100644 tr/dfns/CSS22.json
rename tr/headings/{CSS21.json => CSS2.json} (67%)
delete mode 100644 tr/headings/CSS22.json
create mode 100644 tr/ids/CSS2.json
delete mode 100644 tr/ids/CSS21.json
delete mode 100644 tr/ids/CSS22.json
rename tr/links/{CSS21.json => CSS2.json} (100%)
delete mode 100644 tr/links/CSS22.json
rename tr/refs/{CSS21.json => CSS2.json} (100%)
delete mode 100644 tr/refs/CSS22.json
diff --git a/tr/algorithms/CSS21.json b/tr/algorithms/CSS2.json
similarity index 65%
rename from tr/algorithms/CSS21.json
rename to tr/algorithms/CSS2.json
index 3d5157bf2fab..efa84dc842ec 100644
--- a/tr/algorithms/CSS21.json
+++ b/tr/algorithms/CSS2.json
@@ -9,19 +9,19 @@
"rationale": "parse",
"steps": [
{
- "html": "Parse the source document and create a document tree ."
+ "html": "Parse the source document and create a document tree ."
},
{
- "html": "Identify the target media type ."
+ "html": "Identify the target media type ."
},
{
- "html": "Retrieve all style sheets associated with the document that are\nspecified for the target media type ."
+ "html": "Retrieve all style sheets associated with the document that are\nspecified for the target media type ."
},
{
- "html": "Annotate every element of the document tree by assigning a single\nvalue to every property that is\napplicable to the target media type .\nProperties are assigned values according to the mechanisms described\nin the section on cascading and\ninheritance . \n\n
Part of the calculation of values depends on the formatting\nalgorithm appropriate for the target media\ntype . For example, if the target medium is the screen, user agents\napply the visual formatting model . \n\n
"
+ "html": "Annotate every element of the document tree by assigning a single\nvalue to every property that is\napplicable to the target media type .\nProperties are assigned values according to the mechanisms described\nin the section on cascading and\ninheritance . \n\nPart of the calculation of values depends on the formatting\nalgorithm appropriate for the target media\ntype . For example, if the target medium is the screen, user agents\napply the visual formatting model . \n\n
"
},
{
- "html": "From the annotated document tree, generate a \n\nformatting\nstructure . Often, the formatting structure closely\nresembles the document tree, but it may also differ significantly,\nnotably when authors make use of pseudo-elements and generated content.\nFirst, the formatting structure need not be \"tree-shaped\" at all -- the\nnature of the structure depends on the implementation. Second, the\nformatting structure may contain more or less information than the\ndocument tree. For instance, if an element in the document tree has a\nvalue of 'none' for the 'display' property, that element will\ngenerate nothing in the formatting structure. A list element, on the\nother hand, may generate more information in the formatting structure:\nthe list element's content and list style information (e.g., a bullet\nimage).\n\nNote that the CSS user agent does not alter the document tree\nduring this phase. In particular, content generated due to style\nsheets is not fed back to the document language processor (e.g., for\nreparsing).\n\n
"
+ "html": "From the annotated document tree, generate a \n\nformatting\nstructure . Often, the formatting structure closely\nresembles the document tree, but it may also differ significantly,\nnotably when authors make use of pseudo-elements and generated content.\nFirst, the formatting structure need not be \"tree-shaped\" at all -- the\nnature of the structure depends on the implementation. Second, the\nformatting structure may contain more or less information than the\ndocument tree. For instance, if an element in the document tree has a\nvalue of 'none' for the 'display' property, that element will\ngenerate nothing in the formatting structure. A list element, on the\nother hand, may generate more information in the formatting structure:\nthe list element's content and list style information (e.g., a bullet\nimage).\n\nNote that the CSS user agent does not alter the document tree\nduring this phase. In particular, content generated due to style\nsheets is not fed back to the document language processor (e.g., for\nreparsing).\n\n
"
},
{
"html": "Transfer the formatting structure to the target medium (e.g., print\nthe results, display them on the screen, render them as speech,\netc.)."
@@ -33,19 +33,19 @@
"rationale": "for",
"steps": [
{
- "html": "It must recognize one or more of the CSS 2.1 media types ."
+ "html": "It must recognize one or more of the CSS 2.1 media types ."
},
{
"html": "For each source document, it must attempt to retrieve all\nassociated style sheets that are appropriate for the recognized media\ntypes. If it cannot retrieve all associated style sheets (for instance,\nbecause of network errors), it must display the document using those\nit can retrieve."
},
{
- "html": "It must parse the style sheets according to this specification.\nIn particular, it must recognize all at-rules, blocks, declarations,\nand selectors (see the grammar of CSS 2.1 ).\nIf a user agent encounters a property that applies for a supported\nmedia type, the user agent must parse the value according to the property\ndefinition. This means that the user agent must accept all valid\nvalues and must\nignore declarations with\ninvalid values. User\nagents must ignore \nrules that apply to unsupported media\ntypes ."
+ "html": "It must parse the style sheets according to this specification.\nIn particular, it must recognize all at-rules, blocks, declarations,\nand selectors (see the grammar of CSS 2.1 ).\nIf a user agent encounters a property that applies for a supported\nmedia type, the user agent must parse the value according to the property\ndefinition. This means that the user agent must accept all valid\nvalues and must\nignore declarations with\ninvalid values. User\nagents must ignore \nrules that apply to unsupported media\ntypes ."
},
{
- "html": "For each element in a document tree , it\nmust assign a value for every property according to the\nproperty's definition and the rules of cascading and inheritance ."
+ "html": "For each element in a document tree , it\nmust assign a value for every property according to the\nproperty's definition and the rules of cascading and inheritance ."
},
{
- "html": "If the source document comes with alternate style sheet sets (such as\nwith the \"alternate\" keyword in HTML 4 [HTML4] ), the UA must\nallow the user to select which style sheet set the UA should apply."
+ "html": "If the source document comes with alternate style sheet sets (such as\nwith the \"alternate\" keyword in HTML 4 [HTML4] ), the UA must\nallow the user to select which style sheet set the UA should apply."
},
{
"html": "The UA must allow the user to turn off the influence of author style sheets."
@@ -57,10 +57,10 @@
"rationale": "if",
"steps": [
{
- "html": "If the cascade results in a value, use it."
+ "html": "If the cascade results in a value, use it."
},
{
- "html": "Otherwise, if the property is inherited and the element is not the root of the document tree , use the computed value of the parent element."
+ "html": "Otherwise, if the property is inherited and the element is not the root of the document tree , use the computed value of the parent element."
},
{
"html": "Otherwise use the property's initial value . The initial value of each property is indicated in the property's definition."
@@ -72,7 +72,7 @@
"rationale": "find",
"steps": [
{
- "html": "Find all declarations that apply to the element and property in\n question, for the target media type .\n Declarations apply if the associated selector matches the element in question and the\n target medium matches the media list on all @media rules\n containing the declaration and on all links on the path through\n which the style sheet was reached."
+ "html": "Find all declarations that apply to the element and property in\n question, for the target media type .\n Declarations apply if the associated selector matches the element in question and the\n target medium matches the media list on all @media rules\n containing the declaration and on all links on the path through\n which the style sheet was reached."
},
{
"html": "Sort according to importance (normal or important)\nand origin (author, user, or user agent). In ascending order of\nprecedence:",
@@ -81,7 +81,7 @@
]
},
{
- "html": "Sort rules with the same importance and origin by specificity \n of selector: more specific\n selectors will override more general ones. Pseudo-elements and\n pseudo-classes are counted as normal elements and classes,\n respectively."
+ "html": "Sort rules with the same importance and origin by specificity \n of selector: more specific\n selectors will override more general ones. Pseudo-elements and\n pseudo-classes are counted as normal elements and classes,\n respectively."
},
{
"html": "Finally, sort by order specified: if two declarations have the\n same weight, origin and specificity, the latter specified wins.\n Declarations in imported style sheets are considered to be before any\n declarations in the style sheet itself."
@@ -93,22 +93,22 @@
"rationale": "if",
"steps": [
{
- "html": "The left outer edge of a\nleft-floating box may not be to the left of the left edge of its containing block . An\nanalogous rule holds for right-floating elements."
+ "html": "The left outer edge of a\nleft-floating box may not be to the left of the left edge of its containing block . An\nanalogous rule holds for right-floating elements."
},
{
- "html": "If the current box is left-floating, and there are any left-floating \nboxes generated by elements earlier in the source document,\nthen for each such earlier box, either the left outer edge of the current box must be\nto the right of the right outer edge \nof the earlier box, or its top must be lower than the bottom of the\nearlier box. Analogous rules hold for right-floating boxes."
+ "html": "If the current box is left-floating, and there are any left-floating \nboxes generated by elements earlier in the source document,\nthen for each such earlier box, either the left outer edge of the current box must be\nto the right of the right outer edge \nof the earlier box, or its top must be lower than the bottom of the\nearlier box. Analogous rules hold for right-floating boxes."
},
{
- "html": "The right outer edge of a\nleft-floating box may not be to the right of the left outer edge of any right-floating\nbox that is next to it. Analogous rules hold for\nright-floating elements."
+ "html": "The right outer edge of a\nleft-floating box may not be to the right of the left outer edge of any right-floating\nbox that is next to it. Analogous rules hold for\nright-floating elements."
},
{
- "html": "A floating box's outer top \nmay not be higher than the top of its containing block .\nWhen the float occurs between two collapsing margins, the\nfloat is positioned as if it had an otherwise empty anonymous block parent taking part in\nthe flow. The position of such a parent is defined by the rules in the section on margin\ncollapsing."
+ "html": "A floating box's outer top \nmay not be higher than the top of its containing block .\nWhen the float occurs between two collapsing margins, the\nfloat is positioned as if it had an otherwise empty anonymous block parent taking part in\nthe flow. The position of such a parent is defined by the rules in the section on margin\ncollapsing."
},
{
- "html": "The outer top of a floating box\nmay not be higher than the outer top of any block or floated box generated by an element\nearlier in the source document."
+ "html": "The outer top of a floating box\nmay not be higher than the outer top of any block or floated box generated by an element\nearlier in the source document."
},
{
- "html": "The outer top of an element's\nfloating box may not be higher than the top of any line-box containing a box\ngenerated by an element earlier in the source document."
+ "html": "The outer top of an element's\nfloating box may not be higher than the top of any line-box containing a box\ngenerated by an element earlier in the source document."
},
{
"html": "A left-floating box that has another left-floating box to its left\nmay not have its right outer edge to the right of its containing\nblock's right edge. (Loosely: a left float may not stick out at the\nright edge, unless it is already as far to the left as possible.) An\nanalogous rule holds for right-floating elements."
@@ -122,14 +122,14 @@
]
},
{
- "html": "The three properties that affect box generation and layout — \n'display' , \n'position' , and \n'float' — interact as follows:",
+ "html": "The three properties that affect box generation and layout — \n'display' , \n'position' , and \n'float' — interact as follows:",
"rationale": "if",
"steps": [
{
- "html": "If 'display' \nhas the value 'none', then \n'position' and\n'float' do not apply. \nIn this case, the element generates no box."
+ "html": "If 'display' \nhas the value 'none', then \n'position' and\n'float' do not apply. \nIn this case, the element generates no box."
},
{
- "html": "Otherwise, if 'position' \nhas the value 'absolute' or 'fixed', the box is absolutely positioned, \nthe computed\nvalue of 'float' is 'none', \nand display is set according to the table below. \nThe position of the box will be determined by the 'top' , 'right' , 'bottom' and 'left' properties and the box's \ncontaining block."
+ "html": "Otherwise, if 'position' \nhas the value 'absolute' or 'fixed', the box is absolutely positioned, \nthe computed\nvalue of 'float' is 'none', \nand display is set according to the table below. \nThe position of the box will be determined by the 'top' , 'right' , 'bottom' and 'left' properties and the box's \ncontaining block."
},
{
"html": "Otherwise, if 'float' has a value other than 'none', the box is\nfloated and 'display' is set according to the table below."
@@ -138,7 +138,7 @@
"html": "Otherwise, if the element is the root element, \n'display' is set according to the table below, except that it is\nundefined in CSS 2.1 whether a specified value of 'list-item'\nbecomes a computed value of 'block' or 'list-item'."
},
{
- "html": "Otherwise, the remaining 'display' property values apply\nas specified."
+ "html": "Otherwise, the remaining 'display' property values apply\nas specified."
}
]
},
@@ -148,13 +148,13 @@
"rationale": "for",
"steps": [
{
- "html": "The containing block in which the root\nelement lives is a rectangle called the initial containing block . For continuous\nmedia, it has the dimensions of the viewport and is anchored at the\ncanvas origin; it is the page area \nfor paged media. The 'direction' property of the initial\ncontaining block is the same as for the root element."
+ "html": "The containing block in which the root\nelement lives is a rectangle called the initial containing block . For continuous\nmedia, it has the dimensions of the viewport and is anchored at the\ncanvas origin; it is the page area \nfor paged media. The 'direction' property of the initial\ncontaining block is the same as for the root element."
},
{
- "html": "For other elements, if the element's position is 'relative' or 'static',\nthe containing block is formed by the content edge of the nearest\nblock container ancestor box."
+ "html": "For other elements, if the element's position is 'relative' or 'static',\nthe containing block is formed by the content edge of the nearest\nblock container ancestor box."
},
{
- "html": "If the element has 'position: fixed', the containing block is\nestablished by the viewport \nin the case of continuous media or the page area in the case of paged media."
+ "html": "If the element has 'position: fixed', the containing block is\nestablished by the viewport \nin the case of continuous media or the page area in the case of paged media."
},
{
"html": "If the element has 'position: absolute', the containing block is\nestablished by the nearest ancestor with a 'position' of 'absolute', 'relative'\nor 'fixed', in the following way:",
@@ -164,87 +164,87 @@
"html": "In the case that the ancestor is an inline element, the containing\nblock is the bounding box around the padding boxes of the first and\nthe last inline boxes\ngenerated for that element. In CSS 2.1, if the inline\nelement is split\nacross multiple lines, the containing block is undefined."
},
{
- "html": "Otherwise, the containing block\nis formed by the padding edge of\n\nthe ancestor."
+ "html": "Otherwise, the containing block\nis formed by the padding edge of\n\nthe ancestor."
}
]
}
]
},
{
- "html": "In this case, section 10.3.7 \napplies up through and including the constraint equation, but the rest\nof section 10.3.7 is replaced by\nthe following rules:",
+ "html": "In this case, section 10.3.7 \napplies up through and including the constraint equation, but the rest\nof section 10.3.7 is replaced by\nthe following rules:",
"rationale": "if",
"steps": [
{
- "html": "The used value of 'width' is\ndetermined as for inline replaced\nelements .\nIf 'margin-left' or 'margin-right' is specified as\n'auto' its used value is determined by the rules below."
+ "html": "The used value of 'width' is\ndetermined as for inline replaced\nelements .\nIf 'margin-left' or 'margin-right' is specified as\n'auto' its used value is determined by the rules below."
},
{
- "html": "If both 'left' and 'right' have the value 'auto', then if\nthe 'direction' property of the element establishing the\nstatic-position containing block is 'ltr', set 'left' to\nthe static position; else if 'direction' is 'rtl', set 'right' to the static position."
+ "html": "If both 'left' and 'right' have the value 'auto', then if\nthe 'direction' property of the element establishing the\nstatic-position containing block is 'ltr', set 'left' to\nthe static position; else if 'direction' is 'rtl', set 'right' to the static position."
},
{
- "html": "If 'left' or 'right' are 'auto', replace any 'auto'\non 'margin-left' or 'margin-right' with '0'."
+ "html": "If 'left' or 'right' are 'auto', replace any 'auto'\non 'margin-left' or 'margin-right' with '0'."
},
{
- "html": "If at this point both 'margin-left' and 'margin-right' are still 'auto',\nsolve the equation under the extra constraint that the two margins\nmust get equal values, unless this would make them negative, in which\ncase when the direction of the containing block is 'ltr' ('rtl'), set\n'margin-left' ('margin-right' ) to zero and solve\nfor 'margin-right' ('margin-left' )."
+ "html": "If at this point both 'margin-left' and 'margin-right' are still 'auto',\nsolve the equation under the extra constraint that the two margins\nmust get equal values, unless this would make them negative, in which\ncase when the direction of the containing block is 'ltr' ('rtl'), set\n'margin-left' ('margin-right' ) to zero and solve\nfor 'margin-right' ('margin-left' )."
},
{
"html": "If at this point there is an 'auto' left, solve the equation \nfor that value."
},
{
- "html": "If at this point the values are over-constrained, ignore the value\nfor either 'left' (in case the\n'direction' property of the\ncontaining block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for\nthat value."
+ "html": "If at this point the values are over-constrained, ignore the value\nfor either 'left' (in case the\n'direction' property of the\ncontaining block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for\nthat value."
}
]
},
{
- "html": "The following algorithm describes how the two properties influence\nthe used value \nof the 'width' property:",
+ "html": "The following algorithm describes how the two properties influence\nthe used value \nof the 'width' property:",
"rationale": "if",
"steps": [
{
- "html": "The tentative used width is calculated (without 'min-width' and 'max-width' ) following the rules\nunder \"Calculating widths and\nmargins\" above."
+ "html": "The tentative used width is calculated (without 'min-width' and 'max-width' ) following the rules\nunder \"Calculating widths and\nmargins\" above."
},
{
- "html": "If the tentative used width is greater than 'max-width' , the rules above are applied again, but\nthis time using the computed value of 'max-width' as the computed value\nfor 'width' ."
+ "html": "If the tentative used width is greater than 'max-width' , the rules above are applied again, but\nthis time using the computed value of 'max-width' as the computed value\nfor 'width' ."
},
{
- "html": "If the resulting width is smaller than 'min-width' , the rules above are applied again, but\nthis time using the value of 'min-width' as the computed value\nfor 'width' ."
+ "html": "If the resulting width is smaller than 'min-width' , the rules above are applied again, but\nthis time using the value of 'min-width' as the computed value\nfor 'width' ."
}
]
},
{
- "html": "This situation is similar to the previous one, except that the\nelement has an intrinsic height. The\nsequence of substitutions is now:",
+ "html": "This situation is similar to the previous one, except that the\nelement has an intrinsic height. The\nsequence of substitutions is now:",
"rationale": "if",
"steps": [
{
- "html": "The used value of 'height' is determined as for inline replaced elements .\nIf 'margin-top' or 'margin-bottom' is specified as 'auto' its used\nvalue is determined by the rules below."
+ "html": "The used value of 'height' is determined as for inline replaced elements .\nIf 'margin-top' or 'margin-bottom' is specified as 'auto' its used\nvalue is determined by the rules below."
},
{
- "html": "If both 'top' and 'bottom' have the value 'auto', replace\n'top' with the element's static position ."
+ "html": "If both 'top' and 'bottom' have the value 'auto', replace\n'top' with the element's static position ."
},
{
- "html": "If 'bottom' is 'auto',\nreplace any 'auto' on 'margin-top' or 'margin-bottom' with '0'."
+ "html": "If 'bottom' is 'auto',\nreplace any 'auto' on 'margin-top' or 'margin-bottom' with '0'."
},
{
- "html": "If at this point both 'margin-top' and 'margin-bottom' are still\n'auto', solve the equation under the extra constraint that the two\nmargins must get equal values."
+ "html": "If at this point both 'margin-top' and 'margin-bottom' are still\n'auto', solve the equation under the extra constraint that the two\nmargins must get equal values."
},
{
"html": "If at this point there is only one 'auto' left, solve the equation \nfor that value."
},
{
- "html": "If at this point the values are over-constrained, ignore the value\nfor 'bottom' and solve for that\nvalue."
+ "html": "If at this point the values are over-constrained, ignore the value\nfor 'bottom' and solve for that\nvalue."
}
]
},
{
- "html": "The following algorithm describes how the two properties influence\nthe used value \nof the 'height' property:",
+ "html": "The following algorithm describes how the two properties influence\nthe used value \nof the 'height' property:",
"rationale": "if",
"steps": [
{
- "html": "The tentative used height is calculated (without 'min-height' and 'max-height' ) following the rules\nunder \"Calculating heights and\nmargins\" above."
+ "html": "The tentative used height is calculated (without 'min-height' and 'max-height' ) following the rules\nunder \"Calculating heights and\nmargins\" above."
},
{
- "html": "If this tentative height is greater than 'max-height' , the rules above are applied again, but\nthis time using the value of 'max-height' as the computed value\nfor 'height' ."
+ "html": "If this tentative height is greater than 'max-height' , the rules above are applied again, but\nthis time using the value of 'max-height' as the computed value\nfor 'height' ."
},
{
- "html": "If the resulting height is smaller than 'min-height' , the rules above are applied again, but\nthis time using the value of 'min-height' as the computed value\nfor 'height' ."
+ "html": "If the resulting height is smaller than 'min-height' , the rules above are applied again, but\nthis time using the value of 'min-height' as the computed value\nfor 'height' ."
}
]
},
@@ -382,10 +382,10 @@
"rationale": "/^otherwise(\\,| )/i",
"steps": [
{
- "html": "A column element with a value other than 'auto' for the 'width' property sets the width for\n that column."
+ "html": "A column element with a value other than 'auto' for the 'width' property sets the width for\n that column."
},
{
- "html": "Otherwise, a cell in the first row with a value other than\n 'auto' for the 'width' property\n determines the width for that column. If the cell spans more than\n one column, the width is divided over the columns."
+ "html": "Otherwise, a cell in the first row with a value other than\n 'auto' for the 'width' property\n determines the width for that column. If the cell spans more than\n one column, the width is divided over the columns."
},
{
"html": "Any remaining columns equally divide the remaining horizontal\n table space (minus borders or cell spacing)."
@@ -397,10 +397,10 @@
"rationale": "for",
"steps": [
{
- "html": "Calculate the minimum content width (MCW) of each cell: the\n formatted content may span any number of lines but may not overflow\n the cell box. If the specified 'width' (W) of the cell is greater\n than MCW, W is the minimum cell width. A value of 'auto' means that\n MCW is the minimum cell width.\n\n
Also, calculate the \"maximum\" cell width of each cell: formatting\n the content without breaking lines other than where explicit line\n breaks occur.\n\n
"
+ "html": "Calculate the minimum content width (MCW) of each cell: the\n formatted content may span any number of lines but may not overflow\n the cell box. If the specified 'width' (W) of the cell is greater\n than MCW, W is the minimum cell width. A value of 'auto' means that\n MCW is the minimum cell width.\n\n
Also, calculate the \"maximum\" cell width of each cell: formatting\n the content without breaking lines other than where explicit line\n breaks occur.\n\n
"
},
{
- "html": "For each column, determine a maximum and minimum column width\n from the cells that span only that column. The minimum is that\n required by the cell with the largest minimum cell width (or the\n column 'width' , whichever is\n larger). The maximum is that required by the cell with the largest\n maximum cell width (or the column 'width' , whichever is larger).\n\n
"
+ "html": "For each column, determine a maximum and minimum column width\n from the cells that span only that column. The minimum is that\n required by the cell with the largest minimum cell width (or the\n column 'width' , whichever is\n larger). The maximum is that required by the cell with the largest\n maximum cell width (or the column 'width' , whichever is larger).\n\n
"
},
{
"html": "For each cell that spans more than one column, increase the\n minimum widths of the columns it spans so that together, they are at\n least as wide as the cell. Do the same for the maximum widths. If\n possible, widen all spanned columns by approximately the same\n amount.\n\n
"
@@ -415,7 +415,7 @@
"rationale": "if",
"steps": [
{
- "html": "If the 'table' or 'inline-table' element's 'width' property has a computed value\n (W) other than 'auto', the used width is\n the greater of W, CAPMIN, and the minimum width required by all the\n columns plus cell spacing or borders (MIN). If the used width is\n greater than MIN, the\n extra width should be distributed over the columns."
+ "html": "If the 'table' or 'inline-table' element's 'width' property has a computed value\n (W) other than 'auto', the used width is\n the greater of W, CAPMIN, and the minimum width required by all the\n columns plus cell spacing or borders (MIN). If the used width is\n greater than MIN, the\n extra width should be distributed over the columns."
},
{
"html": "If the 'table' or 'inline-table' element has 'width: auto',\n the used width is the greater of the table's containing block width,\n CAPMIN, and MIN. However, if either CAPMIN or the maximum width\n required by the columns plus cell spacing or borders (MAX) is less\n than that of the containing block, use max(MAX, CAPMIN)."
@@ -445,13 +445,13 @@
"rationale": "if",
"steps": [
{
- "html": "Borders with the 'border-style' of 'hidden' take\n precedence over all other conflicting borders. Any border with this\n value suppresses all borders at this location."
+ "html": "Borders with the 'border-style' of 'hidden' take\n precedence over all other conflicting borders. Any border with this\n value suppresses all borders at this location."
},
{
"html": "Borders with a style of 'none' have the lowest priority. Only if\n the border properties of all the elements meeting at this edge are\n 'none' will the border be omitted (but note that 'none' is the\n default value for the border style.)"
},
{
- "html": "If none of the styles are 'hidden' and at least one of them is\n not 'none', then narrow borders are discarded in favor of wider\n ones. If several have the same 'border-width' then styles are\n preferred in this order: 'double', 'solid', 'dashed', 'dotted',\n 'ridge', 'outset', 'groove', and the lowest: 'inset'."
+ "html": "If none of the styles are 'hidden' and at least one of them is\n not 'none', then narrow borders are discarded in favor of wider\n ones. If several have the same 'border-width' then styles are\n preferred in this order: 'double', 'solid', 'dashed', 'dotted',\n 'ridge', 'outset', 'groove', and the lowest: 'inset'."
},
{
"html": "If border styles differ only in color, then a style set on a\n cell wins over one on a row, which wins over a row group, column,\n column group and, lastly, table. When two elements of the same type\n conflict, then the one further to the left (if the table's\n 'direction' is 'ltr'; right, if it is 'rtl') and further to the top\n wins."
@@ -560,10 +560,10 @@
"rationale": "if",
"steps": [
{
- "html": "If the 'direction' is\n'ltr', the top and left of the containing block are the top and left\npadding edges of the first box generated by the ancestor, and the\nbottom and right are the bottom and right padding edges of the last\nbox of the ancestor."
+ "html": "If the 'direction' is\n'ltr', the top and left of the containing block are the top and left\npadding edges of the first box generated by the ancestor, and the\nbottom and right are the bottom and right padding edges of the last\nbox of the ancestor."
},
{
- "html": "If the 'direction' is\n'rtl', the top and right are the top and right padding edges of the\nfirst box generated by the ancestor, and the bottom and left are the\nbottom and left padding edges of the last box of the ancestor."
+ "html": "If the 'direction' is\n'rtl', the top and right are the top and right padding edges of the\nfirst box generated by the ancestor, and the bottom and left are the\nbottom and left padding edges of the last box of the ancestor."
}
]
}
@@ -590,7 +590,7 @@
]
},
{
- "html": "The painting order for the descendants of an element generating\n a stacking context (see the 'z-index' property) is:",
+ "html": "The painting order for the descendants of an element generating\n a stacking context (see the 'z-index' property) is:",
"rationale": "if",
"steps": [
{
@@ -628,7 +628,7 @@
"rationale": "jump",
"steps": [
{
- "html": "Jump to 7.2.1 for the\n\t box(es) of the element in that line box (in tree order)."
+ "html": "Jump to 7.2.1 for the\n\t box(es) of the element in that line box (in tree order)."
}
]
}
@@ -673,7 +673,7 @@
]
},
{
- "html": "Otherwise, jump to 7.2.1 for that\n\t\t\t element.\n\t\t\t
"
+ "html": "Otherwise, jump to 7.2.1 for that\n\t\t\t element.\n\t\t\t
"
}
]
}
@@ -696,12 +696,12 @@
]
},
{
- "html": "Optionally, the outline of the element (see 10 below ).\n\t
"
+ "html": "Optionally, the outline of the element (see 10 below ).\n\t
"
}
]
},
{
- "html": "Optionally, if the element is block-level, the outline\n\t of the element (see 10 below ).\n\t
"
+ "html": "Optionally, if the element is block-level, the outline\n\t of the element (see 10 below ).\n\t
"
}
]
},
diff --git a/tr/algorithms/CSS22.json b/tr/algorithms/CSS22.json
deleted file mode 100644
index 960711635f0e..000000000000
--- a/tr/algorithms/CSS22.json
+++ /dev/null
@@ -1,608 +0,0 @@
-{
- "spec": {
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification",
- "url": "https://www.w3.org/TR/CSS22/"
- },
- "algorithms": [
- {
- "html": "In this model, a user agent processes a source\nby going through the following steps:",
- "rationale": "parse",
- "steps": [
- {
- "html": "Parse the source document and create a document tree ."
- },
- {
- "html": "Identify the target media type ."
- },
- {
- "html": "Retrieve all style sheets associated with the document that are\nspecified for the target media type ."
- },
- {
- "html": "Annotate every element of the document tree by assigning a single\nvalue to every property that is\napplicable to the target media type .\nProperties are assigned values according to the mechanisms described\nin the section on cascading and\ninheritance . \n\nPart of the calculation of values depends on the formatting\nalgorithm appropriate for the target media\ntype . For example, if the target medium is the screen, user agents\napply the visual formatting model . \n\n
"
- },
- {
- "html": "From the annotated document tree, generate a \n\nformatting\nstructure . Often, the formatting structure closely\nresembles the document tree, but it may also differ significantly,\nnotably when authors make use of pseudo-elements and generated content.\nFirst, the formatting structure need not be \"tree-shaped\" at all -- the\nnature of the structure depends on the implementation. Second, the\nformatting structure may contain more or less information than the\ndocument tree. For instance, if an element in the document tree has a\nvalue of 'none' for the 'display' property, that element will\ngenerate nothing in the formatting structure. A list element, on the\nother hand, may generate more information in the formatting structure:\nthe list element's content and list style information (e.g., a bullet\nimage).\n\nNote that the CSS user agent does not alter the document tree\nduring this phase. In particular, content generated due to style\nsheets is not fed back to the document language processor (e.g., for\nreparsing).\n\n
"
- },
- {
- "html": "Transfer the formatting structure to the target medium (e.g., print\nthe results, display them on the screen, render them as speech,\netc.)."
- }
- ]
- },
- {
- "html": "In general, the following points must be observed by a user agent\nclaiming conformance to this specification:",
- "rationale": "for",
- "steps": [
- {
- "html": "It must recognize one or more of the CSS 2.2 media types ."
- },
- {
- "html": "For each source document, it must attempt to retrieve all \nassociated style sheets that are appropriate for the recognized media\ntypes. If it cannot retrieve all associated style sheets (for instance,\nbecause of network errors), it must display the document using those\nit can retrieve."
- },
- {
- "html": "It must parse the style sheets according to this specification.\nIn particular, it must recognize all at-rules, blocks, declarations,\nand selectors (see the grammar of CSS 2.2 ).\nIf a user agent encounters a property that applies for a supported\nmedia type, the user agent must parse the value according to the property\ndefinition. This means that the user agent must accept all valid\nvalues and must \nignore declarations with\ninvalid values. User\nagents must ignore \nrules that apply to unsupported media\ntypes ."
- },
- {
- "html": "For each element in a document tree , it\nmust assign a value for every property according to the\nproperty's definition and the rules of cascading and inheritance ."
- },
- {
- "html": "If the source document comes with alternate style sheet sets (such as\nwith the \"alternate\" keyword in HTML 4 [HTML4] ), the UA must\nallow the user to select which style sheet set the UA should apply."
- },
- {
- "html": "The UA must allow the user to turn off the influence of author style sheets."
- }
- ]
- },
- {
- "html": "User agents must first assign a specified value to each property based\non the following mechanisms (in order of precedence):",
- "rationale": "if",
- "steps": [
- {
- "html": "If the cascade results in a value, use it.\nExcept that, if the value is 'inherit', the specified value is defined\nin “The 'inherit' value” below."
- },
- {
- "html": "Otherwise, if the property is inherited and the element is not the root of the document tree , use the computed value of the parent element."
- },
- {
- "html": "Otherwise use the property's initial value . The initial value of each property is indicated in the property's definition."
- }
- ]
- },
- {
- "html": "To find the value for an element/property combination, user agents\nmust apply the following sorting order:",
- "rationale": "find",
- "steps": [
- {
- "html": "Find all declarations that apply to the element and property in\n question, for the target media type .\n Declarations apply if the associated selector matches the element in question and the\n target medium matches the media list on all @media rules\n containing the declaration and on all links on the path through\n which the style sheet was reached."
- },
- {
- "html": "Sort according to importance (normal or important)\nand origin (author, user, or user agent). In ascending order of\nprecedence:",
- "ignored": [
- "user agent declarations user normal declarations author normal declarations author important declarations user important declarations"
- ]
- },
- {
- "html": "Sort rules with the same importance and origin by specificity \n of selector: more specific\n selectors will override more general ones. Pseudo-elements and\n pseudo-classes are counted as normal elements and classes,\n respectively."
- },
- {
- "html": "Finally, sort by order specified: if two declarations have the\n same weight, origin and specificity, the latter specified wins.\n Declarations in imported style sheets are considered to be before any\n declarations in the style sheet itself."
- }
- ]
- },
- {
- "html": "Here are the precise rules that\ngovern the behavior of floats:",
- "rationale": "if",
- "steps": [
- {
- "html": "The left outer edge of a\nleft-floating box may not be to the left of the left edge of its containing block . An\nanalogous rule holds for right-floating elements."
- },
- {
- "html": "If the current box is left-floating, and there are any left-floating \nboxes generated by elements earlier in the source document,\nthen for each such earlier box, either the left outer edge of the current box must be\nto the right of the right outer edge \nof the earlier box, or its top must be lower than the bottom of the\nearlier box. Analogous rules hold for right-floating boxes."
- },
- {
- "html": "The right outer edge of a\nleft-floating box may not be to the right of the left outer edge of any right-floating\nbox that is next to it. Analogous rules hold for\nright-floating elements."
- },
- {
- "html": "A floating box's outer top \nmay not be higher than the top of its containing block .\nWhen the float occurs between two collapsing margins, the\nfloat is positioned as if it had an otherwise empty anonymous block parent taking part in\nthe flow. The position of such a parent is defined by the rules in the section on margin\ncollapsing."
- },
- {
- "html": "The outer top of a floating box\nmay not be higher than the outer top of any block or floated box generated by an element\nearlier in the source document."
- },
- {
- "html": "The outer top of an element's\nfloating box may not be higher than the top of any line-box containing a box\ngenerated by an element earlier in the source document."
- },
- {
- "html": "A left-floating box that has another left-floating box to its left\nmay not have its right outer edge to the right of its containing\nblock's right edge. (Loosely: a left float may not stick out at the\nright edge, unless it is already as far to the left as possible.) An\nanalogous rule holds for right-floating elements."
- },
- {
- "html": "A floating box must be placed as high as possible."
- },
- {
- "html": "A left-floating box must be put as far to the left as\npossible, a right-floating box as far to the right as possible. A\nhigher position is preferred over one that is further to the\nleft/right."
- }
- ]
- },
- {
- "html": "The three properties that affect box generation and layout — \n'display' , \n'position' , and \n'float' — interact as follows:",
- "rationale": "if",
- "steps": [
- {
- "html": "If 'display' \nhas the value 'none', then \n'position' and\n'float' do not apply. \nIn this case, the element generates no box."
- },
- {
- "html": "Otherwise, if 'position' \nhas the value 'absolute' or 'fixed', the box is absolutely positioned, \nthe computed\nvalue of 'float' is 'none', \nand display is set according to the table below. \nThe position of the box will be determined by the 'top' , 'right' , 'bottom' and 'left' properties and the box's \ncontaining block."
- },
- {
- "html": "Otherwise, if 'float' has a value other than 'none', the box is\nfloated and 'display' is set according to the table below."
- },
- {
- "html": "Otherwise, if the element is the root element, \n'display' is set according to the table below, except that it is\nundefined in CSS 2.2 whether a specified value of 'list-item'\nbecomes a computed value of 'block' or 'list-item'."
- },
- {
- "html": "Otherwise, the remaining 'display' property values apply\nas specified."
- }
- ]
- },
- {
- "name": "containing block",
- "html": "The position and size of an element's box(es) are sometimes\ncalculated relative to a certain rectangle, called the containing\nblock of the element. The containing block of an element\nis defined as follows:",
- "rationale": "for",
- "steps": [
- {
- "html": "The containing block in which the root\nelement lives is a rectangle called the initial containing block . For continuous\nmedia, it has the dimensions of the viewport and is anchored at the\ncanvas origin; it is the page area \nfor paged media. The 'direction' property of the initial\ncontaining block is the same as for the root element."
- },
- {
- "html": "For other elements, if the element's position is 'relative' or 'static',\nthe containing block is formed by the content edge of the nearest\nancestor box that is a block\ncontainer or which establishes a formatting context."
- },
- {
- "html": "If the element has 'position: fixed', the containing block is\nestablished by the viewport \nin the case of continuous media or the page area in the case of paged media."
- },
- {
- "html": "If the element has 'position: absolute', the containing block is\nestablished by the nearest ancestor with a 'position' of 'absolute', 'relative'\nor 'fixed', in the following way:",
- "rationale": "/^otherwise(\\,| )/i",
- "steps": [
- {
- "html": "In the case that the ancestor is an inline element, the containing\nblock is the bounding box around the padding boxes of the first and\nthe last inline boxes\ngenerated for that element. In CSS 2.2, if the inline\nelement is split\nacross multiple lines, the containing block is undefined."
- },
- {
- "html": "Otherwise, the containing block\nis formed by the padding edge of\n\nthe ancestor."
- }
- ]
- }
- ]
- },
- {
- "html": "In this case, section 10.3.7 \napplies up through and including the constraint equation, but the rest\nof section 10.3.7 is replaced by\nthe following rules:",
- "rationale": "if",
- "steps": [
- {
- "html": "The used value of 'width' is\ndetermined as for inline replaced\nelements .\nIf 'margin-left' or 'margin-right' is specified as\n'auto' its used value is determined by the rules below."
- },
- {
- "html": "If both 'left' and 'right' have the value 'auto', then if\nthe 'direction' property of the element establishing the\nstatic-position containing block is 'ltr', set 'left' to\nthe static position; else if 'direction' is 'rtl', set 'right' to the static position."
- },
- {
- "html": "If 'left' or 'right' are 'auto', replace any 'auto'\non 'margin-left' or 'margin-right' with '0'."
- },
- {
- "html": "If at this point both 'margin-left' and 'margin-right' are still 'auto',\nsolve the equation under the extra constraint that the two margins\nmust get equal values, unless this would make them negative, in which\ncase when the direction of the containing block is 'ltr' ('rtl'), set\n'margin-left' ('margin-right' ) to zero and solve\nfor 'margin-right' ('margin-left' )."
- },
- {
- "html": "If at this point there is an 'auto' left, solve the equation \nfor that value."
- },
- {
- "html": "If at this point the values are over-constrained, ignore the value\nfor either 'left' (in case the\n'direction' property of the\ncontaining block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for\nthat value."
- }
- ]
- },
- {
- "html": "The following algorithm describes how the two properties influence\nthe used value \nof the 'width' property:",
- "rationale": "if",
- "steps": [
- {
- "html": "The tentative used width is calculated (without 'min-width' and 'max-width' ) following the rules\nunder \"Calculating widths and\nmargins\" above."
- },
- {
- "html": "If the tentative used width is greater than 'max-width' , the rules above are applied again, but\nthis time using the computed value of 'max-width' as the computed value\nfor 'width' ."
- },
- {
- "html": "If the resulting width is smaller than 'min-width' , the rules above are applied again, but\nthis time using the value of 'min-width' as the computed value\nfor 'width' ."
- }
- ]
- },
- {
- "html": "This situation is similar to the previous one, except that the\nelement has an intrinsic height. The\nsequence of substitutions is now:",
- "rationale": "if",
- "steps": [
- {
- "html": "The used value of 'height' is determined as for inline replaced elements .\nIf 'margin-top' or 'margin-bottom' is specified as 'auto' its used\nvalue is determined by the rules below."
- },
- {
- "html": "If both 'top' and 'bottom' have the value 'auto', replace\n'top' with the element's static position ."
- },
- {
- "html": "If 'bottom' is 'auto',\nreplace any 'auto' on 'margin-top' or 'margin-bottom' with '0'."
- },
- {
- "html": "If at this point both 'margin-top' and 'margin-bottom' are still\n'auto', solve the equation under the extra constraint that the two\nmargins must get equal values."
- },
- {
- "html": "If at this point there is only one 'auto' left, solve the equation \nfor that value."
- },
- {
- "html": "If at this point the values are over-constrained, ignore the value\nfor 'bottom' and solve for that\nvalue."
- }
- ]
- },
- {
- "html": "The following algorithm describes how the two properties influence\nthe used value \nof the 'height' property:",
- "rationale": "if",
- "steps": [
- {
- "html": "The tentative used height is calculated (without 'min-height' and 'max-height' ) following the rules\nunder \"Calculating heights and\nmargins\" above."
- },
- {
- "html": "If this tentative height is greater than 'max-height' , the rules above are applied again, but\nthis time using the value of 'max-height' as the computed value\nfor 'height' ."
- },
- {
- "html": "If the resulting height is smaller than 'min-height' , the rules above are applied again, but\nthis time using the value of 'min-height' as the computed value\nfor 'height' ."
- }
- ]
- },
- {
- "html": "The size of the image is calculated from the following rules:",
- "rationale": "if",
- "steps": [
- {
- "html": "If the image has an intrinsic width and height, the used width and\nheight are the intrinsic width and height."
- },
- {
- "html": "Otherwise, if the image has an intrinsic ratio and either an\nintrinsic width or an intrinsic height, the used width/height is the\nsame as the provided intrinsic width/height, and the used value of the\nmissing dimension is calculated from the provided dimension and the\nratio."
- },
- {
- "html": "Otherwise, if the image has an intrinsic ratio, the used width is\n1em and the used height is calculated from this width and the\nintrinsic ratio. If this would produce a height larger than 1em, then\nthe used height is instead set to 1em and the used width is calculated\nfrom this height and the intrinsic ratio."
- },
- {
- "html": "Otherwise, the image's used width is its intrinsic width if it has\none, or else 1em. The image's used height is its intrinsic height if\nit has one, or else 1em."
- }
- ]
- },
- {
- "html": "Because there is no accepted, universal taxonomy of font\nproperties, matching of properties to font faces must be done\ncarefully. The properties are matched in a well-defined order to\ninsure that the results of this matching process are as consistent as\npossible across UAs (assuming that the same library of font faces is\npresented to each of them).",
- "rationale": "if",
- "steps": [
- {
- "html": "The User Agent makes (or accesses) a database of relevant CSS 2.2\nproperties of all the fonts of which the UA is aware.\nIf there are two fonts with exactly the same properties, the user\nagent selects one of them."
- },
- {
- "html": "At a given element and for each character in that element, the UA\nassembles the font properties applicable to that element. Using the\ncomplete set of properties, the UA uses the 'font-family' property to\nchoose a tentative font family. The remaining properties are tested\nagainst the family according to the matching criteria described with\neach property. If there are matches for all the remaining properties,\nthen that is the matching font face for the given element or character."
- },
- {
- "html": "If there is no matching font face within the 'font-family' being\nprocessed by step 2, and if there is a next alternative 'font-family'\nin the font set, then repeat step 2 with the next alternative\n'font-family'."
- },
- {
- "html": "If there is a matching font face, but it does not contain a glyph\nfor the current character, and if there is a next alternative\n'font-family' in the font sets, then repeat step 2 with the next\nalternative 'font-family'."
- },
- {
- "html": "If there is no font within the family selected in 2, then use a\n UA-dependent default 'font-family' and repeat step 2, using the best\n match that can be obtained within the default font. If a particular\n character cannot be displayed using this font, then the UA may use other\n means to determine a suitable font for that character. The UA should map\n each character for which it has no suitable font to a visible symbol\n chosen by the UA, preferably a \"missing character\" glyph from one of the\n font faces available to the UA."
- }
- ]
- },
- {
- "html": "For each inline element (including anonymous inline elements), the\nfollowing steps are performed, treating bidi formatting characters as if\nthey were not there:",
- "rationale": "if",
- "steps": [
- {
- "html": "Each tab (U+0009), carriage return (U+000D), or space (U+0020) \ncharacter surrounding a linefeed (U+000A) character is removed if \n'white-space' is set to 'normal', 'nowrap', or 'pre-line'."
- },
- {
- "html": "If 'white-space' is set to 'pre' or 'pre-wrap', any sequence of\n spaces (U+0020) unbroken by an element boundary is treated as a\n sequence of non-breaking spaces. However, for 'pre-wrap', a line breaking\n opportunity exists at the end of the sequence."
- },
- {
- "html": "If 'white-space' is set to 'normal' or 'nowrap', linefeed\n characters are transformed for rendering purpose into one of the\n following characters: a space character, a zero width space\n character (U+200B), or no character (i.e., not rendered),\n according to UA-specific algorithms based on the content script."
- },
- {
- "html": "If 'white-space' is set to 'normal', 'nowrap', or 'pre-line',",
- "ignored": [
- "every tab (U+0009) is converted to a space (U+0020) any space (U+0020) following another space (U+0020) — even a space before the inline, if that space also has 'white-space' set to 'normal', 'nowrap' or 'pre-line' — is removed."
- ]
- }
- ]
- },
- {
- "html": "As each line is laid out,",
- "rationale": "if",
- "steps": [
- {
- "html": "If a space (U+0020) at the beginning of a line has 'white-space'\n set to 'normal', 'nowrap', or 'pre-line', it is removed."
- },
- {
- "html": "All tabs (U+0009) are rendered as a horizontal shift that lines\n up the start edge of the next glyph with the next tab stop. Tab\n stops occur at points that are multiples of 8 times the width of\n a space (U+0020) rendered in the block's font from the block's\n starting content edge."
- },
- {
- "html": "If a space (U+0020) at the end of a line has 'white-space' set to\n 'normal', 'nowrap', or 'pre-line', it is also removed."
- },
- {
- "html": "If spaces (U+0020) or tabs (U+0009) at the end of a line have\n 'white-space' set to 'pre-wrap', UAs may visually collapse them."
- }
- ]
- },
- {
- "html": "The following steps are performed in three stages.",
- "rationale": "remove",
- "steps": [
- {
- "html": "Remove irrelevant boxes:",
- "rationale": "if",
- "steps": [
- {
- "html": "All child boxes of a 'table-column' parent are treated as if\n they had 'display: none'."
- },
- {
- "html": "If a child C of a 'table-column-group' parent is\n not a 'table-column' box, then it is treated as if it had\n 'display: none'."
- },
- {
- "html": "If a child C of a tabular container P \n is an anonymous inline box that contains only white space,\n and its immediately preceding and following siblings, if\n any, are proper table descendants of P and are\n either 'table-caption' or internal table boxes, then it is\n treated as if it had 'display: none'. A box D is\n a proper table descendant of A if D \n can be a descendant of A without causing the\n generation of any intervening 'table' or 'inline-table'\n boxes."
- },
- {
- "html": "If a box B is an anonymous inline containing only\n white space, and is between two immediate siblings each of\n which is either an internal table box or a 'table-caption'\n box then B is treated as if it had 'display:\n none'."
- }
- ]
- },
- {
- "html": "Generate missing child wrappers:",
- "rationale": "if",
- "steps": [
- {
- "html": "If a child C of a 'table' or 'inline-table' box\n is not a proper table child, then generate an anonymous\n 'table-row' box around C and all consecutive\n siblings of C that are not proper table children."
- },
- {
- "html": "If a child C of a row group box is not a\n 'table-row' box, then generate an anonymous 'table-row' box\n around C and all consecutive siblings\n of C that are not 'table-row' boxes."
- },
- {
- "html": "If a child C of a 'table-row' box is not a\n 'table-cell', then generate an anonymous 'table-cell' box\n around C and all consecutive siblings\n of C that are not 'table-cell' boxes."
- }
- ]
- },
- {
- "html": "Generate missing parents:",
- "rationale": "for",
- "steps": [
- {
- "html": "For each 'table-cell' box C in a sequence of\n consecutive internal table and 'table-caption' siblings,\n if C 's parent is not a 'table-row' then generate\n an anonymous 'table-row' box around C and all\n consecutive siblings of C that are 'table-cell'\n boxes."
- },
- {
- "html": "For each proper table child C in a sequence of\n consecutive proper table children, if C is\n misparented then generate an anonymous 'table' or\n 'inline-table' box T around C and all\n consecutive siblings of C that are proper table\n children. (If C's parent is an 'inline' box,\n then T must be an 'inline-table' box; otherwise\n it must be a 'table' box.)\n \n A 'table-row' is misparented if its parent is neither\n a row group box nor a 'table' or 'inline-table' box.\n A 'table-column' box is misparented if its parent is\n neither a 'table-column-group' box nor a 'table' or\n 'inline-table' box.\n A row group box, 'table-column-group' box, or\n 'table-caption' box is misparented if its parent is\n neither a 'table' box nor an 'inline-table' box.\n "
- }
- ]
- }
- ]
- },
- {
- "html": "In the fixed table layout algorithm, the width of each column is\ndetermined as follows:",
- "rationale": "/^otherwise(\\,| )/i",
- "steps": [
- {
- "html": "A column element with a value other than 'auto' for the 'width' property sets the width for\n that column."
- },
- {
- "html": "Otherwise, a cell in the first row with a value other than\n 'auto' for the 'width' property\n determines the width for that column. If the cell spans more than\n one column, the width is divided over the columns."
- },
- {
- "html": "Any remaining columns equally divide the remaining horizontal\n table space (minus borders or cell spacing)."
- }
- ]
- },
- {
- "html": "Column widths are determined as follows:",
- "rationale": "for",
- "steps": [
- {
- "html": "Calculate the minimum content width (MCW) of each cell: the\n formatted content may span any number of lines but may not overflow\n the cell box. If the specified 'width' (W) of the cell is greater\n than MCW, W is the minimum cell width. A value of 'auto' means that\n MCW is the minimum cell width.\n\n
Also, calculate the \"maximum\" cell width of each cell: formatting\n the content without breaking lines other than where explicit line\n breaks occur.\n\n
"
- },
- {
- "html": "For each column, determine a maximum and minimum column width\n from the cells that span only that column. The minimum is that\n required by the cell with the largest minimum cell width (or the\n column 'width' , whichever is\n larger). The maximum is that required by the cell with the largest\n maximum cell width (or the column 'width' , whichever is larger).\n\n
"
- },
- {
- "html": "For each cell that spans more than one column, increase the\n minimum widths of the columns it spans so that together, they are at\n least as wide as the cell. Do the same for the maximum widths. If\n possible, widen all spanned columns by approximately the same\n amount.\n\n
"
- },
- {
- "html": "For each column group element with a 'width' other than\n 'auto', increase the minimum widths of the columns it spans, so that\n together they are at least as wide as the column group's 'width'.\n\n
"
- }
- ]
- },
- {
- "html": "Column and caption\nwidths influence the final table width as follows:",
- "rationale": "if",
- "steps": [
- {
- "html": "If the 'table' or 'inline-table' element's 'width' property has a computed value\n (W) other than 'auto', the used width is\n the greater of W, CAPMIN, and the minimum width required by all the\n columns plus cell spacing or borders (MIN). If the used width is\n greater than MIN, the\n extra width should be distributed over the columns."
- },
- {
- "html": "If the 'table' or 'inline-table' element has 'width: auto',\n the used width is the greater of the table's containing block width,\n CAPMIN, and MIN. However, if either CAPMIN or the maximum width\n required by the columns plus cell spacing or borders (MAX) is less\n than that of the containing block, use max(MAX, CAPMIN)."
- }
- ]
- },
- {
- "html": "To avoid ambiguous situations, the alignment of cells proceeds in\nthe following order:",
- "rationale": "if",
- "steps": [
- {
- "html": "First the cells that are aligned on their baseline are\n positioned. This will establish the baseline of the row. Next the\n cells with 'vertical-align: top' are positioned."
- },
- {
- "html": "The row now has a top, possibly a baseline, and a provisional\n height, which is the distance from the top to the lowest bottom of\n the cells positioned so far. (See conditions on the cell padding\n below.)"
- },
- {
- "html": "If any of the remaining cells, those aligned at the bottom or\n the middle, have a height that is larger than the current height of\n the row, the height of the row will be increased to the maximum of\n those cells, by lowering the bottom."
- },
- {
- "html": "Finally the remaining cells are positioned."
- }
- ]
- },
- {
- "html": "The following rules determine which border style \"wins\" in case of\na conflict:",
- "rationale": "if",
- "steps": [
- {
- "html": "Borders with the 'border-style' of 'hidden' take\n precedence over all other conflicting borders. Any border with this\n value suppresses all borders at this location."
- },
- {
- "html": "Borders with a style of 'none' have the lowest priority. Only if\n the border properties of all the elements meeting at this edge are\n 'none' will the border be omitted (but note that 'none' is the\n default value for the border style.)"
- },
- {
- "html": "If none of the styles are 'hidden' and at least one of them is\n not 'none', then narrow borders are discarded in favor of wider\n ones. If several have the same 'border-width' then styles are\n preferred in this order: 'double', 'solid', 'dashed', 'dotted',\n 'ridge', 'outset', 'groove', and the lowest: 'inset'."
- },
- {
- "html": "If border styles differ only in color, then a style set on a\n cell wins over one on a row, which wins over a row group, column,\n column group and, lastly, table. When two elements of the same type\n conflict, then the one further to the left (if the table's\n 'direction' is 'ltr'; right, if it is 'rtl') and further to the top\n wins."
- }
- ]
- },
- {
- "rationale": "if",
- "steps": [
- {
- "html": "If the cascade results in a value use it. Except that,\n if the value is 'inherit', the specified value is defined in “The 'inherit' value” \n below "
- }
- ]
- },
- {
- "rationale": "for",
- "steps": [
- {
- "html": "[…]"
- },
- {
- "html": "For other elements, if the element's position is 'relative'\n or 'static', the containing block is formed by the content edge\n of the nearest ancestor box that is a block container \n ancestor box or which establishes a formatting\n context ."
- }
- ]
- },
- {
- "html": "The painting order for the descendants of an element generating\n a stacking context (see the 'z-index' property) is:",
- "rationale": "if",
- "steps": [
- {
- "html": "If the element is a root element:\n\t
",
- "ignored": [
- "background color of element over the entire canvas. background image of element, over the entire canvas, anchored at the origin that would be used if it was painted for the root element."
- ]
- },
- {
- "html": "If the element is a block, list-item, or other block\n\tequivalent:\n\t
\n\n\tOtherwise, if the element is a block level table:\n\t
",
- "ignored": [
- "background color of element unless it is the root element. background image of element unless it is the root element. border of element.",
- "table backgrounds (color then image) unless it is the root element. column group backgrounds (color then image). column backgrounds (color then image). row group backgrounds (color then image). row backgrounds (color then image). cell backgrounds (color then image). all table borders (in tree order for separated borders)."
- ]
- },
- {
- "html": "Stacking contexts formed by positioned descendants with\n\tnegative z-indices (excluding 0) in z-index order (most\n\tnegative first) then tree order.\n\n
"
- },
- {
- "html": "For all its in-flow, non-positioned, block-level\n\tdescendants in tree order: If the element is a block,\n\tlist-item, or other block equivalent:\n\t
\n\n\tOtherwise, the element is a table:\n\t
",
- "ignored": [
- "background color of element. background image of element. border of element.",
- "table backgrounds (color then image). column group backgrounds (color then image). column backgrounds (color then image). row group backgrounds (color then image). row backgrounds (color then image). cell backgrounds (color then image). all table borders (in tree order for separated borders)."
- ]
- },
- {
- "html": "All non-positioned floating descendants, in tree order. For\n\teach one of these, treat the element as if it created a new\n\tstacking context, but any positioned descendants and\n\tdescendants which actually create a new stacking context\n\tshould be considered part of the parent stacking context, not\n\tthis new one.\n\n
"
- },
- {
- "html": "If the element is an inline element that generates a\n\tstacking context, then:",
- "rationale": "for",
- "steps": [
- {
- "html": "For each line box that the element is in:",
- "rationale": "jump",
- "steps": [
- {
- "html": "Jump to 7.2.1 for the\n\t box(es) of the element in that line box (in tree order)."
- }
- ]
- }
- ]
- },
- {
- "html": "Otherwise: first for the element, then for all its in-flow,\n\tnon-positioned, block-level descendants in tree order:",
- "rationale": "if",
- "steps": [
- {
- "html": "If the element is a block-level replaced element, then:\n\t the replaced content, atomically.\n\n\t
"
- },
- {
- "html": "Otherwise, for each line box of that element:",
- "rationale": "for",
- "steps": [
- {
- "html": "For each box that is a child of that element, in\n\t\tthat line box, in tree order:",
- "rationale": "for",
- "steps": [
- {
- "html": "background color of element.\n\t\t
"
- },
- {
- "html": "background image of element.\n\t\t
"
- },
- {
- "html": "border of element.\n\t\t
"
- },
- {
- "html": "For inline elements:",
- "rationale": "for",
- "steps": [
- {
- "html": "For all the element's in-flow,\n\t\t\tnon-positioned, inline-level children that are\n\t\t\tin this line box, and all runs of text inside\n\t\t\tthe element that is on this line box, in tree\n\t\t\torder:",
- "rationale": "if",
- "steps": [
- {
- "html": "If this is a run of text, then:\n\t\t\t
",
- "ignored": [
- "any underlining affecting the text of the element, in tree order of the elements applying the underlining (such that the deepest element's underlining, if any, is painted topmost and the root element's underlining, if any, is drawn bottommost). any overlining affecting the text of the element, in tree order of the elements applying the overlining (such that the deepest element's overlining, if any, is painted topmost and the root element's overlining, if any, is drawn bottommost). the text. any line-through affecting the text of the element, in tree order of the elements applying the line-through (such that the deepest element's line-through, if any, is painted topmost and the root element's line-through, if any, is drawn bottommost)."
- ]
- },
- {
- "html": "Otherwise, jump to 7.2.1 for that\n\t\t\t element.\n\t\t\t
"
- }
- ]
- }
- ],
- "additional": [
- {
- "html": "For inline-block and inline-table elements:",
- "rationale": "for",
- "steps": [
- {
- "html": "For each one of these, treat the element as\n\t\t if it created a new stacking context, but any\n\t\t positioned descendants and descendants which\n\t\t actually create a new stacking context should be\n\t\t considered part of the parent stacking context,\n\t\t not this new one."
- }
- ]
- }
- ],
- "ignored": [
- "the replaced content, atomically."
- ]
- }
- ]
- },
- {
- "html": "Optionally, the outline of the element (see 10 below ).\n\t
"
- }
- ]
- },
- {
- "html": "Optionally, if the element is block-level, the outline\n\t of the element (see 10 below ).\n\t
"
- }
- ]
- },
- {
- "html": "All positioned descendants with 'z-index: auto' or\n\t'z-index: 0', in tree order. For those with 'z-index: auto',\n\ttreat the element as if it created a new stacking context, but\n\tany positioned descendants and descendants which actually\n\tcreate a new stacking context should be considered part of the\n\tparent stacking context, not this new one. For those with\n\t'z-index: 0', treat the stacking context generated atomically.\n\n
"
- },
- {
- "html": "Stacking contexts formed by positioned descendants with\n\tz-indices greater than or equal to 1 in z-index order\n\t(smallest first) then tree order.\n\n
"
- },
- {
- "html": "Finally, implementations that do not draw outlines in steps\n\tabove must draw outlines from this stacking context at this\n\tstage. (It is recommended to draw outlines in this step and\n\tnot in the steps above.)\n
"
- }
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/tr/css/CSS.json b/tr/css/CSS.json
index e28abbcadf1c..3d6e40cc54ea 100644
--- a/tr/css/CSS.json
+++ b/tr/css/CSS.json
@@ -1,12 +1,12 @@
{
"spec": {
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification",
- "url": "https://www.w3.org/TR/CSS22/"
+ "title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
+ "url": "https://www.w3.org/TR/CSS21/"
},
"properties": [
{
"name": "margin-top",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin-top",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin-top",
"value": " | inherit",
"initial": "0",
"appliesTo": "all elements except elements with table display types other than table-caption, table and inline-table",
@@ -21,7 +21,7 @@
},
{
"name": "margin-bottom",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin-bottom",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin-bottom",
"value": " | inherit",
"initial": "0",
"appliesTo": "all elements except elements with table display types other than table-caption, table and inline-table",
@@ -36,7 +36,7 @@
},
{
"name": "margin-right",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin-right",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin-right",
"value": " | inherit",
"initial": "0",
"appliesTo": "all elements except elements with table display types other than table-caption, table and inline-table",
@@ -51,7 +51,7 @@
},
{
"name": "margin-left",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin-left",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin-left",
"value": " | inherit",
"initial": "0",
"appliesTo": "all elements except elements with table display types other than table-caption, table and inline-table",
@@ -66,7 +66,7 @@
},
{
"name": "margin",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin",
"value": "{1,4} | inherit",
"initial": "see individual properties",
"appliesTo": "all elements except elements with table display types other than table-caption, table and inline-table",
@@ -80,7 +80,7 @@
},
{
"name": "padding-top",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding-top",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding-top",
"value": " | inherit",
"initial": "0",
"appliesTo": "all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column",
@@ -95,7 +95,7 @@
},
{
"name": "padding-right",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding-right",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding-right",
"value": " | inherit",
"initial": "0",
"appliesTo": "all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column",
@@ -110,7 +110,7 @@
},
{
"name": "padding-bottom",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding-bottom",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding-bottom",
"value": " | inherit",
"initial": "0",
"appliesTo": "all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column",
@@ -125,7 +125,7 @@
},
{
"name": "padding-left",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding-left",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding-left",
"value": " | inherit",
"initial": "0",
"appliesTo": "all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column",
@@ -140,7 +140,7 @@
},
{
"name": "padding",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding",
"value": "{1,4} | inherit",
"initial": "see individual properties",
"appliesTo": "all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column",
@@ -154,7 +154,7 @@
},
{
"name": "border-top-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-top-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-width",
"value": " | inherit",
"initial": "medium",
"appliesTo": "all elements",
@@ -169,7 +169,7 @@
},
{
"name": "border-right-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-right-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-width",
"value": " | inherit",
"initial": "medium",
"appliesTo": "all elements",
@@ -184,7 +184,7 @@
},
{
"name": "border-bottom-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-width",
"value": " | inherit",
"initial": "medium",
"appliesTo": "all elements",
@@ -199,7 +199,7 @@
},
{
"name": "border-left-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-left-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-width",
"value": " | inherit",
"initial": "medium",
"appliesTo": "all elements",
@@ -214,7 +214,7 @@
},
{
"name": "border-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-width",
"value": "{1,4} | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -229,7 +229,7 @@
},
{
"name": "border-top-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-top-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-color",
"value": " | transparent | inherit",
"initial": "the value of the 'color' property",
"appliesTo": "all elements",
@@ -244,7 +244,7 @@
},
{
"name": "border-right-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-right-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-color",
"value": " | transparent | inherit",
"initial": "the value of the 'color' property",
"appliesTo": "all elements",
@@ -259,7 +259,7 @@
},
{
"name": "border-bottom-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-color",
"value": " | transparent | inherit",
"initial": "the value of the 'color' property",
"appliesTo": "all elements",
@@ -274,7 +274,7 @@
},
{
"name": "border-left-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-left-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-color",
"value": " | transparent | inherit",
"initial": "the value of the 'color' property",
"appliesTo": "all elements",
@@ -289,7 +289,7 @@
},
{
"name": "border-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-color",
"value": "[ | transparent ]{1,4} | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -304,7 +304,7 @@
},
{
"name": "border-top-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-top-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-style",
"value": " | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -319,7 +319,7 @@
},
{
"name": "border-right-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-right-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-style",
"value": " | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -334,7 +334,7 @@
},
{
"name": "border-bottom-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-style",
"value": " | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -349,7 +349,7 @@
},
{
"name": "border-left-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-left-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-style",
"value": " | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -364,7 +364,7 @@
},
{
"name": "border-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-style",
"value": "{1,4} | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -379,7 +379,7 @@
},
{
"name": "border-top",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-top",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-top",
"value": "[ || || <'border-top-color'> ] | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -394,7 +394,7 @@
},
{
"name": "border-right",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-right",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-right",
"value": "[ || || <'border-top-color'> ] | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -409,7 +409,7 @@
},
{
"name": "border-bottom",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom",
"value": "[ || || <'border-top-color'> ] | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -424,7 +424,7 @@
},
{
"name": "border-left",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-left",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-left",
"value": "[ || || <'border-top-color'> ] | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -439,7 +439,7 @@
},
{
"name": "border",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border",
"value": "[ || || <'border-top-color'> ] | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -453,7 +453,7 @@
},
{
"name": "display",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-display",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-display",
"value": "inline | block | list-item | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit",
"initial": "inline",
"appliesTo": "all elements",
@@ -467,7 +467,7 @@
},
{
"name": "position",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-position",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-position",
"value": "static | relative | absolute | fixed | inherit",
"initial": "static",
"appliesTo": "all elements",
@@ -481,7 +481,7 @@
},
{
"name": "top",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-top",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-top",
"value": " | | auto | inherit",
"initial": "auto",
"appliesTo": "positioned elements",
@@ -495,7 +495,7 @@
},
{
"name": "right",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-right",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-right",
"value": " | | auto | inherit",
"initial": "auto",
"appliesTo": "positioned elements",
@@ -509,7 +509,7 @@
},
{
"name": "bottom",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-bottom",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-bottom",
"value": " | | auto | inherit",
"initial": "auto",
"appliesTo": "positioned elements",
@@ -523,7 +523,7 @@
},
{
"name": "left",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-left",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-left",
"value": " | | auto | inherit",
"initial": "auto",
"appliesTo": "positioned elements",
@@ -537,7 +537,7 @@
},
{
"name": "float",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-float",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-float",
"value": "left | right | none | inherit",
"initial": "none",
"appliesTo": "all, but see 9.7",
@@ -551,7 +551,7 @@
},
{
"name": "clear",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-clear",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-clear",
"value": "none | left | right | both | inherit",
"initial": "none",
"appliesTo": "block-level elements",
@@ -565,7 +565,7 @@
},
{
"name": "z-index",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-z-index",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-z-index",
"value": "auto | | inherit",
"initial": "auto",
"appliesTo": "positioned elements",
@@ -580,7 +580,7 @@
},
{
"name": "direction",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-direction",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-direction",
"value": "ltr | rtl | inherit",
"initial": "ltr",
"appliesTo": "all elements, but see prose",
@@ -594,7 +594,7 @@
},
{
"name": "unicode-bidi",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-unicode-bidi",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-unicode-bidi",
"value": "normal | embed | bidi-override | inherit",
"initial": "normal",
"appliesTo": "all elements, but see prose",
@@ -609,7 +609,7 @@
},
{
"name": "width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-width",
"value": " | | auto | inherit",
"initial": "auto",
"appliesTo": "all elements but non-replaced inline elements, table rows, and row groups",
@@ -623,7 +623,7 @@
},
{
"name": "min-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-min-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-min-width",
"value": " | | inherit",
"initial": "0",
"appliesTo": "all elements but non-replaced inline elements, table rows, and row groups",
@@ -638,7 +638,7 @@
},
{
"name": "max-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-max-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-max-width",
"value": " | | none | inherit",
"initial": "none",
"appliesTo": "all elements but non-replaced inline elements, table rows, and row groups",
@@ -653,21 +653,21 @@
},
{
"name": "height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-height",
"value": " | | auto | inherit",
"initial": "auto",
"appliesTo": "all elements but non-replaced inline elements, table columns, and column groups",
"inherited": "no",
"percentages": "see prose",
"media": "visual",
- "computed value": "the percentage or 'auto' (as specified) or the absolute length",
+ "computed value": "the percentage or 'auto' (see prose under ) or the absolute length",
"styleDeclaration": [
"height"
]
},
{
"name": "min-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-min-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-min-height",
"value": " | | inherit",
"initial": "0",
"appliesTo": "all elements but non-replaced inline elements, table columns, and column groups",
@@ -682,7 +682,7 @@
},
{
"name": "max-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-max-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-max-height",
"value": " | | none | inherit",
"initial": "none",
"appliesTo": "all elements but non-replaced inline elements, table columns, and column groups",
@@ -697,7 +697,7 @@
},
{
"name": "line-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-line-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-line-height",
"value": "normal | | | | inherit",
"initial": "normal",
"appliesTo": "all elements",
@@ -712,7 +712,7 @@
},
{
"name": "vertical-align",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-vertical-align",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-vertical-align",
"value": "baseline | sub | super | top | text-top | middle | bottom | text-bottom | | | inherit",
"initial": "baseline",
"appliesTo": "inline-level and 'table-cell' elements",
@@ -727,10 +727,10 @@
},
{
"name": "overflow",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#propdef-overflow",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#propdef-overflow",
"value": "visible | hidden | scroll | auto | inherit",
"initial": "visible",
- "appliesTo": "block containers and boxes that establish a formatting context",
+ "appliesTo": "block containers",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
@@ -741,7 +741,7 @@
},
{
"name": "clip",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#propdef-clip",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#propdef-clip",
"value": " | auto | inherit",
"initial": "auto",
"appliesTo": "absolutely positioned elements",
@@ -755,7 +755,7 @@
},
{
"name": "visibility",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#propdef-visibility",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#propdef-visibility",
"value": "visible | hidden | collapse | inherit",
"initial": "visible",
"appliesTo": "all elements",
@@ -769,7 +769,7 @@
},
{
"name": "content",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-content",
"value": "normal | none | [ | | | attr() | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit",
"initial": "normal",
"appliesTo": ":before and :after pseudo-elements",
@@ -783,7 +783,7 @@
},
{
"name": "quotes",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-quotes",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-quotes",
"value": "[ ]+ | none | inherit",
"initial": "depends on user agent",
"appliesTo": "all elements",
@@ -797,7 +797,7 @@
},
{
"name": "counter-reset",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-counter-reset",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-counter-reset",
"value": "[ ? ]+ | none | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -812,7 +812,7 @@
},
{
"name": "counter-increment",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-counter-increment",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-counter-increment",
"value": "[ ? ]+ | none | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -827,7 +827,7 @@
},
{
"name": "list-style-type",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style-type",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-type",
"value": "disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | lower-alpha | upper-alpha | none | inherit",
"initial": "disc",
"appliesTo": "elements with 'display: list-item'",
@@ -842,7 +842,7 @@
},
{
"name": "list-style-image",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style-image",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-image",
"value": " | none | inherit",
"initial": "none",
"appliesTo": "elements with 'display: list-item'",
@@ -857,7 +857,7 @@
},
{
"name": "list-style-position",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style-position",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-position",
"value": "inside | outside | inherit",
"initial": "outside",
"appliesTo": "elements with 'display: list-item'",
@@ -872,7 +872,7 @@
},
{
"name": "list-style",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style",
"value": "[ <'list-style-type'> || <'list-style-position'> || <'list-style-image'> ] | inherit",
"initial": "see individual properties",
"appliesTo": "elements with 'display: list-item'",
@@ -887,7 +887,7 @@
},
{
"name": "page-break-before",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-page-break-before",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-before",
"value": "auto | always | avoid | left | right | inherit",
"initial": "auto",
"appliesTo": "block-level elements (but see text)",
@@ -902,7 +902,7 @@
},
{
"name": "page-break-after",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-page-break-after",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-after",
"value": "auto | always | avoid | left | right | inherit",
"initial": "auto",
"appliesTo": "block-level elements (but see text)",
@@ -917,7 +917,7 @@
},
{
"name": "page-break-inside",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-page-break-inside",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-inside",
"value": "avoid | auto | inherit",
"initial": "auto",
"appliesTo": "block-level elements (but see text)",
@@ -932,7 +932,7 @@
},
{
"name": "orphans",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-orphans",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-orphans",
"value": " | inherit",
"initial": "2",
"appliesTo": "block container elements",
@@ -946,7 +946,7 @@
},
{
"name": "widows",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-widows",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-widows",
"value": " | inherit",
"initial": "2",
"appliesTo": "block container elements",
@@ -960,7 +960,7 @@
},
{
"name": "color",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-color",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-color",
"value": " | inherit",
"initial": "depends on user agent",
"appliesTo": "all elements",
@@ -974,7 +974,7 @@
},
{
"name": "background-color",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-color",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-color",
"value": " | transparent | inherit",
"initial": "transparent",
"appliesTo": "all elements",
@@ -989,7 +989,7 @@
},
{
"name": "background-image",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-image",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-image",
"value": " | none | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -1004,7 +1004,7 @@
},
{
"name": "background-repeat",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-repeat",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-repeat",
"value": "repeat | repeat-x | repeat-y | no-repeat | inherit",
"initial": "repeat",
"appliesTo": "all elements",
@@ -1019,7 +1019,7 @@
},
{
"name": "background-attachment",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-attachment",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-attachment",
"value": "scroll | fixed | inherit",
"initial": "scroll",
"appliesTo": "all elements",
@@ -1034,7 +1034,7 @@
},
{
"name": "background-position",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-position",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-position",
"value": "[ [ | | left | center | right ] [ | | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ] | inherit",
"initial": "0% 0%",
"appliesTo": "all elements",
@@ -1049,7 +1049,7 @@
},
{
"name": "background",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background",
"value": "[<'background-color'> || <'background-image'> || <'background-repeat'> || <'background-attachment'> || <'background-position'>] | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -1063,8 +1063,8 @@
},
{
"name": "font-family",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-family",
- "value": "[[ | ] [, [ | ] ]* ] | inherit",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-family",
+ "value": "[[ | ] [, | ]* ] | inherit",
"initial": "depends on user agent",
"appliesTo": "all elements",
"inherited": "yes",
@@ -1078,7 +1078,7 @@
},
{
"name": "font-style",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-style",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-style",
"value": "normal | italic | oblique | inherit",
"initial": "normal",
"appliesTo": "all elements",
@@ -1093,7 +1093,7 @@
},
{
"name": "font-variant",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-variant",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-variant",
"value": "normal | small-caps | inherit",
"initial": "normal",
"appliesTo": "all elements",
@@ -1108,7 +1108,7 @@
},
{
"name": "font-weight",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-weight",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-weight",
"value": "normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit",
"initial": "normal",
"appliesTo": "all elements",
@@ -1123,7 +1123,7 @@
},
{
"name": "font-size",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-size",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-size",
"value": " | | | | inherit",
"initial": "medium",
"appliesTo": "all elements",
@@ -1138,7 +1138,7 @@
},
{
"name": "font",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font",
"value": "[ [ <'font-style'> || <'font-variant'> || <'font-weight'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -1152,7 +1152,7 @@
},
{
"name": "text-indent",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-text-indent",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-text-indent",
"value": " | | inherit",
"initial": "0",
"appliesTo": "block containers",
@@ -1167,7 +1167,7 @@
},
{
"name": "text-align",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-text-align",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-text-align",
"value": "left | right | center | justify | inherit",
"initial": "a nameless value that acts as 'left' if 'direction' is 'ltr', 'right' if 'direction' is 'rtl'",
"appliesTo": "block containers",
@@ -1182,7 +1182,7 @@
},
{
"name": "text-decoration",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-text-decoration",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-text-decoration",
"value": "none | [ underline || overline || line-through || blink ] | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -1197,7 +1197,7 @@
},
{
"name": "letter-spacing",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-letter-spacing",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-letter-spacing",
"value": "normal | | inherit",
"initial": "normal",
"appliesTo": "all elements",
@@ -1212,7 +1212,7 @@
},
{
"name": "word-spacing",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-word-spacing",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-word-spacing",
"value": "normal | | inherit",
"initial": "normal",
"appliesTo": "all elements",
@@ -1227,7 +1227,7 @@
},
{
"name": "text-transform",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-text-transform",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-text-transform",
"value": "capitalize | uppercase | lowercase | none | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -1242,7 +1242,7 @@
},
{
"name": "white-space",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-white-space",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-white-space",
"value": "normal | pre | nowrap | pre-wrap | pre-line | inherit",
"initial": "normal",
"appliesTo": "all elements",
@@ -1257,7 +1257,7 @@
},
{
"name": "caption-side",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-caption-side",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-caption-side",
"value": "top | bottom | inherit",
"initial": "top",
"appliesTo": "'table-caption' elements",
@@ -1272,7 +1272,7 @@
},
{
"name": "table-layout",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-table-layout",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-table-layout",
"value": "auto | fixed | inherit",
"initial": "auto",
"appliesTo": "'table' and 'inline-table' elements",
@@ -1287,7 +1287,7 @@
},
{
"name": "border-collapse",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-border-collapse",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-border-collapse",
"value": "collapse | separate | inherit",
"initial": "separate",
"appliesTo": "'table' and 'inline-table' elements",
@@ -1302,7 +1302,7 @@
},
{
"name": "border-spacing",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-border-spacing",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-border-spacing",
"value": " ? | inherit",
"initial": "0",
"appliesTo": "'table' and 'inline-table' elements*",
@@ -1317,7 +1317,7 @@
},
{
"name": "empty-cells",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-empty-cells",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-empty-cells",
"value": "show | hide | inherit",
"initial": "show",
"appliesTo": "'table-cell' elements",
@@ -1332,7 +1332,7 @@
},
{
"name": "cursor",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-cursor",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-cursor",
"value": "[ [ ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress ] ] | inherit",
"initial": "auto",
"appliesTo": "all elements",
@@ -1346,7 +1346,7 @@
},
{
"name": "outline",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-outline",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-outline",
"value": "[ <'outline-color'> || <'outline-style'> || <'outline-width'> ] | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -1360,7 +1360,7 @@
},
{
"name": "outline-width",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-outline-width",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-width",
"value": " | inherit",
"initial": "medium",
"appliesTo": "all elements",
@@ -1375,7 +1375,7 @@
},
{
"name": "outline-style",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-outline-style",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-style",
"value": " | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -1390,7 +1390,7 @@
},
{
"name": "outline-color",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-outline-color",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-color",
"value": " | invert | inherit",
"initial": "invert",
"appliesTo": "all elements",
@@ -1405,7 +1405,7 @@
},
{
"name": "volume",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-volume",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-volume",
"value": " | | silent | x-soft | soft | medium | loud | x-loud | inherit",
"initial": "medium",
"appliesTo": "all elements",
@@ -1419,7 +1419,7 @@
},
{
"name": "speak",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speak",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speak",
"value": "normal | none | spell-out | inherit",
"initial": "normal",
"appliesTo": "all elements",
@@ -1433,7 +1433,7 @@
},
{
"name": "pause-before",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pause-before",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pause-before",
"value": " | | inherit",
"initial": "0",
"appliesTo": "all elements",
@@ -1448,7 +1448,7 @@
},
{
"name": "pause-after",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pause-after",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pause-after",
"value": " | | inherit",
"initial": "0",
"appliesTo": "all elements",
@@ -1463,7 +1463,7 @@
},
{
"name": "pause",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pause",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pause",
"value": "[ [ | ]{1,2} ] | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -1477,7 +1477,7 @@
},
{
"name": "cue-before",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-cue-before",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-cue-before",
"value": " | none | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -1492,7 +1492,7 @@
},
{
"name": "cue-after",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-cue-after",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-cue-after",
"value": " | none | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -1507,7 +1507,7 @@
},
{
"name": "cue",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-cue",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-cue",
"value": "[ <'cue-before'> || <'cue-after'> ] | inherit",
"initial": "see individual properties",
"appliesTo": "all elements",
@@ -1521,7 +1521,7 @@
},
{
"name": "play-during",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-play-during",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-play-during",
"value": " [ mix || repeat ]? | auto | none | inherit",
"initial": "auto",
"appliesTo": "all elements",
@@ -1536,7 +1536,7 @@
},
{
"name": "azimuth",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-azimuth",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-azimuth",
"value": " | [[ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit",
"initial": "center",
"appliesTo": "all elements",
@@ -1550,7 +1550,7 @@
},
{
"name": "elevation",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-elevation",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-elevation",
"value": " | below | level | above | higher | lower | inherit",
"initial": "level",
"appliesTo": "all elements",
@@ -1564,7 +1564,7 @@
},
{
"name": "speech-rate",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speech-rate",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speech-rate",
"value": " | x-slow | slow | medium | fast | x-fast | faster | slower | inherit",
"initial": "medium",
"appliesTo": "all elements",
@@ -1579,7 +1579,7 @@
},
{
"name": "voice-family",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-voice-family",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-voice-family",
"value": "[[ | ],]* [ | ] | inherit",
"initial": "depends on user agent",
"appliesTo": "all elements",
@@ -1594,7 +1594,7 @@
},
{
"name": "pitch",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pitch",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pitch",
"value": " | x-low | low | medium | high | x-high | inherit",
"initial": "medium",
"appliesTo": "all elements",
@@ -1608,7 +1608,7 @@
},
{
"name": "pitch-range",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pitch-range",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pitch-range",
"value": " | inherit",
"initial": "50",
"appliesTo": "all elements",
@@ -1623,7 +1623,7 @@
},
{
"name": "stress",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-stress",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-stress",
"value": " | inherit",
"initial": "50",
"appliesTo": "all elements",
@@ -1637,7 +1637,7 @@
},
{
"name": "richness",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-richness",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-richness",
"value": " | inherit",
"initial": "50",
"appliesTo": "all elements",
@@ -1651,7 +1651,7 @@
},
{
"name": "speak-punctuation",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speak-punctuation",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-punctuation",
"value": "code | none | inherit",
"initial": "none",
"appliesTo": "all elements",
@@ -1666,7 +1666,7 @@
},
{
"name": "speak-numeral",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speak-numeral",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-numeral",
"value": "digits | continuous | inherit",
"initial": "continuous",
"appliesTo": "all elements",
@@ -1681,7 +1681,7 @@
},
{
"name": "speak-header",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speak-header",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-header",
"value": "once | always | inherit",
"initial": "once",
"appliesTo": "elements that have table header information",
diff --git a/tr/dfns/CSS21.json b/tr/dfns/CSS2.json
similarity index 73%
rename from tr/dfns/CSS21.json
rename to tr/dfns/CSS2.json
index c599ee776d35..4cb4981d38d7 100644
--- a/tr/dfns/CSS21.json
+++ b/tr/dfns/CSS2.json
@@ -6,7 +6,7 @@
"dfns": [
{
"id": "propdef-property-name",
- "href": "https://www.w3.org/TR/CSS21/about.html#propdef-property-name",
+ "href": "https://www.w3.org/TR/CSS2/about.html#propdef-property-name",
"linkingText": [
"property-name"
],
@@ -17,7 +17,7 @@
"informative": false,
"heading": {
"id": "property-defs",
- "href": "https://www.w3.org/TR/CSS21/about.html#property-defs",
+ "href": "https://www.w3.org/TR/CSS2/about.html#property-defs",
"title": "CSS property definitions",
"number": "1.4.2"
},
@@ -25,7 +25,7 @@
},
{
"id": "x1",
- "href": "https://www.w3.org/TR/CSS21/about.html#x1",
+ "href": "https://www.w3.org/TR/CSS2/about.html#x1",
"linkingText": [
"shorthand property"
],
@@ -36,7 +36,7 @@
"informative": false,
"heading": {
"id": "shorthand",
- "href": "https://www.w3.org/TR/CSS21/about.html#shorthand",
+ "href": "https://www.w3.org/TR/CSS2/about.html#shorthand",
"title": "Shorthand properties",
"number": "1.4.3"
},
@@ -44,7 +44,7 @@
},
{
"id": "formatting-structure",
- "href": "https://www.w3.org/TR/CSS21/intro.html#formatting-structure",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#formatting-structure",
"linkingText": [
"formatting structure"
],
@@ -55,7 +55,7 @@
"informative": false,
"heading": {
"id": "processing-model",
- "href": "https://www.w3.org/TR/CSS21/intro.html#processing-model",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#processing-model",
"title": "The CSS 2.1 processing model",
"number": "2.3"
},
@@ -63,7 +63,7 @@
},
{
"id": "canvas",
- "href": "https://www.w3.org/TR/CSS21/intro.html#canvas",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#canvas",
"linkingText": [
"canvas"
],
@@ -74,7 +74,7 @@
"informative": false,
"heading": {
"id": "the-canvas",
- "href": "https://www.w3.org/TR/CSS21/intro.html#the-canvas",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#the-canvas",
"title": "The canvas",
"number": "2.3.1"
},
@@ -82,7 +82,7 @@
},
{
"id": "x0",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x0",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x0",
"linkingText": [
"MUST"
],
@@ -93,7 +93,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -101,7 +101,7 @@
},
{
"id": "x1",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x1",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x1",
"linkingText": [
"MUST NOT"
],
@@ -112,7 +112,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -120,7 +120,7 @@
},
{
"id": "x2",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x2",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x2",
"linkingText": [
"REQUIRED"
],
@@ -131,7 +131,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -139,7 +139,7 @@
},
{
"id": "x3",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x3",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x3",
"linkingText": [
"SHALL"
],
@@ -150,7 +150,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -158,7 +158,7 @@
},
{
"id": "x4",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x4",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x4",
"linkingText": [
"SHALL NOT"
],
@@ -169,7 +169,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -177,7 +177,7 @@
},
{
"id": "x5",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x5",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x5",
"linkingText": [
"SHOULD"
],
@@ -188,7 +188,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -196,7 +196,7 @@
},
{
"id": "x6",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x6",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x6",
"linkingText": [
"SHOULD NOT"
],
@@ -207,7 +207,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -215,7 +215,7 @@
},
{
"id": "x7",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x7",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x7",
"linkingText": [
"RECOMMENDED"
],
@@ -226,7 +226,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -234,7 +234,7 @@
},
{
"id": "x8",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x8",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x8",
"linkingText": [
"MAY"
],
@@ -245,7 +245,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -253,7 +253,7 @@
},
{
"id": "x9",
- "href": "https://www.w3.org/TR/CSS21/conform.html#x9",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#x9",
"linkingText": [
"OPTIONAL"
],
@@ -264,7 +264,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -272,7 +272,7 @@
},
{
"id": "style-sheet",
- "href": "https://www.w3.org/TR/CSS21/conform.html#style-sheet",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#style-sheet",
"linkingText": [
"style sheet"
],
@@ -283,7 +283,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -291,7 +291,7 @@
},
{
"id": "valid-style-sheet",
- "href": "https://www.w3.org/TR/CSS21/conform.html#valid-style-sheet",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#valid-style-sheet",
"linkingText": [
"valid style sheet",
"validity"
@@ -303,7 +303,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -311,7 +311,7 @@
},
{
"id": "illegal",
- "href": "https://www.w3.org/TR/CSS21/conform.html#illegal",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#illegal",
"linkingText": [
"illegal"
],
@@ -322,7 +322,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -330,7 +330,7 @@
},
{
"id": "source-document",
- "href": "https://www.w3.org/TR/CSS21/conform.html#source-document",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#source-document",
"linkingText": [
"source document"
],
@@ -341,7 +341,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -349,7 +349,7 @@
},
{
"id": "doclanguage",
- "href": "https://www.w3.org/TR/CSS21/conform.html#doclanguage",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#doclanguage",
"linkingText": [
"document language"
],
@@ -360,7 +360,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -368,7 +368,7 @@
},
{
"id": "element",
- "href": "https://www.w3.org/TR/CSS21/conform.html#element",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#element",
"linkingText": [
"element"
],
@@ -379,7 +379,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -387,7 +387,7 @@
},
{
"id": "replaced-element",
- "href": "https://www.w3.org/TR/CSS21/conform.html#replaced-element",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#replaced-element",
"linkingText": [
"replaced element"
],
@@ -398,7 +398,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -406,7 +406,7 @@
},
{
"id": "intrinsic",
- "href": "https://www.w3.org/TR/CSS21/conform.html#intrinsic",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#intrinsic",
"linkingText": [
"intrinsic dimensions"
],
@@ -417,7 +417,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -425,7 +425,7 @@
},
{
"id": "attribute",
- "href": "https://www.w3.org/TR/CSS21/conform.html#attribute",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#attribute",
"linkingText": [
"attribute"
],
@@ -436,7 +436,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -444,7 +444,7 @@
},
{
"id": "content",
- "href": "https://www.w3.org/TR/CSS21/conform.html#content",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#content",
"linkingText": [
"content"
],
@@ -455,7 +455,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -463,7 +463,7 @@
},
{
"id": "empty",
- "href": "https://www.w3.org/TR/CSS21/conform.html#empty",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#empty",
"linkingText": [
"empty"
],
@@ -474,7 +474,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -482,7 +482,7 @@
},
{
"id": "parent",
- "href": "https://www.w3.org/TR/CSS21/conform.html#parent",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#parent",
"linkingText": [
"parent"
],
@@ -493,7 +493,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -501,7 +501,7 @@
},
{
"id": "ignore",
- "href": "https://www.w3.org/TR/CSS21/conform.html#ignore",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#ignore",
"linkingText": [
"ignore"
],
@@ -512,7 +512,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -520,7 +520,7 @@
},
{
"id": "rendered-content",
- "href": "https://www.w3.org/TR/CSS21/conform.html#rendered-content",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#rendered-content",
"linkingText": [
"rendered content",
"content::rendered"
@@ -532,7 +532,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -540,7 +540,7 @@
},
{
"id": "doctree",
- "href": "https://www.w3.org/TR/CSS21/conform.html#doctree",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#doctree",
"linkingText": [
"document tree"
],
@@ -551,7 +551,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -559,7 +559,7 @@
},
{
"id": "root",
- "href": "https://www.w3.org/TR/CSS21/conform.html#root",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#root",
"linkingText": [
"root"
],
@@ -570,7 +570,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -578,7 +578,7 @@
},
{
"id": "child",
- "href": "https://www.w3.org/TR/CSS21/conform.html#child",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#child",
"linkingText": [
"child"
],
@@ -589,7 +589,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -597,7 +597,7 @@
},
{
"id": "descendant",
- "href": "https://www.w3.org/TR/CSS21/conform.html#descendant",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#descendant",
"linkingText": [
"descendant"
],
@@ -608,7 +608,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -616,7 +616,7 @@
},
{
"id": "ancestor",
- "href": "https://www.w3.org/TR/CSS21/conform.html#ancestor",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#ancestor",
"linkingText": [
"ancestor"
],
@@ -627,7 +627,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -635,7 +635,7 @@
},
{
"id": "sibling",
- "href": "https://www.w3.org/TR/CSS21/conform.html#sibling",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#sibling",
"linkingText": [
"sibling"
],
@@ -646,7 +646,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -654,7 +654,7 @@
},
{
"id": "preceding",
- "href": "https://www.w3.org/TR/CSS21/conform.html#preceding",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#preceding",
"linkingText": [
"preceding element",
"element::preceding"
@@ -666,7 +666,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -674,7 +674,7 @@
},
{
"id": "following",
- "href": "https://www.w3.org/TR/CSS21/conform.html#following",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#following",
"linkingText": [
"following element",
"element::following"
@@ -686,7 +686,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -694,7 +694,7 @@
},
{
"id": "author",
- "href": "https://www.w3.org/TR/CSS21/conform.html#author",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#author",
"linkingText": [
"Author"
],
@@ -705,7 +705,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -713,7 +713,7 @@
},
{
"id": "authoring",
- "href": "https://www.w3.org/TR/CSS21/conform.html#authoring",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#authoring",
"linkingText": [
"authoring tool"
],
@@ -724,7 +724,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -732,7 +732,7 @@
},
{
"id": "user",
- "href": "https://www.w3.org/TR/CSS21/conform.html#user",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#user",
"linkingText": [
"User"
],
@@ -743,7 +743,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -751,7 +751,7 @@
},
{
"id": "user-agent",
- "href": "https://www.w3.org/TR/CSS21/conform.html#user-agent",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#user-agent",
"linkingText": [
"ua",
"user agent"
@@ -763,7 +763,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -771,7 +771,7 @@
},
{
"id": "ua",
- "href": "https://www.w3.org/TR/CSS21/conform.html#ua",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#ua",
"linkingText": [
"user agent",
"UA"
@@ -783,7 +783,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -791,7 +791,7 @@
},
{
"id": "property",
- "href": "https://www.w3.org/TR/CSS21/conform.html#property",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#property",
"linkingText": [
"Property"
],
@@ -802,7 +802,7 @@
"informative": false,
"heading": {
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"title": "Definitions",
"number": "3.1"
},
@@ -810,7 +810,7 @@
},
{
"id": "conformance-term",
- "href": "https://www.w3.org/TR/CSS21/conform.html#conformance-term",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#conformance-term",
"linkingText": [
"conformance"
],
@@ -821,7 +821,7 @@
"informative": false,
"heading": {
"id": "conformance",
- "href": "https://www.w3.org/TR/CSS21/conform.html#conformance",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#conformance",
"title": "UA Conformance",
"number": "3.2"
},
@@ -829,7 +829,7 @@
},
{
"id": "text-css",
- "href": "https://www.w3.org/TR/CSS21/conform.html#text-css",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#text-css",
"linkingText": [
"text/css"
],
@@ -840,7 +840,7 @@
"informative": false,
"heading": {
"id": "text-css",
- "href": "https://www.w3.org/TR/CSS21/conform.html#text-css",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#text-css",
"title": "The text/css content type",
"number": "3.4"
},
@@ -848,7 +848,7 @@
},
{
"id": "message-entity",
- "href": "https://www.w3.org/TR/CSS21/conform.html#message-entity",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#message-entity",
"linkingText": [
"message entity"
],
@@ -859,7 +859,7 @@
"informative": false,
"heading": {
"id": "text-css",
- "href": "https://www.w3.org/TR/CSS21/conform.html#text-css",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#text-css",
"title": "The text/css content type",
"number": "3.4"
},
@@ -867,7 +867,7 @@
},
{
"id": "x0",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x0",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x0",
"linkingText": [
"forward-compatible parsing"
],
@@ -878,7 +878,7 @@
"informative": false,
"heading": {
"id": "syntax",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#syntax",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#syntax",
"title": "Syntax",
"number": "4.1"
},
@@ -886,7 +886,7 @@
},
{
"id": "value-def-identifier",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#value-def-identifier",
"linkingText": [
"identifier"
],
@@ -897,7 +897,7 @@
"informative": false,
"heading": {
"id": "characters",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#characters",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#characters",
"title": "Characters and case",
"number": "4.1.3"
},
@@ -905,7 +905,7 @@
},
{
"id": "escaped-characters",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#escaped-characters",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#escaped-characters",
"linkingText": [
"backslash escapes"
],
@@ -916,7 +916,7 @@
"informative": false,
"heading": {
"id": "characters",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#characters",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#characters",
"title": "Characters and case",
"number": "4.1.3"
},
@@ -924,7 +924,7 @@
},
{
"id": "at-rules",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#at-rules",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#at-rules",
"linkingText": [
"at-rule"
],
@@ -935,7 +935,7 @@
"informative": false,
"heading": {
"id": "at-rules",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#at-rules",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#at-rules",
"title": "At-rules",
"number": "4.1.5"
},
@@ -943,7 +943,7 @@
},
{
"id": "x14",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x14",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x14",
"linkingText": [
"declaration block"
],
@@ -954,7 +954,7 @@
"informative": false,
"heading": {
"id": "rule-sets",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#rule-sets",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#rule-sets",
"title": "Rule sets, declaration blocks, and selectors",
"number": "4.1.7"
},
@@ -962,7 +962,7 @@
},
{
"id": "x15",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x15",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x15",
"linkingText": [
"selector"
],
@@ -973,7 +973,7 @@
"informative": false,
"heading": {
"id": "rule-sets",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#rule-sets",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#rule-sets",
"title": "Rule sets, declaration blocks, and selectors",
"number": "4.1.7"
},
@@ -981,7 +981,7 @@
},
{
"id": "x19",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x19",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x19",
"linkingText": [
"declaration"
],
@@ -992,7 +992,7 @@
"informative": false,
"heading": {
"id": "declaration",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#declaration",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#declaration",
"title": "Declarations and properties",
"number": "4.1.8"
},
@@ -1000,7 +1000,7 @@
},
{
"id": "x21",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x21",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x21",
"linkingText": [
"value"
],
@@ -1011,7 +1011,7 @@
"informative": false,
"heading": {
"id": "declaration",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#declaration",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#declaration",
"title": "Declarations and properties",
"number": "4.1.8"
},
@@ -1019,7 +1019,7 @@
},
{
"id": "value-def-integer",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#value-def-integer",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#value-def-integer",
"linkingText": [
""
],
@@ -1030,7 +1030,7 @@
"informative": false,
"heading": {
"id": "numbers",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#numbers",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#numbers",
"title": "Integers and real numbers",
"number": "4.3.1"
},
@@ -1038,7 +1038,7 @@
},
{
"id": "value-def-number",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#value-def-number",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#value-def-number",
"linkingText": [
""
],
@@ -1049,7 +1049,7 @@
"informative": false,
"heading": {
"id": "numbers",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#numbers",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#numbers",
"title": "Integers and real numbers",
"number": "4.3.1"
},
@@ -1057,7 +1057,7 @@
},
{
"id": "value-def-length",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#value-def-length",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#value-def-length",
"linkingText": [
""
],
@@ -1068,7 +1068,7 @@
"informative": false,
"heading": {
"id": "length-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#length-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#length-units",
"title": "Lengths",
"number": "4.3.2"
},
@@ -1076,7 +1076,7 @@
},
{
"id": "x34",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x34",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x34",
"linkingText": [
"relative units"
],
@@ -1087,7 +1087,7 @@
"informative": false,
"heading": {
"id": "length-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#length-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#length-units",
"title": "Lengths",
"number": "4.3.2"
},
@@ -1095,7 +1095,7 @@
},
{
"id": "em-width",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#em-width",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#em-width",
"linkingText": [
"em (unit)",
"quad width"
@@ -1107,7 +1107,7 @@
"informative": false,
"heading": {
"id": "length-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#length-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#length-units",
"title": "Lengths",
"number": "4.3.2"
},
@@ -1115,7 +1115,7 @@
},
{
"id": "ex",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#ex",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#ex",
"linkingText": [
"x-height",
"ex (unit)"
@@ -1127,7 +1127,7 @@
"informative": false,
"heading": {
"id": "length-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#length-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#length-units",
"title": "Lengths",
"number": "4.3.2"
},
@@ -1135,7 +1135,7 @@
},
{
"id": "x39",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x39",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x39",
"linkingText": [
"absolute length"
],
@@ -1146,7 +1146,7 @@
"informative": false,
"heading": {
"id": "length-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#length-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#length-units",
"title": "Lengths",
"number": "4.3.2"
},
@@ -1154,7 +1154,7 @@
},
{
"id": "x40",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x40",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x40",
"linkingText": [
"reference pixel",
"pixel"
@@ -1166,7 +1166,7 @@
"informative": false,
"heading": {
"id": "length-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#length-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#length-units",
"title": "Lengths",
"number": "4.3.2"
},
@@ -1174,7 +1174,7 @@
},
{
"id": "value-def-percentage",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#value-def-percentage",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#value-def-percentage",
"linkingText": [
""
],
@@ -1185,7 +1185,7 @@
"informative": false,
"heading": {
"id": "percentage-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#percentage-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#percentage-units",
"title": "Percentages",
"number": "4.3.3"
},
@@ -1193,7 +1193,7 @@
},
{
"id": "value-def-uri",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#value-def-uri",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#value-def-uri",
"linkingText": [
""
],
@@ -1204,7 +1204,7 @@
"informative": false,
"heading": {
"id": "uri",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#uri",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#uri",
"title": "URLs and URIs",
"number": "4.3.4"
},
@@ -1212,7 +1212,7 @@
},
{
"id": "value-def-counter",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#value-def-counter",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#value-def-counter",
"linkingText": [
""
],
@@ -1223,7 +1223,7 @@
"informative": false,
"heading": {
"id": "counter",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#counter",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#counter",
"title": "Counters",
"number": "4.3.5"
},
@@ -1231,7 +1231,7 @@
},
{
"id": "x46",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x46",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x46",
"linkingText": [
"counter()"
],
@@ -1242,7 +1242,7 @@
"informative": false,
"heading": {
"id": "counter",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#counter",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#counter",
"title": "Counters",
"number": "4.3.5"
},
@@ -1250,7 +1250,7 @@
},
{
"id": "value-def-color",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#value-def-color",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#value-def-color",
"linkingText": [
""
],
@@ -1261,7 +1261,7 @@
"informative": false,
"heading": {
"id": "color-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#color-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#color-units",
"title": "Colors",
"number": "4.3.6"
},
@@ -1269,7 +1269,7 @@
},
{
"id": "value-def-string",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#value-def-string",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#value-def-string",
"linkingText": [
""
],
@@ -1280,7 +1280,7 @@
"informative": false,
"heading": {
"id": "strings",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#strings",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#strings",
"title": "Strings",
"number": "4.3.7"
},
@@ -1288,7 +1288,7 @@
},
{
"id": "x50",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x50",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x50",
"linkingText": [
"character encoding"
],
@@ -1299,7 +1299,7 @@
"informative": false,
"heading": {
"id": "charset",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#charset",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#charset",
"title": "CSS style sheet representation",
"number": "4.4"
},
@@ -1307,7 +1307,7 @@
},
{
"id": "x57",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#x57",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#x57",
"linkingText": [
"\"@charset\""
],
@@ -1318,7 +1318,7 @@
"informative": false,
"heading": {
"id": "charset",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#charset",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#charset",
"title": "CSS style sheet representation",
"number": "4.4"
},
@@ -1326,7 +1326,7 @@
},
{
"id": "x1",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x1",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x1",
"linkingText": [
"match",
"selector::match"
@@ -1338,7 +1338,7 @@
"informative": false,
"heading": {
"id": "pattern-matching",
- "href": "https://www.w3.org/TR/CSS21/selector.html#pattern-matching",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#pattern-matching",
"title": "Pattern matching",
"number": "5.1"
},
@@ -1346,7 +1346,7 @@
},
{
"id": "simple-selector",
- "href": "https://www.w3.org/TR/CSS21/selector.html#simple-selector",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#simple-selector",
"linkingText": [
"simple selector"
],
@@ -1357,7 +1357,7 @@
"informative": false,
"heading": {
"id": "selector-syntax",
- "href": "https://www.w3.org/TR/CSS21/selector.html#selector-syntax",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#selector-syntax",
"title": "Selector syntax",
"number": "5.2"
},
@@ -1365,7 +1365,7 @@
},
{
"id": "combinator",
- "href": "https://www.w3.org/TR/CSS21/selector.html#combinator",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#combinator",
"linkingText": [
"combinator"
],
@@ -1376,7 +1376,7 @@
"informative": false,
"heading": {
"id": "selector-syntax",
- "href": "https://www.w3.org/TR/CSS21/selector.html#selector-syntax",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#selector-syntax",
"title": "Selector syntax",
"number": "5.2"
},
@@ -1384,7 +1384,7 @@
},
{
"id": "subject",
- "href": "https://www.w3.org/TR/CSS21/selector.html#subject",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#subject",
"linkingText": [
"subject (of selector)",
"selector::subject of"
@@ -1396,7 +1396,7 @@
"informative": false,
"heading": {
"id": "selector-syntax",
- "href": "https://www.w3.org/TR/CSS21/selector.html#selector-syntax",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#selector-syntax",
"title": "Selector syntax",
"number": "5.2"
},
@@ -1404,7 +1404,7 @@
},
{
"id": "x8",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x8",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x8",
"linkingText": [
"multiple declarations"
],
@@ -1415,7 +1415,7 @@
"informative": false,
"heading": {
"id": "grouping",
- "href": "https://www.w3.org/TR/CSS21/selector.html#grouping",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#grouping",
"title": "Grouping",
"number": "5.2.1"
},
@@ -1423,7 +1423,7 @@
},
{
"id": "x10",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x10",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x10",
"linkingText": [
"universal selector"
],
@@ -1434,7 +1434,7 @@
"informative": false,
"heading": {
"id": "universal-selector",
- "href": "https://www.w3.org/TR/CSS21/selector.html#universal-selector",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#universal-selector",
"title": "Universal selector",
"number": "5.3"
},
@@ -1442,7 +1442,7 @@
},
{
"id": "x11",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x11",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x11",
"linkingText": [
"type selector"
],
@@ -1453,7 +1453,7 @@
"informative": false,
"heading": {
"id": "type-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#type-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#type-selectors",
"title": "Type selectors",
"number": "5.4"
},
@@ -1461,7 +1461,7 @@
},
{
"id": "x12",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x12",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x12",
"linkingText": [
"descendant-selectors"
],
@@ -1472,7 +1472,7 @@
"informative": false,
"heading": {
"id": "descendant-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#descendant-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#descendant-selectors",
"title": "Descendant selectors",
"number": "5.5"
},
@@ -1480,7 +1480,7 @@
},
{
"id": "x13",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x13",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x13",
"linkingText": [
"child selector"
],
@@ -1491,7 +1491,7 @@
"informative": false,
"heading": {
"id": "child-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#child-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#child-selectors",
"title": "Child selectors",
"number": "5.6"
},
@@ -1499,7 +1499,7 @@
},
{
"id": "x14",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x14",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x14",
"linkingText": [
"exact matching",
"="
@@ -1511,7 +1511,7 @@
"informative": false,
"heading": {
"id": "matching-attrs",
- "href": "https://www.w3.org/TR/CSS21/selector.html#matching-attrs",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#matching-attrs",
"title": "Matching attributes and attribute values",
"number": "5.8.1"
},
@@ -1519,7 +1519,7 @@
},
{
"id": "x16",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x16",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x16",
"linkingText": [
"space-separated matching",
"~="
@@ -1531,7 +1531,7 @@
"informative": false,
"heading": {
"id": "matching-attrs",
- "href": "https://www.w3.org/TR/CSS21/selector.html#matching-attrs",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#matching-attrs",
"title": "Matching attributes and attribute values",
"number": "5.8.1"
},
@@ -1539,7 +1539,7 @@
},
{
"id": "x18",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x18",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x18",
"linkingText": [
"hyphen-separated matching",
"",
@@ -1552,7 +1552,7 @@
"informative": false,
"heading": {
"id": "matching-attrs",
- "href": "https://www.w3.org/TR/CSS21/selector.html#matching-attrs",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#matching-attrs",
"title": "Matching attributes and attribute values",
"number": "5.8.1"
},
@@ -1560,7 +1560,7 @@
},
{
"id": "x22",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x22",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x22",
"linkingText": [
"pseudo-elements"
],
@@ -1571,7 +1571,7 @@
"informative": false,
"heading": {
"id": "pseudo-elements",
- "href": "https://www.w3.org/TR/CSS21/selector.html#pseudo-elements",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#pseudo-elements",
"title": "Pseudo-elements and pseudo-classes",
"number": "5.10"
},
@@ -1579,7 +1579,7 @@
},
{
"id": "x23",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x23",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x23",
"linkingText": [
"pseudo-classes"
],
@@ -1590,7 +1590,7 @@
"informative": false,
"heading": {
"id": "pseudo-elements",
- "href": "https://www.w3.org/TR/CSS21/selector.html#pseudo-elements",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#pseudo-elements",
"title": "Pseudo-elements and pseudo-classes",
"number": "5.10"
},
@@ -1598,7 +1598,7 @@
},
{
"id": "x24",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x24",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x24",
"linkingText": [
"first-child",
":first-child"
@@ -1610,7 +1610,7 @@
"informative": false,
"heading": {
"id": "first-child",
- "href": "https://www.w3.org/TR/CSS21/selector.html#first-child",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#first-child",
"title": ":first-child pseudo-class",
"number": "5.11.1"
},
@@ -1618,7 +1618,7 @@
},
{
"id": "x26",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x26",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x26",
"linkingText": [
"pseudo-classes:::link",
":link",
@@ -1631,7 +1631,7 @@
"informative": false,
"heading": {
"id": "link-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#link-pseudo-classes",
"title": "The link pseudo-classes: :link and :visited",
"number": "5.11.2"
},
@@ -1639,7 +1639,7 @@
},
{
"id": "x29",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x29",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x29",
"linkingText": [
"pseudo-classes:::visited",
":visited",
@@ -1652,7 +1652,7 @@
"informative": false,
"heading": {
"id": "link-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#link-pseudo-classes",
"title": "The link pseudo-classes: :link and :visited",
"number": "5.11.2"
},
@@ -1660,7 +1660,7 @@
},
{
"id": "x32",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x32",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x32",
"linkingText": [
"pseudo-classes:::hover",
":hover",
@@ -1673,7 +1673,7 @@
"informative": false,
"heading": {
"id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes",
"title": "The dynamic pseudo-classes: :hover, :active, and :focus",
"number": "5.11.3"
},
@@ -1681,7 +1681,7 @@
},
{
"id": "x35",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x35",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x35",
"linkingText": [
"pseudo-classes:::active",
":active",
@@ -1694,7 +1694,7 @@
"informative": false,
"heading": {
"id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes",
"title": "The dynamic pseudo-classes: :hover, :active, and :focus",
"number": "5.11.3"
},
@@ -1702,7 +1702,7 @@
},
{
"id": "x38",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x38",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x38",
"linkingText": [
"pseudo-classes:::focus",
":focus",
@@ -1715,7 +1715,7 @@
"informative": false,
"heading": {
"id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes",
"title": "The dynamic pseudo-classes: :hover, :active, and :focus",
"number": "5.11.3"
},
@@ -1723,7 +1723,7 @@
},
{
"id": "x41",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x41",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x41",
"linkingText": [
"pseudo-classes:::lang",
":lang",
@@ -1736,7 +1736,7 @@
"informative": false,
"heading": {
"id": "lang",
- "href": "https://www.w3.org/TR/CSS21/selector.html#lang",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#lang",
"title": "The language pseudo-class: :lang",
"number": "5.11.4"
},
@@ -1744,7 +1744,7 @@
},
{
"id": "first-line-pseudo",
- "href": "https://www.w3.org/TR/CSS21/selector.html#first-line-pseudo",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#first-line-pseudo",
"linkingText": [
"pseudo-elements:::first-line",
":first-line",
@@ -1757,7 +1757,7 @@
"informative": false,
"heading": {
"id": "first-line-pseudo",
- "href": "https://www.w3.org/TR/CSS21/selector.html#first-line-pseudo",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#first-line-pseudo",
"title": "The :first-line pseudo-element",
"number": "5.12.1"
},
@@ -1765,7 +1765,7 @@
},
{
"id": "x48",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x48",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x48",
"linkingText": [
"fictional tag sequence"
],
@@ -1776,7 +1776,7 @@
"informative": false,
"heading": {
"id": "first-line-pseudo",
- "href": "https://www.w3.org/TR/CSS21/selector.html#first-line-pseudo",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#first-line-pseudo",
"title": "The :first-line pseudo-element",
"number": "5.12.1"
},
@@ -1784,7 +1784,7 @@
},
{
"id": "x50",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x50",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x50",
"linkingText": [
"pseudo-elements:::first-letter",
":first-letter",
@@ -1797,7 +1797,7 @@
"informative": false,
"heading": {
"id": "first-letter",
- "href": "https://www.w3.org/TR/CSS21/selector.html#first-letter",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#first-letter",
"title": "The :first-letter pseudo-element",
"number": "5.12.2"
},
@@ -1805,7 +1805,7 @@
},
{
"id": "x57",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x57",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x57",
"linkingText": [
"pseudo-elements:::before",
":before"
@@ -1817,7 +1817,7 @@
"informative": false,
"heading": {
"id": "before-and-after",
- "href": "https://www.w3.org/TR/CSS21/selector.html#before-and-after",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#before-and-after",
"title": "The :before and :after pseudo-elements",
"number": "5.12.3"
},
@@ -1825,7 +1825,7 @@
},
{
"id": "x59",
- "href": "https://www.w3.org/TR/CSS21/selector.html#x59",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#x59",
"linkingText": [
"pseudo-elements:::after",
":after"
@@ -1837,7 +1837,7 @@
"informative": false,
"heading": {
"id": "before-and-after",
- "href": "https://www.w3.org/TR/CSS21/selector.html#before-and-after",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#before-and-after",
"title": "The :before and :after pseudo-elements",
"number": "5.12.3"
},
@@ -1845,7 +1845,7 @@
},
{
"id": "specified-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#specified-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#specified-value",
"linkingText": [
"specified value"
],
@@ -1856,7 +1856,7 @@
"informative": false,
"heading": {
"id": "specified-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#specified-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#specified-value",
"title": "Specified values",
"number": "6.1.1"
},
@@ -1864,7 +1864,7 @@
},
{
"id": "x1",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#x1",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#x1",
"linkingText": [
"initial value"
],
@@ -1875,7 +1875,7 @@
"informative": false,
"heading": {
"id": "specified-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#specified-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#specified-value",
"title": "Specified values",
"number": "6.1.1"
},
@@ -1883,7 +1883,7 @@
},
{
"id": "computed-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#computed-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#computed-value",
"linkingText": [
"computed value"
],
@@ -1894,7 +1894,7 @@
"informative": false,
"heading": {
"id": "computed-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#computed-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#computed-value",
"title": "Computed values",
"number": "6.1.2"
},
@@ -1902,7 +1902,7 @@
},
{
"id": "used-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#used-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#used-value",
"linkingText": [
"used value"
],
@@ -1913,7 +1913,7 @@
"informative": false,
"heading": {
"id": "used-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#used-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#used-value",
"title": "Used values",
"number": "6.1.3"
},
@@ -1921,7 +1921,7 @@
},
{
"id": "usedValue",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#usedValue",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#usedValue",
"linkingText": [
"used value"
],
@@ -1932,7 +1932,7 @@
"informative": false,
"heading": {
"id": "used-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#used-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#used-value",
"title": "Used values",
"number": "6.1.3"
},
@@ -1940,7 +1940,7 @@
},
{
"id": "actual-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#actual-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#actual-value",
"linkingText": [
"actual value"
],
@@ -1951,7 +1951,7 @@
"informative": false,
"heading": {
"id": "actual-value",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#actual-value",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#actual-value",
"title": "Actual values",
"number": "6.1.4"
},
@@ -1959,7 +1959,7 @@
},
{
"id": "value-def-inherit",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#value-def-inherit",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#value-def-inherit",
"linkingText": [
"inherit"
],
@@ -1970,7 +1970,7 @@
"informative": false,
"heading": {
"id": "value-def-inherit",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#value-def-inherit",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#value-def-inherit",
"title": "The 'inherit' value",
"number": "6.2.1"
},
@@ -1978,7 +1978,7 @@
},
{
"id": "x7",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#x7",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#x7",
"linkingText": [
"@import"
],
@@ -1989,7 +1989,7 @@
"informative": false,
"heading": {
"id": "at-import",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#at-import",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#at-import",
"title": "The @import rule",
"number": "6.3"
},
@@ -1997,7 +1997,7 @@
},
{
"id": "x9",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#x9",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#x9",
"linkingText": [
"conditional import",
"media-dependent import"
@@ -2009,7 +2009,7 @@
"informative": false,
"heading": {
"id": "at-import",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#at-import",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#at-import",
"title": "The @import rule",
"number": "6.3"
},
@@ -2017,7 +2017,7 @@
},
{
"id": "default-style-sheet",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#default-style-sheet",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#default-style-sheet",
"linkingText": [
"default style sheet"
],
@@ -2028,7 +2028,7 @@
"informative": false,
"heading": {
"id": "cascade",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#cascade",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#cascade",
"title": "The cascade",
"number": "6.4"
},
@@ -2036,7 +2036,7 @@
},
{
"id": "x12",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#x12",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#x12",
"linkingText": [
"cascade"
],
@@ -2047,7 +2047,7 @@
"informative": false,
"heading": {
"id": "cascade",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#cascade",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#cascade",
"title": "The cascade",
"number": "6.4"
},
@@ -2055,7 +2055,7 @@
},
{
"id": "x2",
- "href": "https://www.w3.org/TR/CSS21/media.html#x2",
+ "href": "https://www.w3.org/TR/CSS2/media.html#x2",
"linkingText": [
"media"
],
@@ -2066,7 +2066,7 @@
"informative": false,
"heading": {
"id": "at-media-rule",
- "href": "https://www.w3.org/TR/CSS21/media.html#at-media-rule",
+ "href": "https://www.w3.org/TR/CSS2/media.html#at-media-rule",
"title": "The @media rule",
"number": "7.2.1"
},
@@ -2074,7 +2074,7 @@
},
{
"id": "x4",
- "href": "https://www.w3.org/TR/CSS21/media.html#x4",
+ "href": "https://www.w3.org/TR/CSS2/media.html#x4",
"linkingText": [
"media group"
],
@@ -2085,7 +2085,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2093,7 +2093,7 @@
},
{
"id": "continuous-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#continuous-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#continuous-media-group",
"linkingText": [
"'continuous' media group"
],
@@ -2104,7 +2104,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2112,7 +2112,7 @@
},
{
"id": "paged-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#paged-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#paged-media-group",
"linkingText": [
"'paged' media group"
],
@@ -2123,7 +2123,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2131,7 +2131,7 @@
},
{
"id": "visual-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#visual-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#visual-media-group",
"linkingText": [
"'visual' media group"
],
@@ -2142,7 +2142,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2150,7 +2150,7 @@
},
{
"id": "audio-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#audio-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#audio-media-group",
"linkingText": [
"'audio' media group"
],
@@ -2161,7 +2161,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2169,7 +2169,7 @@
},
{
"id": "speech-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#speech-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#speech-media-group",
"linkingText": [
"'speech' media group"
],
@@ -2180,7 +2180,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2188,7 +2188,7 @@
},
{
"id": "tactile-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#tactile-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#tactile-media-group",
"linkingText": [
"'tactile' media group"
],
@@ -2199,7 +2199,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2207,7 +2207,7 @@
},
{
"id": "grid-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#grid-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#grid-media-group",
"linkingText": [
"'grid' media group"
],
@@ -2218,7 +2218,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2226,7 +2226,7 @@
},
{
"id": "bitmap-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#bitmap-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#bitmap-media-group",
"linkingText": [
"'bitmap' media group"
],
@@ -2237,7 +2237,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2245,7 +2245,7 @@
},
{
"id": "interactive-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#interactive-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#interactive-media-group",
"linkingText": [
"'interactive media group"
],
@@ -2256,7 +2256,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2264,7 +2264,7 @@
},
{
"id": "static-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#static-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#static-media-group",
"linkingText": [
"'static' media group"
],
@@ -2275,7 +2275,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2283,7 +2283,7 @@
},
{
"id": "all-media-group",
- "href": "https://www.w3.org/TR/CSS21/media.html#all-media-group",
+ "href": "https://www.w3.org/TR/CSS2/media.html#all-media-group",
"linkingText": [
"'all' media group"
],
@@ -2294,7 +2294,7 @@
"informative": false,
"heading": {
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"title": "Media groups",
"number": "7.3.1"
},
@@ -2302,7 +2302,7 @@
},
{
"id": "box-content-area",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-content-area",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-content-area",
"linkingText": [
"box::content",
"content::of a box"
@@ -2314,7 +2314,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2322,7 +2322,7 @@
},
{
"id": "box-padding-area",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-padding-area",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-padding-area",
"linkingText": [
"box::padding",
"padding::of a box"
@@ -2334,7 +2334,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2342,7 +2342,7 @@
},
{
"id": "box-border-area",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-border-area",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-border-area",
"linkingText": [
"box::border",
"border::of a box"
@@ -2354,7 +2354,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2362,7 +2362,7 @@
},
{
"id": "box-margin-area",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-margin-area",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-margin-area",
"linkingText": [
"box::margin",
"margin::of a box"
@@ -2374,7 +2374,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2382,7 +2382,7 @@
},
{
"id": "content-edge",
- "href": "https://www.w3.org/TR/CSS21/box.html#content-edge",
+ "href": "https://www.w3.org/TR/CSS2/box.html#content-edge",
"linkingText": [
"content edge"
],
@@ -2393,7 +2393,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2401,7 +2401,7 @@
},
{
"id": "inner-edge",
- "href": "https://www.w3.org/TR/CSS21/box.html#inner-edge",
+ "href": "https://www.w3.org/TR/CSS2/box.html#inner-edge",
"linkingText": [
"inner edge"
],
@@ -2412,7 +2412,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2420,7 +2420,7 @@
},
{
"id": "x10",
- "href": "https://www.w3.org/TR/CSS21/box.html#x10",
+ "href": "https://www.w3.org/TR/CSS2/box.html#x10",
"linkingText": [
"content box"
],
@@ -2431,7 +2431,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2439,7 +2439,7 @@
},
{
"id": "padding-edge",
- "href": "https://www.w3.org/TR/CSS21/box.html#padding-edge",
+ "href": "https://www.w3.org/TR/CSS2/box.html#padding-edge",
"linkingText": [
"padding edge"
],
@@ -2450,7 +2450,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2458,7 +2458,7 @@
},
{
"id": "x12",
- "href": "https://www.w3.org/TR/CSS21/box.html#x12",
+ "href": "https://www.w3.org/TR/CSS2/box.html#x12",
"linkingText": [
"padding box"
],
@@ -2469,7 +2469,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2477,7 +2477,7 @@
},
{
"id": "border-edge",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-edge",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-edge",
"linkingText": [
"border edge"
],
@@ -2488,7 +2488,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2496,7 +2496,7 @@
},
{
"id": "x14",
- "href": "https://www.w3.org/TR/CSS21/box.html#x14",
+ "href": "https://www.w3.org/TR/CSS2/box.html#x14",
"linkingText": [
"border box"
],
@@ -2507,7 +2507,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2515,7 +2515,7 @@
},
{
"id": "margin-edge",
- "href": "https://www.w3.org/TR/CSS21/box.html#margin-edge",
+ "href": "https://www.w3.org/TR/CSS2/box.html#margin-edge",
"linkingText": [
"margin edge"
],
@@ -2526,7 +2526,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2534,7 +2534,7 @@
},
{
"id": "outer-edge",
- "href": "https://www.w3.org/TR/CSS21/box.html#outer-edge",
+ "href": "https://www.w3.org/TR/CSS2/box.html#outer-edge",
"linkingText": [
"outer edge"
],
@@ -2545,7 +2545,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2553,7 +2553,7 @@
},
{
"id": "x17",
- "href": "https://www.w3.org/TR/CSS21/box.html#x17",
+ "href": "https://www.w3.org/TR/CSS2/box.html#x17",
"linkingText": [
"margin box"
],
@@ -2564,7 +2564,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2572,7 +2572,7 @@
},
{
"id": "content-width",
- "href": "https://www.w3.org/TR/CSS21/box.html#content-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#content-width",
"linkingText": [
"box::content width"
],
@@ -2583,7 +2583,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2591,7 +2591,7 @@
},
{
"id": "content-height",
- "href": "https://www.w3.org/TR/CSS21/box.html#content-height",
+ "href": "https://www.w3.org/TR/CSS2/box.html#content-height",
"linkingText": [
"box::content height"
],
@@ -2602,7 +2602,7 @@
"informative": false,
"heading": {
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"title": "Box dimensions",
"number": "8.1"
},
@@ -2610,7 +2610,7 @@
},
{
"id": "value-def-margin-width",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-margin-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-margin-width",
"linkingText": [
""
],
@@ -2621,7 +2621,7 @@
"informative": false,
"heading": {
"id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#margin-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#margin-properties",
"title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
"number": "8.3"
},
@@ -2629,7 +2629,7 @@
},
{
"id": "propdef-margin-top",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-margin-top",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin-top",
"linkingText": [
"margin-top"
],
@@ -2640,7 +2640,7 @@
"informative": false,
"heading": {
"id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#margin-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#margin-properties",
"title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
"number": "8.3"
},
@@ -2648,7 +2648,7 @@
},
{
"id": "propdef-margin-bottom",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin-bottom",
"linkingText": [
"margin-bottom"
],
@@ -2659,7 +2659,7 @@
"informative": false,
"heading": {
"id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#margin-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#margin-properties",
"title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
"number": "8.3"
},
@@ -2667,7 +2667,7 @@
},
{
"id": "propdef-margin-right",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-margin-right",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin-right",
"linkingText": [
"margin-right"
],
@@ -2678,7 +2678,7 @@
"informative": false,
"heading": {
"id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#margin-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#margin-properties",
"title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
"number": "8.3"
},
@@ -2686,7 +2686,7 @@
},
{
"id": "propdef-margin-left",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-margin-left",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin-left",
"linkingText": [
"margin-left"
],
@@ -2697,7 +2697,7 @@
"informative": false,
"heading": {
"id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#margin-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#margin-properties",
"title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
"number": "8.3"
},
@@ -2705,7 +2705,7 @@
},
{
"id": "propdef-margin",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-margin",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-margin",
"linkingText": [
"margin"
],
@@ -2716,7 +2716,7 @@
"informative": false,
"heading": {
"id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#margin-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#margin-properties",
"title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
"number": "8.3"
},
@@ -2724,7 +2724,7 @@
},
{
"id": "x26",
- "href": "https://www.w3.org/TR/CSS21/box.html#x26",
+ "href": "https://www.w3.org/TR/CSS2/box.html#x26",
"linkingText": [
"collapse"
],
@@ -2735,7 +2735,7 @@
"informative": false,
"heading": {
"id": "collapsing-margins",
- "href": "https://www.w3.org/TR/CSS21/box.html#collapsing-margins",
+ "href": "https://www.w3.org/TR/CSS2/box.html#collapsing-margins",
"title": "Collapsing margins",
"number": "8.3.1"
},
@@ -2743,7 +2743,7 @@
},
{
"id": "x27",
- "href": "https://www.w3.org/TR/CSS21/box.html#x27",
+ "href": "https://www.w3.org/TR/CSS2/box.html#x27",
"linkingText": [
"collapsing margin"
],
@@ -2754,7 +2754,7 @@
"informative": false,
"heading": {
"id": "collapsing-margins",
- "href": "https://www.w3.org/TR/CSS21/box.html#collapsing-margins",
+ "href": "https://www.w3.org/TR/CSS2/box.html#collapsing-margins",
"title": "Collapsing margins",
"number": "8.3.1"
},
@@ -2762,7 +2762,7 @@
},
{
"id": "x28",
- "href": "https://www.w3.org/TR/CSS21/box.html#x28",
+ "href": "https://www.w3.org/TR/CSS2/box.html#x28",
"linkingText": [
"adjoining margins"
],
@@ -2773,7 +2773,7 @@
"informative": false,
"heading": {
"id": "collapsing-margins",
- "href": "https://www.w3.org/TR/CSS21/box.html#collapsing-margins",
+ "href": "https://www.w3.org/TR/CSS2/box.html#collapsing-margins",
"title": "Collapsing margins",
"number": "8.3.1"
},
@@ -2781,7 +2781,7 @@
},
{
"id": "x29",
- "href": "https://www.w3.org/TR/CSS21/box.html#x29",
+ "href": "https://www.w3.org/TR/CSS2/box.html#x29",
"linkingText": [
"collapse through"
],
@@ -2792,7 +2792,7 @@
"informative": false,
"heading": {
"id": "collapsing-margins",
- "href": "https://www.w3.org/TR/CSS21/box.html#collapsing-margins",
+ "href": "https://www.w3.org/TR/CSS2/box.html#collapsing-margins",
"title": "Collapsing margins",
"number": "8.3.1"
},
@@ -2800,7 +2800,7 @@
},
{
"id": "value-def-padding-width",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-padding-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-padding-width",
"linkingText": [
""
],
@@ -2811,7 +2811,7 @@
"informative": false,
"heading": {
"id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#padding-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#padding-properties",
"title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
"number": "8.4"
},
@@ -2819,7 +2819,7 @@
},
{
"id": "propdef-padding-top",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-padding-top",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding-top",
"linkingText": [
"padding-top"
],
@@ -2830,7 +2830,7 @@
"informative": false,
"heading": {
"id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#padding-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#padding-properties",
"title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
"number": "8.4"
},
@@ -2838,7 +2838,7 @@
},
{
"id": "propdef-padding-right",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-padding-right",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding-right",
"linkingText": [
"padding-right"
],
@@ -2849,7 +2849,7 @@
"informative": false,
"heading": {
"id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#padding-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#padding-properties",
"title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
"number": "8.4"
},
@@ -2857,7 +2857,7 @@
},
{
"id": "propdef-padding-bottom",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding-bottom",
"linkingText": [
"padding-bottom"
],
@@ -2868,7 +2868,7 @@
"informative": false,
"heading": {
"id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#padding-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#padding-properties",
"title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
"number": "8.4"
},
@@ -2876,7 +2876,7 @@
},
{
"id": "propdef-padding-left",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-padding-left",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding-left",
"linkingText": [
"padding-left"
],
@@ -2887,7 +2887,7 @@
"informative": false,
"heading": {
"id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#padding-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#padding-properties",
"title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
"number": "8.4"
},
@@ -2895,7 +2895,7 @@
},
{
"id": "propdef-padding",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-padding",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-padding",
"linkingText": [
"padding"
],
@@ -2906,7 +2906,7 @@
"informative": false,
"heading": {
"id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#padding-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#padding-properties",
"title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
"number": "8.4"
},
@@ -2914,7 +2914,7 @@
},
{
"id": "value-def-border-width",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-border-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-border-width",
"linkingText": [
""
],
@@ -2925,7 +2925,7 @@
"informative": false,
"heading": {
"id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-width-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-width-properties",
"title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
"number": "8.5.1"
},
@@ -2933,7 +2933,7 @@
},
{
"id": "propdef-border-top-width",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-top-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-width",
"linkingText": [
"border-top-width"
],
@@ -2944,7 +2944,7 @@
"informative": false,
"heading": {
"id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-width-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-width-properties",
"title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
"number": "8.5.1"
},
@@ -2952,7 +2952,7 @@
},
{
"id": "propdef-border-right-width",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-right-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-width",
"linkingText": [
"border-right-width"
],
@@ -2963,7 +2963,7 @@
"informative": false,
"heading": {
"id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-width-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-width-properties",
"title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
"number": "8.5.1"
},
@@ -2971,7 +2971,7 @@
},
{
"id": "propdef-border-bottom-width",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-width",
"linkingText": [
"border-bottom-width"
],
@@ -2982,7 +2982,7 @@
"informative": false,
"heading": {
"id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-width-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-width-properties",
"title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
"number": "8.5.1"
},
@@ -2990,7 +2990,7 @@
},
{
"id": "propdef-border-left-width",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-left-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-width",
"linkingText": [
"border-left-width"
],
@@ -3001,7 +3001,7 @@
"informative": false,
"heading": {
"id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-width-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-width-properties",
"title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
"number": "8.5.1"
},
@@ -3009,7 +3009,7 @@
},
{
"id": "propdef-border-width",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-width",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-width",
"linkingText": [
"border-width"
],
@@ -3020,7 +3020,7 @@
"informative": false,
"heading": {
"id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-width-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-width-properties",
"title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
"number": "8.5.1"
},
@@ -3028,7 +3028,7 @@
},
{
"id": "propdef-border-top-color",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-top-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-color",
"linkingText": [
"border-top-color"
],
@@ -3039,7 +3039,7 @@
"informative": false,
"heading": {
"id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-color-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-color-properties",
"title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
"number": "8.5.2"
},
@@ -3047,7 +3047,7 @@
},
{
"id": "propdef-border-right-color",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-right-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-color",
"linkingText": [
"border-right-color"
],
@@ -3058,7 +3058,7 @@
"informative": false,
"heading": {
"id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-color-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-color-properties",
"title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
"number": "8.5.2"
},
@@ -3066,7 +3066,7 @@
},
{
"id": "propdef-border-bottom-color",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-color",
"linkingText": [
"border-bottom-color"
],
@@ -3077,7 +3077,7 @@
"informative": false,
"heading": {
"id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-color-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-color-properties",
"title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
"number": "8.5.2"
},
@@ -3085,7 +3085,7 @@
},
{
"id": "propdef-border-left-color",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-left-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-color",
"linkingText": [
"border-left-color"
],
@@ -3096,7 +3096,7 @@
"informative": false,
"heading": {
"id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-color-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-color-properties",
"title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
"number": "8.5.2"
},
@@ -3104,7 +3104,7 @@
},
{
"id": "propdef-border-color",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-color",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-color",
"linkingText": [
"border-color"
],
@@ -3115,7 +3115,7 @@
"informative": false,
"heading": {
"id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-color-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-color-properties",
"title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
"number": "8.5.2"
},
@@ -3123,7 +3123,7 @@
},
{
"id": "value-def-border-style",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-border-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-border-style",
"linkingText": [
""
],
@@ -3134,7 +3134,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3142,7 +3142,7 @@
},
{
"id": "value-def-bo-none",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-bo-none",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-bo-none",
"linkingText": [
"'none'::as border style"
],
@@ -3153,7 +3153,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3161,7 +3161,7 @@
},
{
"id": "value-def-hidden",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-hidden",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-hidden",
"linkingText": [
"hidden"
],
@@ -3172,7 +3172,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3180,7 +3180,7 @@
},
{
"id": "value-def-dotted",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-dotted",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-dotted",
"linkingText": [
"dotted"
],
@@ -3191,7 +3191,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3199,7 +3199,7 @@
},
{
"id": "value-def-dashed",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-dashed",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-dashed",
"linkingText": [
"dashed"
],
@@ -3210,7 +3210,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3218,7 +3218,7 @@
},
{
"id": "value-def-solid",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-solid",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-solid",
"linkingText": [
"solid"
],
@@ -3229,7 +3229,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3237,7 +3237,7 @@
},
{
"id": "value-def-double",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-double",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-double",
"linkingText": [
"double"
],
@@ -3248,7 +3248,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3256,7 +3256,7 @@
},
{
"id": "value-def-groove",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-groove",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-groove",
"linkingText": [
"groove"
],
@@ -3267,7 +3267,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3275,7 +3275,7 @@
},
{
"id": "value-def-ridge",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-ridge",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-ridge",
"linkingText": [
"ridge"
],
@@ -3286,7 +3286,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3294,7 +3294,7 @@
},
{
"id": "value-def-inset",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-inset",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-inset",
"linkingText": [
"inset"
],
@@ -3305,7 +3305,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3313,7 +3313,7 @@
},
{
"id": "value-def-outset",
- "href": "https://www.w3.org/TR/CSS21/box.html#value-def-outset",
+ "href": "https://www.w3.org/TR/CSS2/box.html#value-def-outset",
"linkingText": [
"outset"
],
@@ -3324,7 +3324,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3332,7 +3332,7 @@
},
{
"id": "propdef-border-top-style",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-top-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-style",
"linkingText": [
"border-top-style"
],
@@ -3343,7 +3343,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3351,7 +3351,7 @@
},
{
"id": "propdef-border-right-style",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-right-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-style",
"linkingText": [
"border-right-style"
],
@@ -3362,7 +3362,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3370,7 +3370,7 @@
},
{
"id": "propdef-border-bottom-style",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-style",
"linkingText": [
"border-bottom-style"
],
@@ -3381,7 +3381,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3389,7 +3389,7 @@
},
{
"id": "propdef-border-left-style",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-left-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-style",
"linkingText": [
"border-left-style"
],
@@ -3400,7 +3400,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3408,7 +3408,7 @@
},
{
"id": "propdef-border-style",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-style",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-style",
"linkingText": [
"border-style"
],
@@ -3419,7 +3419,7 @@
"informative": false,
"heading": {
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
@@ -3427,7 +3427,7 @@
},
{
"id": "propdef-border-top",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-top",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-top",
"linkingText": [
"border-top"
],
@@ -3438,7 +3438,7 @@
"informative": false,
"heading": {
"id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-shorthand-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-shorthand-properties",
"title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
"number": "8.5.4"
},
@@ -3446,7 +3446,7 @@
},
{
"id": "propdef-border-right",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-right",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-right",
"linkingText": [
"border-right"
],
@@ -3457,7 +3457,7 @@
"informative": false,
"heading": {
"id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-shorthand-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-shorthand-properties",
"title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
"number": "8.5.4"
},
@@ -3465,7 +3465,7 @@
},
{
"id": "propdef-border-bottom",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom",
"linkingText": [
"border-bottom"
],
@@ -3476,7 +3476,7 @@
"informative": false,
"heading": {
"id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-shorthand-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-shorthand-properties",
"title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
"number": "8.5.4"
},
@@ -3484,7 +3484,7 @@
},
{
"id": "propdef-border-left",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border-left",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border-left",
"linkingText": [
"border-left"
],
@@ -3495,7 +3495,7 @@
"informative": false,
"heading": {
"id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-shorthand-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-shorthand-properties",
"title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
"number": "8.5.4"
},
@@ -3503,7 +3503,7 @@
},
{
"id": "propdef-border",
- "href": "https://www.w3.org/TR/CSS21/box.html#propdef-border",
+ "href": "https://www.w3.org/TR/CSS2/box.html#propdef-border",
"linkingText": [
"border"
],
@@ -3514,7 +3514,7 @@
"informative": false,
"heading": {
"id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-shorthand-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-shorthand-properties",
"title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
"number": "8.5.4"
},
@@ -3522,7 +3522,7 @@
},
{
"id": "x0",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x0",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x0",
"linkingText": [
"visual formatting model"
],
@@ -3533,7 +3533,7 @@
"informative": false,
"heading": {
"id": "visual-model-intro",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#visual-model-intro",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#visual-model-intro",
"title": "Introduction to the visual formatting model",
"number": "9.1"
},
@@ -3541,7 +3541,7 @@
},
{
"id": "x1",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x1",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x1",
"linkingText": [
"viewport"
],
@@ -3552,7 +3552,7 @@
"informative": false,
"heading": {
"id": "viewport",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#viewport",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#viewport",
"title": "The viewport",
"number": "9.1.1"
},
@@ -3560,7 +3560,7 @@
},
{
"id": "containing-block",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#containing-block",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#containing-block",
"linkingText": [
"containing block"
],
@@ -3571,7 +3571,7 @@
"informative": false,
"heading": {
"id": "containing-block",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#containing-block",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#containing-block",
"title": "Containing blocks",
"number": "9.1.2"
},
@@ -3579,7 +3579,7 @@
},
{
"id": "block-level",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#block-level",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#block-level",
"linkingText": [
"block-level element"
],
@@ -3590,7 +3590,7 @@
"informative": false,
"heading": {
"id": "block-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#block-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#block-boxes",
"title": "Block-level elements and block boxes",
"number": "9.2.1"
},
@@ -3598,7 +3598,7 @@
},
{
"id": "x5",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x5",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x5",
"linkingText": [
"block-level box"
],
@@ -3609,7 +3609,7 @@
"informative": false,
"heading": {
"id": "block-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#block-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#block-boxes",
"title": "Block-level elements and block boxes",
"number": "9.2.1"
},
@@ -3617,7 +3617,7 @@
},
{
"id": "principal-box",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#principal-box",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#principal-box",
"linkingText": [
"principal block-level box"
],
@@ -3628,7 +3628,7 @@
"informative": false,
"heading": {
"id": "block-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#block-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#block-boxes",
"title": "Block-level elements and block boxes",
"number": "9.2.1"
},
@@ -3636,7 +3636,7 @@
},
{
"id": "block-container-box",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#block-container-box",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#block-container-box",
"linkingText": [
"block container box"
],
@@ -3647,7 +3647,7 @@
"informative": false,
"heading": {
"id": "block-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#block-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#block-boxes",
"title": "Block-level elements and block boxes",
"number": "9.2.1"
},
@@ -3655,7 +3655,7 @@
},
{
"id": "x8",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x8",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x8",
"linkingText": [
"block box"
],
@@ -3666,7 +3666,7 @@
"informative": false,
"heading": {
"id": "block-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#block-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#block-boxes",
"title": "Block-level elements and block boxes",
"number": "9.2.1"
},
@@ -3674,7 +3674,7 @@
},
{
"id": "x9",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x9",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x9",
"linkingText": [
"anonymous"
],
@@ -3685,7 +3685,7 @@
"informative": false,
"heading": {
"id": "anonymous-block-level",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#anonymous-block-level",
"title": "Anonymous block boxes",
"number": "9.2.1.1"
},
@@ -3693,7 +3693,7 @@
},
{
"id": "inline-level",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#inline-level",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#inline-level",
"linkingText": [
"inline-level element"
],
@@ -3704,7 +3704,7 @@
"informative": false,
"heading": {
"id": "inline-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#inline-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#inline-boxes",
"title": "Inline-level elements and inline boxes",
"number": "9.2.2"
},
@@ -3712,7 +3712,7 @@
},
{
"id": "x11",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x11",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x11",
"linkingText": [
"inline-level box"
],
@@ -3723,7 +3723,7 @@
"informative": false,
"heading": {
"id": "inline-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#inline-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#inline-boxes",
"title": "Inline-level elements and inline boxes",
"number": "9.2.2"
},
@@ -3731,7 +3731,7 @@
},
{
"id": "inline-box",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#inline-box",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#inline-box",
"linkingText": [
"inline box"
],
@@ -3742,7 +3742,7 @@
"informative": false,
"heading": {
"id": "inline-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#inline-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#inline-boxes",
"title": "Inline-level elements and inline boxes",
"number": "9.2.2"
},
@@ -3750,7 +3750,7 @@
},
{
"id": "x13",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x13",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x13",
"linkingText": [
"atomic inline-level box"
],
@@ -3761,7 +3761,7 @@
"informative": false,
"heading": {
"id": "inline-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#inline-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#inline-boxes",
"title": "Inline-level elements and inline boxes",
"number": "9.2.2"
},
@@ -3769,7 +3769,7 @@
},
{
"id": "x14",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x14",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x14",
"linkingText": [
"anonymous inline boxes"
],
@@ -3780,7 +3780,7 @@
"informative": false,
"heading": {
"id": "anonymous",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#anonymous",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#anonymous",
"title": "Anonymous inline boxes",
"number": "9.2.2.1"
},
@@ -3788,7 +3788,7 @@
},
{
"id": "x15",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x15",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x15",
"linkingText": [
"run-in"
],
@@ -3799,7 +3799,7 @@
"informative": false,
"heading": {
"id": "run-in",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#run-in",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#run-in",
"title": "Run-in boxes",
"number": "9.2.3"
},
@@ -3807,7 +3807,7 @@
},
{
"id": "propdef-display",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-display",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-display",
"linkingText": [
"display"
],
@@ -3818,7 +3818,7 @@
"informative": false,
"heading": {
"id": "display-prop",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#display-prop",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#display-prop",
"title": "The 'display' property",
"number": "9.2.4"
},
@@ -3826,7 +3826,7 @@
},
{
"id": "value-def-block",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#value-def-block",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#value-def-block",
"linkingText": [
"block"
],
@@ -3837,7 +3837,7 @@
"informative": false,
"heading": {
"id": "display-prop",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#display-prop",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#display-prop",
"title": "The 'display' property",
"number": "9.2.4"
},
@@ -3845,7 +3845,7 @@
},
{
"id": "value-def-inline-block",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#value-def-inline-block",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#value-def-inline-block",
"linkingText": [
"inline-block"
],
@@ -3856,7 +3856,7 @@
"informative": false,
"heading": {
"id": "display-prop",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#display-prop",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#display-prop",
"title": "The 'display' property",
"number": "9.2.4"
},
@@ -3864,7 +3864,7 @@
},
{
"id": "value-def-inline",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#value-def-inline",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#value-def-inline",
"linkingText": [
"inline"
],
@@ -3875,7 +3875,7 @@
"informative": false,
"heading": {
"id": "display-prop",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#display-prop",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#display-prop",
"title": "The 'display' property",
"number": "9.2.4"
},
@@ -3883,7 +3883,7 @@
},
{
"id": "value-def-list-item",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#value-def-list-item",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#value-def-list-item",
"linkingText": [
"list-item"
],
@@ -3894,7 +3894,7 @@
"informative": false,
"heading": {
"id": "display-prop",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#display-prop",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#display-prop",
"title": "The 'display' property",
"number": "9.2.4"
},
@@ -3902,7 +3902,7 @@
},
{
"id": "x21",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x21",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x21",
"linkingText": [
"'none'::as display value"
],
@@ -3913,7 +3913,7 @@
"informative": false,
"heading": {
"id": "display-prop",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#display-prop",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#display-prop",
"title": "The 'display' property",
"number": "9.2.4"
},
@@ -3921,7 +3921,7 @@
},
{
"id": "x22",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x22",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x22",
"linkingText": [
"positioning scheme"
],
@@ -3932,7 +3932,7 @@
"informative": false,
"heading": {
"id": "positioning-scheme",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#positioning-scheme",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#positioning-scheme",
"title": "Positioning schemes",
"number": "9.3"
},
@@ -3940,7 +3940,7 @@
},
{
"id": "x23",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x23",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x23",
"linkingText": [
"out of flow"
],
@@ -3951,7 +3951,7 @@
"informative": false,
"heading": {
"id": "positioning-scheme",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#positioning-scheme",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#positioning-scheme",
"title": "Positioning schemes",
"number": "9.3"
},
@@ -3959,7 +3959,7 @@
},
{
"id": "x24",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x24",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x24",
"linkingText": [
"in-flow"
],
@@ -3970,7 +3970,7 @@
"informative": false,
"heading": {
"id": "positioning-scheme",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#positioning-scheme",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#positioning-scheme",
"title": "Positioning schemes",
"number": "9.3"
},
@@ -3978,7 +3978,7 @@
},
{
"id": "x25",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x25",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x25",
"linkingText": [
"flow of an element"
],
@@ -3989,7 +3989,7 @@
"informative": false,
"heading": {
"id": "positioning-scheme",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#positioning-scheme",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#positioning-scheme",
"title": "Positioning schemes",
"number": "9.3"
},
@@ -3997,7 +3997,7 @@
},
{
"id": "propdef-position",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-position",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-position",
"linkingText": [
"position"
],
@@ -4008,7 +4008,7 @@
"informative": false,
"heading": {
"id": "choose-position",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#choose-position",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#choose-position",
"title": "Choosing a positioning scheme: 'position' property",
"number": "9.3.1"
},
@@ -4016,7 +4016,7 @@
},
{
"id": "positioned-element",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#positioned-element",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#positioned-element",
"linkingText": [
"positioned element/box"
],
@@ -4027,7 +4027,7 @@
"informative": false,
"heading": {
"id": "position-props",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#position-props",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#position-props",
"title": "Box offsets: 'top', 'right', 'bottom', 'left'",
"number": "9.3.2"
},
@@ -4035,7 +4035,7 @@
},
{
"id": "propdef-top",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-top",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-top",
"linkingText": [
"top"
],
@@ -4046,7 +4046,7 @@
"informative": false,
"heading": {
"id": "position-props",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#position-props",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#position-props",
"title": "Box offsets: 'top', 'right', 'bottom', 'left'",
"number": "9.3.2"
},
@@ -4054,7 +4054,7 @@
},
{
"id": "propdef-right",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-right",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-right",
"linkingText": [
"right"
],
@@ -4065,7 +4065,7 @@
"informative": false,
"heading": {
"id": "position-props",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#position-props",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#position-props",
"title": "Box offsets: 'top', 'right', 'bottom', 'left'",
"number": "9.3.2"
},
@@ -4073,7 +4073,7 @@
},
{
"id": "propdef-bottom",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-bottom",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-bottom",
"linkingText": [
"bottom"
],
@@ -4084,7 +4084,7 @@
"informative": false,
"heading": {
"id": "position-props",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#position-props",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#position-props",
"title": "Box offsets: 'top', 'right', 'bottom', 'left'",
"number": "9.3.2"
},
@@ -4092,7 +4092,7 @@
},
{
"id": "propdef-left",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-left",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-left",
"linkingText": [
"left"
],
@@ -4103,7 +4103,7 @@
"informative": false,
"heading": {
"id": "position-props",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#position-props",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#position-props",
"title": "Box offsets: 'top', 'right', 'bottom', 'left'",
"number": "9.3.2"
},
@@ -4111,7 +4111,7 @@
},
{
"id": "x32",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x32",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x32",
"linkingText": [
"formatting context"
],
@@ -4122,7 +4122,7 @@
"informative": false,
"heading": {
"id": "normal-flow",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#normal-flow",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#normal-flow",
"title": "Normal flow",
"number": "9.4"
},
@@ -4130,7 +4130,7 @@
},
{
"id": "line-box",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#line-box",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#line-box",
"linkingText": [
"line box"
],
@@ -4141,7 +4141,7 @@
"informative": false,
"heading": {
"id": "inline-formatting",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#inline-formatting",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#inline-formatting",
"title": "Inline formatting contexts",
"number": "9.4.2"
},
@@ -4149,7 +4149,7 @@
},
{
"id": "x34",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x34",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x34",
"linkingText": [
"relative positioning"
],
@@ -4160,7 +4160,7 @@
"informative": false,
"heading": {
"id": "relative-positioning",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#relative-positioning",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#relative-positioning",
"title": "Relative positioning",
"number": "9.4.3"
},
@@ -4168,7 +4168,7 @@
},
{
"id": "propdef-float",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-float",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-float",
"linkingText": [
"float"
],
@@ -4179,7 +4179,7 @@
"informative": false,
"heading": {
"id": "float-position",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#float-position",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#float-position",
"title": "Positioning the float: the 'float' property",
"number": "9.5.1"
},
@@ -4187,7 +4187,7 @@
},
{
"id": "float-rules",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#float-rules",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#float-rules",
"linkingText": [
"float rules"
],
@@ -4198,7 +4198,7 @@
"informative": false,
"heading": {
"id": "float-position",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#float-position",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#float-position",
"title": "Positioning the float: the 'float' property",
"number": "9.5.1"
},
@@ -4206,7 +4206,7 @@
},
{
"id": "propdef-clear",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-clear",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-clear",
"linkingText": [
"clear"
],
@@ -4217,7 +4217,7 @@
"informative": false,
"heading": {
"id": "flow-control",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#flow-control",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#flow-control",
"title": "Controlling flow next to floats: the 'clear' property",
"number": "9.5.2"
},
@@ -4225,7 +4225,7 @@
},
{
"id": "clearance",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#clearance",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#clearance",
"linkingText": [
"clearance."
],
@@ -4236,7 +4236,7 @@
"informative": false,
"heading": {
"id": "flow-control",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#flow-control",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#flow-control",
"title": "Controlling flow next to floats: the 'clear' property",
"number": "9.5.2"
},
@@ -4244,7 +4244,7 @@
},
{
"id": "absolutely-positioned",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#absolutely-positioned",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#absolutely-positioned",
"linkingText": [
"absolutely positioned element"
],
@@ -4255,7 +4255,7 @@
"informative": false,
"heading": {
"id": "absolute-positioning",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#absolute-positioning",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#absolute-positioning",
"title": "Absolute positioning",
"number": "9.6"
},
@@ -4263,7 +4263,7 @@
},
{
"id": "propdef-z-index",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-z-index",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-z-index",
"linkingText": [
"z-index"
],
@@ -4274,7 +4274,7 @@
"informative": false,
"heading": {
"id": "z-index",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#z-index",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#z-index",
"title": "Specifying the stack level: the 'z-index' property",
"number": "9.9.1"
},
@@ -4282,7 +4282,7 @@
},
{
"id": "x43",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x43",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x43",
"linkingText": [
"stacking context"
],
@@ -4293,7 +4293,7 @@
"informative": false,
"heading": {
"id": "z-index",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#z-index",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#z-index",
"title": "Specifying the stack level: the 'z-index' property",
"number": "9.9.1"
},
@@ -4301,7 +4301,7 @@
},
{
"id": "stack-level",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#stack-level",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#stack-level",
"linkingText": [
"stack level"
],
@@ -4312,7 +4312,7 @@
"informative": false,
"heading": {
"id": "z-index",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#z-index",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#z-index",
"title": "Specifying the stack level: the 'z-index' property",
"number": "9.9.1"
},
@@ -4320,7 +4320,7 @@
},
{
"id": "x45",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#x45",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#x45",
"linkingText": [
"bidirectionality (bidi)"
],
@@ -4331,7 +4331,7 @@
"informative": false,
"heading": {
"id": "direction",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#direction",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#direction",
"title": "Text direction: the 'direction' and 'unicode-bidi' properties",
"number": "9.10"
},
@@ -4339,7 +4339,7 @@
},
{
"id": "propdef-direction",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-direction",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-direction",
"linkingText": [
"direction"
],
@@ -4350,7 +4350,7 @@
"informative": false,
"heading": {
"id": "direction",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#direction",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#direction",
"title": "Text direction: the 'direction' and 'unicode-bidi' properties",
"number": "9.10"
},
@@ -4358,7 +4358,7 @@
},
{
"id": "propdef-unicode-bidi",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#propdef-unicode-bidi",
"linkingText": [
"unicode-bidi"
],
@@ -4369,7 +4369,7 @@
"informative": false,
"heading": {
"id": "direction",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#direction",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#direction",
"title": "Text direction: the 'direction' and 'unicode-bidi' properties",
"number": "9.10"
},
@@ -4377,7 +4377,7 @@
},
{
"id": "x1",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#x1",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#x1",
"linkingText": [
"initial containing block",
"containing block::initial"
@@ -4389,7 +4389,7 @@
"informative": false,
"heading": {
"id": "containing-block-details",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#containing-block-details",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#containing-block-details",
"title": "Definition of \"containing block\"",
"number": "10.1"
},
@@ -4397,7 +4397,7 @@
},
{
"id": "propdef-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#propdef-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-width",
"linkingText": [
"width"
],
@@ -4408,7 +4408,7 @@
"informative": false,
"heading": {
"id": "the-width-property",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#the-width-property",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#the-width-property",
"title": "Content width: the 'width' property",
"number": "10.2"
},
@@ -4416,7 +4416,7 @@
},
{
"id": "propdef-min-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#propdef-min-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-min-width",
"linkingText": [
"min-width"
],
@@ -4427,7 +4427,7 @@
"informative": false,
"heading": {
"id": "min-max-widths",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#min-max-widths",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#min-max-widths",
"title": "Minimum and maximum widths: 'min-width' and 'max-width'",
"number": "10.4"
},
@@ -4435,7 +4435,7 @@
},
{
"id": "propdef-max-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#propdef-max-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-max-width",
"linkingText": [
"max-width"
],
@@ -4446,7 +4446,7 @@
"informative": false,
"heading": {
"id": "min-max-widths",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#min-max-widths",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#min-max-widths",
"title": "Minimum and maximum widths: 'min-width' and 'max-width'",
"number": "10.4"
},
@@ -4454,7 +4454,7 @@
},
{
"id": "propdef-height",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#propdef-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-height",
"linkingText": [
"height"
],
@@ -4465,7 +4465,7 @@
"informative": false,
"heading": {
"id": "the-height-property",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#the-height-property",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#the-height-property",
"title": "Content height: the 'height' property",
"number": "10.5"
},
@@ -4473,7 +4473,7 @@
},
{
"id": "propdef-min-height",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#propdef-min-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-min-height",
"linkingText": [
"min-height"
],
@@ -4484,7 +4484,7 @@
"informative": false,
"heading": {
"id": "min-max-heights",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#min-max-heights",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#min-max-heights",
"title": "Minimum and maximum heights: 'min-height' and 'max-height'",
"number": "10.7"
},
@@ -4492,7 +4492,7 @@
},
{
"id": "propdef-max-height",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#propdef-max-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-max-height",
"linkingText": [
"max-height"
],
@@ -4503,7 +4503,7 @@
"informative": false,
"heading": {
"id": "min-max-heights",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#min-max-heights",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#min-max-heights",
"title": "Minimum and maximum heights: 'min-height' and 'max-height'",
"number": "10.7"
},
@@ -4511,7 +4511,7 @@
},
{
"id": "propdef-line-height",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#propdef-line-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-line-height",
"linkingText": [
"line-height"
],
@@ -4522,7 +4522,7 @@
"informative": false,
"heading": {
"id": "leading",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#leading",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#leading",
"title": "Leading and half-leading",
"number": "10.8.1"
},
@@ -4530,7 +4530,7 @@
},
{
"id": "propdef-vertical-align",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#propdef-vertical-align",
"linkingText": [
"vertical-align"
],
@@ -4541,7 +4541,7 @@
"informative": false,
"heading": {
"id": "leading",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#leading",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#leading",
"title": "Leading and half-leading",
"number": "10.8.1"
},
@@ -4549,7 +4549,7 @@
},
{
"id": "x0",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#x0",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#x0",
"linkingText": [
"overflow",
"box::overflow"
@@ -4561,7 +4561,7 @@
"informative": false,
"heading": {
"id": "overflow-clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#overflow-clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#overflow-clipping",
"title": "Overflow and clipping",
"number": "11.1"
},
@@ -4569,7 +4569,7 @@
},
{
"id": "propdef-overflow",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#propdef-overflow",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#propdef-overflow",
"linkingText": [
"overflow"
],
@@ -4580,7 +4580,7 @@
"informative": false,
"heading": {
"id": "overflow",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#overflow",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#overflow",
"title": "Overflow: the 'overflow' property",
"number": "11.1.1"
},
@@ -4588,7 +4588,7 @@
},
{
"id": "x3",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#x3",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#x3",
"linkingText": [
"clipping region"
],
@@ -4599,7 +4599,7 @@
"informative": false,
"heading": {
"id": "clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#clipping",
"title": "Clipping: the 'clip' property",
"number": "11.1.2"
},
@@ -4607,7 +4607,7 @@
},
{
"id": "propdef-clip",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#propdef-clip",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#propdef-clip",
"linkingText": [
"clip"
],
@@ -4618,7 +4618,7 @@
"informative": false,
"heading": {
"id": "clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#clipping",
"title": "Clipping: the 'clip' property",
"number": "11.1.2"
},
@@ -4626,7 +4626,7 @@
},
{
"id": "value-def-shape",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#value-def-shape",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#value-def-shape",
"linkingText": [
""
],
@@ -4637,7 +4637,7 @@
"informative": false,
"heading": {
"id": "clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#clipping",
"title": "Clipping: the 'clip' property",
"number": "11.1.2"
},
@@ -4645,7 +4645,7 @@
},
{
"id": "value-def-top",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#value-def-top",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#value-def-top",
"linkingText": [
""
],
@@ -4656,7 +4656,7 @@
"informative": false,
"heading": {
"id": "clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#clipping",
"title": "Clipping: the 'clip' property",
"number": "11.1.2"
},
@@ -4664,7 +4664,7 @@
},
{
"id": "value-def-right",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#value-def-right",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#value-def-right",
"linkingText": [
""
],
@@ -4675,7 +4675,7 @@
"informative": false,
"heading": {
"id": "clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#clipping",
"title": "Clipping: the 'clip' property",
"number": "11.1.2"
},
@@ -4683,7 +4683,7 @@
},
{
"id": "value-def-bottom",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#value-def-bottom",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#value-def-bottom",
"linkingText": [
""
],
@@ -4694,7 +4694,7 @@
"informative": false,
"heading": {
"id": "clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#clipping",
"title": "Clipping: the 'clip' property",
"number": "11.1.2"
},
@@ -4702,7 +4702,7 @@
},
{
"id": "value-def-left",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#value-def-left",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#value-def-left",
"linkingText": [
""
],
@@ -4713,7 +4713,7 @@
"informative": false,
"heading": {
"id": "clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#clipping",
"title": "Clipping: the 'clip' property",
"number": "11.1.2"
},
@@ -4721,7 +4721,7 @@
},
{
"id": "propdef-visibility",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#propdef-visibility",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#propdef-visibility",
"linkingText": [
"visibility"
],
@@ -4732,7 +4732,7 @@
"informative": false,
"heading": {
"id": "visibility",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#visibility",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#visibility",
"title": "Visibility: the 'visibility' property",
"number": "11.2"
},
@@ -4740,7 +4740,7 @@
},
{
"id": "x0",
- "href": "https://www.w3.org/TR/CSS21/generate.html#x0",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#x0",
"linkingText": [
"generated content"
],
@@ -4751,14 +4751,14 @@
"informative": false,
"heading": {
"id": "generated-text",
- "href": "https://www.w3.org/TR/CSS21/generate.html#generated-text",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#generated-text",
"title": "12 Generated content, automatic numbering, and lists"
},
"definedIn": "heading"
},
{
"id": "x1",
- "href": "https://www.w3.org/TR/CSS21/generate.html#x1",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#x1",
"linkingText": [
"automatic numbering"
],
@@ -4769,14 +4769,14 @@
"informative": false,
"heading": {
"id": "generated-text",
- "href": "https://www.w3.org/TR/CSS21/generate.html#generated-text",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#generated-text",
"title": "12 Generated content, automatic numbering, and lists"
},
"definedIn": "heading"
},
{
"id": "x2",
- "href": "https://www.w3.org/TR/CSS21/generate.html#x2",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#x2",
"linkingText": [
":before",
"pseudo-elements:::before",
@@ -4789,7 +4789,7 @@
"informative": false,
"heading": {
"id": "before-after-content",
- "href": "https://www.w3.org/TR/CSS21/generate.html#before-after-content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#before-after-content",
"title": "The :before and :after pseudo-elements",
"number": "12.1"
},
@@ -4797,7 +4797,7 @@
},
{
"id": "x5",
- "href": "https://www.w3.org/TR/CSS21/generate.html#x5",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#x5",
"linkingText": [
":after",
"pseudo-elements:::after",
@@ -4810,7 +4810,7 @@
"informative": false,
"heading": {
"id": "before-after-content",
- "href": "https://www.w3.org/TR/CSS21/generate.html#before-after-content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#before-after-content",
"title": "The :before and :after pseudo-elements",
"number": "12.1"
},
@@ -4818,7 +4818,7 @@
},
{
"id": "propdef-content",
- "href": "https://www.w3.org/TR/CSS21/generate.html#propdef-content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-content",
"linkingText": [
"content"
],
@@ -4829,7 +4829,7 @@
"informative": false,
"heading": {
"id": "content",
- "href": "https://www.w3.org/TR/CSS21/generate.html#content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#content",
"title": "The 'content' property",
"number": "12.2"
},
@@ -4837,7 +4837,7 @@
},
{
"id": "x18",
- "href": "https://www.w3.org/TR/CSS21/generate.html#x18",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#x18",
"linkingText": [
"attr()"
],
@@ -4848,7 +4848,7 @@
"informative": false,
"heading": {
"id": "content",
- "href": "https://www.w3.org/TR/CSS21/generate.html#content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#content",
"title": "The 'content' property",
"number": "12.2"
},
@@ -4856,7 +4856,7 @@
},
{
"id": "propdef-quotes",
- "href": "https://www.w3.org/TR/CSS21/generate.html#propdef-quotes",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-quotes",
"linkingText": [
"quotes"
],
@@ -4867,7 +4867,7 @@
"informative": false,
"heading": {
"id": "quotes-specify",
- "href": "https://www.w3.org/TR/CSS21/generate.html#quotes-specify",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#quotes-specify",
"title": "Specifying quotes with the 'quotes' property",
"number": "12.3.1"
},
@@ -4875,7 +4875,7 @@
},
{
"id": "value-def-open-quote",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-open-quote",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-open-quote",
"linkingText": [
"open-quote"
],
@@ -4886,7 +4886,7 @@
"informative": false,
"heading": {
"id": "quotes-insert",
- "href": "https://www.w3.org/TR/CSS21/generate.html#quotes-insert",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#quotes-insert",
"title": "Inserting quotes with the 'content' property",
"number": "12.3.2"
},
@@ -4894,7 +4894,7 @@
},
{
"id": "value-def-close-quote",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-close-quote",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-close-quote",
"linkingText": [
"close-quote"
],
@@ -4905,7 +4905,7 @@
"informative": false,
"heading": {
"id": "quotes-insert",
- "href": "https://www.w3.org/TR/CSS21/generate.html#quotes-insert",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#quotes-insert",
"title": "Inserting quotes with the 'content' property",
"number": "12.3.2"
},
@@ -4913,7 +4913,7 @@
},
{
"id": "value-def-no-close-quote",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-no-close-quote",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-no-close-quote",
"linkingText": [
"no-close-quote"
],
@@ -4924,7 +4924,7 @@
"informative": false,
"heading": {
"id": "quotes-insert",
- "href": "https://www.w3.org/TR/CSS21/generate.html#quotes-insert",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#quotes-insert",
"title": "Inserting quotes with the 'content' property",
"number": "12.3.2"
},
@@ -4932,7 +4932,7 @@
},
{
"id": "value-def-no-open-quote",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-no-open-quote",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-no-open-quote",
"linkingText": [
"no-open-quote"
],
@@ -4943,7 +4943,7 @@
"informative": false,
"heading": {
"id": "quotes-insert",
- "href": "https://www.w3.org/TR/CSS21/generate.html#quotes-insert",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#quotes-insert",
"title": "Inserting quotes with the 'content' property",
"number": "12.3.2"
},
@@ -4951,7 +4951,7 @@
},
{
"id": "counters",
- "href": "https://www.w3.org/TR/CSS21/generate.html#counters",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#counters",
"linkingText": [
"counters"
],
@@ -4962,7 +4962,7 @@
"informative": false,
"heading": {
"id": "counters",
- "href": "https://www.w3.org/TR/CSS21/generate.html#counters",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#counters",
"title": "Automatic counters and numbering",
"number": "12.4"
},
@@ -4970,7 +4970,7 @@
},
{
"id": "propdef-counter-reset",
- "href": "https://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-counter-reset",
"linkingText": [
"counter-reset"
],
@@ -4981,7 +4981,7 @@
"informative": false,
"heading": {
"id": "counters",
- "href": "https://www.w3.org/TR/CSS21/generate.html#counters",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#counters",
"title": "Automatic counters and numbering",
"number": "12.4"
},
@@ -4989,7 +4989,7 @@
},
{
"id": "propdef-counter-increment",
- "href": "https://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-counter-increment",
"linkingText": [
"counter-increment"
],
@@ -5000,7 +5000,7 @@
"informative": false,
"heading": {
"id": "counters",
- "href": "https://www.w3.org/TR/CSS21/generate.html#counters",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#counters",
"title": "Automatic counters and numbering",
"number": "12.4"
},
@@ -5008,7 +5008,7 @@
},
{
"id": "x29",
- "href": "https://www.w3.org/TR/CSS21/generate.html#x29",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#x29",
"linkingText": [
"scope"
],
@@ -5019,7 +5019,7 @@
"informative": false,
"heading": {
"id": "scope",
- "href": "https://www.w3.org/TR/CSS21/generate.html#scope",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#scope",
"title": "Nested counters and scope",
"number": "12.4.1"
},
@@ -5027,7 +5027,7 @@
},
{
"id": "x30",
- "href": "https://www.w3.org/TR/CSS21/generate.html#x30",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#x30",
"linkingText": [
"list properties"
],
@@ -5038,7 +5038,7 @@
"informative": false,
"heading": {
"id": "lists",
- "href": "https://www.w3.org/TR/CSS21/generate.html#lists",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#lists",
"title": "Lists",
"number": "12.5"
},
@@ -5046,7 +5046,7 @@
},
{
"id": "propdef-list-style-type",
- "href": "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-type",
"linkingText": [
"list-style-type"
],
@@ -5057,7 +5057,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5065,7 +5065,7 @@
},
{
"id": "value-def-disc",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-disc",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-disc",
"linkingText": [
"disc"
],
@@ -5076,7 +5076,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5084,7 +5084,7 @@
},
{
"id": "value-def-circle",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-circle",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-circle",
"linkingText": [
"circle"
],
@@ -5095,7 +5095,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5103,7 +5103,7 @@
},
{
"id": "value-def-square",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-square",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-square",
"linkingText": [
"square"
],
@@ -5114,7 +5114,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5122,7 +5122,7 @@
},
{
"id": "value-def-decimal",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-decimal",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-decimal",
"linkingText": [
"decimal"
],
@@ -5133,7 +5133,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5141,7 +5141,7 @@
},
{
"id": "value-def-decimal-leading-zero",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-decimal-leading-zero",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-decimal-leading-zero",
"linkingText": [
"decimal-leading-zero"
],
@@ -5152,7 +5152,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5160,7 +5160,7 @@
},
{
"id": "value-def-lower-roman",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-lower-roman",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-lower-roman",
"linkingText": [
"lower-roman"
],
@@ -5171,7 +5171,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5179,7 +5179,7 @@
},
{
"id": "value-def-upper-roman",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-upper-roman",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-upper-roman",
"linkingText": [
"upper-roman"
],
@@ -5190,7 +5190,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5198,7 +5198,7 @@
},
{
"id": "value-def-georgian",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-georgian",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-georgian",
"linkingText": [
"georgian"
],
@@ -5209,7 +5209,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5217,7 +5217,7 @@
},
{
"id": "value-def-armenian",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-armenian",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-armenian",
"linkingText": [
"armenian"
],
@@ -5228,7 +5228,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5236,7 +5236,7 @@
},
{
"id": "value-def-lower-latin",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-lower-latin",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-lower-latin",
"linkingText": [
"lower-latin"
],
@@ -5247,7 +5247,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5255,7 +5255,7 @@
},
{
"id": "value-def-upper-latin",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-upper-latin",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-upper-latin",
"linkingText": [
"upper-latin"
],
@@ -5266,7 +5266,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5274,7 +5274,7 @@
},
{
"id": "value-def-lower-greek",
- "href": "https://www.w3.org/TR/CSS21/generate.html#value-def-lower-greek",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#value-def-lower-greek",
"linkingText": [
"lower-greek"
],
@@ -5285,7 +5285,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5293,7 +5293,7 @@
},
{
"id": "propdef-list-style-image",
- "href": "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-image",
"linkingText": [
"list-style-image"
],
@@ -5304,7 +5304,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5312,7 +5312,7 @@
},
{
"id": "propdef-list-style-position",
- "href": "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-position",
"linkingText": [
"list-style-position"
],
@@ -5323,7 +5323,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5331,7 +5331,7 @@
},
{
"id": "propdef-list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style",
"linkingText": [
"list-style"
],
@@ -5342,7 +5342,7 @@
"informative": false,
"heading": {
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
@@ -5350,7 +5350,7 @@
},
{
"id": "x0",
- "href": "https://www.w3.org/TR/CSS21/page.html#x0",
+ "href": "https://www.w3.org/TR/CSS2/page.html#x0",
"linkingText": [
"sheet"
],
@@ -5361,7 +5361,7 @@
"informative": false,
"heading": {
"id": "page-intro",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-intro",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-intro",
"title": "Introduction to paged media",
"number": "13.1"
},
@@ -5369,7 +5369,7 @@
},
{
"id": "x1",
- "href": "https://www.w3.org/TR/CSS21/page.html#x1",
+ "href": "https://www.w3.org/TR/CSS2/page.html#x1",
"linkingText": [
"page box"
],
@@ -5380,7 +5380,7 @@
"informative": false,
"heading": {
"id": "page-box",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-box",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-box",
"title": "Page boxes: the @page rule",
"number": "13.2"
},
@@ -5388,7 +5388,7 @@
},
{
"id": "page-area",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-area",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-area",
"linkingText": [
"page area"
],
@@ -5399,7 +5399,7 @@
"informative": false,
"heading": {
"id": "page-box",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-box",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-box",
"title": "Page boxes: the @page rule",
"number": "13.2"
},
@@ -5407,7 +5407,7 @@
},
{
"id": "x3",
- "href": "https://www.w3.org/TR/CSS21/page.html#x3",
+ "href": "https://www.w3.org/TR/CSS2/page.html#x3",
"linkingText": [
"@page"
],
@@ -5418,7 +5418,7 @@
"informative": false,
"heading": {
"id": "page-box",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-box",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-box",
"title": "Page boxes: the @page rule",
"number": "13.2"
},
@@ -5426,7 +5426,7 @@
},
{
"id": "page-context",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-context",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-context",
"linkingText": [
"page-context"
],
@@ -5437,7 +5437,7 @@
"informative": false,
"heading": {
"id": "page-box",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-box",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-box",
"title": "Page boxes: the @page rule",
"number": "13.2"
},
@@ -5445,7 +5445,7 @@
},
{
"id": "x5",
- "href": "https://www.w3.org/TR/CSS21/page.html#x5",
+ "href": "https://www.w3.org/TR/CSS2/page.html#x5",
"linkingText": [
"page selector"
],
@@ -5456,7 +5456,7 @@
"informative": false,
"heading": {
"id": "page-box",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-box",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-box",
"title": "Page boxes: the @page rule",
"number": "13.2"
},
@@ -5464,7 +5464,7 @@
},
{
"id": "x6",
- "href": "https://www.w3.org/TR/CSS21/page.html#x6",
+ "href": "https://www.w3.org/TR/CSS2/page.html#x6",
"linkingText": [
":left",
"pseudo-class:::left"
@@ -5476,7 +5476,7 @@
"informative": false,
"heading": {
"id": "page-selectors",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-selectors",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-selectors",
"title": "Page selectors: selecting left, right, and first pages",
"number": "13.2.2"
},
@@ -5484,7 +5484,7 @@
},
{
"id": "x8",
- "href": "https://www.w3.org/TR/CSS21/page.html#x8",
+ "href": "https://www.w3.org/TR/CSS2/page.html#x8",
"linkingText": [
":right",
"pseudo-class:::right"
@@ -5496,7 +5496,7 @@
"informative": false,
"heading": {
"id": "page-selectors",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-selectors",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-selectors",
"title": "Page selectors: selecting left, right, and first pages",
"number": "13.2.2"
},
@@ -5504,7 +5504,7 @@
},
{
"id": "x10",
- "href": "https://www.w3.org/TR/CSS21/page.html#x10",
+ "href": "https://www.w3.org/TR/CSS2/page.html#x10",
"linkingText": [
":first",
"pseudo-class:::first"
@@ -5516,7 +5516,7 @@
"informative": false,
"heading": {
"id": "page-selectors",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-selectors",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-selectors",
"title": "Page selectors: selecting left, right, and first pages",
"number": "13.2.2"
},
@@ -5524,7 +5524,7 @@
},
{
"id": "propdef-page-break-before",
- "href": "https://www.w3.org/TR/CSS21/page.html#propdef-page-break-before",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-before",
"linkingText": [
"page-break-before"
],
@@ -5535,7 +5535,7 @@
"informative": false,
"heading": {
"id": "page-break-props",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-break-props",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-break-props",
"title": "Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
"number": "13.3.1"
},
@@ -5543,7 +5543,7 @@
},
{
"id": "propdef-page-break-after",
- "href": "https://www.w3.org/TR/CSS21/page.html#propdef-page-break-after",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-after",
"linkingText": [
"page-break-after"
],
@@ -5554,7 +5554,7 @@
"informative": false,
"heading": {
"id": "page-break-props",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-break-props",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-break-props",
"title": "Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
"number": "13.3.1"
},
@@ -5562,7 +5562,7 @@
},
{
"id": "propdef-page-break-inside",
- "href": "https://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-inside",
"linkingText": [
"page-break-inside"
],
@@ -5573,7 +5573,7 @@
"informative": false,
"heading": {
"id": "page-break-props",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-break-props",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-break-props",
"title": "Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
"number": "13.3.1"
},
@@ -5581,7 +5581,7 @@
},
{
"id": "propdef-orphans",
- "href": "https://www.w3.org/TR/CSS21/page.html#propdef-orphans",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-orphans",
"linkingText": [
"orphans"
],
@@ -5592,7 +5592,7 @@
"informative": false,
"heading": {
"id": "break-inside",
- "href": "https://www.w3.org/TR/CSS21/page.html#break-inside",
+ "href": "https://www.w3.org/TR/CSS2/page.html#break-inside",
"title": "Breaks inside elements: 'orphans', 'widows'",
"number": "13.3.2"
},
@@ -5600,7 +5600,7 @@
},
{
"id": "propdef-widows",
- "href": "https://www.w3.org/TR/CSS21/page.html#propdef-widows",
+ "href": "https://www.w3.org/TR/CSS2/page.html#propdef-widows",
"linkingText": [
"widows"
],
@@ -5611,7 +5611,7 @@
"informative": false,
"heading": {
"id": "break-inside",
- "href": "https://www.w3.org/TR/CSS21/page.html#break-inside",
+ "href": "https://www.w3.org/TR/CSS2/page.html#break-inside",
"title": "Breaks inside elements: 'orphans', 'widows'",
"number": "13.3.2"
},
@@ -5619,7 +5619,7 @@
},
{
"id": "propdef-color",
- "href": "https://www.w3.org/TR/CSS21/colors.html#propdef-color",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-color",
"linkingText": [
"color"
],
@@ -5630,7 +5630,7 @@
"informative": false,
"heading": {
"id": "colors",
- "href": "https://www.w3.org/TR/CSS21/colors.html#colors",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#colors",
"title": "Foreground color: the 'color' property",
"number": "14.1"
},
@@ -5638,7 +5638,7 @@
},
{
"id": "propdef-background-color",
- "href": "https://www.w3.org/TR/CSS21/colors.html#propdef-background-color",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-color",
"linkingText": [
"background-color"
],
@@ -5649,7 +5649,7 @@
"informative": false,
"heading": {
"id": "background-properties",
- "href": "https://www.w3.org/TR/CSS21/colors.html#background-properties",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#background-properties",
"title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
"number": "14.2.1"
},
@@ -5657,7 +5657,7 @@
},
{
"id": "propdef-background-image",
- "href": "https://www.w3.org/TR/CSS21/colors.html#propdef-background-image",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-image",
"linkingText": [
"background-image"
],
@@ -5668,7 +5668,7 @@
"informative": false,
"heading": {
"id": "background-properties",
- "href": "https://www.w3.org/TR/CSS21/colors.html#background-properties",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#background-properties",
"title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
"number": "14.2.1"
},
@@ -5676,7 +5676,7 @@
},
{
"id": "propdef-background-repeat",
- "href": "https://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-repeat",
"linkingText": [
"background-repeat"
],
@@ -5687,7 +5687,7 @@
"informative": false,
"heading": {
"id": "background-properties",
- "href": "https://www.w3.org/TR/CSS21/colors.html#background-properties",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#background-properties",
"title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
"number": "14.2.1"
},
@@ -5695,7 +5695,7 @@
},
{
"id": "propdef-background-attachment",
- "href": "https://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-attachment",
"linkingText": [
"background-attachment"
],
@@ -5706,7 +5706,7 @@
"informative": false,
"heading": {
"id": "background-properties",
- "href": "https://www.w3.org/TR/CSS21/colors.html#background-properties",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#background-properties",
"title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
"number": "14.2.1"
},
@@ -5714,7 +5714,7 @@
},
{
"id": "propdef-background-position",
- "href": "https://www.w3.org/TR/CSS21/colors.html#propdef-background-position",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background-position",
"linkingText": [
"background-position"
],
@@ -5725,7 +5725,7 @@
"informative": false,
"heading": {
"id": "background-properties",
- "href": "https://www.w3.org/TR/CSS21/colors.html#background-properties",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#background-properties",
"title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
"number": "14.2.1"
},
@@ -5733,7 +5733,7 @@
},
{
"id": "propdef-background",
- "href": "https://www.w3.org/TR/CSS21/colors.html#propdef-background",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#propdef-background",
"linkingText": [
"background"
],
@@ -5744,7 +5744,7 @@
"informative": false,
"heading": {
"id": "background-properties",
- "href": "https://www.w3.org/TR/CSS21/colors.html#background-properties",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#background-properties",
"title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
"number": "14.2.1"
},
@@ -5752,7 +5752,7 @@
},
{
"id": "propdef-font-family",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-family",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-family",
"linkingText": [
"font-family"
],
@@ -5763,7 +5763,7 @@
"informative": false,
"heading": {
"id": "font-family-prop",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-family-prop",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-family-prop",
"title": "Font family: the 'font-family' property",
"number": "15.3"
},
@@ -5771,7 +5771,7 @@
},
{
"id": "serif-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#serif-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#serif-def",
"linkingText": [
"serif"
],
@@ -5782,7 +5782,7 @@
"informative": false,
"heading": {
"id": "serif-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#serif-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#serif-def",
"title": "serif",
"number": "15.3.1.1"
},
@@ -5790,7 +5790,7 @@
},
{
"id": "sans-serif-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#sans-serif-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#sans-serif-def",
"linkingText": [
"sans-serif"
],
@@ -5801,7 +5801,7 @@
"informative": false,
"heading": {
"id": "sans-serif-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#sans-serif-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#sans-serif-def",
"title": "sans-serif",
"number": "15.3.1.2"
},
@@ -5809,7 +5809,7 @@
},
{
"id": "cursive-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#cursive-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#cursive-def",
"linkingText": [
"cursive"
],
@@ -5820,7 +5820,7 @@
"informative": false,
"heading": {
"id": "cursive-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#cursive-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#cursive-def",
"title": "cursive",
"number": "15.3.1.3"
},
@@ -5828,7 +5828,7 @@
},
{
"id": "fantasy-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#fantasy-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#fantasy-def",
"linkingText": [
"fantasy"
],
@@ -5839,7 +5839,7 @@
"informative": false,
"heading": {
"id": "fantasy-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#fantasy-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#fantasy-def",
"title": "fantasy",
"number": "15.3.1.4"
},
@@ -5847,7 +5847,7 @@
},
{
"id": "monospace-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#monospace-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#monospace-def",
"linkingText": [
"monospace"
],
@@ -5858,7 +5858,7 @@
"informative": false,
"heading": {
"id": "monospace-def",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#monospace-def",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#monospace-def",
"title": "monospace",
"number": "15.3.1.5"
},
@@ -5866,7 +5866,7 @@
},
{
"id": "propdef-font-style",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-style",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-style",
"linkingText": [
"font-style"
],
@@ -5877,7 +5877,7 @@
"informative": false,
"heading": {
"id": "font-styling",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-styling",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-styling",
"title": "Font styling: the 'font-style' property",
"number": "15.4"
},
@@ -5885,7 +5885,7 @@
},
{
"id": "propdef-font-variant",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-variant",
"linkingText": [
"font-variant"
],
@@ -5896,7 +5896,7 @@
"informative": false,
"heading": {
"id": "small-caps",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#small-caps",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#small-caps",
"title": "Small-caps: the 'font-variant' property",
"number": "15.5"
},
@@ -5904,7 +5904,7 @@
},
{
"id": "propdef-font-weight",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-weight",
"linkingText": [
"font-weight"
],
@@ -5915,7 +5915,7 @@
"informative": false,
"heading": {
"id": "font-boldness",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-boldness",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-boldness",
"title": "Font boldness: the 'font-weight' property",
"number": "15.6"
},
@@ -5923,7 +5923,7 @@
},
{
"id": "propdef-font-size",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-size",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-size",
"linkingText": [
"font-size"
],
@@ -5934,7 +5934,7 @@
"informative": false,
"heading": {
"id": "font-size-props",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-size-props",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-size-props",
"title": "Font size: the 'font-size' property",
"number": "15.7"
},
@@ -5942,7 +5942,7 @@
},
{
"id": "propdef-font",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#propdef-font",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#propdef-font",
"linkingText": [
"font"
],
@@ -5953,7 +5953,7 @@
"informative": false,
"heading": {
"id": "font-shorthand",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-shorthand",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-shorthand",
"title": "Shorthand font property: the 'font' property",
"number": "15.8"
},
@@ -5961,7 +5961,7 @@
},
{
"id": "x11",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#x11",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#x11",
"linkingText": [
"system fonts"
],
@@ -5972,7 +5972,7 @@
"informative": false,
"heading": {
"id": "font-shorthand",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-shorthand",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-shorthand",
"title": "Shorthand font property: the 'font' property",
"number": "15.8"
},
@@ -5980,7 +5980,7 @@
},
{
"id": "propdef-text-indent",
- "href": "https://www.w3.org/TR/CSS21/text.html#propdef-text-indent",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-text-indent",
"linkingText": [
"text-indent"
],
@@ -5991,7 +5991,7 @@
"informative": false,
"heading": {
"id": "indentation-prop",
- "href": "https://www.w3.org/TR/CSS21/text.html#indentation-prop",
+ "href": "https://www.w3.org/TR/CSS2/text.html#indentation-prop",
"title": "Indentation: the 'text-indent' property",
"number": "16.1"
},
@@ -5999,7 +5999,7 @@
},
{
"id": "propdef-text-align",
- "href": "https://www.w3.org/TR/CSS21/text.html#propdef-text-align",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-text-align",
"linkingText": [
"text-align"
],
@@ -6010,7 +6010,7 @@
"informative": false,
"heading": {
"id": "alignment-prop",
- "href": "https://www.w3.org/TR/CSS21/text.html#alignment-prop",
+ "href": "https://www.w3.org/TR/CSS2/text.html#alignment-prop",
"title": "Alignment: the 'text-align' property",
"number": "16.2"
},
@@ -6018,7 +6018,7 @@
},
{
"id": "propdef-text-decoration",
- "href": "https://www.w3.org/TR/CSS21/text.html#propdef-text-decoration",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-text-decoration",
"linkingText": [
"text-decoration"
],
@@ -6029,7 +6029,7 @@
"informative": false,
"heading": {
"id": "lining-striking-props",
- "href": "https://www.w3.org/TR/CSS21/text.html#lining-striking-props",
+ "href": "https://www.w3.org/TR/CSS2/text.html#lining-striking-props",
"title": "Underlining, overlining, striking, and blinking: the 'text-decoration' property",
"number": "16.3.1"
},
@@ -6037,7 +6037,7 @@
},
{
"id": "propdef-letter-spacing",
- "href": "https://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-letter-spacing",
"linkingText": [
"letter-spacing"
],
@@ -6048,7 +6048,7 @@
"informative": false,
"heading": {
"id": "spacing-props",
- "href": "https://www.w3.org/TR/CSS21/text.html#spacing-props",
+ "href": "https://www.w3.org/TR/CSS2/text.html#spacing-props",
"title": "Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties",
"number": "16.4"
},
@@ -6056,7 +6056,7 @@
},
{
"id": "propdef-word-spacing",
- "href": "https://www.w3.org/TR/CSS21/text.html#propdef-word-spacing",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-word-spacing",
"linkingText": [
"word-spacing"
],
@@ -6067,7 +6067,7 @@
"informative": false,
"heading": {
"id": "spacing-props",
- "href": "https://www.w3.org/TR/CSS21/text.html#spacing-props",
+ "href": "https://www.w3.org/TR/CSS2/text.html#spacing-props",
"title": "Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties",
"number": "16.4"
},
@@ -6075,7 +6075,7 @@
},
{
"id": "propdef-text-transform",
- "href": "https://www.w3.org/TR/CSS21/text.html#propdef-text-transform",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-text-transform",
"linkingText": [
"text-transform"
],
@@ -6086,7 +6086,7 @@
"informative": false,
"heading": {
"id": "caps-prop",
- "href": "https://www.w3.org/TR/CSS21/text.html#caps-prop",
+ "href": "https://www.w3.org/TR/CSS2/text.html#caps-prop",
"title": "Capitalization: the 'text-transform' property",
"number": "16.5"
},
@@ -6094,7 +6094,7 @@
},
{
"id": "propdef-white-space",
- "href": "https://www.w3.org/TR/CSS21/text.html#propdef-white-space",
+ "href": "https://www.w3.org/TR/CSS2/text.html#propdef-white-space",
"linkingText": [
"white-space"
],
@@ -6105,7 +6105,7 @@
"informative": false,
"heading": {
"id": "white-space-prop",
- "href": "https://www.w3.org/TR/CSS21/text.html#white-space-prop",
+ "href": "https://www.w3.org/TR/CSS2/text.html#white-space-prop",
"title": "White space: the 'white-space' property",
"number": "16.6"
},
@@ -6113,7 +6113,7 @@
},
{
"id": "x0",
- "href": "https://www.w3.org/TR/CSS21/tables.html#x0",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#x0",
"linkingText": [
"tables"
],
@@ -6124,7 +6124,7 @@
"informative": false,
"heading": {
"id": "tables-intro",
- "href": "https://www.w3.org/TR/CSS21/tables.html#tables-intro",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#tables-intro",
"title": "Introduction to tables",
"number": "17.1"
},
@@ -6132,7 +6132,7 @@
},
{
"id": "x2",
- "href": "https://www.w3.org/TR/CSS21/tables.html#x2",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#x2",
"linkingText": [
"table element"
],
@@ -6143,7 +6143,7 @@
"informative": false,
"heading": {
"id": "tables-intro",
- "href": "https://www.w3.org/TR/CSS21/tables.html#tables-intro",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#tables-intro",
"title": "Introduction to tables",
"number": "17.1"
},
@@ -6151,7 +6151,7 @@
},
{
"id": "internal-table-element",
- "href": "https://www.w3.org/TR/CSS21/tables.html#internal-table-element",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#internal-table-element",
"linkingText": [
"internal table element"
],
@@ -6162,7 +6162,7 @@
"informative": false,
"heading": {
"id": "tables-intro",
- "href": "https://www.w3.org/TR/CSS21/tables.html#tables-intro",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#tables-intro",
"title": "Introduction to tables",
"number": "17.1"
},
@@ -6170,7 +6170,7 @@
},
{
"id": "x5",
- "href": "https://www.w3.org/TR/CSS21/tables.html#x5",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#x5",
"linkingText": [
"row groups"
],
@@ -6181,7 +6181,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6189,7 +6189,7 @@
},
{
"id": "value-def-table",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-table",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-table",
"linkingText": [
"table"
],
@@ -6200,7 +6200,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6208,7 +6208,7 @@
},
{
"id": "value-def-inline-table",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-inline-table",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-inline-table",
"linkingText": [
"inline-table"
],
@@ -6219,7 +6219,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6227,7 +6227,7 @@
},
{
"id": "value-def-table-row",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-table-row",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-table-row",
"linkingText": [
"table-row"
],
@@ -6238,7 +6238,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6246,7 +6246,7 @@
},
{
"id": "value-def-table-row-group",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-table-row-group",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-table-row-group",
"linkingText": [
"table-row-group"
],
@@ -6257,7 +6257,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6265,7 +6265,7 @@
},
{
"id": "value-def-table-header-group",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-table-header-group",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-table-header-group",
"linkingText": [
"table-header-group"
],
@@ -6276,7 +6276,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6284,7 +6284,7 @@
},
{
"id": "value-def-table-footer-group",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-table-footer-group",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-table-footer-group",
"linkingText": [
"table-footer-group"
],
@@ -6295,7 +6295,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6303,7 +6303,7 @@
},
{
"id": "value-def-table-column",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-table-column",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-table-column",
"linkingText": [
"table-column"
],
@@ -6314,7 +6314,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6322,7 +6322,7 @@
},
{
"id": "value-def-table-column-group",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-table-column-group",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-table-column-group",
"linkingText": [
"table-column-group"
],
@@ -6333,7 +6333,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6341,7 +6341,7 @@
},
{
"id": "value-def-table-cell",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-table-cell",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-table-cell",
"linkingText": [
"table-cell"
],
@@ -6352,7 +6352,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6360,7 +6360,7 @@
},
{
"id": "value-def-table-caption",
- "href": "https://www.w3.org/TR/CSS21/tables.html#value-def-table-caption",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#value-def-table-caption",
"linkingText": [
"table-caption"
],
@@ -6371,7 +6371,7 @@
"informative": false,
"heading": {
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"title": "The CSS table model",
"number": "17.2"
},
@@ -6379,7 +6379,7 @@
},
{
"id": "x16",
- "href": "https://www.w3.org/TR/CSS21/tables.html#x16",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#x16",
"linkingText": [
"row group box"
],
@@ -6390,7 +6390,7 @@
"informative": false,
"heading": {
"id": "anonymous-boxes",
- "href": "https://www.w3.org/TR/CSS21/tables.html#anonymous-boxes",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes",
"title": "Anonymous table objects",
"number": "17.2.1"
},
@@ -6398,7 +6398,7 @@
},
{
"id": "x17",
- "href": "https://www.w3.org/TR/CSS21/tables.html#x17",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#x17",
"linkingText": [
"proper table child"
],
@@ -6409,7 +6409,7 @@
"informative": false,
"heading": {
"id": "anonymous-boxes",
- "href": "https://www.w3.org/TR/CSS21/tables.html#anonymous-boxes",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes",
"title": "Anonymous table objects",
"number": "17.2.1"
},
@@ -6417,7 +6417,7 @@
},
{
"id": "x18",
- "href": "https://www.w3.org/TR/CSS21/tables.html#x18",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#x18",
"linkingText": [
"proper table row parent"
],
@@ -6428,7 +6428,7 @@
"informative": false,
"heading": {
"id": "anonymous-boxes",
- "href": "https://www.w3.org/TR/CSS21/tables.html#anonymous-boxes",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes",
"title": "Anonymous table objects",
"number": "17.2.1"
},
@@ -6436,7 +6436,7 @@
},
{
"id": "x19",
- "href": "https://www.w3.org/TR/CSS21/tables.html#x19",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#x19",
"linkingText": [
"internal table box"
],
@@ -6447,7 +6447,7 @@
"informative": false,
"heading": {
"id": "anonymous-boxes",
- "href": "https://www.w3.org/TR/CSS21/tables.html#anonymous-boxes",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes",
"title": "Anonymous table objects",
"number": "17.2.1"
},
@@ -6455,7 +6455,7 @@
},
{
"id": "x20",
- "href": "https://www.w3.org/TR/CSS21/tables.html#x20",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#x20",
"linkingText": [
"tabular container"
],
@@ -6466,7 +6466,7 @@
"informative": false,
"heading": {
"id": "anonymous-boxes",
- "href": "https://www.w3.org/TR/CSS21/tables.html#anonymous-boxes",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes",
"title": "Anonymous table objects",
"number": "17.2.1"
},
@@ -6474,7 +6474,7 @@
},
{
"id": "x21",
- "href": "https://www.w3.org/TR/CSS21/tables.html#x21",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#x21",
"linkingText": [
"consecutive"
],
@@ -6485,7 +6485,7 @@
"informative": false,
"heading": {
"id": "anonymous-boxes",
- "href": "https://www.w3.org/TR/CSS21/tables.html#anonymous-boxes",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes",
"title": "Anonymous table objects",
"number": "17.2.1"
},
@@ -6493,7 +6493,7 @@
},
{
"id": "propdef-caption-side",
- "href": "https://www.w3.org/TR/CSS21/tables.html#propdef-caption-side",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-caption-side",
"linkingText": [
"caption-side"
],
@@ -6504,7 +6504,7 @@
"informative": false,
"heading": {
"id": "caption-position",
- "href": "https://www.w3.org/TR/CSS21/tables.html#caption-position",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#caption-position",
"title": "Caption position and alignment",
"number": "17.4.1"
},
@@ -6512,7 +6512,7 @@
},
{
"id": "propdef-table-layout",
- "href": "https://www.w3.org/TR/CSS21/tables.html#propdef-table-layout",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-table-layout",
"linkingText": [
"table-layout"
],
@@ -6523,7 +6523,7 @@
"informative": false,
"heading": {
"id": "width-layout",
- "href": "https://www.w3.org/TR/CSS21/tables.html#width-layout",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#width-layout",
"title": "Table width algorithms: the 'table-layout' property",
"number": "17.5.2"
},
@@ -6531,7 +6531,7 @@
},
{
"id": "propdef-border-collapse",
- "href": "https://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-border-collapse",
"linkingText": [
"border-collapse"
],
@@ -6542,7 +6542,7 @@
"informative": false,
"heading": {
"id": "borders",
- "href": "https://www.w3.org/TR/CSS21/tables.html#borders",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#borders",
"title": "Borders",
"number": "17.6"
},
@@ -6550,7 +6550,7 @@
},
{
"id": "propdef-border-spacing",
- "href": "https://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-border-spacing",
"linkingText": [
"border-spacing"
],
@@ -6561,7 +6561,7 @@
"informative": false,
"heading": {
"id": "separated-borders",
- "href": "https://www.w3.org/TR/CSS21/tables.html#separated-borders",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#separated-borders",
"title": "The separated borders model",
"number": "17.6.1"
},
@@ -6569,7 +6569,7 @@
},
{
"id": "propdef-empty-cells",
- "href": "https://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#propdef-empty-cells",
"linkingText": [
"empty-cells"
],
@@ -6580,7 +6580,7 @@
"informative": false,
"heading": {
"id": "empty-cells",
- "href": "https://www.w3.org/TR/CSS21/tables.html#empty-cells",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#empty-cells",
"title": "Borders and Backgrounds around empty cells: the 'empty-cells' property",
"number": "17.6.1.1"
},
@@ -6588,7 +6588,7 @@
},
{
"id": "propdef-cursor",
- "href": "https://www.w3.org/TR/CSS21/ui.html#propdef-cursor",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-cursor",
"linkingText": [
"cursor"
],
@@ -6599,7 +6599,7 @@
"informative": false,
"heading": {
"id": "cursor-props",
- "href": "https://www.w3.org/TR/CSS21/ui.html#cursor-props",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#cursor-props",
"title": "Cursors: the 'cursor' property",
"number": "18.1"
},
@@ -6607,7 +6607,7 @@
},
{
"id": "x2",
- "href": "https://www.w3.org/TR/CSS21/ui.html#x2",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#x2",
"linkingText": [
"outline"
],
@@ -6618,7 +6618,7 @@
"informative": false,
"heading": {
"id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS21/ui.html#dynamic-outlines",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#dynamic-outlines",
"title": "Dynamic outlines: the 'outline' property",
"number": "18.4"
},
@@ -6626,7 +6626,7 @@
},
{
"id": "propdef-outline",
- "href": "https://www.w3.org/TR/CSS21/ui.html#propdef-outline",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-outline",
"linkingText": [
"outline"
],
@@ -6637,7 +6637,7 @@
"informative": false,
"heading": {
"id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS21/ui.html#dynamic-outlines",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#dynamic-outlines",
"title": "Dynamic outlines: the 'outline' property",
"number": "18.4"
},
@@ -6645,7 +6645,7 @@
},
{
"id": "propdef-outline-width",
- "href": "https://www.w3.org/TR/CSS21/ui.html#propdef-outline-width",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-width",
"linkingText": [
"outline-width"
],
@@ -6656,7 +6656,7 @@
"informative": false,
"heading": {
"id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS21/ui.html#dynamic-outlines",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#dynamic-outlines",
"title": "Dynamic outlines: the 'outline' property",
"number": "18.4"
},
@@ -6664,7 +6664,7 @@
},
{
"id": "propdef-outline-style",
- "href": "https://www.w3.org/TR/CSS21/ui.html#propdef-outline-style",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-style",
"linkingText": [
"outline-style"
],
@@ -6675,7 +6675,7 @@
"informative": false,
"heading": {
"id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS21/ui.html#dynamic-outlines",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#dynamic-outlines",
"title": "Dynamic outlines: the 'outline' property",
"number": "18.4"
},
@@ -6683,7 +6683,7 @@
},
{
"id": "propdef-outline-color",
- "href": "https://www.w3.org/TR/CSS21/ui.html#propdef-outline-color",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-color",
"linkingText": [
"outline-color"
],
@@ -6694,7 +6694,7 @@
"informative": false,
"heading": {
"id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS21/ui.html#dynamic-outlines",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#dynamic-outlines",
"title": "Dynamic outlines: the 'outline' property",
"number": "18.4"
},
@@ -6702,7 +6702,7 @@
},
{
"id": "value-def-invert",
- "href": "https://www.w3.org/TR/CSS21/ui.html#value-def-invert",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#value-def-invert",
"linkingText": [
"invert"
],
@@ -6713,7 +6713,7 @@
"informative": false,
"heading": {
"id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS21/ui.html#dynamic-outlines",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#dynamic-outlines",
"title": "Dynamic outlines: the 'outline' property",
"number": "18.4"
},
@@ -6721,7 +6721,7 @@
},
{
"id": "x8",
- "href": "https://www.w3.org/TR/CSS21/ui.html#x8",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#x8",
"linkingText": [
"focus"
],
@@ -6732,7 +6732,7 @@
"informative": false,
"heading": {
"id": "outline-focus",
- "href": "https://www.w3.org/TR/CSS21/ui.html#outline-focus",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#outline-focus",
"title": "Outlines and the focus",
"number": "18.4.1"
},
@@ -6740,7 +6740,7 @@
},
{
"id": "x0",
- "href": "https://www.w3.org/TR/CSS21/aural.html#x0",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#x0",
"linkingText": [
"auditory icon"
],
@@ -6751,7 +6751,7 @@
"informative": false,
"heading": {
"id": "aural-intro",
- "href": "https://www.w3.org/TR/CSS21/aural.html#aural-intro",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#aural-intro",
"title": "Introduction to aural style sheets",
"number": "A.2"
},
@@ -6759,7 +6759,7 @@
},
{
"id": "x1",
- "href": "https://www.w3.org/TR/CSS21/aural.html#x1",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#x1",
"linkingText": [
"screen reader"
],
@@ -6770,7 +6770,7 @@
"informative": false,
"heading": {
"id": "aural-intro",
- "href": "https://www.w3.org/TR/CSS21/aural.html#aural-intro",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#aural-intro",
"title": "Introduction to aural style sheets",
"number": "A.2"
},
@@ -6778,7 +6778,7 @@
},
{
"id": "value-def-angle",
- "href": "https://www.w3.org/TR/CSS21/aural.html#value-def-angle",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#value-def-angle",
"linkingText": [
""
],
@@ -6789,7 +6789,7 @@
"informative": false,
"heading": {
"id": "angles",
- "href": "https://www.w3.org/TR/CSS21/aural.html#angles",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#angles",
"title": "Angles",
"number": "A.2.1"
},
@@ -6797,7 +6797,7 @@
},
{
"id": "value-def-time",
- "href": "https://www.w3.org/TR/CSS21/aural.html#value-def-time",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#value-def-time",
"linkingText": [
""
],
@@ -6808,7 +6808,7 @@
"informative": false,
"heading": {
"id": "times",
- "href": "https://www.w3.org/TR/CSS21/aural.html#times",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#times",
"title": "Times",
"number": "A.2.2"
},
@@ -6816,7 +6816,7 @@
},
{
"id": "value-def-frequency",
- "href": "https://www.w3.org/TR/CSS21/aural.html#value-def-frequency",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#value-def-frequency",
"linkingText": [
""
],
@@ -6827,7 +6827,7 @@
"informative": false,
"heading": {
"id": "frequencies",
- "href": "https://www.w3.org/TR/CSS21/aural.html#frequencies",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#frequencies",
"title": "Frequencies",
"number": "A.2.3"
},
@@ -6835,7 +6835,7 @@
},
{
"id": "propdef-volume",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-volume",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-volume",
"linkingText": [
"volume"
],
@@ -6846,7 +6846,7 @@
"informative": false,
"heading": {
"id": "volume-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#volume-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#volume-props",
"title": "Volume properties: 'volume'",
"number": "A.3"
},
@@ -6854,7 +6854,7 @@
},
{
"id": "x10",
- "href": "https://www.w3.org/TR/CSS21/aural.html#x10",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#x10",
"linkingText": [
"volume"
],
@@ -6865,7 +6865,7 @@
"informative": false,
"heading": {
"id": "volume-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#volume-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#volume-props",
"title": "Volume properties: 'volume'",
"number": "A.3"
},
@@ -6873,7 +6873,7 @@
},
{
"id": "propdef-speak",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-speak",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speak",
"linkingText": [
"speak"
],
@@ -6884,7 +6884,7 @@
"informative": false,
"heading": {
"id": "speaking-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#speaking-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#speaking-props",
"title": "Speaking properties: 'speak'",
"number": "A.4"
},
@@ -6892,7 +6892,7 @@
},
{
"id": "propdef-pause-before",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-pause-before",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pause-before",
"linkingText": [
"pause-before"
],
@@ -6903,7 +6903,7 @@
"informative": false,
"heading": {
"id": "pause-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#pause-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#pause-props",
"title": "Pause properties: 'pause-before', 'pause-after', and 'pause'",
"number": "A.5"
},
@@ -6911,7 +6911,7 @@
},
{
"id": "propdef-pause-after",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-pause-after",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pause-after",
"linkingText": [
"pause-after"
],
@@ -6922,7 +6922,7 @@
"informative": false,
"heading": {
"id": "pause-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#pause-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#pause-props",
"title": "Pause properties: 'pause-before', 'pause-after', and 'pause'",
"number": "A.5"
},
@@ -6930,7 +6930,7 @@
},
{
"id": "propdef-pause",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-pause",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pause",
"linkingText": [
"pause"
],
@@ -6941,7 +6941,7 @@
"informative": false,
"heading": {
"id": "pause-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#pause-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#pause-props",
"title": "Pause properties: 'pause-before', 'pause-after', and 'pause'",
"number": "A.5"
},
@@ -6949,7 +6949,7 @@
},
{
"id": "propdef-cue-before",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-cue-before",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-cue-before",
"linkingText": [
"cue-before"
],
@@ -6960,7 +6960,7 @@
"informative": false,
"heading": {
"id": "cue-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#cue-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#cue-props",
"title": "Cue properties: 'cue-before', 'cue-after', and 'cue'",
"number": "A.6"
},
@@ -6968,7 +6968,7 @@
},
{
"id": "propdef-cue-after",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-cue-after",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-cue-after",
"linkingText": [
"cue-after"
],
@@ -6979,7 +6979,7 @@
"informative": false,
"heading": {
"id": "cue-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#cue-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#cue-props",
"title": "Cue properties: 'cue-before', 'cue-after', and 'cue'",
"number": "A.6"
},
@@ -6987,7 +6987,7 @@
},
{
"id": "propdef-cue",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-cue",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-cue",
"linkingText": [
"cue"
],
@@ -6998,7 +6998,7 @@
"informative": false,
"heading": {
"id": "cue-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#cue-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#cue-props",
"title": "Cue properties: 'cue-before', 'cue-after', and 'cue'",
"number": "A.6"
},
@@ -7006,7 +7006,7 @@
},
{
"id": "propdef-play-during",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-play-during",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-play-during",
"linkingText": [
"play-during"
],
@@ -7017,7 +7017,7 @@
"informative": false,
"heading": {
"id": "mixing-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#mixing-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#mixing-props",
"title": "Mixing properties: 'play-during'",
"number": "A.7"
},
@@ -7025,7 +7025,7 @@
},
{
"id": "propdef-azimuth",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-azimuth",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-azimuth",
"linkingText": [
"azimuth"
],
@@ -7036,7 +7036,7 @@
"informative": false,
"heading": {
"id": "spatial-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#spatial-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#spatial-props",
"title": "Spatial properties: 'azimuth' and 'elevation'",
"number": "A.8"
},
@@ -7044,7 +7044,7 @@
},
{
"id": "propdef-elevation",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-elevation",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-elevation",
"linkingText": [
"elevation"
],
@@ -7055,7 +7055,7 @@
"informative": false,
"heading": {
"id": "spatial-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#spatial-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#spatial-props",
"title": "Spatial properties: 'azimuth' and 'elevation'",
"number": "A.8"
},
@@ -7063,7 +7063,7 @@
},
{
"id": "propdef-speech-rate",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-speech-rate",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speech-rate",
"linkingText": [
"speech-rate"
],
@@ -7074,7 +7074,7 @@
"informative": false,
"heading": {
"id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
"title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
"number": "A.9"
},
@@ -7082,7 +7082,7 @@
},
{
"id": "propdef-voice-family",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-voice-family",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-voice-family",
"linkingText": [
"voice-family"
],
@@ -7093,7 +7093,7 @@
"informative": false,
"heading": {
"id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
"title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
"number": "A.9"
},
@@ -7101,7 +7101,7 @@
},
{
"id": "value-def-generic-voice",
- "href": "https://www.w3.org/TR/CSS21/aural.html#value-def-generic-voice",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#value-def-generic-voice",
"linkingText": [
""
],
@@ -7112,7 +7112,7 @@
"informative": false,
"heading": {
"id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
"title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
"number": "A.9"
},
@@ -7120,7 +7120,7 @@
},
{
"id": "value-def-specific-voice",
- "href": "https://www.w3.org/TR/CSS21/aural.html#value-def-specific-voice",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#value-def-specific-voice",
"linkingText": [
""
],
@@ -7131,7 +7131,7 @@
"informative": false,
"heading": {
"id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
"title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
"number": "A.9"
},
@@ -7139,7 +7139,7 @@
},
{
"id": "propdef-pitch",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-pitch",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pitch",
"linkingText": [
"pitch"
],
@@ -7150,7 +7150,7 @@
"informative": false,
"heading": {
"id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
"title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
"number": "A.9"
},
@@ -7158,7 +7158,7 @@
},
{
"id": "propdef-pitch-range",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-pitch-range",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-pitch-range",
"linkingText": [
"pitch-range"
],
@@ -7169,7 +7169,7 @@
"informative": false,
"heading": {
"id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
"title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
"number": "A.9"
},
@@ -7177,7 +7177,7 @@
},
{
"id": "propdef-stress",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-stress",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-stress",
"linkingText": [
"stress"
],
@@ -7188,7 +7188,7 @@
"informative": false,
"heading": {
"id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
"title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
"number": "A.9"
},
@@ -7196,7 +7196,7 @@
},
{
"id": "propdef-richness",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-richness",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-richness",
"linkingText": [
"richness"
],
@@ -7207,7 +7207,7 @@
"informative": false,
"heading": {
"id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
"title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
"number": "A.9"
},
@@ -7215,7 +7215,7 @@
},
{
"id": "propdef-speak-punctuation",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-speak-punctuation",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-punctuation",
"linkingText": [
"speak-punctuation"
],
@@ -7226,7 +7226,7 @@
"informative": false,
"heading": {
"id": "speech-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#speech-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#speech-props",
"title": "Speech properties: 'speak-punctuation' and 'speak-numeral'",
"number": "A.10"
},
@@ -7234,7 +7234,7 @@
},
{
"id": "propdef-speak-numeral",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-speak-numeral",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-numeral",
"linkingText": [
"speak-numeral"
],
@@ -7245,7 +7245,7 @@
"informative": false,
"heading": {
"id": "speech-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#speech-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#speech-props",
"title": "Speech properties: 'speak-punctuation' and 'speak-numeral'",
"number": "A.10"
},
@@ -7253,7 +7253,7 @@
},
{
"id": "propdef-speak-header",
- "href": "https://www.w3.org/TR/CSS21/aural.html#propdef-speak-header",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-header",
"linkingText": [
"speak-header"
],
@@ -7264,7 +7264,7 @@
"informative": false,
"heading": {
"id": "speak-headers",
- "href": "https://www.w3.org/TR/CSS21/aural.html#speak-headers",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#speak-headers",
"title": "Speaking headers: the 'speak-header' property",
"number": "A.11.1"
},
@@ -7272,7 +7272,7 @@
},
{
"id": "x3",
- "href": "https://www.w3.org/TR/CSS21/grammar.html#x3",
+ "href": "https://www.w3.org/TR/CSS2/grammar.html#x3",
"linkingText": [
"tokenizer"
],
@@ -7283,7 +7283,7 @@
"informative": false,
"heading": {
"id": "scanner",
- "href": "https://www.w3.org/TR/CSS21/grammar.html#scanner",
+ "href": "https://www.w3.org/TR/CSS2/grammar.html#scanner",
"title": "Lexical scanner",
"number": "G.2"
},
diff --git a/tr/dfns/CSS22.json b/tr/dfns/CSS22.json
deleted file mode 100644
index 0da8ee291746..000000000000
--- a/tr/dfns/CSS22.json
+++ /dev/null
@@ -1,2250 +0,0 @@
-{
- "spec": {
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification",
- "url": "https://www.w3.org/TR/CSS22/"
- },
- "dfns": [
- {
- "id": "propdef-property-name",
- "href": "https://www.w3.org/TR/CSS22/about.html#propdef-property-name",
- "linkingText": [
- "property-name"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "property-defs",
- "href": "https://www.w3.org/TR/CSS22/about.html#property-defs",
- "title": "CSS property definitions",
- "number": "1.4.2"
- },
- "definedIn": "table"
- },
- {
- "id": "usedValue",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#usedValue",
- "linkingText": [
- "used value"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "used-value",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#used-value",
- "title": "Used values",
- "number": "6.1.3"
- },
- "definedIn": "prose"
- },
- {
- "id": "propdef-margin-top",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin-top",
- "linkingText": [
- "margin-top"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#margin-properties",
- "title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
- "number": "8.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-margin-bottom",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin-bottom",
- "linkingText": [
- "margin-bottom"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#margin-properties",
- "title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
- "number": "8.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-margin-right",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin-right",
- "linkingText": [
- "margin-right"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#margin-properties",
- "title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
- "number": "8.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-margin-left",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin-left",
- "linkingText": [
- "margin-left"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#margin-properties",
- "title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
- "number": "8.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-margin",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-margin",
- "linkingText": [
- "margin"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#margin-properties",
- "title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
- "number": "8.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-padding-top",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding-top",
- "linkingText": [
- "padding-top"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#padding-properties",
- "title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
- "number": "8.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-padding-right",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding-right",
- "linkingText": [
- "padding-right"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#padding-properties",
- "title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
- "number": "8.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-padding-bottom",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding-bottom",
- "linkingText": [
- "padding-bottom"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#padding-properties",
- "title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
- "number": "8.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-padding-left",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding-left",
- "linkingText": [
- "padding-left"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#padding-properties",
- "title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
- "number": "8.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-padding",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-padding",
- "linkingText": [
- "padding"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#padding-properties",
- "title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
- "number": "8.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-top-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-top-width",
- "linkingText": [
- "border-top-width"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-width-properties",
- "title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
- "number": "8.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-right-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-right-width",
- "linkingText": [
- "border-right-width"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-width-properties",
- "title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
- "number": "8.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-bottom-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom-width",
- "linkingText": [
- "border-bottom-width"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-width-properties",
- "title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
- "number": "8.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-left-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-left-width",
- "linkingText": [
- "border-left-width"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-width-properties",
- "title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
- "number": "8.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-width",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-width",
- "linkingText": [
- "border-width"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-width-properties",
- "title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
- "number": "8.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-top-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-top-color",
- "linkingText": [
- "border-top-color"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-color-properties",
- "title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
- "number": "8.5.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-right-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-right-color",
- "linkingText": [
- "border-right-color"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-color-properties",
- "title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
- "number": "8.5.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-bottom-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom-color",
- "linkingText": [
- "border-bottom-color"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-color-properties",
- "title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
- "number": "8.5.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-left-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-left-color",
- "linkingText": [
- "border-left-color"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-color-properties",
- "title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
- "number": "8.5.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-color",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-color",
- "linkingText": [
- "border-color"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-color-properties",
- "title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
- "number": "8.5.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-top-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-top-style",
- "linkingText": [
- "border-top-style"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-style-properties",
- "title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
- "number": "8.5.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-right-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-right-style",
- "linkingText": [
- "border-right-style"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-style-properties",
- "title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
- "number": "8.5.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-bottom-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom-style",
- "linkingText": [
- "border-bottom-style"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-style-properties",
- "title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
- "number": "8.5.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-left-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-left-style",
- "linkingText": [
- "border-left-style"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-style-properties",
- "title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
- "number": "8.5.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-style",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-style",
- "linkingText": [
- "border-style"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-style-properties",
- "title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
- "number": "8.5.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-top",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-top",
- "linkingText": [
- "border-top"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-shorthand-properties",
- "title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
- "number": "8.5.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-right",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-right",
- "linkingText": [
- "border-right"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-shorthand-properties",
- "title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
- "number": "8.5.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-bottom",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom",
- "linkingText": [
- "border-bottom"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-shorthand-properties",
- "title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
- "number": "8.5.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-left",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border-left",
- "linkingText": [
- "border-left"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-shorthand-properties",
- "title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
- "number": "8.5.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border",
- "href": "https://www.w3.org/TR/CSS22/box.html#propdef-border",
- "linkingText": [
- "border"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-shorthand-properties",
- "title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
- "number": "8.5.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-display",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-display",
- "linkingText": [
- "display"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "display-prop",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#display-prop",
- "title": "The 'display' property",
- "number": "9.2.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-position",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-position",
- "linkingText": [
- "position"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "choose-position",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#choose-position",
- "title": "Choosing a positioning scheme: 'position' property",
- "number": "9.3.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-top",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-top",
- "linkingText": [
- "top"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "position-props",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#position-props",
- "title": "Box offsets: 'top', 'right', 'bottom', 'left'",
- "number": "9.3.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-right",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-right",
- "linkingText": [
- "right"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "position-props",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#position-props",
- "title": "Box offsets: 'top', 'right', 'bottom', 'left'",
- "number": "9.3.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-bottom",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-bottom",
- "linkingText": [
- "bottom"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "position-props",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#position-props",
- "title": "Box offsets: 'top', 'right', 'bottom', 'left'",
- "number": "9.3.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-left",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-left",
- "linkingText": [
- "left"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "position-props",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#position-props",
- "title": "Box offsets: 'top', 'right', 'bottom', 'left'",
- "number": "9.3.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-float",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-float",
- "linkingText": [
- "float"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "float-position",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#float-position",
- "title": "Positioning the float: the 'float' property",
- "number": "9.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-clear",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-clear",
- "linkingText": [
- "clear"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "flow-control",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#flow-control",
- "title": "Controlling flow next to floats: the 'clear' property",
- "number": "9.5.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-z-index",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-z-index",
- "linkingText": [
- "z-index"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "z-index",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#z-index",
- "title": "Specifying the stack level: the 'z-index' property",
- "number": "9.9.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-direction",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-direction",
- "linkingText": [
- "direction"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "direction",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#direction",
- "title": "Text direction: the 'direction' and 'unicode-bidi' properties",
- "number": "9.10"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-unicode-bidi",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#propdef-unicode-bidi",
- "linkingText": [
- "unicode-bidi"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "direction",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#direction",
- "title": "Text direction: the 'direction' and 'unicode-bidi' properties",
- "number": "9.10"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-width",
- "linkingText": [
- "width"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "the-width-property",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#the-width-property",
- "title": "Content width: the 'width' property",
- "number": "10.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-min-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-min-width",
- "linkingText": [
- "min-width"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "min-max-widths",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#min-max-widths",
- "title": "Minimum and maximum widths: 'min-width' and 'max-width'",
- "number": "10.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-max-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-max-width",
- "linkingText": [
- "max-width"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "min-max-widths",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#min-max-widths",
- "title": "Minimum and maximum widths: 'min-width' and 'max-width'",
- "number": "10.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-height",
- "linkingText": [
- "height"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "the-height-property",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#the-height-property",
- "title": "Content height: the 'height' property",
- "number": "10.5"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-min-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-min-height",
- "linkingText": [
- "min-height"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "min-max-heights",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#min-max-heights",
- "title": "Minimum and maximum heights: 'min-height' and 'max-height'",
- "number": "10.7"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-max-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-max-height",
- "linkingText": [
- "max-height"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "min-max-heights",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#min-max-heights",
- "title": "Minimum and maximum heights: 'min-height' and 'max-height'",
- "number": "10.7"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-line-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-line-height",
- "linkingText": [
- "line-height"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "leading",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#leading",
- "title": "Leading and half-leading",
- "number": "10.8.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-vertical-align",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#propdef-vertical-align",
- "linkingText": [
- "vertical-align"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "leading",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#leading",
- "title": "Leading and half-leading",
- "number": "10.8.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-overflow",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#propdef-overflow",
- "linkingText": [
- "overflow"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "overflow",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#overflow",
- "title": "Overflow: the 'overflow' property",
- "number": "11.1.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-clip",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#propdef-clip",
- "linkingText": [
- "clip"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "clipping",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#clipping",
- "title": "Clipping: the 'clip' property",
- "number": "11.1.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-visibility",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#propdef-visibility",
- "linkingText": [
- "visibility"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "visibility",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#visibility",
- "title": "Visibility: the 'visibility' property",
- "number": "11.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-content",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-content",
- "linkingText": [
- "content"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "content",
- "href": "https://www.w3.org/TR/CSS22/generate.html#content",
- "title": "The 'content' property",
- "number": "12.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-quotes",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-quotes",
- "linkingText": [
- "quotes"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "quotes-specify",
- "href": "https://www.w3.org/TR/CSS22/generate.html#quotes-specify",
- "title": "Specifying quotes with the 'quotes' property",
- "number": "12.3.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-counter-reset",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-counter-reset",
- "linkingText": [
- "counter-reset"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "counters",
- "href": "https://www.w3.org/TR/CSS22/generate.html#counters",
- "title": "Automatic counters and numbering",
- "number": "12.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-counter-increment",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-counter-increment",
- "linkingText": [
- "counter-increment"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "counters",
- "href": "https://www.w3.org/TR/CSS22/generate.html#counters",
- "title": "Automatic counters and numbering",
- "number": "12.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-list-style-type",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style-type",
- "linkingText": [
- "list-style-type"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "list-style",
- "href": "https://www.w3.org/TR/CSS22/generate.html#list-style",
- "title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
- "number": "12.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-list-style-image",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style-image",
- "linkingText": [
- "list-style-image"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "list-style",
- "href": "https://www.w3.org/TR/CSS22/generate.html#list-style",
- "title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
- "number": "12.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-list-style-position",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style-position",
- "linkingText": [
- "list-style-position"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "list-style",
- "href": "https://www.w3.org/TR/CSS22/generate.html#list-style",
- "title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
- "number": "12.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-list-style",
- "href": "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style",
- "linkingText": [
- "list-style"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "list-style",
- "href": "https://www.w3.org/TR/CSS22/generate.html#list-style",
- "title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
- "number": "12.5.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-page-break-before",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-page-break-before",
- "linkingText": [
- "page-break-before"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "page-break-props",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-break-props",
- "title": "Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
- "number": "13.3.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-page-break-after",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-page-break-after",
- "linkingText": [
- "page-break-after"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "page-break-props",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-break-props",
- "title": "Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
- "number": "13.3.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-page-break-inside",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-page-break-inside",
- "linkingText": [
- "page-break-inside"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "page-break-props",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-break-props",
- "title": "Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
- "number": "13.3.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-orphans",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-orphans",
- "linkingText": [
- "orphans"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "break-inside",
- "href": "https://www.w3.org/TR/CSS22/page.html#break-inside",
- "title": "Breaks inside elements: 'orphans', 'widows'",
- "number": "13.3.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-widows",
- "href": "https://www.w3.org/TR/CSS22/page.html#propdef-widows",
- "linkingText": [
- "widows"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "break-inside",
- "href": "https://www.w3.org/TR/CSS22/page.html#break-inside",
- "title": "Breaks inside elements: 'orphans', 'widows'",
- "number": "13.3.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-color",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-color",
- "linkingText": [
- "color"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "colors",
- "href": "https://www.w3.org/TR/CSS22/colors.html#colors",
- "title": "Foreground color: the 'color' property",
- "number": "14.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-background-color",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-color",
- "linkingText": [
- "background-color"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "background-properties",
- "href": "https://www.w3.org/TR/CSS22/colors.html#background-properties",
- "title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
- "number": "14.2.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-background-image",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-image",
- "linkingText": [
- "background-image"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "background-properties",
- "href": "https://www.w3.org/TR/CSS22/colors.html#background-properties",
- "title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
- "number": "14.2.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-background-repeat",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-repeat",
- "linkingText": [
- "background-repeat"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "background-properties",
- "href": "https://www.w3.org/TR/CSS22/colors.html#background-properties",
- "title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
- "number": "14.2.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-background-attachment",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-attachment",
- "linkingText": [
- "background-attachment"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "background-properties",
- "href": "https://www.w3.org/TR/CSS22/colors.html#background-properties",
- "title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
- "number": "14.2.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-background-position",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background-position",
- "linkingText": [
- "background-position"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "background-properties",
- "href": "https://www.w3.org/TR/CSS22/colors.html#background-properties",
- "title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
- "number": "14.2.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-background",
- "href": "https://www.w3.org/TR/CSS22/colors.html#propdef-background",
- "linkingText": [
- "background"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "background-properties",
- "href": "https://www.w3.org/TR/CSS22/colors.html#background-properties",
- "title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
- "number": "14.2.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-font-family",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-family",
- "linkingText": [
- "font-family"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "font-family-prop",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-family-prop",
- "title": "Font family: the 'font-family' property",
- "number": "15.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-font-style",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-style",
- "linkingText": [
- "font-style"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "font-styling",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-styling",
- "title": "Font styling: the 'font-style' property",
- "number": "15.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-font-variant",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-variant",
- "linkingText": [
- "font-variant"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "small-caps",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#small-caps",
- "title": "Small-caps: the 'font-variant' property",
- "number": "15.5"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-font-weight",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-weight",
- "linkingText": [
- "font-weight"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "font-boldness",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-boldness",
- "title": "Font boldness: the 'font-weight' property",
- "number": "15.6"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-font-size",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-size",
- "linkingText": [
- "font-size"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "font-size-props",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-size-props",
- "title": "Font size: the 'font-size' property",
- "number": "15.7"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-font",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#propdef-font",
- "linkingText": [
- "font"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "font-shorthand",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-shorthand",
- "title": "Shorthand font property: the 'font' property",
- "number": "15.8"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-text-indent",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-text-indent",
- "linkingText": [
- "text-indent"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "indentation-prop",
- "href": "https://www.w3.org/TR/CSS22/text.html#indentation-prop",
- "title": "Indentation: the 'text-indent' property",
- "number": "16.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-text-align",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-text-align",
- "linkingText": [
- "text-align"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "alignment-prop",
- "href": "https://www.w3.org/TR/CSS22/text.html#alignment-prop",
- "title": "Alignment: the 'text-align' property",
- "number": "16.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-text-decoration",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-text-decoration",
- "linkingText": [
- "text-decoration"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "lining-striking-props",
- "href": "https://www.w3.org/TR/CSS22/text.html#lining-striking-props",
- "title": "Underlining, overlining, striking, and blinking: the 'text-decoration' property",
- "number": "16.3.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-letter-spacing",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-letter-spacing",
- "linkingText": [
- "letter-spacing"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "spacing-props",
- "href": "https://www.w3.org/TR/CSS22/text.html#spacing-props",
- "title": "Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties",
- "number": "16.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-word-spacing",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-word-spacing",
- "linkingText": [
- "word-spacing"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "spacing-props",
- "href": "https://www.w3.org/TR/CSS22/text.html#spacing-props",
- "title": "Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties",
- "number": "16.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-text-transform",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-text-transform",
- "linkingText": [
- "text-transform"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "caps-prop",
- "href": "https://www.w3.org/TR/CSS22/text.html#caps-prop",
- "title": "Capitalization: the 'text-transform' property",
- "number": "16.5"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-white-space",
- "href": "https://www.w3.org/TR/CSS22/text.html#propdef-white-space",
- "linkingText": [
- "white-space"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "white-space-prop",
- "href": "https://www.w3.org/TR/CSS22/text.html#white-space-prop",
- "title": "White space: the 'white-space' property",
- "number": "16.6"
- },
- "definedIn": "table"
- },
- {
- "id": "internal-table-element",
- "href": "https://www.w3.org/TR/CSS22/tables.html#internal-table-element",
- "linkingText": [
- "internal table element"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "tables-intro",
- "href": "https://www.w3.org/TR/CSS22/tables.html#tables-intro",
- "title": "Introduction to tables",
- "number": "17.1"
- },
- "definedIn": "prose"
- },
- {
- "id": "propdef-caption-side",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-caption-side",
- "linkingText": [
- "caption-side"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "caption-position",
- "href": "https://www.w3.org/TR/CSS22/tables.html#caption-position",
- "title": "Caption position and alignment",
- "number": "17.4.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-table-layout",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-table-layout",
- "linkingText": [
- "table-layout"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "width-layout",
- "href": "https://www.w3.org/TR/CSS22/tables.html#width-layout",
- "title": "Table width algorithms: the 'table-layout' property",
- "number": "17.5.2"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-collapse",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-border-collapse",
- "linkingText": [
- "border-collapse"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "borders",
- "href": "https://www.w3.org/TR/CSS22/tables.html#borders",
- "title": "Borders",
- "number": "17.6"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-border-spacing",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-border-spacing",
- "linkingText": [
- "border-spacing"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "separated-borders",
- "href": "https://www.w3.org/TR/CSS22/tables.html#separated-borders",
- "title": "The separated borders model",
- "number": "17.6.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-empty-cells",
- "href": "https://www.w3.org/TR/CSS22/tables.html#propdef-empty-cells",
- "linkingText": [
- "empty-cells"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "empty-cells",
- "href": "https://www.w3.org/TR/CSS22/tables.html#empty-cells",
- "title": "Borders and Backgrounds around empty cells: the 'empty-cells' property",
- "number": "17.6.1.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-cursor",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-cursor",
- "linkingText": [
- "cursor"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "cursor-props",
- "href": "https://www.w3.org/TR/CSS22/ui.html#cursor-props",
- "title": "Cursors: the 'cursor' property",
- "number": "18.1"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-outline",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-outline",
- "linkingText": [
- "outline"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS22/ui.html#dynamic-outlines",
- "title": "Dynamic outlines: the 'outline' property",
- "number": "18.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-outline-width",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-outline-width",
- "linkingText": [
- "outline-width"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS22/ui.html#dynamic-outlines",
- "title": "Dynamic outlines: the 'outline' property",
- "number": "18.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-outline-style",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-outline-style",
- "linkingText": [
- "outline-style"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS22/ui.html#dynamic-outlines",
- "title": "Dynamic outlines: the 'outline' property",
- "number": "18.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-outline-color",
- "href": "https://www.w3.org/TR/CSS22/ui.html#propdef-outline-color",
- "linkingText": [
- "outline-color"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS22/ui.html#dynamic-outlines",
- "title": "Dynamic outlines: the 'outline' property",
- "number": "18.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-volume",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-volume",
- "linkingText": [
- "volume"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "volume-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#volume-props",
- "title": "Volume properties: 'volume'",
- "number": "A.3"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-speak",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speak",
- "linkingText": [
- "speak"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "speaking-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#speaking-props",
- "title": "Speaking properties: 'speak'",
- "number": "A.4"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-pause-before",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pause-before",
- "linkingText": [
- "pause-before"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "pause-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#pause-props",
- "title": "Pause properties: 'pause-before', 'pause-after', and 'pause'",
- "number": "A.5"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-pause-after",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pause-after",
- "linkingText": [
- "pause-after"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "pause-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#pause-props",
- "title": "Pause properties: 'pause-before', 'pause-after', and 'pause'",
- "number": "A.5"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-pause",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pause",
- "linkingText": [
- "pause"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "pause-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#pause-props",
- "title": "Pause properties: 'pause-before', 'pause-after', and 'pause'",
- "number": "A.5"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-cue-before",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-cue-before",
- "linkingText": [
- "cue-before"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "cue-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#cue-props",
- "title": "Cue properties: 'cue-before', 'cue-after', and 'cue'",
- "number": "A.6"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-cue-after",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-cue-after",
- "linkingText": [
- "cue-after"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "cue-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#cue-props",
- "title": "Cue properties: 'cue-before', 'cue-after', and 'cue'",
- "number": "A.6"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-cue",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-cue",
- "linkingText": [
- "cue"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "cue-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#cue-props",
- "title": "Cue properties: 'cue-before', 'cue-after', and 'cue'",
- "number": "A.6"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-play-during",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-play-during",
- "linkingText": [
- "play-during"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "mixing-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#mixing-props",
- "title": "Mixing properties: 'play-during'",
- "number": "A.7"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-azimuth",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-azimuth",
- "linkingText": [
- "azimuth"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "spatial-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#spatial-props",
- "title": "Spatial properties: 'azimuth' and 'elevation'",
- "number": "A.8"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-elevation",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-elevation",
- "linkingText": [
- "elevation"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "spatial-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#spatial-props",
- "title": "Spatial properties: 'azimuth' and 'elevation'",
- "number": "A.8"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-speech-rate",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speech-rate",
- "linkingText": [
- "speech-rate"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#voice-char-props",
- "title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
- "number": "A.9"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-voice-family",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-voice-family",
- "linkingText": [
- "voice-family"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#voice-char-props",
- "title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
- "number": "A.9"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-pitch",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pitch",
- "linkingText": [
- "pitch"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#voice-char-props",
- "title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
- "number": "A.9"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-pitch-range",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-pitch-range",
- "linkingText": [
- "pitch-range"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#voice-char-props",
- "title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
- "number": "A.9"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-stress",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-stress",
- "linkingText": [
- "stress"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#voice-char-props",
- "title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
- "number": "A.9"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-richness",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-richness",
- "linkingText": [
- "richness"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#voice-char-props",
- "title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
- "number": "A.9"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-speak-punctuation",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speak-punctuation",
- "linkingText": [
- "speak-punctuation"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "speech-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#speech-props",
- "title": "Speech properties: 'speak-punctuation' and 'speak-numeral'",
- "number": "A.10"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-speak-numeral",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speak-numeral",
- "linkingText": [
- "speak-numeral"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "speech-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#speech-props",
- "title": "Speech properties: 'speak-punctuation' and 'speak-numeral'",
- "number": "A.10"
- },
- "definedIn": "table"
- },
- {
- "id": "propdef-speak-header",
- "href": "https://www.w3.org/TR/CSS22/aural.html#propdef-speak-header",
- "linkingText": [
- "speak-header"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "speak-headers",
- "href": "https://www.w3.org/TR/CSS22/aural.html#speak-headers",
- "title": "Speaking headers: the 'speak-header' property",
- "number": "A.11.1"
- },
- "definedIn": "table"
- }
- ]
-}
\ No newline at end of file
diff --git a/tr/headings/CSS21.json b/tr/headings/CSS2.json
similarity index 67%
rename from tr/headings/CSS21.json
rename to tr/headings/CSS2.json
index 52272b67c38e..85f734dc82a3 100644
--- a/tr/headings/CSS21.json
+++ b/tr/headings/CSS2.json
@@ -42,5883 +42,5883 @@
},
{
"id": "q1.0",
- "href": "https://www.w3.org/TR/CSS21/about.html#q1.0",
+ "href": "https://www.w3.org/TR/CSS2/about.html#q1.0",
"level": 1,
"title": "About the CSS 2.1 Specification",
"number": "1"
},
{
"id": "css2.1-v-css2",
- "href": "https://www.w3.org/TR/CSS21/about.html#css2.1-v-css2",
+ "href": "https://www.w3.org/TR/CSS2/about.html#css2.1-v-css2",
"level": 2,
"title": "CSS 2.1 vs CSS 2",
"number": "1.1"
},
{
"id": "reading",
- "href": "https://www.w3.org/TR/CSS21/about.html#reading",
+ "href": "https://www.w3.org/TR/CSS2/about.html#reading",
"level": 2,
"title": "Reading the specification",
"number": "1.2"
},
{
"id": "organization",
- "href": "https://www.w3.org/TR/CSS21/about.html#organization",
+ "href": "https://www.w3.org/TR/CSS2/about.html#organization",
"level": 2,
"title": "How the specification is organized",
"number": "1.3"
},
{
"id": "conventions",
- "href": "https://www.w3.org/TR/CSS21/about.html#conventions",
+ "href": "https://www.w3.org/TR/CSS2/about.html#conventions",
"level": 2,
"title": "Conventions",
"number": "1.4"
},
{
"id": "doc-language",
- "href": "https://www.w3.org/TR/CSS21/about.html#doc-language",
+ "href": "https://www.w3.org/TR/CSS2/about.html#doc-language",
"level": 3,
"title": "Document language elements and attributes",
"number": "1.4.1"
},
{
"id": "property-defs",
- "href": "https://www.w3.org/TR/CSS21/about.html#property-defs",
+ "href": "https://www.w3.org/TR/CSS2/about.html#property-defs",
"level": 3,
"title": "CSS property definitions",
"number": "1.4.2"
},
{
"id": "value-defs",
- "href": "https://www.w3.org/TR/CSS21/about.html#value-defs",
+ "href": "https://www.w3.org/TR/CSS2/about.html#value-defs",
"level": 4,
"title": "Value",
"number": "1.4.2.1"
},
{
"id": "initial-value",
- "href": "https://www.w3.org/TR/CSS21/about.html#initial-value",
+ "href": "https://www.w3.org/TR/CSS2/about.html#initial-value",
"level": 4,
"title": "Initial",
"number": "1.4.2.2"
},
{
"id": "applies-to",
- "href": "https://www.w3.org/TR/CSS21/about.html#applies-to",
+ "href": "https://www.w3.org/TR/CSS2/about.html#applies-to",
"level": 4,
"title": "Applies to",
"number": "1.4.2.3"
},
{
"id": "inherited-prop",
- "href": "https://www.w3.org/TR/CSS21/about.html#inherited-prop",
+ "href": "https://www.w3.org/TR/CSS2/about.html#inherited-prop",
"level": 4,
"title": "Inherited",
"number": "1.4.2.4"
},
{
"id": "percentage-wrt",
- "href": "https://www.w3.org/TR/CSS21/about.html#percentage-wrt",
+ "href": "https://www.w3.org/TR/CSS2/about.html#percentage-wrt",
"level": 4,
"title": "Percentage values",
"number": "1.4.2.5"
},
{
"id": "media-applies",
- "href": "https://www.w3.org/TR/CSS21/about.html#media-applies",
+ "href": "https://www.w3.org/TR/CSS2/about.html#media-applies",
"level": 4,
"title": "Media groups",
"number": "1.4.2.6"
},
{
"id": "computed-defs",
- "href": "https://www.w3.org/TR/CSS21/about.html#computed-defs",
+ "href": "https://www.w3.org/TR/CSS2/about.html#computed-defs",
"level": 4,
"title": "Computed value",
"number": "1.4.2.7"
},
{
"id": "shorthand",
- "href": "https://www.w3.org/TR/CSS21/about.html#shorthand",
+ "href": "https://www.w3.org/TR/CSS2/about.html#shorthand",
"level": 3,
"title": "Shorthand properties",
"number": "1.4.3"
},
{
"id": "notes-and-examples",
- "href": "https://www.w3.org/TR/CSS21/about.html#notes-and-examples",
+ "href": "https://www.w3.org/TR/CSS2/about.html#notes-and-examples",
"level": 3,
"title": "Notes and examples",
"number": "1.4.4"
},
{
"id": "images-and-longdesc",
- "href": "https://www.w3.org/TR/CSS21/about.html#images-and-longdesc",
+ "href": "https://www.w3.org/TR/CSS2/about.html#images-and-longdesc",
"level": 3,
"title": "Images and long descriptions",
"number": "1.4.5"
},
{
"id": "acknowledgements",
- "href": "https://www.w3.org/TR/CSS21/about.html#acknowledgements",
+ "href": "https://www.w3.org/TR/CSS2/about.html#acknowledgements",
"level": 2,
"title": "Acknowledgments",
"number": "1.5"
},
{
"id": "q2.0",
- "href": "https://www.w3.org/TR/CSS21/intro.html#q2.0",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#q2.0",
"level": 1,
"title": "Introduction to CSS 2.1",
"number": "2"
},
{
"id": "html-tutorial",
- "href": "https://www.w3.org/TR/CSS21/intro.html#html-tutorial",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#html-tutorial",
"level": 2,
"title": "A brief CSS 2.1 tutorial for HTML",
"number": "2.1"
},
{
"id": "xml-tutorial",
- "href": "https://www.w3.org/TR/CSS21/intro.html#xml-tutorial",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#xml-tutorial",
"level": 2,
"title": "A brief CSS 2.1 tutorial for XML",
"number": "2.2"
},
{
"id": "processing-model",
- "href": "https://www.w3.org/TR/CSS21/intro.html#processing-model",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#processing-model",
"level": 2,
"title": "The CSS 2.1 processing model",
"number": "2.3"
},
{
"id": "the-canvas",
- "href": "https://www.w3.org/TR/CSS21/intro.html#the-canvas",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#the-canvas",
"level": 3,
"title": "The canvas",
"number": "2.3.1"
},
{
"id": "addressing",
- "href": "https://www.w3.org/TR/CSS21/intro.html#addressing",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#addressing",
"level": 3,
"title": "CSS 2.1 addressing model",
"number": "2.3.2"
},
{
"id": "design-principles",
- "href": "https://www.w3.org/TR/CSS21/intro.html#design-principles",
+ "href": "https://www.w3.org/TR/CSS2/intro.html#design-principles",
"level": 2,
"title": "CSS design principles",
"number": "2.4"
},
{
"id": "q3.0",
- "href": "https://www.w3.org/TR/CSS21/conform.html#q3.0",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#q3.0",
"level": 1,
"title": "Conformance: Requirements and Recommendations",
"number": "3"
},
{
"id": "defs",
- "href": "https://www.w3.org/TR/CSS21/conform.html#defs",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#defs",
"level": 2,
"title": "Definitions",
"number": "3.1"
},
{
"id": "conformance",
- "href": "https://www.w3.org/TR/CSS21/conform.html#conformance",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#conformance",
"level": 2,
"title": "UA Conformance",
"number": "3.2"
},
{
"id": "errors",
- "href": "https://www.w3.org/TR/CSS21/conform.html#errors",
+ "href": "https://www.w3.org/TR/CSS2/conform.html#errors",
"level": 2,
"title": "Error conditions",
"number": "3.3"
},
{
"id": "q4.0",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#q4.0",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#q4.0",
"level": 1,
"title": "Syntax and basic data types",
"number": "4"
},
{
"id": "syntax",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#syntax",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#syntax",
"level": 2,
"title": "Syntax",
"number": "4.1"
},
{
"id": "tokenization",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#tokenization",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#tokenization",
"level": 3,
"title": "Tokenization",
"number": "4.1.1"
},
{
"id": "keywords",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#keywords",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#keywords",
"level": 3,
"title": "Keywords",
"number": "4.1.2"
},
{
"id": "vendor-keywords",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#vendor-keywords",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#vendor-keywords",
"level": 4,
"title": "Vendor-specific extensions",
"number": "4.1.2.1"
},
{
"id": "vendor-keyword-history",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#vendor-keyword-history",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#vendor-keyword-history",
"level": 4,
"title": "Informative Historical Notes",
"number": "4.1.2.2"
},
{
"id": "characters",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#characters",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#characters",
"level": 3,
"title": "Characters and case",
"number": "4.1.3"
},
{
"id": "statements",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#statements",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#statements",
"level": 3,
"title": "Statements",
"number": "4.1.4"
},
{
"id": "block",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#block",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#block",
"level": 3,
"title": "Blocks",
"number": "4.1.6"
},
{
"id": "rule-sets",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#rule-sets",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#rule-sets",
"level": 3,
"title": "Rule sets, declaration blocks, and selectors",
"number": "4.1.7"
},
{
"id": "declaration",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#declaration",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#declaration",
"level": 3,
"title": "Declarations and properties",
"number": "4.1.8"
},
{
"id": "declaration",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#declaration",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#declaration",
"level": 3,
"title": "Declarations and properties",
"number": "4.1.8"
},
{
"id": "comments",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#comments",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#comments",
"level": 3,
"title": "Comments",
"number": "4.1.9"
},
{
"id": "parsing-errors",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#parsing-errors",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#parsing-errors",
"level": 2,
"title": "Rules for handling parsing errors",
"number": "4.2"
},
{
"id": "values",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#values",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#values",
"level": 2,
"title": "Values",
"number": "4.3"
},
{
"id": "numbers",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#numbers",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#numbers",
"level": 3,
"title": "Integers and real numbers",
"number": "4.3.1"
},
{
"id": "length-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#length-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#length-units",
"level": 3,
"title": "Lengths",
"number": "4.3.2"
},
{
"id": "percentage-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#percentage-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#percentage-units",
"level": 3,
"title": "Percentages",
"number": "4.3.3"
},
{
"id": "uri",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#uri",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#uri",
"level": 3,
"title": "URLs and URIs",
"number": "4.3.4"
},
{
"id": "counter",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#counter",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#counter",
"level": 3,
"title": "Counters",
"number": "4.3.5"
},
{
"id": "color-units",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#color-units",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#color-units",
"level": 3,
"title": "Colors",
"number": "4.3.6"
},
{
"id": "strings",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#strings",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#strings",
"level": 3,
"title": "Strings",
"number": "4.3.7"
},
{
"id": "unsupported-values",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#unsupported-values",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#unsupported-values",
"level": 3,
"title": "Unsupported Values",
"number": "4.3.8"
},
{
"id": "charset",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#charset",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#charset",
"level": 2,
"title": "CSS style sheet representation",
"number": "4.4"
},
{
"id": "escaping",
- "href": "https://www.w3.org/TR/CSS21/syndata.html#escaping",
+ "href": "https://www.w3.org/TR/CSS2/syndata.html#escaping",
"level": 3,
"title": "Referring to characters not represented in a character encoding",
"number": "4.4.1"
},
{
"id": "q5.0",
- "href": "https://www.w3.org/TR/CSS21/selector.html#q5.0",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#q5.0",
"level": 1,
"title": "Selectors",
"number": "5"
},
{
"id": "pattern-matching",
- "href": "https://www.w3.org/TR/CSS21/selector.html#pattern-matching",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#pattern-matching",
"level": 2,
"title": "Pattern matching",
"number": "5.1"
},
{
"id": "selector-syntax",
- "href": "https://www.w3.org/TR/CSS21/selector.html#selector-syntax",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#selector-syntax",
"level": 2,
"title": "Selector syntax",
"number": "5.2"
},
{
"id": "grouping",
- "href": "https://www.w3.org/TR/CSS21/selector.html#grouping",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#grouping",
"level": 3,
"title": "Grouping",
"number": "5.2.1"
},
{
"id": "universal-selector",
- "href": "https://www.w3.org/TR/CSS21/selector.html#universal-selector",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#universal-selector",
"level": 2,
"title": "Universal selector",
"number": "5.3"
},
{
"id": "type-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#type-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#type-selectors",
"level": 2,
"title": "Type selectors",
"number": "5.4"
},
{
"id": "descendant-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#descendant-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#descendant-selectors",
"level": 2,
"title": "Descendant selectors",
"number": "5.5"
},
{
"id": "child-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#child-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#child-selectors",
"level": 2,
"title": "Child selectors",
"number": "5.6"
},
{
"id": "adjacent-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#adjacent-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#adjacent-selectors",
"level": 2,
"title": "Adjacent sibling selectors",
"number": "5.7"
},
{
"id": "attribute-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#attribute-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#attribute-selectors",
"level": 2,
"title": "Attribute selectors",
"number": "5.8"
},
{
"id": "matching-attrs",
- "href": "https://www.w3.org/TR/CSS21/selector.html#matching-attrs",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#matching-attrs",
"level": 3,
"title": "Matching attributes and attribute values",
"number": "5.8.1"
},
{
"id": "default-attrs",
- "href": "https://www.w3.org/TR/CSS21/selector.html#default-attrs",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#default-attrs",
"level": 3,
"title": "Default attribute values in DTDs",
"number": "5.8.2"
},
{
"id": "class-html",
- "href": "https://www.w3.org/TR/CSS21/selector.html#class-html",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#class-html",
"level": 3,
"title": "Class selectors",
"number": "5.8.3"
},
{
"id": "id-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#id-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#id-selectors",
"level": 2,
"title": "ID selectors",
"number": "5.9"
},
{
"id": "pseudo-elements",
- "href": "https://www.w3.org/TR/CSS21/selector.html#pseudo-elements",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#pseudo-elements",
"level": 2,
"title": "Pseudo-elements and pseudo-classes",
"number": "5.10"
},
{
"id": "pseudo-elements",
- "href": "https://www.w3.org/TR/CSS21/selector.html#pseudo-elements",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#pseudo-elements",
"level": 2,
"title": "Pseudo-elements and pseudo-classes",
"number": "5.10"
},
{
"id": "pseudo-class-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#pseudo-class-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#pseudo-class-selectors",
"level": 2,
"title": "Pseudo-classes",
"number": "5.11"
},
{
"id": "first-child",
- "href": "https://www.w3.org/TR/CSS21/selector.html#first-child",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#first-child",
"level": 3,
"title": ":first-child pseudo-class",
"number": "5.11.1"
},
{
"id": "link-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#link-pseudo-classes",
"level": 3,
"title": "The link pseudo-classes: :link and :visited",
"number": "5.11.2"
},
{
"id": "link-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#link-pseudo-classes",
"level": 3,
"title": "The link pseudo-classes: :link and :visited",
"number": "5.11.2"
},
{
"id": "link-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#link-pseudo-classes",
"level": 3,
"title": "The link pseudo-classes: :link and :visited",
"number": "5.11.2"
},
{
"id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes",
"level": 3,
"title": "The dynamic pseudo-classes: :hover, :active, and :focus",
"number": "5.11.3"
},
{
"id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes",
"level": 3,
"title": "The dynamic pseudo-classes: :hover, :active, and :focus",
"number": "5.11.3"
},
{
"id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes",
"level": 3,
"title": "The dynamic pseudo-classes: :hover, :active, and :focus",
"number": "5.11.3"
},
{
"id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes",
"level": 3,
"title": "The dynamic pseudo-classes: :hover, :active, and :focus",
"number": "5.11.3"
},
{
"id": "lang",
- "href": "https://www.w3.org/TR/CSS21/selector.html#lang",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#lang",
"level": 3,
"title": "The language pseudo-class: :lang",
"number": "5.11.4"
},
{
"id": "lang",
- "href": "https://www.w3.org/TR/CSS21/selector.html#lang",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#lang",
"level": 3,
"title": "The language pseudo-class: :lang",
"number": "5.11.4"
},
{
"id": "pseudo-element-selectors",
- "href": "https://www.w3.org/TR/CSS21/selector.html#pseudo-element-selectors",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#pseudo-element-selectors",
"level": 2,
"title": "Pseudo-elements",
"number": "5.12"
},
{
"id": "first-letter",
- "href": "https://www.w3.org/TR/CSS21/selector.html#first-letter",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#first-letter",
"level": 3,
"title": "The :first-letter pseudo-element",
"number": "5.12.2"
},
{
"id": "first-letter",
- "href": "https://www.w3.org/TR/CSS21/selector.html#first-letter",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#first-letter",
"level": 3,
"title": "The :first-letter pseudo-element",
"number": "5.12.2"
},
{
"id": "before-and-after",
- "href": "https://www.w3.org/TR/CSS21/selector.html#before-and-after",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#before-and-after",
"level": 3,
"title": "The :before and :after pseudo-elements",
"number": "5.12.3"
},
{
"id": "before-and-after",
- "href": "https://www.w3.org/TR/CSS21/selector.html#before-and-after",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#before-and-after",
"level": 3,
"title": "The :before and :after pseudo-elements",
"number": "5.12.3"
},
{
"id": "before-and-after",
- "href": "https://www.w3.org/TR/CSS21/selector.html#before-and-after",
+ "href": "https://www.w3.org/TR/CSS2/selector.html#before-and-after",
"level": 3,
"title": "The :before and :after pseudo-elements",
"number": "5.12.3"
},
{
"id": "q6.0",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#q6.0",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#q6.0",
"level": 1,
"title": "Assigning property values, Cascading, and Inheritance",
"number": "6"
},
{
"id": "value-stages",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#value-stages",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#value-stages",
"level": 2,
"title": "Specified, computed, and actual values",
"number": "6.1"
},
{
"id": "inheritance",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#inheritance",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#inheritance",
"level": 2,
"title": "Inheritance",
"number": "6.2"
},
{
"id": "at-import",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#at-import",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#at-import",
"level": 2,
"title": "The @import rule",
"number": "6.3"
},
{
"id": "cascade",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#cascade",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#cascade",
"level": 2,
"title": "The cascade",
"number": "6.4"
},
{
"id": "cascading-order",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#cascading-order",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#cascading-order",
"level": 3,
"title": "Cascading order",
"number": "6.4.1"
},
{
"id": "important-rules",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#important-rules",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#important-rules",
"level": 3,
"title": "!important rules",
"number": "6.4.2"
},
{
"id": "specificity",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#specificity",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#specificity",
"level": 3,
"title": "Calculating a selector's specificity",
"number": "6.4.3"
},
{
"id": "preshint",
- "href": "https://www.w3.org/TR/CSS21/cascade.html#preshint",
+ "href": "https://www.w3.org/TR/CSS2/cascade.html#preshint",
"level": 3,
"title": "Precedence of non-CSS presentational hints",
"number": "6.4.4"
},
{
"id": "q7.0",
- "href": "https://www.w3.org/TR/CSS21/media.html#q7.0",
+ "href": "https://www.w3.org/TR/CSS2/media.html#q7.0",
"level": 1,
"title": "Media types",
"number": "7"
},
{
"id": "media-intro",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-intro",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-intro",
"level": 2,
"title": "Introduction to media types",
"number": "7.1"
},
{
"id": "media-sheets",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-sheets",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-sheets",
"level": 2,
"title": "Specifying media-dependent style sheets",
"number": "7.2"
},
{
"id": "at-media-rule",
- "href": "https://www.w3.org/TR/CSS21/media.html#at-media-rule",
+ "href": "https://www.w3.org/TR/CSS2/media.html#at-media-rule",
"level": 3,
"title": "The @media rule",
"number": "7.2.1"
},
{
"id": "media-types",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-types",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-types",
"level": 2,
"title": "Recognized media types",
"number": "7.3"
},
{
"id": "media-groups",
- "href": "https://www.w3.org/TR/CSS21/media.html#media-groups",
+ "href": "https://www.w3.org/TR/CSS2/media.html#media-groups",
"level": 3,
"title": "Media groups",
"number": "7.3.1"
},
{
"id": "box-model",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-model",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-model",
"level": 1,
"title": "Box model",
"number": "8"
},
{
"id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
+ "href": "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
"level": 2,
"title": "Box dimensions",
"number": "8.1"
},
{
"id": "mpb-examples",
- "href": "https://www.w3.org/TR/CSS21/box.html#mpb-examples",
+ "href": "https://www.w3.org/TR/CSS2/box.html#mpb-examples",
"level": 2,
"title": "Example of margins, padding, and borders",
"number": "8.2"
},
{
"id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#margin-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#margin-properties",
"level": 2,
"title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
"number": "8.3"
},
{
"id": "collapsing-margins",
- "href": "https://www.w3.org/TR/CSS21/box.html#collapsing-margins",
+ "href": "https://www.w3.org/TR/CSS2/box.html#collapsing-margins",
"level": 3,
"title": "Collapsing margins",
"number": "8.3.1"
},
{
"id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#padding-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#padding-properties",
"level": 2,
"title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
"number": "8.4"
},
{
"id": "border-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-properties",
"level": 2,
"title": "Border properties",
"number": "8.5"
},
{
"id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-width-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-width-properties",
"level": 3,
"title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
"number": "8.5.1"
},
{
"id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-color-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-color-properties",
"level": 3,
"title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
"number": "8.5.2"
},
{
"id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
"level": 3,
"title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
"number": "8.5.3"
},
{
"id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS21/box.html#border-shorthand-properties",
+ "href": "https://www.w3.org/TR/CSS2/box.html#border-shorthand-properties",
"level": 3,
"title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
"number": "8.5.4"
},
{
"id": "bidi-box-model",
- "href": "https://www.w3.org/TR/CSS21/box.html#bidi-box-model",
+ "href": "https://www.w3.org/TR/CSS2/box.html#bidi-box-model",
"level": 2,
"title": "The box model for inline elements in bidirectional context",
"number": "8.6"
},
{
"id": "q9.0",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#q9.0",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#q9.0",
"level": 1,
"title": "Visual formatting model",
"number": "9"
},
{
"id": "visual-model-intro",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#visual-model-intro",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#visual-model-intro",
"level": 2,
"title": "Introduction to the visual formatting model",
"number": "9.1"
},
{
"id": "viewport",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#viewport",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#viewport",
"level": 3,
"title": "The viewport",
"number": "9.1.1"
},
{
"id": "box-gen",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#box-gen",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#box-gen",
"level": 2,
"title": "Controlling box generation",
"number": "9.2"
},
{
"id": "block-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#block-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#block-boxes",
"level": 3,
"title": "Block-level elements and block boxes",
"number": "9.2.1"
},
{
"id": "anonymous-block-level",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#anonymous-block-level",
"level": 4,
"title": "Anonymous block boxes",
"number": "9.2.1.1"
},
{
"id": "inline-boxes",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#inline-boxes",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#inline-boxes",
"level": 3,
"title": "Inline-level elements and inline boxes",
"number": "9.2.2"
},
{
"id": "anonymous",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#anonymous",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#anonymous",
"level": 4,
"title": "Anonymous inline boxes",
"number": "9.2.2.1"
},
{
"id": "run-in",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#run-in",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#run-in",
"level": 3,
"title": "Run-in boxes",
"number": "9.2.3"
},
{
"id": "display-prop",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#display-prop",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#display-prop",
"level": 3,
"title": "The 'display' property",
"number": "9.2.4"
},
{
"id": "positioning-scheme",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#positioning-scheme",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#positioning-scheme",
"level": 2,
"title": "Positioning schemes",
"number": "9.3"
},
{
"id": "choose-position",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#choose-position",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#choose-position",
"level": 3,
"title": "Choosing a positioning scheme: 'position' property",
"number": "9.3.1"
},
{
"id": "position-props",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#position-props",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#position-props",
"level": 3,
"title": "Box offsets: 'top', 'right', 'bottom', 'left'",
"number": "9.3.2"
},
{
"id": "normal-flow",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#normal-flow",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#normal-flow",
"level": 2,
"title": "Normal flow",
"number": "9.4"
},
{
"id": "block-formatting",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#block-formatting",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#block-formatting",
"level": 3,
"title": "Block formatting contexts",
"number": "9.4.1"
},
{
"id": "inline-formatting",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#inline-formatting",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#inline-formatting",
"level": 3,
"title": "Inline formatting contexts",
"number": "9.4.2"
},
{
"id": "relative-positioning",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#relative-positioning",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#relative-positioning",
"level": 3,
"title": "Relative positioning",
"number": "9.4.3"
},
{
"id": "floats",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#floats",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#floats",
"level": 2,
"title": "Floats",
"number": "9.5"
},
{
"id": "float-position",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#float-position",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#float-position",
"level": 3,
"title": "Positioning the float: the 'float' property",
"number": "9.5.1"
},
{
"id": "flow-control",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#flow-control",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#flow-control",
"level": 3,
"title": "Controlling flow next to floats: the 'clear' property",
"number": "9.5.2"
},
{
"id": "absolute-positioning",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#absolute-positioning",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#absolute-positioning",
"level": 2,
"title": "Absolute positioning",
"number": "9.6"
},
{
"id": "fixed-positioning",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#fixed-positioning",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#fixed-positioning",
"level": 3,
"title": "Fixed positioning",
"number": "9.6.1"
},
{
"id": "dis-pos-flo",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#dis-pos-flo",
"level": 2,
"title": "Relationships between 'display', 'position', and 'float'",
"number": "9.7"
},
{
"id": "comparison",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#comparison",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#comparison",
"level": 2,
"title": "Comparison of normal flow, floats, and absolute positioning",
"number": "9.8"
},
{
"id": "comp-normal-flow",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#comp-normal-flow",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#comp-normal-flow",
"level": 3,
"title": "Normal flow",
"number": "9.8.1"
},
{
"id": "comp-relpos",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#comp-relpos",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#comp-relpos",
"level": 3,
"title": "Relative positioning",
"number": "9.8.2"
},
{
"id": "comp-float",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#comp-float",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#comp-float",
"level": 3,
"title": "Floating a box",
"number": "9.8.3"
},
{
"id": "comp-abspos",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#comp-abspos",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#comp-abspos",
"level": 3,
"title": "Absolute positioning",
"number": "9.8.4"
},
{
"id": "layers",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#layers",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#layers",
"level": 2,
"title": "Layered presentation",
"number": "9.9"
},
{
"id": "z-index",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#z-index",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#z-index",
"level": 3,
"title": "Specifying the stack level: the 'z-index' property",
"number": "9.9.1"
},
{
"id": "direction",
- "href": "https://www.w3.org/TR/CSS21/visuren.html#direction",
+ "href": "https://www.w3.org/TR/CSS2/visuren.html#direction",
"level": 2,
"title": "Text direction: the 'direction' and 'unicode-bidi' properties",
"number": "9.10"
},
{
"id": "q10.0",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#q10.0",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#q10.0",
"level": 1,
"title": "10 Visual formatting model details"
},
{
"id": "containing-block-details",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#containing-block-details",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#containing-block-details",
"level": 2,
"title": "Definition of \"containing block\"",
"number": "10.1"
},
{
"id": "the-width-property",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#the-width-property",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#the-width-property",
"level": 2,
"title": "Content width: the 'width' property",
"number": "10.2"
},
{
"id": "Computing_widths_and_margins",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#Computing_widths_and_margins",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#Computing_widths_and_margins",
"level": 2,
"title": "Calculating widths and margins",
"number": "10.3"
},
{
"id": "inline-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#inline-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#inline-width",
"level": 3,
"title": "Inline, non-replaced elements",
"number": "10.3.1"
},
{
"id": "inline-replaced-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#inline-replaced-width",
"level": 3,
"title": "Inline, replaced elements",
"number": "10.3.2"
},
{
"id": "blockwidth",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#blockwidth",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#blockwidth",
"level": 3,
"title": "Block-level, non-replaced elements in normal flow",
"number": "10.3.3"
},
{
"id": "block-replaced-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#block-replaced-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#block-replaced-width",
"level": 3,
"title": "Block-level, replaced elements in normal flow",
"number": "10.3.4"
},
{
"id": "float-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#float-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#float-width",
"level": 3,
"title": "Floating, non-replaced elements",
"number": "10.3.5"
},
{
"id": "float-replaced-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#float-replaced-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#float-replaced-width",
"level": 3,
"title": "Floating, replaced elements",
"number": "10.3.6"
},
{
"id": "abs-non-replaced-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width",
"level": 3,
"title": "Absolutely positioned, non-replaced elements",
"number": "10.3.7"
},
{
"id": "abs-replaced-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#abs-replaced-width",
"level": 3,
"title": "Absolutely positioned, replaced elements",
"number": "10.3.8"
},
{
"id": "inlineblock-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#inlineblock-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#inlineblock-width",
"level": 3,
"title": "'Inline-block', non-replaced elements in normal flow",
"number": "10.3.9"
},
{
"id": "inlineblock-replaced-width",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#inlineblock-replaced-width",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#inlineblock-replaced-width",
"level": 3,
"title": "'Inline-block', replaced elements in normal flow",
"number": "10.3.10"
},
{
"id": "min-max-widths",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#min-max-widths",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#min-max-widths",
"level": 2,
"title": "Minimum and maximum widths: 'min-width' and 'max-width'",
"number": "10.4"
},
{
"id": "the-height-property",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#the-height-property",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#the-height-property",
"level": 2,
"title": "Content height: the 'height' property",
"number": "10.5"
},
{
"id": "Computing_heights_and_margins",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#Computing_heights_and_margins",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#Computing_heights_and_margins",
"level": 2,
"title": "Calculating heights and margins",
"number": "10.6"
},
{
"id": "inline-non-replaced",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#inline-non-replaced",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#inline-non-replaced",
"level": 3,
"title": "Inline, non-replaced elements",
"number": "10.6.1"
},
{
"id": "inline-replaced-height",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#inline-replaced-height",
"level": 3,
"title": "Inline replaced elements, block-level replaced elements in normal flow, 'inline-block' replaced elements in normal flow and floating replaced elements",
"number": "10.6.2"
},
{
"id": "normal-block",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#normal-block",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#normal-block",
"level": 3,
"title": "Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible'",
"number": "10.6.3"
},
{
"id": "abs-non-replaced-height",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-height",
"level": 3,
"title": "Absolutely positioned, non-replaced elements",
"number": "10.6.4"
},
{
"id": "abs-replaced-height",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#abs-replaced-height",
"level": 3,
"title": "Absolutely positioned, replaced elements",
"number": "10.6.5"
},
{
"id": "block-root-margin",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#block-root-margin",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#block-root-margin",
"level": 3,
"title": "Complicated cases",
"number": "10.6.6"
},
{
"id": "root-height",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#root-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#root-height",
"level": 3,
"title": "'Auto' heights for block formatting context roots",
"number": "10.6.7"
},
{
"id": "min-max-heights",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#min-max-heights",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#min-max-heights",
"level": 2,
"title": "Minimum and maximum heights: 'min-height' and 'max-height'",
"number": "10.7"
},
{
"id": "line-height",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#line-height",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#line-height",
"level": 2,
"title": "Line height calculations: the 'line-height' and 'vertical-align' properties",
"number": "10.8"
},
{
"id": "leading",
- "href": "https://www.w3.org/TR/CSS21/visudet.html#leading",
+ "href": "https://www.w3.org/TR/CSS2/visudet.html#leading",
"level": 3,
"title": "Leading and half-leading",
"number": "10.8.1"
},
{
"id": "q11.0",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#q11.0",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#q11.0",
"level": 1,
"title": "11 Visual effects"
},
{
"id": "overflow-clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#overflow-clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#overflow-clipping",
"level": 2,
"title": "Overflow and clipping",
"number": "11.1"
},
{
"id": "overflow",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#overflow",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#overflow",
"level": 3,
"title": "Overflow: the 'overflow' property",
"number": "11.1.1"
},
{
"id": "clipping",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#clipping",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#clipping",
"level": 3,
"title": "Clipping: the 'clip' property",
"number": "11.1.2"
},
{
"id": "visibility",
- "href": "https://www.w3.org/TR/CSS21/visufx.html#visibility",
+ "href": "https://www.w3.org/TR/CSS2/visufx.html#visibility",
"level": 2,
"title": "Visibility: the 'visibility' property",
"number": "11.2"
},
{
"id": "generated-text",
- "href": "https://www.w3.org/TR/CSS21/generate.html#generated-text",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#generated-text",
"level": 1,
"title": "12 Generated content, automatic numbering, and lists"
},
{
"id": "generated-text",
- "href": "https://www.w3.org/TR/CSS21/generate.html#generated-text",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#generated-text",
"level": 1,
"title": "12 Generated content, automatic numbering, and lists"
},
{
"id": "generated-text",
- "href": "https://www.w3.org/TR/CSS21/generate.html#generated-text",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#generated-text",
"level": 1,
"title": "12 Generated content, automatic numbering, and lists"
},
{
"id": "before-after-content",
- "href": "https://www.w3.org/TR/CSS21/generate.html#before-after-content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#before-after-content",
"level": 2,
"title": "The :before and :after pseudo-elements",
"number": "12.1"
},
{
"id": "before-after-content",
- "href": "https://www.w3.org/TR/CSS21/generate.html#before-after-content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#before-after-content",
"level": 2,
"title": "The :before and :after pseudo-elements",
"number": "12.1"
},
{
"id": "before-after-content",
- "href": "https://www.w3.org/TR/CSS21/generate.html#before-after-content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#before-after-content",
"level": 2,
"title": "The :before and :after pseudo-elements",
"number": "12.1"
},
{
"id": "content",
- "href": "https://www.w3.org/TR/CSS21/generate.html#content",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#content",
"level": 2,
"title": "The 'content' property",
"number": "12.2"
},
{
"id": "quotes",
- "href": "https://www.w3.org/TR/CSS21/generate.html#quotes",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#quotes",
"level": 2,
"title": "Quotation marks",
"number": "12.3"
},
{
"id": "quotes-specify",
- "href": "https://www.w3.org/TR/CSS21/generate.html#quotes-specify",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#quotes-specify",
"level": 3,
"title": "Specifying quotes with the 'quotes' property",
"number": "12.3.1"
},
{
"id": "quotes-insert",
- "href": "https://www.w3.org/TR/CSS21/generate.html#quotes-insert",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#quotes-insert",
"level": 3,
"title": "Inserting quotes with the 'content' property",
"number": "12.3.2"
},
{
"id": "scope",
- "href": "https://www.w3.org/TR/CSS21/generate.html#scope",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#scope",
"level": 3,
"title": "Nested counters and scope",
"number": "12.4.1"
},
{
"id": "counter-styles",
- "href": "https://www.w3.org/TR/CSS21/generate.html#counter-styles",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#counter-styles",
"level": 3,
"title": "Counter styles",
"number": "12.4.2"
},
{
"id": "undisplayed-counters",
- "href": "https://www.w3.org/TR/CSS21/generate.html#undisplayed-counters",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#undisplayed-counters",
"level": 3,
"title": "Counters in elements with 'display: none'",
"number": "12.4.3"
},
{
"id": "lists",
- "href": "https://www.w3.org/TR/CSS21/generate.html#lists",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#lists",
"level": 2,
"title": "Lists",
"number": "12.5"
},
{
"id": "list-style",
- "href": "https://www.w3.org/TR/CSS21/generate.html#list-style",
+ "href": "https://www.w3.org/TR/CSS2/generate.html#list-style",
"level": 3,
"title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "12.5.1"
},
{
"id": "the-page",
- "href": "https://www.w3.org/TR/CSS21/page.html#the-page",
+ "href": "https://www.w3.org/TR/CSS2/page.html#the-page",
"level": 1,
"title": "13 Paged media"
},
{
"id": "page-intro",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-intro",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-intro",
"level": 2,
"title": "Introduction to paged media",
"number": "13.1"
},
{
"id": "page-box",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-box",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-box",
"level": 2,
"title": "Page boxes: the @page rule",
"number": "13.2"
},
{
"id": "page-margins",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-margins",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-margins",
"level": 3,
"title": "Page margins",
"number": "13.2.1"
},
{
"id": "page-selectors",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-selectors",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-selectors",
"level": 3,
"title": "Page selectors: selecting left, right, and first pages",
"number": "13.2.2"
},
{
"id": "outside-page-box",
- "href": "https://www.w3.org/TR/CSS21/page.html#outside-page-box",
+ "href": "https://www.w3.org/TR/CSS2/page.html#outside-page-box",
"level": 3,
"title": "Content outside the page box",
"number": "13.2.3"
},
{
"id": "page-breaks",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-breaks",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-breaks",
"level": 2,
"title": "Page breaks",
"number": "13.3"
},
{
"id": "page-break-props",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-break-props",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-break-props",
"level": 3,
"title": "Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
"number": "13.3.1"
},
{
"id": "break-inside",
- "href": "https://www.w3.org/TR/CSS21/page.html#break-inside",
+ "href": "https://www.w3.org/TR/CSS2/page.html#break-inside",
"level": 3,
"title": "Breaks inside elements: 'orphans', 'widows'",
"number": "13.3.2"
},
{
"id": "allowed-page-breaks",
- "href": "https://www.w3.org/TR/CSS21/page.html#allowed-page-breaks",
+ "href": "https://www.w3.org/TR/CSS2/page.html#allowed-page-breaks",
"level": 3,
"title": "Allowed page breaks",
"number": "13.3.3"
},
{
"id": "forced",
- "href": "https://www.w3.org/TR/CSS21/page.html#forced",
+ "href": "https://www.w3.org/TR/CSS2/page.html#forced",
"level": 3,
"title": "Forced page breaks",
"number": "13.3.4"
},
{
"id": "best-page-breaks",
- "href": "https://www.w3.org/TR/CSS21/page.html#best-page-breaks",
+ "href": "https://www.w3.org/TR/CSS2/page.html#best-page-breaks",
"level": 3,
"title": "\"Best\" page breaks",
"number": "13.3.5"
},
{
"id": "page-cascade",
- "href": "https://www.w3.org/TR/CSS21/page.html#page-cascade",
+ "href": "https://www.w3.org/TR/CSS2/page.html#page-cascade",
"level": 2,
"title": "Cascading in the page context",
"number": "13.4"
},
{
"id": "q14.0",
- "href": "https://www.w3.org/TR/CSS21/colors.html#q14.0",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#q14.0",
"level": 1,
"title": "14 Colors and Backgrounds"
},
{
"id": "colors",
- "href": "https://www.w3.org/TR/CSS21/colors.html#colors",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#colors",
"level": 2,
"title": "Foreground color: the 'color' property",
"number": "14.1"
},
{
"id": "background",
- "href": "https://www.w3.org/TR/CSS21/colors.html#background",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#background",
"level": 2,
"title": "The background",
"number": "14.2"
},
{
"id": "background-properties",
- "href": "https://www.w3.org/TR/CSS21/colors.html#background-properties",
+ "href": "https://www.w3.org/TR/CSS2/colors.html#background-properties",
"level": 3,
"title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
"number": "14.2.1"
},
{
"id": "q15.0",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#q15.0",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#q15.0",
"level": 1,
"title": "15 Fonts"
},
{
"id": "fonts-intro",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#fonts-intro",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#fonts-intro",
"level": 2,
"title": "Introduction",
"number": "15.1"
},
{
"id": "algorithm",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#algorithm",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#algorithm",
"level": 2,
"title": "Font matching algorithm",
"number": "15.2"
},
{
"id": "font-family-prop",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-family-prop",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-family-prop",
"level": 2,
"title": "Font family: the 'font-family' property",
"number": "15.3"
},
{
"id": "generic-font-families",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#generic-font-families",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#generic-font-families",
"level": 3,
"title": "Generic font families",
"number": "15.3.1"
},
{
"id": "font-styling",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-styling",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-styling",
"level": 2,
"title": "Font styling: the 'font-style' property",
"number": "15.4"
},
{
"id": "small-caps",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#small-caps",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#small-caps",
"level": 2,
"title": "Small-caps: the 'font-variant' property",
"number": "15.5"
},
{
"id": "font-boldness",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-boldness",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-boldness",
"level": 2,
"title": "Font boldness: the 'font-weight' property",
"number": "15.6"
},
{
"id": "font-size-props",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-size-props",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-size-props",
"level": 2,
"title": "Font size: the 'font-size' property",
"number": "15.7"
},
{
"id": "font-shorthand",
- "href": "https://www.w3.org/TR/CSS21/fonts.html#font-shorthand",
+ "href": "https://www.w3.org/TR/CSS2/fonts.html#font-shorthand",
"level": 2,
"title": "Shorthand font property: the 'font' property",
"number": "15.8"
},
{
"id": "q16.0",
- "href": "https://www.w3.org/TR/CSS21/text.html#q16.0",
+ "href": "https://www.w3.org/TR/CSS2/text.html#q16.0",
"level": 1,
"title": "16 Text"
},
{
"id": "indentation-prop",
- "href": "https://www.w3.org/TR/CSS21/text.html#indentation-prop",
+ "href": "https://www.w3.org/TR/CSS2/text.html#indentation-prop",
"level": 2,
"title": "Indentation: the 'text-indent' property",
"number": "16.1"
},
{
"id": "alignment-prop",
- "href": "https://www.w3.org/TR/CSS21/text.html#alignment-prop",
+ "href": "https://www.w3.org/TR/CSS2/text.html#alignment-prop",
"level": 2,
"title": "Alignment: the 'text-align' property",
"number": "16.2"
},
{
"id": "decoration",
- "href": "https://www.w3.org/TR/CSS21/text.html#decoration",
+ "href": "https://www.w3.org/TR/CSS2/text.html#decoration",
"level": 2,
"title": "Decoration",
"number": "16.3"
},
{
"id": "lining-striking-props",
- "href": "https://www.w3.org/TR/CSS21/text.html#lining-striking-props",
+ "href": "https://www.w3.org/TR/CSS2/text.html#lining-striking-props",
"level": 3,
"title": "Underlining, overlining, striking, and blinking: the 'text-decoration' property",
"number": "16.3.1"
},
{
"id": "spacing-props",
- "href": "https://www.w3.org/TR/CSS21/text.html#spacing-props",
+ "href": "https://www.w3.org/TR/CSS2/text.html#spacing-props",
"level": 2,
"title": "Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties",
"number": "16.4"
},
{
"id": "caps-prop",
- "href": "https://www.w3.org/TR/CSS21/text.html#caps-prop",
+ "href": "https://www.w3.org/TR/CSS2/text.html#caps-prop",
"level": 2,
"title": "Capitalization: the 'text-transform' property",
"number": "16.5"
},
{
"id": "white-space-prop",
- "href": "https://www.w3.org/TR/CSS21/text.html#white-space-prop",
+ "href": "https://www.w3.org/TR/CSS2/text.html#white-space-prop",
"level": 2,
"title": "White space: the 'white-space' property",
"number": "16.6"
},
{
"id": "white-space-model",
- "href": "https://www.w3.org/TR/CSS21/text.html#white-space-model",
+ "href": "https://www.w3.org/TR/CSS2/text.html#white-space-model",
"level": 3,
"title": "The 'white-space' processing model",
"number": "16.6.1"
},
{
"id": "egbidiwscollapse",
- "href": "https://www.w3.org/TR/CSS21/text.html#egbidiwscollapse",
+ "href": "https://www.w3.org/TR/CSS2/text.html#egbidiwscollapse",
"level": 3,
"title": "Example of bidirectionality with white space collapsing",
"number": "16.6.2"
},
{
"id": "ctrlchars",
- "href": "https://www.w3.org/TR/CSS21/text.html#ctrlchars",
+ "href": "https://www.w3.org/TR/CSS2/text.html#ctrlchars",
"level": 3,
"title": "Control and combining characters' details",
"number": "16.6.3"
},
{
"id": "q17.0",
- "href": "https://www.w3.org/TR/CSS21/tables.html#q17.0",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#q17.0",
"level": 1,
"title": "17 Tables"
},
{
"id": "tables-intro",
- "href": "https://www.w3.org/TR/CSS21/tables.html#tables-intro",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#tables-intro",
"level": 2,
"title": "Introduction to tables",
"number": "17.1"
},
{
"id": "table-display",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-display",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-display",
"level": 2,
"title": "The CSS table model",
"number": "17.2"
},
{
"id": "anonymous-boxes",
- "href": "https://www.w3.org/TR/CSS21/tables.html#anonymous-boxes",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes",
"level": 3,
"title": "Anonymous table objects",
"number": "17.2.1"
},
{
"id": "columns",
- "href": "https://www.w3.org/TR/CSS21/tables.html#columns",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#columns",
"level": 2,
"title": "Columns",
"number": "17.3"
},
{
"id": "model",
- "href": "https://www.w3.org/TR/CSS21/tables.html#model",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#model",
"level": 2,
"title": "Tables in the visual formatting model",
"number": "17.4"
},
{
"id": "caption-position",
- "href": "https://www.w3.org/TR/CSS21/tables.html#caption-position",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#caption-position",
"level": 3,
"title": "Caption position and alignment",
"number": "17.4.1"
},
{
"id": "table-layout",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-layout",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-layout",
"level": 2,
"title": "Visual layout of table contents",
"number": "17.5"
},
{
"id": "table-layers",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-layers",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-layers",
"level": 3,
"title": "Table layers and transparency",
"number": "17.5.1"
},
{
"id": "width-layout",
- "href": "https://www.w3.org/TR/CSS21/tables.html#width-layout",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#width-layout",
"level": 3,
"title": "Table width algorithms: the 'table-layout' property",
"number": "17.5.2"
},
{
"id": "fixed-table-layout",
- "href": "https://www.w3.org/TR/CSS21/tables.html#fixed-table-layout",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#fixed-table-layout",
"level": 4,
"title": "Fixed table layout",
"number": "17.5.2.1"
},
{
"id": "auto-table-layout",
- "href": "https://www.w3.org/TR/CSS21/tables.html#auto-table-layout",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#auto-table-layout",
"level": 4,
"title": "Automatic table layout",
"number": "17.5.2.2"
},
{
"id": "height-layout",
- "href": "https://www.w3.org/TR/CSS21/tables.html#height-layout",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#height-layout",
"level": 3,
"title": "Table height algorithms",
"number": "17.5.3"
},
{
"id": "column-alignment",
- "href": "https://www.w3.org/TR/CSS21/tables.html#column-alignment",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#column-alignment",
"level": 3,
"title": "Horizontal alignment in a column",
"number": "17.5.4"
},
{
"id": "dynamic-effects",
- "href": "https://www.w3.org/TR/CSS21/tables.html#dynamic-effects",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#dynamic-effects",
"level": 3,
"title": "Dynamic row and column effects",
"number": "17.5.5"
},
{
"id": "borders",
- "href": "https://www.w3.org/TR/CSS21/tables.html#borders",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#borders",
"level": 2,
"title": "Borders",
"number": "17.6"
},
{
"id": "separated-borders",
- "href": "https://www.w3.org/TR/CSS21/tables.html#separated-borders",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#separated-borders",
"level": 3,
"title": "The separated borders model",
"number": "17.6.1"
},
{
"id": "empty-cells",
- "href": "https://www.w3.org/TR/CSS21/tables.html#empty-cells",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#empty-cells",
"level": 4,
"title": "Borders and Backgrounds around empty cells: the 'empty-cells' property",
"number": "17.6.1.1"
},
{
"id": "collapsing-borders",
- "href": "https://www.w3.org/TR/CSS21/tables.html#collapsing-borders",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#collapsing-borders",
"level": 3,
"title": "The collapsing border model",
"number": "17.6.2"
},
{
"id": "border-conflict-resolution",
- "href": "https://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#border-conflict-resolution",
"level": 4,
"title": "Border conflict resolution",
"number": "17.6.2.1"
},
{
"id": "table-border-styles",
- "href": "https://www.w3.org/TR/CSS21/tables.html#table-border-styles",
+ "href": "https://www.w3.org/TR/CSS2/tables.html#table-border-styles",
"level": 3,
"title": "Border styles",
"number": "17.6.3"
},
{
"id": "q18.0",
- "href": "https://www.w3.org/TR/CSS21/ui.html#q18.0",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#q18.0",
"level": 1,
"title": "18 User interface"
},
{
"id": "cursor-props",
- "href": "https://www.w3.org/TR/CSS21/ui.html#cursor-props",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#cursor-props",
"level": 2,
"title": "Cursors: the 'cursor' property",
"number": "18.1"
},
{
"id": "system-colors",
- "href": "https://www.w3.org/TR/CSS21/ui.html#system-colors",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#system-colors",
"level": 2,
"title": "System Colors",
"number": "18.2"
},
{
"id": "system-fonts",
- "href": "https://www.w3.org/TR/CSS21/ui.html#system-fonts",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#system-fonts",
"level": 2,
"title": "User preferences for fonts",
"number": "18.3"
},
{
"id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS21/ui.html#dynamic-outlines",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#dynamic-outlines",
"level": 2,
"title": "Dynamic outlines: the 'outline' property",
"number": "18.4"
},
{
"id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS21/ui.html#dynamic-outlines",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#dynamic-outlines",
"level": 2,
"title": "Dynamic outlines: the 'outline' property",
"number": "18.4"
},
{
"id": "outline-focus",
- "href": "https://www.w3.org/TR/CSS21/ui.html#outline-focus",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#outline-focus",
"level": 3,
"title": "Outlines and the focus",
"number": "18.4.1"
},
{
"id": "magnification",
- "href": "https://www.w3.org/TR/CSS21/ui.html#magnification",
+ "href": "https://www.w3.org/TR/CSS2/ui.html#magnification",
"level": 2,
"title": "Magnification",
"number": "18.5"
},
{
"id": "q19.0",
- "href": "https://www.w3.org/TR/CSS21/aural.html#q19.0",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#q19.0",
"level": 1,
"title": "Aural style sheets",
"number": "A"
},
{
"id": "aural-media-group",
- "href": "https://www.w3.org/TR/CSS21/aural.html#aural-media-group",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#aural-media-group",
"level": 2,
"title": "The media types 'aural' and 'speech'",
"number": "A.1"
},
{
"id": "aural-intro",
- "href": "https://www.w3.org/TR/CSS21/aural.html#aural-intro",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#aural-intro",
"level": 2,
"title": "Introduction to aural style sheets",
"number": "A.2"
},
{
"id": "angles",
- "href": "https://www.w3.org/TR/CSS21/aural.html#angles",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#angles",
"level": 3,
"title": "Angles",
"number": "A.2.1"
},
{
"id": "times",
- "href": "https://www.w3.org/TR/CSS21/aural.html#times",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#times",
"level": 3,
"title": "Times",
"number": "A.2.2"
},
{
"id": "frequencies",
- "href": "https://www.w3.org/TR/CSS21/aural.html#frequencies",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#frequencies",
"level": 3,
"title": "Frequencies",
"number": "A.2.3"
},
{
"id": "volume-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#volume-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#volume-props",
"level": 2,
"title": "Volume properties: 'volume'",
"number": "A.3"
},
{
"id": "speaking-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#speaking-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#speaking-props",
"level": 2,
"title": "Speaking properties: 'speak'",
"number": "A.4"
},
{
"id": "pause-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#pause-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#pause-props",
"level": 2,
"title": "Pause properties: 'pause-before', 'pause-after', and 'pause'",
"number": "A.5"
},
{
"id": "cue-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#cue-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#cue-props",
"level": 2,
"title": "Cue properties: 'cue-before', 'cue-after', and 'cue'",
"number": "A.6"
},
{
"id": "mixing-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#mixing-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#mixing-props",
"level": 2,
"title": "Mixing properties: 'play-during'",
"number": "A.7"
},
{
"id": "spatial-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#spatial-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#spatial-props",
"level": 2,
"title": "Spatial properties: 'azimuth' and 'elevation'",
"number": "A.8"
},
{
"id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
"level": 2,
"title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
"number": "A.9"
},
{
"id": "speech-props",
- "href": "https://www.w3.org/TR/CSS21/aural.html#speech-props",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#speech-props",
"level": 2,
"title": "Speech properties: 'speak-punctuation' and 'speak-numeral'",
"number": "A.10"
},
{
"id": "aural-tables",
- "href": "https://www.w3.org/TR/CSS21/aural.html#aural-tables",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#aural-tables",
"level": 2,
"title": "Audio rendering of tables",
"number": "A.11"
},
{
"id": "speak-headers",
- "href": "https://www.w3.org/TR/CSS21/aural.html#speak-headers",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#speak-headers",
"level": 3,
"title": "Speaking headers: the 'speak-header' property",
"number": "A.11.1"
},
{
"id": "sample",
- "href": "https://www.w3.org/TR/CSS21/aural.html#sample",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#sample",
"level": 2,
"title": "Sample style sheet for HTML",
"number": "A.12"
},
{
"id": "Emacspeak",
- "href": "https://www.w3.org/TR/CSS21/aural.html#Emacspeak",
+ "href": "https://www.w3.org/TR/CSS2/aural.html#Emacspeak",
"level": 2,
"title": "Emacspeak",
"number": "A.13"
},
{
"id": "q20.0",
- "href": "https://www.w3.org/TR/CSS21/refs.html#q20.0",
+ "href": "https://www.w3.org/TR/CSS2/refs.html#q20.0",
"level": 1,
"title": "Bibliography",
"number": "B"
},
{
"id": "normative",
- "href": "https://www.w3.org/TR/CSS21/refs.html#normative",
+ "href": "https://www.w3.org/TR/CSS2/refs.html#normative",
"level": 2,
"title": "Normative references",
"number": "B.1"
},
{
"id": "informative",
- "href": "https://www.w3.org/TR/CSS21/refs.html#informative",
+ "href": "https://www.w3.org/TR/CSS2/refs.html#informative",
"level": 2,
"title": "Informative references",
"number": "B.2"
},
{
"id": "q21.0",
- "href": "https://www.w3.org/TR/CSS21/changes.html#q21.0",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#q21.0",
"level": 1,
"title": "Changes",
"number": "C"
},
{
"id": "new",
- "href": "https://www.w3.org/TR/CSS21/changes.html#new",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#new",
"level": 2,
"title": "Additional property values",
"number": "C.1"
},
{
"id": "a4.3.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#a4.3.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#a4.3.6",
"level": 3,
"title": "Section 4.3.6 Colors",
"number": "C.1.1"
},
{
"id": "a9.2.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#a9.2.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#a9.2.4",
"level": 3,
"title": "Section 9.2.4 The 'display' property",
"number": "C.1.2"
},
{
"id": "a12.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#a12.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#a12.2",
"level": 3,
"title": "Section 12.2 The 'content' property",
"number": "C.1.3"
},
{
"id": "a16.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#a16.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#a16.6",
"level": 3,
"title": "Section 16.6 White space: the 'white-space' property",
"number": "C.1.4"
},
{
"id": "a18.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#a18.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#a18.1",
"level": 3,
"title": "Section 18.1 Cursors: the 'cursor' property",
"number": "C.1.5"
},
{
"id": "changes",
- "href": "https://www.w3.org/TR/CSS21/changes.html#changes",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#changes",
"level": 2,
"title": "Changes",
"number": "C.2"
},
{
"id": "c1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c1.1",
"level": 3,
"title": "Section 1.1 CSS 2.1 vs CSS 2",
"number": "C.2.1"
},
{
"id": "c1.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c1.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c1.2",
"level": 3,
"title": "Section 1.2 Reading the specification",
"number": "C.2.2"
},
{
"id": "c1.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c1.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c1.3",
"level": 3,
"title": "Section 1.3 How the specification is organized",
"number": "C.2.3"
},
{
"id": "c1.4.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c1.4.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c1.4.2.1",
"level": 3,
"title": "Section 1.4.2.1 Value",
"number": "C.2.4"
},
{
"id": "c1.4.2.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c1.4.2.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c1.4.2.6",
"level": 3,
"title": "Section 1.4.2.6 Media groups",
"number": "C.2.5"
},
{
"id": "c1.4.2.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c1.4.2.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c1.4.2.7",
"level": 3,
"title": "Section 1.4.2.7 Computed value",
"number": "C.2.6"
},
{
"id": "c1.4.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c1.4.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c1.4.4",
"level": 3,
"title": "Section 1.4.4 Notes and examples",
"number": "C.2.7"
},
{
"id": "c1.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c1.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c1.5",
"level": 3,
"title": "Section 1.5 Acknowledgments",
"number": "C.2.8"
},
{
"id": "c3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c3.2",
"level": 3,
"title": "Section 3.2 Conformance",
"number": "C.2.9"
},
{
"id": "c3.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c3.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c3.3",
"level": 3,
"title": "Section 3.3 Error Conditions",
"number": "C.2.10"
},
{
"id": "c4.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.1.1",
"level": 3,
"title": "Section 4.1.1 Tokenization",
"number": "C.2.11"
},
{
"id": "c4.1.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.1.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.1.3",
"level": 3,
"title": "Section 4.1.3 Characters and case",
"number": "C.2.12"
},
{
"id": "c4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.2",
"level": 3,
"title": "Section 4.2 Rules for handling parsing errors",
"number": "C.2.13"
},
{
"id": "c4.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.3",
"level": 3,
"title": "Section 4.3 Values",
"number": "C.2.14"
},
{
"id": "c4.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.3.2",
"level": 3,
"title": "Section 4.3.2 Lengths",
"number": "C.2.15"
},
{
"id": "c4.3.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.3.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.3.4",
"level": 3,
"title": "Section 4.3.4 URLs and URIs",
"number": "C.2.16"
},
{
"id": "c4.3.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.3.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.3.5",
"level": 3,
"title": "Section 4.3.5 Counters",
"number": "C.2.17"
},
{
"id": "c4.3.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.3.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.3.6",
"level": 3,
"title": "Section 4.3.6 Colors",
"number": "C.2.18"
},
{
"id": "c4.3.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.3.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.3.8",
"level": 3,
"title": "Section 4.3.8 Unsupported Values",
"number": "C.2.19"
},
{
"id": "c4.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c4.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c4.4",
"level": 3,
"title": "Section 4.4 CSS style sheet representation",
"number": "C.2.20"
},
{
"id": "c5.8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c5.8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c5.8.1",
"level": 3,
"title": "Section 5.8.1 Matching attributes and attribute values",
"number": "C.2.21"
},
{
"id": "c5.8.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c5.8.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c5.8.3",
"level": 3,
"title": "Section 5.8.3 Class selectors",
"number": "C.2.22"
},
{
"id": "c5.9",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c5.9",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c5.9",
"level": 3,
"title": "Section 5.9 ID selectors",
"number": "C.2.23"
},
{
"id": "c5.10",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c5.10",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c5.10",
"level": 3,
"title": "Section 5.10 Pseudo-elements and pseudo-classes",
"number": "C.2.24"
},
{
"id": "c5.11.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c5.11.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c5.11.2",
"level": 3,
"title": "Section 5.11.2 The link pseudo-classes: :link and :visited",
"number": "C.2.25"
},
{
"id": "c5.11.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c5.11.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c5.11.4",
"level": 3,
"title": "Section 5.11.4 The language pseudo-class: :lang",
"number": "C.2.26"
},
{
"id": "c5.12.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c5.12.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c5.12.1",
"level": 3,
"title": "Section 5.12.1 The :first-line pseudo-element",
"number": "C.2.27"
},
{
"id": "c5.12.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c5.12.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c5.12.2",
"level": 3,
"title": "Section 5.12.2 The :first-letter pseudo-element",
"number": "C.2.28"
},
{
"id": "c6.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c6.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c6.1",
"level": 3,
"title": "Section 6.1 Specified, computed, and actual values",
"number": "C.2.29"
},
{
"id": "c6.4.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c6.4.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c6.4.1",
"level": 3,
"title": "Section 6.4.1 Cascading order",
"number": "C.2.30"
},
{
"id": "c6.4.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c6.4.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c6.4.3",
"level": 3,
"title": "Section 6.4.3 Calculating a selector's specificity",
"number": "C.2.31"
},
{
"id": "c6.4.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c6.4.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c6.4.4",
"level": 3,
"title": "Section 6.4.4 Precedence of non-CSS presentational hints",
"number": "C.2.32"
},
{
"id": "c7.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c7.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c7.3",
"level": 3,
"title": "Section 7.3 Recognized Media Types",
"number": "C.2.33"
},
{
"id": "c7.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c7.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c7.3.1",
"level": 3,
"title": "Section 7.3.1 Media Groups",
"number": "C.2.34"
},
{
"id": "c8.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c8.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c8.3",
"level": 3,
"title": "Section 8.3 Margin properties",
"number": "C.2.35"
},
{
"id": "c8.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c8.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c8.3.1",
"level": 3,
"title": "Section 8.3.1 Collapsing margins",
"number": "C.2.36"
},
{
"id": "c8.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c8.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c8.4",
"level": 3,
"title": "Section 8.4 Padding properties",
"number": "C.2.37"
},
{
"id": "c8.5.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c8.5.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c8.5.2",
"level": 3,
"title": "Section 8.5.2 Border color",
"number": "C.2.38"
},
{
"id": "c8.5.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c8.5.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c8.5.3",
"level": 3,
"title": "Section 8.5.3 Border style",
"number": "C.2.39"
},
{
"id": "c8.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c8.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c8.6",
"level": 3,
"title": "Section 8.6 The box model for inline elements in bidirectional context",
"number": "C.2.40"
},
{
"id": "c9.1.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.1.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.1.2",
"level": 3,
"title": "Section 9.1.2 Containing blocks",
"number": "C.2.41"
},
{
"id": "c9.2.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.2.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.2.1.1",
"level": 3,
"title": "Section 9.2.1.1 Anonymous block boxes",
"number": "C.2.42"
},
{
"id": "c9.2.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.2.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.2.2.1",
"level": 3,
"title": "Section 9.2.2.1 Anonymous inline boxes",
"number": "C.2.43"
},
{
"id": "c9.2.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.2.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.2.3",
"level": 3,
"title": "Section 9.2.3 Run-in boxes",
"number": "C.2.44"
},
{
"id": "c9.2.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.2.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.2.4",
"level": 3,
"title": "Section 9.2.4 The 'display' property",
"number": "C.2.45"
},
{
"id": "c9.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.3.1",
"level": 3,
"title": "Section 9.3.1 Choosing a positioning scheme",
"number": "C.2.46"
},
{
"id": "c9.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.3.2",
"level": 3,
"title": "Section 9.3.2 Box offsets",
"number": "C.2.47"
},
{
"id": "c9.4.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.4.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.4.1",
"level": 3,
"title": "Section 9.4.1 Block formatting contexts",
"number": "C.2.48"
},
{
"id": "c9.4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.4.2",
"level": 3,
"title": "Section 9.4.2 Inline formatting context",
"number": "C.2.49"
},
{
"id": "c9.4.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.4.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.4.3",
"level": 3,
"title": "Section 9.4.3 Relative positioning",
"number": "C.2.50"
},
{
"id": "c9.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.5",
"level": 3,
"title": "Section 9.5 Floats",
"number": "C.2.51"
},
{
"id": "c9.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.5.1",
"level": 3,
"title": "Section 9.5.1 Positioning the float",
"number": "C.2.52"
},
{
"id": "c9.5.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.5.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.5.2",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats",
"number": "C.2.53"
},
{
"id": "c9.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.7",
"level": 3,
"title": "Section 9.7 Relationships between 'display', 'position', and 'float'",
"number": "C.2.54"
},
{
"id": "c9.9",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.9",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.9",
"level": 3,
"title": "Section 9.9 Layered presentation",
"number": "C.2.55"
},
{
"id": "c9.10",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c9.10",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c9.10",
"level": 3,
"title": "Section 9.10 Text direction",
"number": "C.2.56"
},
{
"id": "c10",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10",
"level": 3,
"title": "Chapter 10 Visual formatting model details",
"number": "C.2.57"
},
{
"id": "c10.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.1",
"level": 3,
"title": "Section 10.1 Definition of \"containing block\"",
"number": "C.2.58"
},
{
"id": "c10.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.2",
"level": 3,
"title": "Section 10.2 Content width",
"number": "C.2.59"
},
{
"id": "c10.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.3",
"level": 3,
"title": "Section 10.3 Calculating widths and margins",
"number": "C.2.60"
},
{
"id": "c10.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.3.2",
"level": 3,
"title": "Section 10.3.2 Inline, replaced elements",
"number": "C.2.61"
},
{
"id": "c10.3.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.3.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.3.3",
"level": 3,
"title": "Section 10.3.3 Block-level, non-replaced elements in normal flow",
"number": "C.2.62"
},
{
"id": "c10.3.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.3.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.3.4",
"level": 3,
"title": "Section 10.3.4 Block-level, replaced elements in normal flow",
"number": "C.2.63"
},
{
"id": "c10.3.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.3.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.3.5",
"level": 3,
"title": "Section 10.3.5 Floating, non-replaced elements",
"number": "C.2.64"
},
{
"id": "c10.3.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.3.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.3.6",
"level": 3,
"title": "Section 10.3.6 Floating, replaced elements",
"number": "C.2.65"
},
{
"id": "c10.3.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.3.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.3.7",
"level": 3,
"title": "Section 10.3.7 Absolutely positioned, non-replaced elements",
"number": "C.2.66"
},
{
"id": "c10.3.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.3.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.3.8",
"level": 3,
"title": "Section 10.3.8 Absolutely positioned, replaced elements",
"number": "C.2.67"
},
{
"id": "c10.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.4",
"level": 3,
"title": "Section 10.4 Minimum and maximum widths",
"number": "C.2.68"
},
{
"id": "c10.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.5",
"level": 3,
"title": "Section 10.5 Content height",
"number": "C.2.69"
},
{
"id": "c10.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.6",
"level": 3,
"title": "Section 10.6 Calculating heights and margins",
"number": "C.2.70"
},
{
"id": "c10.6.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.6.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.6.1",
"level": 3,
"title": "Section 10.6.1 Inline, non-replaced elements",
"number": "C.2.71"
},
{
"id": "c10.6.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.6.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.6.2",
"level": 3,
"title": "Section 10.6.2 Inline replaced elements, block-level replaced elements in normal flow, 'inline-block' replaced elements in normal flow and floating replaced elements",
"number": "C.2.72"
},
{
"id": "c10.6.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.6.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.6.3",
"level": 3,
"title": "Section 10.6.3 Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible'",
"number": "C.2.73"
},
{
"id": "c10.6.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.6.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.6.4",
"level": 3,
"title": "Section 10.6.4 Absolutely positioned, non-replaced elements",
"number": "C.2.74"
},
{
"id": "c10.6.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.6.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.6.5",
"level": 3,
"title": "Section 10.6.5 Absolutely positioned, replaced elements",
"number": "C.2.75"
},
{
"id": "c10.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.7",
"level": 3,
"title": "Section 10.7 Minimum and maximum heights",
"number": "C.2.76"
},
{
"id": "c10.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.8",
"level": 3,
"title": "Section 10.8 Line height calculations",
"number": "C.2.77"
},
{
"id": "c10.8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c10.8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c10.8.1",
"level": 3,
"title": "Section 10.8.1 Leading and half-leading",
"number": "C.2.78"
},
{
"id": "c11.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c11.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c11.1",
"level": 3,
"title": "Section 11.1 Overflow and clipping",
"number": "C.2.79"
},
{
"id": "c11.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c11.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c11.1.1",
"level": 3,
"title": "Section 11.1.1 Overflow",
"number": "C.2.80"
},
{
"id": "c11.1.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c11.1.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c11.1.2",
"level": 3,
"title": "Section 11.1.2 Clipping: the 'clip' property",
"number": "C.2.81"
},
{
"id": "c11.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c11.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c11.2",
"level": 3,
"title": "Section 11.2 Visibility",
"number": "C.2.82"
},
{
"id": "c12",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c12",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c12",
"level": 3,
"title": "Chapter 12 Generated content, automatic numbering, and lists",
"number": "C.2.83"
},
{
"id": "c12.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c12.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c12.1",
"level": 3,
"title": "Section 12.1 The :before and :after pseudo-elements",
"number": "C.2.84"
},
{
"id": "c12.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c12.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c12.2",
"level": 3,
"title": "Section 12.2 The 'content' property",
"number": "C.2.85"
},
{
"id": "c12.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c12.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c12.3.2",
"level": 3,
"title": "Section 12.3.2 Inserting quotes with the 'content' property",
"number": "C.2.86"
},
{
"id": "c12.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c12.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c12.4",
"level": 3,
"title": "Section 12.4 Automatic counters and numbering",
"number": "C.2.87"
},
{
"id": "c12.4.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c12.4.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c12.4.1",
"level": 3,
"title": "Section 12.4.1 Nested counters and scope",
"number": "C.2.88"
},
{
"id": "c12.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c12.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c12.5",
"level": 3,
"title": "Section 12.5 Lists",
"number": "C.2.89"
},
{
"id": "c12.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c12.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c12.5.1",
"level": 3,
"title": "Section 12.5.1 Lists",
"number": "C.2.90"
},
{
"id": "c13.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c13.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c13.1",
"level": 3,
"title": "Chapter 13 Paged media",
"number": "C.2.91"
},
{
"id": "c13.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c13.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c13.2.2",
"level": 3,
"title": "Section 13.2.2 Page selectors",
"number": "C.2.92"
},
{
"id": "c13.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c13.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c13.3.1",
"level": 3,
"title": "Section 13.3.1 Page break properties",
"number": "C.2.93"
},
{
"id": "c13.3.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c13.3.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c13.3.3",
"level": 3,
"title": "Section 13.3.3 Allowed page breaks",
"number": "C.2.94"
},
{
"id": "c14.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c14.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c14.2.1",
"level": 3,
"title": "Section 14.2.1 Background properties",
"number": "C.2.95"
},
{
"id": "c14.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c14.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c14.3",
"level": 3,
"title": "Section 14.3 Gamma correction",
"number": "C.2.96"
},
{
"id": "c15",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c15",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c15",
"level": 3,
"title": "Chapter 15 Fonts",
"number": "C.2.97"
},
{
"id": "c15.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c15.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c15.2",
"level": 3,
"title": "Section 15.2 Font matching algorithm",
"number": "C.2.98"
},
{
"id": "c15.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c15.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c15.3",
"level": 3,
"title": "Section 15.2.2 Font family",
"number": "C.2.99"
},
{
"id": "c15.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c15.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c15.5",
"level": 3,
"title": "Section 15.5 Small-caps",
"number": "C.2.100"
},
{
"id": "c15.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c15.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c15.6",
"level": 3,
"title": "Section 15.6 Font boldness",
"number": "C.2.101"
},
{
"id": "c15.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c15.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c15.7",
"level": 3,
"title": "Section 15.7 Font size",
"number": "C.2.102"
},
{
"id": "c16",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c16",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c16",
"level": 3,
"title": "Chapter 16 Text",
"number": "C.2.103"
},
{
"id": "c16.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c16.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c16.2",
"level": 3,
"title": "Section 16.2 Alignment",
"number": "C.2.104"
},
{
"id": "c16.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c16.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c16.3.1",
"level": 3,
"title": "Section 16.3.1 Underlining, over lining, striking, and blinking",
"number": "C.2.105"
},
{
"id": "c16.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c16.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c16.4",
"level": 3,
"title": "Section 16.4 Letter and word spacing",
"number": "C.2.106"
},
{
"id": "c16.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c16.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c16.5",
"level": 3,
"title": "Section 16.5 Capitalization",
"number": "C.2.107"
},
{
"id": "c16.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c16.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c16.6",
"level": 3,
"title": "Section 16.6 White space",
"number": "C.2.108"
},
{
"id": "c17",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17",
"level": 3,
"title": "Chapter 17 Tables",
"number": "C.2.109"
},
{
"id": "c17.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.2",
"level": 3,
"title": "Section 17.2 The CSS table model",
"number": "C.2.110"
},
{
"id": "c17.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.2.1",
"level": 3,
"title": "Section 17.2.1 Anonymous table objects",
"number": "C.2.111"
},
{
"id": "c17.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.4",
"level": 3,
"title": "Section 17.4 Tables in the visual formatting model",
"number": "C.2.112"
},
{
"id": "c17.4.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.4.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.4.1",
"level": 3,
"title": "Section 17.4.1 Caption position and alignment",
"number": "C.2.113"
},
{
"id": "c17.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.5",
"level": 3,
"title": "Section 17.5 Visual layout of table contents",
"number": "C.2.114"
},
{
"id": "c17.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.5.1",
"level": 3,
"title": "Section 17.5.1 Table layers and transparency",
"number": "C.2.115"
},
{
"id": "c17.5.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.5.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.5.2.1",
"level": 3,
"title": "Section 17.5.2.1 Fixed table layout",
"number": "C.2.116"
},
{
"id": "c17.5.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.5.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.5.2.2",
"level": 3,
"title": "Section 17.5.2.2 Automatic table layout",
"number": "C.2.117"
},
{
"id": "c17.5.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.5.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.5.3",
"level": 3,
"title": "Section 17.5.3 Table height algorithms",
"number": "C.2.118"
},
{
"id": "c17.5.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.5.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.5.4",
"level": 3,
"title": "Section 17.5.4 Horizontal alignment in a column",
"number": "C.2.119"
},
{
"id": "c17.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.6",
"level": 3,
"title": "Section 17.6 Borders",
"number": "C.2.120"
},
{
"id": "c17.6.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.6.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.6.1",
"level": 3,
"title": "Section 17.6.1 The separated borders model",
"number": "C.2.121"
},
{
"id": "c17.6.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.6.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.6.1.1",
"level": 3,
"title": "Section 17.6.1.1 Borders and Backgrounds around empty cells",
"number": "C.2.122"
},
{
"id": "c17.6.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.6.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.6.2",
"level": 3,
"title": "Section 17.6.2 The collapsing border model",
"number": "C.2.123"
},
{
"id": "c17.6.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c17.6.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c17.6.2.1",
"level": 3,
"title": "Section 17.6.2.1 Border conflict resolution",
"number": "C.2.124"
},
{
"id": "c18.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c18.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c18.1",
"level": 3,
"title": "Section 18.1 Cursors: the 'cursor' property",
"number": "C.2.125"
},
{
"id": "c18.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#c18.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#c18.4",
"level": 3,
"title": "Section 18.4 Dynamic outlines",
"number": "C.2.126"
},
{
"id": "s-12",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s-12",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s-12",
"level": 3,
"title": "Chapter 12 Generated content, automatic numbering, and lists",
"number": "C.2.127"
},
{
"id": "cA",
- "href": "https://www.w3.org/TR/CSS21/changes.html#cA",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#cA",
"level": 3,
"title": "Appendix A. Aural style sheets",
"number": "C.2.128"
},
{
"id": "cA.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#cA.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#cA.5",
"level": 3,
"title": "Appendix A Section 5 Pause properties",
"number": "C.2.129"
},
{
"id": "cA.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#cA.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#cA.6",
"level": 3,
"title": "Appendix A Section 6 Cue properties",
"number": "C.2.130"
},
{
"id": "cA.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#cA.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#cA.7",
"level": 3,
"title": "Appendix A Section 7 Mixing properties",
"number": "C.2.131"
},
{
"id": "cB",
- "href": "https://www.w3.org/TR/CSS21/changes.html#cB",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#cB",
"level": 3,
"title": "Appendix B Bibliography",
"number": "C.2.132"
},
{
"id": "other",
- "href": "https://www.w3.org/TR/CSS21/changes.html#other",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#other",
"level": 3,
"title": "Other",
"number": "C.2.133"
},
{
"id": "known-errors",
- "href": "https://www.w3.org/TR/CSS21/changes.html#known-errors",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#known-errors",
"level": 2,
"title": "Errors",
"number": "C.3"
},
{
"id": "x-shorthand-inherit",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x-shorthand-inherit",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x-shorthand-inherit",
"level": 3,
"title": "Shorthand properties",
"number": "C.3.1"
},
{
"id": "x-applies-table",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x-applies-table",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x-applies-table",
"level": 3,
"title": "Applies to",
"number": "C.3.2"
},
{
"id": "x4.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x4.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x4.1.1",
"level": 3,
"title": "Section 4.1.1 (and G2)",
"number": "C.3.3"
},
{
"id": "x4.1.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x4.1.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x4.1.3",
"level": 3,
"title": "Section 4.1.3 Characters and case",
"number": "C.3.4"
},
{
"id": "x4.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x4.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x4.3",
"level": 3,
"title": "Section 4.3 (Double sign problem)",
"number": "C.3.5"
},
{
"id": "x4.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x4.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x4.3.2",
"level": 3,
"title": "Section 4.3.2 Lengths",
"number": "C.3.6"
},
{
"id": "x4.3.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x4.3.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x4.3.3",
"level": 3,
"title": "Section 4.3.3 Percentages",
"number": "C.3.7"
},
{
"id": "x4.3.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x4.3.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x4.3.4",
"level": 3,
"title": "Section 4.3.4 URLs and URIs",
"number": "C.3.8"
},
{
"id": "x4.3.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x4.3.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x4.3.5",
"level": 3,
"title": "Section 4.3.5 Counters",
"number": "C.3.9"
},
{
"id": "x4.3.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x4.3.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x4.3.6",
"level": 3,
"title": "Section 4.3.6 Colors",
"number": "C.3.10"
},
{
"id": "x4.3.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x4.3.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x4.3.7",
"level": 3,
"title": "Section 4.3.7 Strings",
"number": "C.3.11"
},
{
"id": "x5.10",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x5.10",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x5.10",
"level": 3,
"title": "Section 5.10 Pseudo-elements and pseudo-classes",
"number": "C.3.12"
},
{
"id": "x6.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x6.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x6.4",
"level": 3,
"title": "Section 6.4 The cascade",
"number": "C.3.13"
},
{
"id": "x8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x8.1",
"level": 3,
"title": "Section 8.1 Box Dimensions",
"number": "C.3.14"
},
{
"id": "x8.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x8.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x8.2",
"level": 3,
"title": "Section 8.2 Example of margins, padding, and borders",
"number": "C.3.15"
},
{
"id": "x8.5.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x8.5.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x8.5.4",
"level": 3,
"title": "Section 8.5.4 Border shorthand properties",
"number": "C.3.16"
},
{
"id": "x9.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.2.1",
"level": 3,
"title": "Section 9.2.1 Block-level elements and block boxes",
"number": "C.3.17"
},
{
"id": "x9.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.3.1",
"level": 3,
"title": "Section 9.3.1 Choosing a positioning scheme",
"number": "C.3.18"
},
{
"id": "x9.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.3.2",
"level": 3,
"title": "Section 9.3.2 Box offsets",
"number": "C.3.19"
},
{
"id": "x9.4.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.4.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.4.1",
"level": 3,
"title": "Section 9.4.1 Block formatting contexts",
"number": "C.3.20"
},
{
"id": "x9.4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.4.2",
"level": 3,
"title": "Section 9.4.2 Inline formatting context",
"number": "C.3.21"
},
{
"id": "x9.4.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.4.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.4.3",
"level": 3,
"title": "Section 9.4.3 Relative positioning",
"number": "C.3.22"
},
{
"id": "x9.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.5",
"level": 3,
"title": "Section 9.5 Floats",
"number": "C.3.23"
},
{
"id": "x9.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.5.1",
"level": 3,
"title": "Section 9.5.1 Positioning the float",
"number": "C.3.24"
},
{
"id": "x9.5.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.5.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.5.2",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats",
"number": "C.3.25"
},
{
"id": "x9.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.6",
"level": 3,
"title": "Section 9.6 Absolute positioning",
"number": "C.3.26"
},
{
"id": "x9.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.7",
"level": 3,
"title": "Section 9.7 Relationships between 'display', 'position', and 'float'",
"number": "C.3.27"
},
{
"id": "x9.10",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x9.10",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x9.10",
"level": 3,
"title": "Section 9.10 Text direction",
"number": "C.3.28"
},
{
"id": "x10.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x10.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x10.1",
"level": 3,
"title": "Section 10.1 Definition of \"containing block\"",
"number": "C.3.29"
},
{
"id": "x10.3.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x10.3.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x10.3.3",
"level": 3,
"title": "Section 10.3.3 Block-level, non-replaced elements in normal flow",
"number": "C.3.30"
},
{
"id": "x10.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x10.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x10.4",
"level": 3,
"title": "Section 10.4 Minimum and maximum widths",
"number": "C.3.31"
},
{
"id": "x10.6.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x10.6.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x10.6.3",
"level": 3,
"title": "Section 10.6.3 Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible'",
"number": "C.3.32"
},
{
"id": "x10.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x10.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x10.7",
"level": 3,
"title": "Section 10.7 Minimum and maximum heights",
"number": "C.3.33"
},
{
"id": "x11.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x11.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x11.1.1",
"level": 3,
"title": "Section 11.1.1 Overflow",
"number": "C.3.34"
},
{
"id": "x11.1.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x11.1.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x11.1.2",
"level": 3,
"title": "Section 11.1.2 Clipping: the 'clip' property",
"number": "C.3.35"
},
{
"id": "x11.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x11.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x11.2",
"level": 3,
"title": "Section 11.2 Visibility",
"number": "C.3.36"
},
{
"id": "x12.4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x12.4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x12.4.2",
"level": 3,
"title": "Section 12.4.2 Counter styles",
"number": "C.3.37"
},
{
"id": "x12.6.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x12.6.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x12.6.2",
"level": 3,
"title": "Section 12.6.2 Lists",
"number": "C.3.38"
},
{
"id": "x14.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x14.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x14.2",
"level": 3,
"title": "Section 14.2 The background",
"number": "C.3.39"
},
{
"id": "x14.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x14.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x14.2.1",
"level": 3,
"title": "Section 14.2.1 Background properties",
"number": "C.3.40"
},
{
"id": "x15.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x15.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x15.2",
"level": 3,
"title": "Section 15.2 Font matching algorithm",
"number": "C.3.41"
},
{
"id": "x15.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x15.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x15.7",
"level": 3,
"title": "Section 15.7 Font size",
"number": "C.3.42"
},
{
"id": "x16.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x16.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x16.1",
"level": 3,
"title": "Section 16.1 Indentation",
"number": "C.3.43"
},
{
"id": "x16.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x16.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x16.2",
"level": 3,
"title": "Section 16.2 Alignment",
"number": "C.3.44"
},
{
"id": "x17.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x17.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x17.2",
"level": 3,
"title": "Section 17.2 The CSS table model",
"number": "C.3.45"
},
{
"id": "x17.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x17.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x17.2.1",
"level": 3,
"title": "Section 17.2.1 Anonymous table objects",
"number": "C.3.46"
},
{
"id": "x17.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x17.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x17.4",
"level": 3,
"title": "Section 17.4 Tables in the visual formatting model",
"number": "C.3.47"
},
{
"id": "x17.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x17.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x17.5",
"level": 3,
"title": "Section 17.5 Visual layout of table contents",
"number": "C.3.48"
},
{
"id": "x17.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x17.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x17.5.1",
"level": 3,
"title": "Section 17.5.1 Table layers and transparency",
"number": "C.3.49"
},
{
"id": "x17.6.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x17.6.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x17.6.1",
"level": 3,
"title": "Section 17.6.1 The separated borders model",
"number": "C.3.50"
},
{
"id": "x18.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#x18.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#x18.2",
"level": 3,
"title": "Section 18.2 System Colors",
"number": "C.3.51"
},
{
"id": "xE.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#xE.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#xE.2",
"level": 3,
"title": "Section E.2 Painting order",
"number": "C.3.52"
},
{
"id": "clarifications",
- "href": "https://www.w3.org/TR/CSS21/changes.html#clarifications",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#clarifications",
"level": 2,
"title": "Clarifications",
"number": "C.4"
},
{
"id": "r2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r2.1",
"level": 3,
"title": "Section 2.1 A brief CSS 2.1 tutorial for HTML",
"number": "C.4.1"
},
{
"id": "r2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r2.2",
"level": 3,
"title": "Section 2.2 A brief CSS 2.1 tutorial for XML",
"number": "C.4.2"
},
{
"id": "r2.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r2.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r2.3",
"level": 3,
"title": "Section 2.3 The CSS 2.1 processing model",
"number": "C.4.3"
},
{
"id": "r3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r3.1",
"level": 3,
"title": "Section 3.1 Definitions",
"number": "C.4.4"
},
{
"id": "r4.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r4.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r4.1",
"level": 3,
"title": "Section 4.1 Syntax",
"number": "C.4.5"
},
{
"id": "r4.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r4.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r4.1.1",
"level": 3,
"title": "Section 4.1.1 Tokenization",
"number": "C.4.6"
},
{
"id": "r4.1.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r4.1.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r4.1.3",
"level": 3,
"title": "Section 4.1.3 Characters and case",
"number": "C.4.7"
},
{
"id": "r4.1.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r4.1.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r4.1.7",
"level": 3,
"title": "Section 4.1.7 Rule sets, declaration blocks, and selectors",
"number": "C.4.8"
},
{
"id": "r4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r4.2",
"level": 3,
"title": "Section 4.2 Rules for handling parsing errors",
"number": "C.4.9"
},
{
"id": "r4.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r4.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r4.3.1",
"level": 3,
"title": "Section 4.3.1 Integers and real numbers",
"number": "C.4.10"
},
{
"id": "r4.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r4.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r4.3.2",
"level": 3,
"title": "Section 4.3.2 Lengths",
"number": "C.4.11"
},
{
"id": "r4.3.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r4.3.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r4.3.4",
"level": 3,
"title": "Section 4.3.4 URLs and URIs",
"number": "C.4.12"
},
{
"id": "r5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r5.1",
"level": 3,
"title": "Section 5.1 Pattern matching",
"number": "C.4.13"
},
{
"id": "r5.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r5.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r5.7",
"level": 3,
"title": "Section 5.7 Adjacent sibling selectors",
"number": "C.4.14"
},
{
"id": "r5.8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r5.8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r5.8.1",
"level": 3,
"title": "Section 5.8.1 Matching attributes and attribute values",
"number": "C.4.15"
},
{
"id": "r5.8.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r5.8.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r5.8.2",
"level": 3,
"title": "Section 5.8.2 Default attribute values in DTDs",
"number": "C.4.16"
},
{
"id": "r5.9",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r5.9",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r5.9",
"level": 3,
"title": "Section 5.9 ID selectors",
"number": "C.4.17"
},
{
"id": "r5.11.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r5.11.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r5.11.3",
"level": 3,
"title": "Section 5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus",
"number": "C.4.18"
},
{
"id": "r5.11.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r5.11.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r5.11.4",
"level": 3,
"title": "Section 5.11.4 The language pseudo-class: :lang",
"number": "C.4.19"
},
{
"id": "r5.12.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r5.12.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r5.12.2",
"level": 3,
"title": "Section 5.12.2 The :first-letter pseudo-element",
"number": "C.4.20"
},
{
"id": "r6.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r6.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r6.2",
"level": 3,
"title": "Section 6.2 Inheritance",
"number": "C.4.21"
},
{
"id": "r6.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r6.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r6.2.1",
"level": 3,
"title": "Section 6.2.1 The 'inherit' value",
"number": "C.4.22"
},
{
"id": "r6.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r6.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r6.3",
"level": 3,
"title": "Section 6.3 The @import rule",
"number": "C.4.23"
},
{
"id": "r6.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r6.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r6.4",
"level": 3,
"title": "Section 6.4 The Cascade",
"number": "C.4.24"
},
{
"id": "r6.4.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r6.4.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r6.4.1",
"level": 3,
"title": "Section 6.4.1 Cascading order",
"number": "C.4.25"
},
{
"id": "r6.4.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r6.4.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r6.4.3",
"level": 3,
"title": "Section 6.4.3 Calculating a selector's specificity",
"number": "C.4.26"
},
{
"id": "r7.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r7.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r7.2.1",
"level": 3,
"title": "Section 7.2.1 The @media rule",
"number": "C.4.27"
},
{
"id": "r7.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r7.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r7.3",
"level": 3,
"title": "Section 7.3 Recognized media types",
"number": "C.4.28"
},
{
"id": "r7.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r7.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r7.3.1",
"level": 3,
"title": "Section 7.3.1 Media groups",
"number": "C.4.29"
},
{
"id": "r8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r8.1",
"level": 3,
"title": "Section 8.1 Box dimensions",
"number": "C.4.30"
},
{
"id": "r8.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r8.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r8.3",
"level": 3,
"title": "Section 8.3 Margin properties",
"number": "C.4.31"
},
{
"id": "r8.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r8.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r8.3.1",
"level": 3,
"title": "Section 8.3.1 Collapsing margins",
"number": "C.4.32"
},
{
"id": "r8.5.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r8.5.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r8.5.3",
"level": 3,
"title": "Section 8.5.3 Border style",
"number": "C.4.33"
},
{
"id": "r9.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.1.1",
"level": 3,
"title": "Section 9.1.1 The viewport",
"number": "C.4.34"
},
{
"id": "r9.2.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.2.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.2.4",
"level": 3,
"title": "Section 9.2.4 The 'display' property",
"number": "C.4.35"
},
{
"id": "r9.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.3.1",
"level": 3,
"title": "Section 9.3.1 Choosing a positioning scheme",
"number": "C.4.36"
},
{
"id": "r9.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.3.2",
"level": 3,
"title": "Section 9.3.2 Box offsets",
"number": "C.4.37"
},
{
"id": "r9.4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.4.2",
"level": 3,
"title": "Section 9.4.2 Inline formatting context",
"number": "C.4.38"
},
{
"id": "r9.4.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.4.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.4.3",
"level": 3,
"title": "Section 9.4.3 Relative positioning",
"number": "C.4.39"
},
{
"id": "r9.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.5",
"level": 3,
"title": "Section 9.5 Floats",
"number": "C.4.40"
},
{
"id": "r9.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.5.1",
"level": 3,
"title": "Section 9.5.1 Positioning the float",
"number": "C.4.41"
},
{
"id": "r9.5.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.5.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.5.2",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats",
"number": "C.4.42"
},
{
"id": "r9.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r9.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r9.8",
"level": 3,
"title": "Section 9.8 Comparison of normal flow, floats, and absolute positioning",
"number": "C.4.43"
},
{
"id": "r10.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r10.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r10.1",
"level": 3,
"title": "Section 10.1 Definition of \"containing block\"",
"number": "C.4.44"
},
{
"id": "r10.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r10.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r10.2",
"level": 3,
"title": "Section 10.2 Content width",
"number": "C.4.45"
},
{
"id": "r10.3.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r10.3.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r10.3.3",
"level": 3,
"title": "Section 10.3.3 Block-level, non-replaced elements in normal flow",
"number": "C.4.46"
},
{
"id": "r10.3.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r10.3.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r10.3.8",
"level": 3,
"title": "Section 10.3.8 Absolutely positioning, replaced elements",
"number": "C.4.47"
},
{
"id": "r10.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r10.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r10.4",
"level": 3,
"title": "Section 10.4 Minimum and maximum widths",
"number": "C.4.48"
},
{
"id": "r10.6.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r10.6.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r10.6.1",
"level": 3,
"title": "Section 10.6 Calculating heights and margins",
"number": "C.4.49"
},
{
"id": "r10.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r10.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r10.7",
"level": 3,
"title": "Section 10.7 Minimum and maximum heights",
"number": "C.4.50"
},
{
"id": "r10.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r10.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r10.8",
"level": 3,
"title": "Section 10.8 Line height calculations",
"number": "C.4.51"
},
{
"id": "r10.8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r10.8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r10.8.1",
"level": 3,
"title": "Section 10.8.1 Leading and half-leading",
"number": "C.4.52"
},
{
"id": "r11.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r11.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r11.1",
"level": 3,
"title": "Section 11.1 Overflow and clipping",
"number": "C.4.53"
},
{
"id": "r11.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r11.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r11.1.1",
"level": 3,
"title": "Section 11.1.1 Overflow",
"number": "C.4.54"
},
{
"id": "r11.1.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r11.1.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r11.1.2",
"level": 3,
"title": "Section 11.1.2 Clipping",
"number": "C.4.55"
},
{
"id": "r11.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r11.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r11.2",
"level": 3,
"title": "Section 11.2 Visibility",
"number": "C.4.56"
},
{
"id": "r12.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r12.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r12.1",
"level": 3,
"title": "Section 12.1 The :before and :after pseudo-elements",
"number": "C.4.57"
},
{
"id": "r12.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r12.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r12.2",
"level": 3,
"title": "Section 12.2 The 'content' property",
"number": "C.4.58"
},
{
"id": "r12.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r12.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r12.3.2",
"level": 3,
"title": "Section 12.3.2 Inserting quotes with the 'content' property",
"number": "C.4.59"
},
{
"id": "r12.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r12.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r12.4",
"level": 3,
"title": "Section 12.4 Automatic counters and numbering",
"number": "C.4.60"
},
{
"id": "r12.4.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r12.4.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r12.4.3",
"level": 3,
"title": "Section 12.4.3 Counters in elements with 'display: none'",
"number": "C.4.61"
},
{
"id": "r14.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r14.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r14.2",
"level": 3,
"title": "Section 14.2 The background",
"number": "C.4.62"
},
{
"id": "r15.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r15.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r15.1",
"level": 3,
"title": "Section 15.1 Fonts Introduction",
"number": "C.4.63"
},
{
"id": "r15.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r15.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r15.2",
"level": 3,
"title": "Section 15.2 Font matching algorithm",
"number": "C.4.64"
},
{
"id": "r15.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r15.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r15.3",
"level": 3,
"title": "Section 15.2.2 Font family",
"number": "C.4.65"
},
{
"id": "r15.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r15.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r15.3.1",
"level": 3,
"title": "Section 15.3.1 Generic font families",
"number": "C.4.66"
},
{
"id": "r15.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r15.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r15.4",
"level": 3,
"title": "Section 15.4 Font styling",
"number": "C.4.67"
},
{
"id": "r15.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r15.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r15.5",
"level": 3,
"title": "Section 15.5 Small-caps",
"number": "C.4.68"
},
{
"id": "r15.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r15.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r15.6",
"level": 3,
"title": "Section 15.6 Font boldness",
"number": "C.4.69"
},
{
"id": "r15.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r15.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r15.7",
"level": 3,
"title": "Section 15.7 Font size",
"number": "C.4.70"
},
{
"id": "r16.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r16.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r16.1",
"level": 3,
"title": "Section 16.1 Indentation",
"number": "C.4.71"
},
{
"id": "r16.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r16.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r16.2",
"level": 3,
"title": "Section 16.2 Alignment",
"number": "C.4.72"
},
{
"id": "r16.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r16.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r16.3.1",
"level": 3,
"title": "Section 16.3.1 Underlining, over lining, striking, and blinking",
"number": "C.4.73"
},
{
"id": "r16.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r16.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r16.5",
"level": 3,
"title": "Section 16.5 Capitalization",
"number": "C.4.74"
},
{
"id": "r16.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r16.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r16.6",
"level": 3,
"title": "Section 16.6 White space",
"number": "C.4.75"
},
{
"id": "r17.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.1",
"level": 3,
"title": "Section 17.1 Introduction to tables",
"number": "C.4.76"
},
{
"id": "r17.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.2",
"level": 3,
"title": "Section 17.2 The CSS table model",
"number": "C.4.77"
},
{
"id": "r17.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.2.1",
"level": 3,
"title": "Section 17.2.1 Anonymous table objects",
"number": "C.4.78"
},
{
"id": "r17.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.4",
"level": 3,
"title": "Section 17.4 Tables in the visual formatting model",
"number": "C.4.79"
},
{
"id": "r17.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.5",
"level": 3,
"title": "Section 17.5 Visual layout of table contents",
"number": "C.4.80"
},
{
"id": "r17.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.5.1",
"level": 3,
"title": "Section 17.5.1 Table layers and transparency",
"number": "C.4.81"
},
{
"id": "r17.5.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.5.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.5.2",
"level": 3,
"title": "Section 17.5.2 Table width algorithms",
"number": "C.4.82"
},
{
"id": "r17.5.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.5.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.5.2.1",
"level": 3,
"title": "Section 17.5.2.1 Fixed table layout",
"number": "C.4.83"
},
{
"id": "r17.5.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.5.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.5.2.2",
"level": 3,
"title": "Section 17.5.2.2 Automatic table layout",
"number": "C.4.84"
},
{
"id": "r17.5.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.5.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.5.4",
"level": 3,
"title": "Section 17.5.4 Horizontal alignment in a column",
"number": "C.4.85"
},
{
"id": "r17.5.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.5.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.5.5",
"level": 3,
"title": "Section 17.5.5 Dynamic row and column effects",
"number": "C.4.86"
},
{
"id": "r17.6.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.6.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.6.1",
"level": 3,
"title": "Section 17.6.1 The separated borders model",
"number": "C.4.87"
},
{
"id": "r17.6.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r17.6.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r17.6.2",
"level": 3,
"title": "Section 17.6.2 The collapsing borders model",
"number": "C.4.88"
},
{
"id": "r18.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r18.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r18.2",
"level": 3,
"title": "Section 18.2 System Colors",
"number": "C.4.89"
},
{
"id": "r18.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r18.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r18.4",
"level": 3,
"title": "Section 18.4 Dynamic outlines",
"number": "C.4.90"
},
{
"id": "r18.4.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#r18.4.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#r18.4.1",
"level": 3,
"title": "Section 18.4.1 Outlines and the focus",
"number": "C.4.91"
},
{
"id": "rD",
- "href": "https://www.w3.org/TR/CSS21/changes.html#rD",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#rD",
"level": 3,
"title": "Appendix D Default style sheet for HTML 4",
"number": "C.4.92"
},
{
"id": "errata",
- "href": "https://www.w3.org/TR/CSS21/changes.html#errata",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#errata",
"level": 2,
"title": "Errata since the Candidate Recommendation of July 2007",
"number": "C.5"
},
{
"id": "s.1.4.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.1.4.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.1.4.2.1",
"level": 3,
"title": "Section 1.4.2.1 Value",
"number": "C.5.1"
},
{
"id": "s.2.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.2.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.2.3",
"level": 3,
"title": "Section 2.3 The CSS 2.1 processing model",
"number": "C.5.2"
},
{
"id": "s.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.3.1",
"level": 3,
"title": "Section 3.1 Definitions",
"number": "C.5.3"
},
{
"id": "s.4.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.1.1",
"level": 3,
"title": "Section 4.1.1 Tokenization",
"number": "C.5.4"
},
{
"id": "s.4.1.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.1.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.1.2.2",
"level": 3,
"title": "Section 4.1.2.2 Informative Historical Notes",
"number": "C.5.5"
},
{
"id": "s.4.1.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.1.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.1.3",
"level": 3,
"title": "Section 4.1.3 Characters and case",
"number": "C.5.6"
},
{
"id": "s.4.1.3a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.1.3a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.1.3a",
"level": 3,
"title": "Section 4.1.3 Characters and case",
"number": "C.5.7"
},
{
"id": "s.4.1.3b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.1.3b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.1.3b",
"level": 3,
"title": "Section 4.1.3 Characters and case",
"number": "C.5.8"
},
{
"id": "s.4.1.3c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.1.3c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.1.3c",
"level": 3,
"title": "Section 4.1.3 Characters and case",
"number": "C.5.9"
},
{
"id": "s.4.1.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.1.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.1.5",
"level": 3,
"title": "Section 4.1.5 At-rules",
"number": "C.5.10"
},
{
"id": "s.4.1.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.1.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.1.7",
"level": 3,
"title": "Section 4.1.7 Rule sets, declaration blocks, and selectors",
"number": "C.5.11"
},
{
"id": "s.4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.2",
"level": 3,
"title": "Section 4.2 Rules for handling parsing errors",
"number": "C.5.12"
},
{
"id": "s.4.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.2a",
"level": 3,
"title": "Section 4.2 Rules for handling parsing errors",
"number": "C.5.13"
},
{
"id": "s.4.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.3.2",
"level": 3,
"title": "Section 4.3.2 Lengths",
"number": "C.5.14"
},
{
"id": "s.4.3.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.3.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.3.5",
"level": 3,
"title": "Section 4.3.5 Counters",
"number": "C.5.15"
},
{
"id": "s.5.8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.5.8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.5.8.1",
"level": 3,
"title": "Section 5.8.1 Matching attributes and attribute values",
"number": "C.5.16"
},
{
"id": "s.5.8.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.5.8.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.5.8.2",
"level": 3,
"title": "Section 5.8.2 Default attribute values in DTDs",
"number": "C.5.17"
},
{
"id": "s.5.11.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.5.11.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.5.11.4",
"level": 3,
"title": "Section 5.11.4 The language pseudo-class: :lang",
"number": "C.5.18"
},
{
"id": "s.5.12.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.5.12.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.5.12.3",
"level": 3,
"title": "Section 5.12.3 The :before and :after pseudo-elements",
"number": "C.5.19"
},
{
"id": "s.6.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.6.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.6.3",
"level": 3,
"title": "Section 6.3 The @import rule",
"number": "C.5.20"
},
{
"id": "s.6.3a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.6.3a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.6.3a",
"level": 3,
"title": "Section 6.3 The @import rule",
"number": "C.5.21"
},
{
"id": "s.6.4.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.6.4.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.6.4.1",
"level": 3,
"title": "Section 6.4.1 Cascading order",
"number": "C.5.22"
},
{
"id": "s.6.4.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.6.4.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.6.4.1a",
"level": 3,
"title": "Section 6.4.1 Cascading order",
"number": "C.5.23"
},
{
"id": "s.7.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.7.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.7.2.1",
"level": 3,
"title": "Section 7.2.1 The @media rule",
"number": "C.5.24"
},
{
"id": "s.8.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.8.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.8.3.1",
"level": 3,
"title": "Section 8.3.1 Collapsing margins",
"number": "C.5.25"
},
{
"id": "s.8.3.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.8.3.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.8.3.1a",
"level": 3,
"title": "Section 8.3.1 Collapsing margins",
"number": "C.5.26"
},
{
"id": "s.8.3.1b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.8.3.1b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.8.3.1b",
"level": 3,
"title": "Section 8.3.1 Collapsing margins",
"number": "C.5.27"
},
{
"id": "s.9.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.9.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.9.2.2",
"level": 3,
"title": "Section 9.2.2 Inline-level elements and inline boxes",
"number": "C.5.28"
},
{
"id": "s.9.2.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.9.2.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.9.2.4",
"level": 3,
"title": "Section 9.2.4 The 'display' property",
"number": "C.5.29"
},
{
"id": "s.9.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.9.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.9.3.2",
"level": 3,
"title": "Section 9.3.2 Box offsets: 'top', 'right', 'bottom', 'left'",
"number": "C.5.30"
},
{
"id": "s.9.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.9.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.9.5",
"level": 3,
"title": "Section 9.5 Floats",
"number": "C.5.31"
},
{
"id": "s.9.5a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.9.5a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.9.5a",
"level": 3,
"title": "Section 9.5 Floats",
"number": "C.5.32"
},
{
"id": "s.9.5.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.9.5.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.9.5.2",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats: the 'clear' property",
"number": "C.5.33"
},
{
"id": "s.9.6.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.9.6.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.9.6.1",
"level": 3,
"title": "Section 9.6.1 Fixed positioning",
"number": "C.5.34"
},
{
"id": "s.9.9.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.9.9.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.9.9.1",
"level": 3,
"title": "Section 9.9.1 Specifying the stack level: the 'z-index' property",
"number": "C.5.35"
},
{
"id": "s.10.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.1",
"level": 3,
"title": "Section 10.1 Definition of \"containing block\"",
"number": "C.5.36"
},
{
"id": "s.10.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3",
"level": 3,
"title": "Section 10.3 Calculating widths and margins",
"number": "C.5.37"
},
{
"id": "s.10.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3.1",
"level": 3,
"title": "Section 10.3.1 Inline, non-replaced elements",
"number": "C.5.38"
},
{
"id": "s.10.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3.2",
"level": 3,
"title": "Section 10.3.2 Inline, replaced elements",
"number": "C.5.39"
},
{
"id": "s.10.3.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3.2a",
"level": 3,
"title": "Section 10.3.2 Inline, replaced elements",
"number": "C.5.40"
},
{
"id": "s.10.3.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3.3",
"level": 3,
"title": "Section 10.3.3 Block-level, non-replaced elements in normal flow",
"number": "C.5.41"
},
{
"id": "s.10.3.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3.7",
"level": 3,
"title": "Section 10.3.7 Absolutely positioned, non-replaced elements",
"number": "C.5.42"
},
{
"id": "s.10.3.7a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3.7a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3.7a",
"level": 3,
"title": "Section 10.3.7 Absolutely positioned, non-replaced elements",
"number": "C.5.43"
},
{
"id": "s.10.3.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3.8",
"level": 3,
"title": "Section 10.3.8 Absolutely positioned, replaced elements",
"number": "C.5.44"
},
{
"id": "s.10.3.8a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3.8a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3.8a",
"level": 3,
"title": "Section 10.3.8 Absolutely positioned, replaced elements",
"number": "C.5.45"
},
{
"id": "s.10.3.8c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.3.8c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.3.8c",
"level": 3,
"title": "Section 10.3.8 Absolutely positioned, replaced elements",
"number": "C.5.46"
},
{
"id": "s.10.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.5",
"level": 3,
"title": "Section 10.5 Content height: the 'height' property",
"number": "C.5.47"
},
{
"id": "s.10.6.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.6.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.6.2",
"level": 3,
"title": "Section 10.6.2 Inline replaced elements […]",
"number": "C.5.48"
},
{
"id": "s.10.6.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.6.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.6.4",
"level": 3,
"title": "Section 10.6.4 Absolutely positioned, non-replaced elements",
"number": "C.5.49"
},
{
"id": "s.10.6.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.6.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.6.5",
"level": 3,
"title": "Section 10.6.5 Absolutely positioned, replaced elements",
"number": "C.5.50"
},
{
"id": "s.10.8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.10.8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.10.8.1",
"level": 3,
"title": "Section 10.8.1 Leading and half-leading",
"number": "C.5.51"
},
{
"id": "s.11.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.11.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.11.1.1",
"level": 3,
"title": "Section 11.1.1 Overflow: the 'overflow' property",
"number": "C.5.52"
},
{
"id": "s.11.1.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.11.1.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.11.1.2",
"level": 3,
"title": "Section 11.1.2 Clipping: the 'clip' property",
"number": "C.5.53"
},
{
"id": "s.12.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.12.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.12.2",
"level": 3,
"title": "Section 12.2 The 'content' property",
"number": "C.5.54"
},
{
"id": "s.12.4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.12.4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.12.4.2",
"level": 3,
"title": "Section 12.4.2 Counter styles",
"number": "C.5.55"
},
{
"id": "s.12.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.12.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.12.5",
"level": 3,
"title": "Section 12.5 Lists",
"number": "C.5.56"
},
{
"id": "s.12.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.12.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.12.5.1",
"level": 3,
"title": "Section 12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.5.57"
},
{
"id": "s.12.5.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.12.5.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.12.5.1a",
"level": 3,
"title": "Section 12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.5.58"
},
{
"id": "s.12.5.1b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.12.5.1b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.12.5.1b",
"level": 3,
"title": "Section 12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.5.59"
},
{
"id": "s.13.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.2",
"level": 3,
"title": "Section 13.2 Page boxes: the @page rule",
"number": "C.5.60"
},
{
"id": "s.13.2.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.2.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.2.1.1",
"level": 3,
"title": "Section 13.2.1.1 Rendering page boxes that do not fit a target sheet",
"number": "C.5.61"
},
{
"id": "s.13.2.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.2.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.2.3",
"level": 3,
"title": "Section 13.2.3 Content outside the page box",
"number": "C.5.62"
},
{
"id": "s.13.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.3.1",
"level": 3,
"title": "Section 13.3.1 Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
"number": "C.5.63"
},
{
"id": "s.13.3.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.3.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.3.1a",
"level": 3,
"title": "Section 13.3.1 Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
"number": "C.5.64"
},
{
"id": "s.13.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.3.2",
"level": 3,
"title": "Section 13.3.2 Breaks inside elements: 'orphans', 'widows'",
"number": "C.5.65"
},
{
"id": "s.13.3.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.3.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.3.2a",
"level": 3,
"title": "Section 13.3.2 Breaks inside elements: 'orphans', 'widows'",
"number": "C.5.66"
},
{
"id": "s.13.3.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.3.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.3.3",
"level": 3,
"title": "Section 13.3.3 Allowed page breaks",
"number": "C.5.67"
},
{
"id": "s.13.3.3a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.3.3a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.3.3a",
"level": 3,
"title": "Section 13.3.3 Allowed page breaks",
"number": "C.5.68"
},
{
"id": "s.13.3.3b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.3.3b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.3.3b",
"level": 3,
"title": "Section 13.3.3 Allowed page breaks",
"number": "C.5.69"
},
{
"id": "s.13.3.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.3.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.3.5",
"level": 3,
"title": "Section 13.3.5 \"Best\" page breaks",
"number": "C.5.70"
},
{
"id": "s.14.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.14.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.14.2",
"level": 3,
"title": "Section 14.2 The background",
"number": "C.5.71"
},
{
"id": "s.14.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.14.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.14.2a",
"level": 3,
"title": "Section 14.2 The background",
"number": "C.5.72"
},
{
"id": "s.14.2.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.14.2.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.14.2.1a",
"level": 3,
"title": "Section 14.2.1 Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
"number": "C.5.73"
},
{
"id": "s.15.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.15.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.15.6",
"level": 3,
"title": "Section 15.6 Font boldness: the 'font-weight' property",
"number": "C.5.74"
},
{
"id": "s.16.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.16.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.16.6",
"level": 3,
"title": "Section 16.6 Whitespace: the 'white-space' property",
"number": "C.5.75"
},
{
"id": "s.16.6.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.16.6.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.16.6.1",
"level": 3,
"title": "Section 16.6.1 The 'white-space' processing model",
"number": "C.5.76"
},
{
"id": "s.17.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.17.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.17.2.1",
"level": 3,
"title": "Section 17.2.1 Anonymous table objects",
"number": "C.5.77"
},
{
"id": "s.17.2.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.17.2.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.17.2.1a",
"level": 3,
"title": "Section 17.2.1 Anonymous table objects",
"number": "C.5.78"
},
{
"id": "s.17.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.17.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.17.4",
"level": 3,
"title": "Section 17.4 Tables in the visual formatting model",
"number": "C.5.79"
},
{
"id": "s.17.5.4a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.17.5.4a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.17.5.4a",
"level": 3,
"title": "Section 17.5.4 Horizontal alignment in a column",
"number": "C.5.80"
},
{
"id": "s.18.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.18.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.18.1",
"level": 3,
"title": "Section 18.1 Cursors: the 'cursor' property",
"number": "C.5.81"
},
{
"id": "s.B.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.B.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.B.2",
"level": 3,
"title": "Section B.2 Informative references",
"number": "C.5.82"
},
{
"id": "s.D",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.D",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.D",
"level": 3,
"title": "Appendix D. Default style sheet for HTML 4",
"number": "C.5.83"
},
{
"id": "s.Da",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.Da",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.Da",
"level": 3,
"title": "Appendix D. Default style sheet for HTML 4",
"number": "C.5.84"
},
{
"id": "s.E.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.E.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.E.2",
"level": 3,
"title": "Section E.2 Painting order",
"number": "C.5.85"
},
{
"id": "s.G",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.G",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.G",
"level": 3,
"title": "Appendix G. Grammar of CSS 2.1",
"number": "C.5.86"
},
{
"id": "s.G.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.G.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.G.1",
"level": 3,
"title": "Section G.1 Grammar",
"number": "C.5.87"
},
{
"id": "s.G.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.G.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.G.2",
"level": 3,
"title": "Section G.2 Lexical scanner",
"number": "C.5.88"
},
{
"id": "s.G.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.G.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.G.2a",
"level": 3,
"title": "Section G.2 Lexical scanner",
"number": "C.5.89"
},
{
"id": "s.G.2b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.G.2b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.G.2b",
"level": 3,
"title": "Section G.2 Lexical scanner",
"number": "C.5.90"
},
{
"id": "s.G.2c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.G.2c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.G.2c",
"level": 3,
"title": "Section G.2 Lexical scanner",
"number": "C.5.91"
},
{
"id": "s.I",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.I",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.I",
"level": 3,
"title": "Appendix I. Index",
"number": "C.5.92"
},
{
"id": "errata2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#errata2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#errata2",
"level": 2,
"title": "Errata since the Candidate Recommendation of April 2009",
"number": "C.6"
},
{
"id": "s.4.2b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.4.2b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.4.2b",
"level": 3,
"title": "Section 4.2 Rules for handling parsing errors",
"number": "C.6.1"
},
{
"id": "s.13.3.3c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.13.3.3c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.13.3.3c",
"level": 3,
"title": "Section 13.3.3 Allowed page breaks",
"number": "C.6.2"
},
{
"id": "s.15.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.15.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.15.3",
"level": 3,
"title": "Section 15.3 Font family: the 'font-family' property",
"number": "C.6.3"
},
{
"id": "s.15.3.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.15.3.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.15.3.1.1",
"level": 3,
"title": "Section 15.3.1.1 serif",
"number": "C.6.4"
},
{
"id": "s.15.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.15.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.15.7",
"level": 3,
"title": "Section 15.7 Font size: the 'font-size' property",
"number": "C.6.5"
},
{
"id": "s.17.5.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.17.5.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.17.5.2.1",
"level": 3,
"title": "Section 17.5.2.1 Fixed table layout",
"number": "C.6.6"
},
{
"id": "s.17.5.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.17.5.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.17.5.3",
"level": 3,
"title": "Section 17.5.3 Table height layout",
"number": "C.6.7"
},
{
"id": "s.Ga",
- "href": "https://www.w3.org/TR/CSS21/changes.html#s.Ga",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#s.Ga",
"level": 3,
"title": "Appendix G. Grammar of CSS 2.1",
"number": "C.6.8"
},
{
"id": "errata3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#errata3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#errata3",
"level": 2,
"title": "Errata since the Candidate Recommendation of September 2009",
"number": "C.7"
},
{
"id": "t.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.1",
"level": 3,
"title": "Section 1.4.2.1 Value",
"number": "C.7.1"
},
{
"id": "t.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.3.1",
"level": 3,
"title": "Section 3.1 Definitions",
"number": "C.7.2"
},
{
"id": "t.4.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.1.1",
"level": 3,
"title": "Section 4.1.1 Tokenization",
"number": "C.7.3"
},
{
"id": "t.4.1.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.1.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.1.1a",
"level": 3,
"title": "Section 4.1.1 Tokenization",
"number": "C.7.4"
},
{
"id": "t.4.1.1b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.1.1b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.1.1b",
"level": 3,
"title": "Section 4.1.1 Tokenization",
"number": "C.7.5"
},
{
"id": "t.4.1.1c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.1.1c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.1.1c",
"level": 3,
"title": "Section 4.1.1 Tokenization",
"number": "C.7.6"
},
{
"id": "t.4.1.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.1.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.1.2.2",
"level": 3,
"title": "Section 4.1.2.2 Informative Historical Notes",
"number": "C.7.7"
},
{
"id": "t.4.1.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.1.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.1.3",
"level": 3,
"title": "Section 4.1.3 Characters and case",
"number": "C.7.8"
},
{
"id": "t.4.1.3a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.1.3a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.1.3a",
"level": 3,
"title": "Section 4.1.3 Characters and case",
"number": "C.7.9"
},
{
"id": "t.4.1.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.1.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.1.8",
"level": 3,
"title": "Section 4.1.8 Declarations and properties",
"number": "C.7.10"
},
{
"id": "t.4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.2",
"level": 3,
"title": "Section 4.2 Rules for handling parsing errors",
"number": "C.7.11"
},
{
"id": "t.4.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.3.2",
"level": 3,
"title": "Section 4.3.2 Lengths",
"number": "C.7.12"
},
{
"id": "t.4.3.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.3.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.3.2a",
"level": 3,
"title": "Section 4.3.2 Lengths",
"number": "C.7.13"
},
{
"id": "t.4.3.4a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.3.4a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.3.4a",
"level": 3,
"title": "Section 4.3.4 URLs and URIs",
"number": "C.7.14"
},
{
"id": "t.4.3.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.4.3.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.4.3.4",
"level": 3,
"title": "Section 4.3.4 URLs and URIs",
"number": "C.7.15"
},
{
"id": "t.5.8.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.5.8.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.5.8.2",
"level": 3,
"title": "Section 5.8.2 Default attribute values in DTDs",
"number": "C.7.16"
},
{
"id": "t.5.11.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.5.11.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.5.11.4",
"level": 3,
"title": "Section 5.11.4 The language pseudo-class: :lang",
"number": "C.7.17"
},
{
"id": "t.5.12",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.5.12",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.5.12",
"level": 3,
"title": "Section 5.12 Pseudo-elements",
"number": "C.7.18"
},
{
"id": "t.5.12.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.5.12.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.5.12.1",
"level": 3,
"title": "Section 5.12.1 The :first-line pseudo-element",
"number": "C.7.19"
},
{
"id": "t.5.12.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.5.12.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.5.12.2",
"level": 3,
"title": "Section 5.12.2 The :first-letter pseudo-element",
"number": "C.7.20"
},
{
"id": "t.6.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.6.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.6.2",
"level": 3,
"title": "Section 6.2 Inheritance",
"number": "C.7.21"
},
{
"id": "t.6.4.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.6.4.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.6.4.4",
"level": 3,
"title": "Section 6.4.4 Precedence of non-CSS presentational hints",
"number": "C.7.22"
},
{
"id": "t.7.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.7.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.7.3",
"level": 3,
"title": "Section 7.3 Recognized media types",
"number": "C.7.23"
},
{
"id": "t.8.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.8.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.8.3.1",
"level": 3,
"title": "Section 8.3.1 Collapsing margins",
"number": "C.7.24"
},
{
"id": "t.8.3.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.8.3.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.8.3.1a",
"level": 3,
"title": "Section 8.3.1 Collapsing margins",
"number": "C.7.25"
},
{
"id": "t.9.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1",
"level": 3,
"title": "Section 9.2.1 Block-level elements and block boxes",
"number": "C.7.26"
},
{
"id": "t.9.2.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1.1",
"level": 3,
"title": "Section 9.2.1.1 Anonymous block boxes",
"number": "C.7.27"
},
{
"id": "t.9.2.1.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1.1a",
"level": 3,
"title": "Section 9.2.1.1 Anonymous block boxes",
"number": "C.7.28"
},
{
"id": "t.9.2.1.1b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1.1b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1.1b",
"level": 3,
"title": "Section 9.2.1.1 Anonymous block boxes",
"number": "C.7.29"
},
{
"id": "t.9.2.1.1c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1.1c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1.1c",
"level": 3,
"title": "Section 9.2.1.1 Anonymous block boxes",
"number": "C.7.30"
},
{
"id": "t.9.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.2.2",
"level": 3,
"title": "Section 9.2.2 Inline-level elements and inline boxes",
"number": "C.7.31"
},
{
"id": "t.9.2.3a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.2.3a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.2.3a",
"level": 3,
"title": "Section 9.2.3 Run-in boxes",
"number": "C.7.32"
},
{
"id": "t.9.2.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.2.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.2.4",
"level": 3,
"title": "Section 9.2.4 The 'display' property",
"number": "C.7.33"
},
{
"id": "t.9.2.4a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.2.4a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.2.4a",
"level": 3,
"title": "Section 9.2.4 The 'display' property",
"number": "C.7.34"
},
{
"id": "t.9.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.3",
"level": 3,
"title": "Section 9.3 Positioning schemes",
"number": "C.7.35"
},
{
"id": "t.9.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.4",
"level": 3,
"title": "Section 9.4 Normal flow",
"number": "C.7.36"
},
{
"id": "t.9.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.3.2",
"level": 3,
"title": "Section 9.3.2 Box offsets: 'top', 'right', 'bottom', 'left'",
"number": "C.7.37"
},
{
"id": "t.9.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.5",
"level": 3,
"title": "Section 9.5 Floats",
"number": "C.7.38"
},
{
"id": "t.9.5a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.5a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.5a",
"level": 3,
"title": "Section 9.5 Floats",
"number": "C.7.39"
},
{
"id": "t.9.5.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats: the 'clear' property",
"number": "C.7.40"
},
{
"id": "t.9.5.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2a",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats: the 'clear' property",
"number": "C.7.41"
},
{
"id": "t.9.5.2b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2b",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats: the 'clear' property",
"number": "C.7.42"
},
{
"id": "t.9.5.2c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2c",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats: the 'clear' property",
"number": "C.7.43"
},
{
"id": "t.14.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.14.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.14.2.1",
"level": 3,
"title": "Section 14.2.1 Background properties",
"number": "C.7.44"
},
{
"id": "t.9.9.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.9.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.9.1",
"level": 3,
"title": "Section 9.9.1 Specifying the stack level: the 'z-index' property",
"number": "C.7.45"
},
{
"id": "t.9.10",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.10",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.10",
"level": 3,
"title": "Section 9.10 Text direction: the 'direction' and 'unicode-bidi' properties",
"number": "C.7.46"
},
{
"id": "t.9.10a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.10a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.10a",
"level": 3,
"title": "Section 9.10 Text direction: the 'direction' and 'unicode-bidi' properties",
"number": "C.7.47"
},
{
"id": "t.9.10b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.10b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.10b",
"level": 3,
"title": "Section 9.10 Text direction: the 'direction' and 'unicode-bidi' properties",
"number": "C.7.48"
},
{
"id": "t.10.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.1",
"level": 3,
"title": "Section 10.1 Definition of \"containing block\"",
"number": "C.7.49"
},
{
"id": "t.10.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.2",
"level": 3,
"title": "Section 10.2 Content width: the 'width' property",
"number": "C.7.50"
},
{
"id": "t.10.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.2a",
"level": 3,
"title": "Section 10.2 Content width: the 'width' property",
"number": "C.7.51"
},
{
"id": "t.10.2b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.2b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.2b",
"level": 3,
"title": "Section 10.2 Content width: the 'width' property",
"number": "C.7.52"
},
{
"id": "t.10.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.5",
"level": 3,
"title": "Section 10.5 Content height: the 'height' property",
"number": "C.7.53"
},
{
"id": "t.10.5a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.5a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.5a",
"level": 3,
"title": "Section 10.5 Content height: the 'height' property",
"number": "C.7.54"
},
{
"id": "t.10.6.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.6.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.6.7",
"level": 3,
"title": "Section 10.6.7 'Auto' heights for block formatting context roots",
"number": "C.7.55"
},
{
"id": "t.10.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.7",
"level": 3,
"title": "Section 10.7 Minimum and maximum heights: 'min-height' and 'max-height'",
"number": "C.7.56"
},
{
"id": "t.10.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.8",
"level": 3,
"title": "Section 10.8 Line height calculations: the 'line-height' and 'vertical-align' properties",
"number": "C.7.57"
},
{
"id": "t.10.8a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.8a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.8a",
"level": 3,
"title": "Section 10.8 Line height calculations: the 'line-height' and 'vertical-align' properties",
"number": "C.7.58"
},
{
"id": "t.10.8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.8.1",
"level": 3,
"title": "Section 10.8.1 Leading and half-leading",
"number": "C.7.59"
},
{
"id": "t.10.8.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.8.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.8.1a",
"level": 3,
"title": "Section 10.8.1 Leading and half-leading",
"number": "C.7.60"
},
{
"id": "t.10.8.1b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.8.1b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.8.1b",
"level": 3,
"title": "Section 10.8.1 Leading and half-leading",
"number": "C.7.61"
},
{
"id": "t.11.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.11.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.11.1",
"level": 3,
"title": "Section 11.1 Overflow and clipping",
"number": "C.7.62"
},
{
"id": "t.11.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.11.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.11.1.1",
"level": 3,
"title": "Section 11.1.1 Overflow: the 'overflow' property",
"number": "C.7.63"
},
{
"id": "t.11.1.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.11.1.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.11.1.1a",
"level": 3,
"title": "Section 11.1.1 Overflow: the 'overflow' property",
"number": "C.7.64"
},
{
"id": "t.11.1.1b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.11.1.1b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.11.1.1b",
"level": 3,
"title": "Section 11.1.1 Overflow: the 'overflow' property",
"number": "C.7.65"
},
{
"id": "t.11.1.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.11.1.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.11.1.2",
"level": 3,
"title": "Section 11.1.2 Clipping: the 'clip' property",
"number": "C.7.66"
},
{
"id": "t.12.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.12.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.12.5",
"level": 3,
"title": "Section 12.5 Lists",
"number": "C.7.67"
},
{
"id": "t.12.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1",
"level": 3,
"title": "Section 12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.7.68"
},
{
"id": "t.12.5.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1a",
"level": 3,
"title": "Section 12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.7.69"
},
{
"id": "t.12.5.1b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1b",
"level": 3,
"title": "Section 12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.7.70"
},
{
"id": "t.12.5.1c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1c",
"level": 3,
"title": "Section 12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.7.71"
},
{
"id": "t.12.5.1d",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1d",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1d",
"level": 3,
"title": "Section 12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.7.72"
},
{
"id": "t.13.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.13.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.13.2",
"level": 3,
"title": "Section 13.2 Page boxes: the @page rule",
"number": "C.7.73"
},
{
"id": "t.13.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.13.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.13.2.2",
"level": 3,
"title": "Section 13.2.2 Page selectors: selecting left, right, and first pages",
"number": "C.7.74"
},
{
"id": "t.13.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.13.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.13.3.2",
"level": 3,
"title": "Section 13.3.2 Breaks inside elements: 'orphans', 'widows'",
"number": "C.7.75"
},
{
"id": "t.13.3.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.13.3.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.13.3.3",
"level": 3,
"title": "Section 13.3.3 Allowed page breaks",
"number": "C.7.76"
},
{
"id": "t.15.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.15.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.15.3",
"level": 3,
"title": "Section 15.3 Font family: the 'font-family' property",
"number": "C.7.77"
},
{
"id": "t.15.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.15.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.15.3.1",
"level": 3,
"title": "Section 15.3.1 Generic font families",
"number": "C.7.78"
},
{
"id": "t.15.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.15.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.15.6",
"level": 3,
"title": "Section 15.6 Font boldness: the 'font-weight' property",
"number": "C.7.79"
},
{
"id": "t.15.6q",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.15.6q",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.15.6q",
"level": 3,
"title": "Section 15.6 Font boldness: the 'font-weight' property",
"number": "C.7.80"
},
{
"id": "t.15.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.15.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.15.7",
"level": 3,
"title": "Section 15.7 Font size: the 'font-size' property",
"number": "C.7.81"
},
{
"id": "t.16.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.1",
"level": 3,
"title": "Section 16.1 Indentation: the 'text-indent' property",
"number": "C.7.82"
},
{
"id": "t.16.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.1a",
"level": 3,
"title": "Section 16.1 Indentation: the 'text-indent' property",
"number": "C.7.83"
},
{
"id": "t.16.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.2",
"level": 3,
"title": "Section 16.2 Alignment: the 'text-align' property",
"number": "C.7.84"
},
{
"id": "t.16.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.2a",
"level": 3,
"title": "Section 16.2 Alignment: the 'text-align' property",
"number": "C.7.85"
},
{
"id": "t.16.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.3.1",
"level": 3,
"title": "Section 16.3.1 Underlining, overlining, striking, and blinking: the 'text-decoration' property",
"number": "C.7.86"
},
{
"id": "t.16.3.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.3.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.3.1a",
"level": 3,
"title": "Section 16.3.1 Underlining, overlining, striking, and blinking: the 'text-decoration' property",
"number": "C.7.87"
},
{
"id": "t.16.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.4",
"level": 3,
"title": "Section 16.4 Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties",
"number": "C.7.88"
},
{
"id": "t.16.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.6",
"level": 3,
"title": "Section 16.6 White space: the 'white-space' property",
"number": "C.7.89"
},
{
"id": "t.16.6.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.6.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.6.1",
"level": 3,
"title": "Section 16.6.1 The 'white-space' processing model",
"number": "C.7.90"
},
{
"id": "t.16.6.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.6.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.6.1a",
"level": 3,
"title": "Section 16.6.1 The 'white-space' processing model",
"number": "C.7.91"
},
{
"id": "t.16.6.1b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.16.6.1b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.16.6.1b",
"level": 3,
"title": "Section 16.6.1 The 'white-space' processing model",
"number": "C.7.92"
},
{
"id": "t.17.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.17.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.17.2",
"level": 3,
"title": "Section 17.2 The CSS table model",
"number": "C.7.93"
},
{
"id": "t.17.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.17.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.17.2.1",
"level": 3,
"title": "Section 17.2.1 Anonymous table objects",
"number": "C.7.94"
},
{
"id": "t.17.2.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.17.2.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.17.2.1a",
"level": 3,
"title": "Section 17.2.1 Anonymous table objects",
"number": "C.7.95"
},
{
"id": "t.17.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.17.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.17.4",
"level": 3,
"title": "Section 17.4 Tables in the visual formatting model",
"number": "C.7.96"
},
{
"id": "t.17.4a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.17.4a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.17.4a",
"level": 3,
"title": "Section 17.4 Tables in the visual formatting model",
"number": "C.7.97"
},
{
"id": "t.17.5.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.17.5.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.17.5.2.2",
"level": 3,
"title": "Section 17.5.2.2 Automatic table layout",
"number": "C.7.98"
},
{
"id": "t.17.5.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.17.5.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.17.5.3",
"level": 3,
"title": "Section 17.5.3 Table height algorithms",
"number": "C.7.99"
},
{
"id": "t.17.5.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.17.5.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.17.5.4",
"level": 3,
"title": "Section 17.5.4 Horizontal alignment in a column",
"number": "C.7.100"
},
{
"id": "t.B.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.B.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.B.2",
"level": 3,
"title": "Section B.2 Informative references",
"number": "C.7.101"
},
{
"id": "t.D",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.D",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.D",
"level": 3,
"title": "Section D. Default style sheet for HTML 4",
"number": "C.7.102"
},
{
"id": "t.E.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.E.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.E.2",
"level": 3,
"title": "Section E.2 Painting order",
"number": "C.7.103"
},
{
"id": "t.G",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.G",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.G",
"level": 3,
"title": "Appendix G Grammar of CSS 2.1",
"number": "C.7.104"
},
{
"id": "errata4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#errata4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#errata4",
"level": 2,
"title": "Changes since the working draft of 7 December 2010",
"number": "C.8"
},
{
"id": "u.8.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.8.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.8.3.1",
"level": 3,
"title": "8.3.1 Collapsing margins",
"number": "C.8.1"
},
{
"id": "u.10.8.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.10.8.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.10.8.1",
"level": 3,
"title": "10.8.1 Leading and half-leading",
"number": "C.8.2"
},
{
"id": "u.10.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.10.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.10.3",
"level": 3,
"title": "10.3 Calculating widths and margins",
"number": "C.8.3"
},
{
"id": "u.14.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.14.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.14.3",
"level": 3,
"title": "14.3 Gamma correction",
"number": "C.8.4"
},
{
"id": "u.11.1.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.11.1.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.11.1.2",
"level": 3,
"title": "11.1.2 Clipping: the 'clip' property",
"number": "C.8.5"
},
{
"id": "u.9.4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.4.2",
"level": 3,
"title": "9.4.2 Inline formatting contexts",
"number": "C.8.6"
},
{
"id": "u.10.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.10.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.10.3.2",
"level": 3,
"title": "10.3.2 Inline, replaced elements",
"number": "C.8.7"
},
{
"id": "u.10.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.10.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.10.1",
"level": 3,
"title": "10.1 Definition of \"containing block\"",
"number": "C.8.8"
},
{
"id": "u.13.2.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.13.2.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.13.2.2",
"level": 3,
"title": "13.2.2 Page selectors: selecting left, right, and first pages",
"number": "C.8.9"
},
{
"id": "u.8.3.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.8.3.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.8.3.1a",
"level": 3,
"title": "8.3.1 Collapsing margins",
"number": "C.8.10"
},
{
"id": "u.10.8",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.10.8",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.10.8",
"level": 3,
"title": "10.8 Line height calculations: the 'line-height' and 'vertical-align' properties",
"number": "C.8.11"
},
{
"id": "u.10.8.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.10.8.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.10.8.1a",
"level": 3,
"title": "10.8.1 Leading and half-leading",
"number": "C.8.12"
},
{
"id": "u.10.6.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.10.6.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.10.6.1a",
"level": 3,
"title": "10.6.1 Inline, non-replaced elements",
"number": "C.8.13"
},
{
"id": "u.9.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.5.1",
"level": 3,
"title": "9.5.1 Positioning the float: the 'float' property",
"number": "C.8.14"
},
{
"id": "u.9.2.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.2.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.2.1.1",
"level": 3,
"title": "9.2.1.1 Anonymous block boxes",
"number": "C.8.15"
},
{
"id": "u.5.12.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.5.12.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.5.12.1",
"level": 3,
"title": "5.12.1 The :first-line pseudo-element",
"number": "C.8.16"
},
{
"id": "u.16.6",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.16.6",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.16.6",
"level": 3,
"title": "16.6 White space: the 'white-space' property",
"number": "C.8.17"
},
{
"id": "u.12.5.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.12.5.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.12.5.1",
"level": 3,
"title": "12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.8.18"
},
{
"id": "u.9.7",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.7",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.7",
"level": 3,
"title": "9.7 Relationships between 'display', 'position', and 'float'",
"number": "C.8.19"
},
{
"id": "u.9.4.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.4.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.4.2a",
"level": 3,
"title": "9.4.2 Inline formatting contexts",
"number": "C.8.20"
},
{
"id": "u.4.1.9",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.4.1.9",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.4.1.9",
"level": 3,
"title": "4.1.9 Comments",
"number": "C.8.21"
},
{
"id": "u.12.5.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.12.5.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.12.5.1a",
"level": 3,
"title": "12.5.1 Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
"number": "C.8.22"
},
{
"id": "u.9.5.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.5.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.5.1a",
"level": 3,
"title": "9.5.1 Positioning the float: the 'float' property",
"number": "C.8.23"
},
{
"id": "u.9.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.3",
"level": 3,
"title": "9.3 Positioning schemes",
"number": "C.8.24"
},
{
"id": "u.9.10",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.10",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.10",
"level": 3,
"title": "9.10 Text direction: the 'direction' and 'unicode-bidi' properties",
"number": "C.8.25"
},
{
"id": "u.16.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.16.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.16.3.1",
"level": 3,
"title": "16.3.1 Underlining, overlining, striking, and blinking: the 'text-decoration' property",
"number": "C.8.26"
},
{
"id": "u.16.3.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.16.3.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.16.3.1a",
"level": 3,
"title": "16.3.1 Underlining, overlining, striking, and blinking: the 'text-decoration' property",
"number": "C.8.27"
},
{
"id": "u.10.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.10.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.10.4",
"level": 3,
"title": "10.4 Minimum and maximum widths: 'min-width' and 'max-width'",
"number": "C.8.28"
},
{
"id": "u.9.3.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.3.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.3.2",
"level": 3,
"title": "9.3.2 Box offsets: 'top', 'right', 'bottom', 'left'",
"number": "C.8.29"
},
{
"id": "u.9.2.1.1a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.2.1.1a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.2.1.1a",
"level": 3,
"title": "9.2.1.1 Anonymous block boxes",
"number": "C.8.30"
},
{
"id": "u.9.2.1.1b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.2.1.1b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.2.1.1b",
"level": 3,
"title": "17.4 Tables in the visual formatting model",
"number": "C.8.31"
},
{
"id": "u.11.1.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.11.1.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.11.1.2a",
"level": 3,
"title": "11.1.2 Clipping: the 'clip' property",
"number": "C.8.32"
},
{
"id": "u.13.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.13.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.13.2",
"level": 3,
"title": "13.2 Page boxes: the @page rule",
"number": "C.8.33"
},
{
"id": "u.4.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.4.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.4.1.1",
"level": 3,
"title": "4.1.1 Tokenization",
"number": "C.8.34"
},
{
"id": "u.4.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.4.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.4.2",
"level": 3,
"title": "4.2 Rules for handling parsing errors",
"number": "C.8.35"
},
{
"id": "u.3.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.3.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.3.1",
"level": 3,
"title": "3.1 Definitions",
"number": "C.8.36"
},
{
"id": "u.4.3.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.4.3.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.4.3.4",
"level": 3,
"title": "4.3.4 URLs and URIs",
"number": "C.8.37"
},
{
"id": "u.9.5",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.5",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.5",
"level": 3,
"title": "9.5 Floats",
"number": "C.8.38"
},
{
"id": "u.11.1.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.11.1.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.11.1.1",
"level": 3,
"title": "11.1.1 Overflow: the 'overflow' property",
"number": "C.8.39"
},
{
"id": "u.9.2.1.1c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.2.1.1c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.2.1.1c",
"level": 3,
"title": "9.2.1.1 Anonymous block boxes",
"number": "C.8.40"
},
{
"id": "u.16.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.16.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.16.2",
"level": 3,
"title": "16.2 Alignment: the 'text-align' property",
"number": "C.8.41"
},
{
"id": "u.9.5a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.5a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.5a",
"level": 3,
"title": "9.5 Floats",
"number": "C.8.42"
},
{
"id": "u.9.4.2b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.4.2b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.4.2b",
"level": 3,
"title": "9.4.2 Inline formatting contexts",
"number": "C.8.43"
},
{
"id": "u.5.12",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.5.12",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.5.12",
"level": 3,
"title": "5.12 Pseudo-elements",
"number": "C.8.44"
},
{
"id": "u.9.5b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.5b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.5b",
"level": 3,
"title": "9.5 Floats",
"number": "C.8.45"
},
{
"id": "u.9.5c",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.5c",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.5c",
"level": 3,
"title": "9.5 Floats",
"number": "C.8.46"
},
{
"id": "u.14.2.1",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.14.2.1",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.14.2.1",
"level": 3,
"title": "14.2.1 Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
"number": "C.8.47"
},
{
"id": "u.9.2.4",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.9.2.4",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.9.2.4",
"level": 3,
"title": "9.2.4 The 'display' property",
"number": "C.8.48"
},
{
"id": "u.6.1.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.6.1.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.6.1.2",
"level": 3,
"title": "6.1.2 Computed values",
"number": "C.8.49"
},
{
"id": "u.10.3.2a",
- "href": "https://www.w3.org/TR/CSS21/changes.html#u.10.3.2a",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#u.10.3.2a",
"level": 3,
"title": "10.3.2 Inline, replaced elements",
"number": "C.8.50"
},
{
"id": "t.9.5.2d",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2d",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2d",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats: the 'clear' property",
"number": "C.8.51"
},
{
"id": "t.G.2",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.G.2",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.G.2",
"level": 3,
"title": "G.2 Lexical scanner",
"number": "C.8.52"
},
{
"id": "t.9.5.2e",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2e",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2e",
"level": 3,
"title": "Section 9.5.2 Controlling flow next to floats: the 'clear' property",
"number": "C.8.53"
},
{
"id": "t.9.5b",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.9.5b",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.9.5b",
"level": 3,
"title": "9.5 Floats",
"number": "C.8.54"
},
{
"id": "t.10.6.3",
- "href": "https://www.w3.org/TR/CSS21/changes.html#t.10.6.3",
+ "href": "https://www.w3.org/TR/CSS2/changes.html#t.10.6.3",
"level": 3,
"title": "10.6.3 Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible'",
"number": "C.8.55"
},
{
"id": "q22.0",
- "href": "https://www.w3.org/TR/CSS21/sample.html#q22.0",
+ "href": "https://www.w3.org/TR/CSS2/sample.html#q22.0",
"level": 1,
"title": "Default style sheet for HTML 4",
"number": "D"
},
{
"id": "q23.0",
- "href": "https://www.w3.org/TR/CSS21/zindex.html#q23.0",
+ "href": "https://www.w3.org/TR/CSS2/zindex.html#q23.0",
"level": 1,
"title": "Elaborate description of Stacking Contexts",
"number": "E"
},
{
"id": "stacking-defs",
- "href": "https://www.w3.org/TR/CSS21/zindex.html#stacking-defs",
+ "href": "https://www.w3.org/TR/CSS2/zindex.html#stacking-defs",
"level": 2,
"title": "Definitions",
"number": "E.1"
},
{
"id": "painting-order",
- "href": "https://www.w3.org/TR/CSS21/zindex.html#painting-order",
+ "href": "https://www.w3.org/TR/CSS2/zindex.html#painting-order",
"level": 2,
"title": "Painting order",
"number": "E.2"
},
{
"id": "stacking-notes",
- "href": "https://www.w3.org/TR/CSS21/zindex.html#stacking-notes",
+ "href": "https://www.w3.org/TR/CSS2/zindex.html#stacking-notes",
"level": 2,
"title": "Notes",
"number": "E.3"
},
{
"id": "q24.0",
- "href": "https://www.w3.org/TR/CSS21/propidx.html#q24.0",
+ "href": "https://www.w3.org/TR/CSS2/propidx.html#q24.0",
"level": 1,
"title": "Full property table",
"number": "F"
},
{
"id": "q25.0",
- "href": "https://www.w3.org/TR/CSS21/grammar.html#q25.0",
+ "href": "https://www.w3.org/TR/CSS2/grammar.html#q25.0",
"level": 1,
"title": "Grammar of CSS 2.1",
"number": "G"
},
{
"id": "grammar",
- "href": "https://www.w3.org/TR/CSS21/grammar.html#grammar",
+ "href": "https://www.w3.org/TR/CSS2/grammar.html#grammar",
"level": 2,
"title": "Grammar",
"number": "G.1"
},
{
"id": "scanner",
- "href": "https://www.w3.org/TR/CSS21/grammar.html#scanner",
+ "href": "https://www.w3.org/TR/CSS2/grammar.html#scanner",
"level": 2,
"title": "Lexical scanner",
"number": "G.2"
},
{
"id": "tokenizer-diffs",
- "href": "https://www.w3.org/TR/CSS21/grammar.html#tokenizer-diffs",
+ "href": "https://www.w3.org/TR/CSS2/grammar.html#tokenizer-diffs",
"level": 2,
"title": "Comparison of tokenization in CSS 2.1 and CSS1",
"number": "G.3"
},
{
"id": "q25.4",
- "href": "https://www.w3.org/TR/CSS21/grammar.html#q25.4",
+ "href": "https://www.w3.org/TR/CSS2/grammar.html#q25.4",
"level": 2,
"title": "Implementation note",
"number": "G.4"
},
{
"id": "q27.0",
- "href": "https://www.w3.org/TR/CSS21/indexlist.html#q27.0",
+ "href": "https://www.w3.org/TR/CSS2/indexlist.html#q27.0",
"level": 1,
"title": "Index",
"number": "I"
diff --git a/tr/headings/CSS22.json b/tr/headings/CSS22.json
deleted file mode 100644
index c7dfda95e23b..000000000000
--- a/tr/headings/CSS22.json
+++ /dev/null
@@ -1,2091 +0,0 @@
-{
- "spec": {
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification",
- "url": "https://www.w3.org/TR/CSS22/"
- },
- "headings": [
- {
- "id": "title",
- "href": "https://www.w3.org/TR/CSS22/#title",
- "level": 1,
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification"
- },
- {
- "id": "W3C-doctype",
- "href": "https://www.w3.org/TR/CSS22/#W3C-doctype",
- "level": 2,
- "title": "W3C First Public Working Draft 12 April 2016"
- },
- {
- "id": "abstract",
- "href": "https://www.w3.org/TR/CSS22/#abstract",
- "level": 2,
- "title": "Abstract"
- },
- {
- "id": "status",
- "href": "https://www.w3.org/TR/CSS22/#status",
- "level": 2,
- "title": "Status of this document"
- },
- {
- "id": "minitoc",
- "href": "https://www.w3.org/TR/CSS22/#minitoc",
- "level": 2,
- "title": "Table of Contents"
- },
- {
- "id": "fulltoc",
- "href": "https://www.w3.org/TR/CSS22/#fulltoc",
- "level": 2,
- "title": "Full Table of Contents"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/about.html#q0",
- "level": 1,
- "title": "About the CSS 2.2 Specification",
- "number": "1"
- },
- {
- "id": "css2.2-v-css2",
- "href": "https://www.w3.org/TR/CSS22/about.html#css2.2-v-css2",
- "level": 2,
- "title": "CSS 2.2 vs CSS 2",
- "number": "1.1"
- },
- {
- "id": "reading",
- "href": "https://www.w3.org/TR/CSS22/about.html#reading",
- "level": 2,
- "title": "Reading the specification",
- "number": "1.2"
- },
- {
- "id": "organization",
- "href": "https://www.w3.org/TR/CSS22/about.html#organization",
- "level": 2,
- "title": "How the specification is organized",
- "number": "1.3"
- },
- {
- "id": "conventions",
- "href": "https://www.w3.org/TR/CSS22/about.html#conventions",
- "level": 2,
- "title": "Conventions",
- "number": "1.4"
- },
- {
- "id": "doc-language",
- "href": "https://www.w3.org/TR/CSS22/about.html#doc-language",
- "level": 3,
- "title": "Document language elements and attributes",
- "number": "1.4.1"
- },
- {
- "id": "property-defs",
- "href": "https://www.w3.org/TR/CSS22/about.html#property-defs",
- "level": 3,
- "title": "CSS property definitions",
- "number": "1.4.2"
- },
- {
- "id": "value-defs",
- "href": "https://www.w3.org/TR/CSS22/about.html#value-defs",
- "level": 4,
- "title": "Value",
- "number": "1.4.2.1"
- },
- {
- "id": "initial-value",
- "href": "https://www.w3.org/TR/CSS22/about.html#initial-value",
- "level": 4,
- "title": "Initial",
- "number": "1.4.2.2"
- },
- {
- "id": "applies-to",
- "href": "https://www.w3.org/TR/CSS22/about.html#applies-to",
- "level": 4,
- "title": "Applies to",
- "number": "1.4.2.3"
- },
- {
- "id": "inherited-prop",
- "href": "https://www.w3.org/TR/CSS22/about.html#inherited-prop",
- "level": 4,
- "title": "Inherited",
- "number": "1.4.2.4"
- },
- {
- "id": "percentage-wrt",
- "href": "https://www.w3.org/TR/CSS22/about.html#percentage-wrt",
- "level": 4,
- "title": "Percentage values",
- "number": "1.4.2.5"
- },
- {
- "id": "media-applies",
- "href": "https://www.w3.org/TR/CSS22/about.html#media-applies",
- "level": 4,
- "title": "Media groups",
- "number": "1.4.2.6"
- },
- {
- "id": "computed-defs",
- "href": "https://www.w3.org/TR/CSS22/about.html#computed-defs",
- "level": 4,
- "title": "Computed value",
- "number": "1.4.2.7"
- },
- {
- "id": "shorthand",
- "href": "https://www.w3.org/TR/CSS22/about.html#shorthand",
- "level": 3,
- "title": "Shorthand properties",
- "number": "1.4.3"
- },
- {
- "id": "notes-and-examples",
- "href": "https://www.w3.org/TR/CSS22/about.html#notes-and-examples",
- "level": 3,
- "title": "Notes and examples",
- "number": "1.4.4"
- },
- {
- "id": "images-and-longdesc",
- "href": "https://www.w3.org/TR/CSS22/about.html#images-and-longdesc",
- "level": 3,
- "title": "Images and long descriptions",
- "number": "1.4.5"
- },
- {
- "id": "acknowledgements",
- "href": "https://www.w3.org/TR/CSS22/about.html#acknowledgements",
- "level": 2,
- "title": "Acknowledgments",
- "number": "1.5"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/intro.html#q0",
- "level": 1,
- "title": "Introduction to CSS 2.2",
- "number": "2"
- },
- {
- "id": "html-tutorial",
- "href": "https://www.w3.org/TR/CSS22/intro.html#html-tutorial",
- "level": 2,
- "title": "A brief CSS 2.2 tutorial for HTML",
- "number": "2.1"
- },
- {
- "id": "xml-tutorial",
- "href": "https://www.w3.org/TR/CSS22/intro.html#xml-tutorial",
- "level": 2,
- "title": "A brief CSS 2.2 tutorial for XML",
- "number": "2.2"
- },
- {
- "id": "processing-model",
- "href": "https://www.w3.org/TR/CSS22/intro.html#processing-model",
- "level": 2,
- "title": "The CSS 2.2 processing model",
- "number": "2.3"
- },
- {
- "id": "the-canvas",
- "href": "https://www.w3.org/TR/CSS22/intro.html#the-canvas",
- "level": 3,
- "title": "The canvas",
- "number": "2.3.1"
- },
- {
- "id": "addressing",
- "href": "https://www.w3.org/TR/CSS22/intro.html#addressing",
- "level": 3,
- "title": "CSS 2.2 addressing model",
- "number": "2.3.2"
- },
- {
- "id": "design-principles",
- "href": "https://www.w3.org/TR/CSS22/intro.html#design-principles",
- "level": 2,
- "title": "CSS design principles",
- "number": "2.4"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/conform.html#q0",
- "level": 1,
- "title": "Conformance: Requirements and Recommendations",
- "number": "3"
- },
- {
- "id": "defs",
- "href": "https://www.w3.org/TR/CSS22/conform.html#defs",
- "level": 2,
- "title": "Definitions",
- "number": "3.1"
- },
- {
- "id": "conformance",
- "href": "https://www.w3.org/TR/CSS22/conform.html#conformance",
- "level": 2,
- "title": "UA Conformance",
- "number": "3.2"
- },
- {
- "id": "errors",
- "href": "https://www.w3.org/TR/CSS22/conform.html#errors",
- "level": 2,
- "title": "Error conditions",
- "number": "3.3"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#q0",
- "level": 1,
- "title": "Syntax and basic data types",
- "number": "4"
- },
- {
- "id": "syntax",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#syntax",
- "level": 2,
- "title": "Syntax",
- "number": "4.1"
- },
- {
- "id": "tokenization",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#tokenization",
- "level": 3,
- "title": "Tokenization",
- "number": "4.1.1"
- },
- {
- "id": "keywords",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#keywords",
- "level": 3,
- "title": "Keywords",
- "number": "4.1.2"
- },
- {
- "id": "vendor-keywords",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#vendor-keywords",
- "level": 4,
- "title": "Vendor-specific extensions",
- "number": "4.1.2.1"
- },
- {
- "id": "vendor-keyword-history",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#vendor-keyword-history",
- "level": 4,
- "title": "Informative Historical Notes",
- "number": "4.1.2.2"
- },
- {
- "id": "characters",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#characters",
- "level": 3,
- "title": "Characters and case",
- "number": "4.1.3"
- },
- {
- "id": "statements",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#statements",
- "level": 3,
- "title": "Statements",
- "number": "4.1.4"
- },
- {
- "id": "block",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#block",
- "level": 3,
- "title": "Blocks",
- "number": "4.1.6"
- },
- {
- "id": "rule-sets",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#rule-sets",
- "level": 3,
- "title": "Rule sets, declaration blocks, and selectors",
- "number": "4.1.7"
- },
- {
- "id": "declaration",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#declaration",
- "level": 3,
- "title": "Declarations and properties",
- "number": "4.1.8"
- },
- {
- "id": "declaration",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#declaration",
- "level": 3,
- "title": "Declarations and properties",
- "number": "4.1.8"
- },
- {
- "id": "comments",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#comments",
- "level": 3,
- "title": "Comments",
- "number": "4.1.9"
- },
- {
- "id": "parsing-errors",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#parsing-errors",
- "level": 2,
- "title": "Rules for handling parsing errors",
- "number": "4.2"
- },
- {
- "id": "values",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#values",
- "level": 2,
- "title": "Values",
- "number": "4.3"
- },
- {
- "id": "numbers",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#numbers",
- "level": 3,
- "title": "Integers and real numbers",
- "number": "4.3.1"
- },
- {
- "id": "length-units",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#length-units",
- "level": 3,
- "title": "Lengths",
- "number": "4.3.2"
- },
- {
- "id": "percentage-units",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#percentage-units",
- "level": 3,
- "title": "Percentages",
- "number": "4.3.3"
- },
- {
- "id": "uri",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#uri",
- "level": 3,
- "title": "URLs and URIs",
- "number": "4.3.4"
- },
- {
- "id": "counter",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#counter",
- "level": 3,
- "title": "Counters",
- "number": "4.3.5"
- },
- {
- "id": "color-units",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#color-units",
- "level": 3,
- "title": "Colors",
- "number": "4.3.6"
- },
- {
- "id": "strings",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#strings",
- "level": 3,
- "title": "Strings",
- "number": "4.3.7"
- },
- {
- "id": "unsupported-values",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#unsupported-values",
- "level": 3,
- "title": "Unsupported Values",
- "number": "4.3.8"
- },
- {
- "id": "charset",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#charset",
- "level": 2,
- "title": "CSS style sheet representation",
- "number": "4.4"
- },
- {
- "id": "escaping",
- "href": "https://www.w3.org/TR/CSS22/syndata.html#escaping",
- "level": 3,
- "title": "Referring to characters not represented in a character encoding",
- "number": "4.4.1"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/selector.html#q0",
- "level": 1,
- "title": "Selectors",
- "number": "5"
- },
- {
- "id": "pattern-matching",
- "href": "https://www.w3.org/TR/CSS22/selector.html#pattern-matching",
- "level": 2,
- "title": "Pattern matching",
- "number": "5.1"
- },
- {
- "id": "selector-syntax",
- "href": "https://www.w3.org/TR/CSS22/selector.html#selector-syntax",
- "level": 2,
- "title": "Selector syntax",
- "number": "5.2"
- },
- {
- "id": "grouping",
- "href": "https://www.w3.org/TR/CSS22/selector.html#grouping",
- "level": 3,
- "title": "Grouping",
- "number": "5.2.1"
- },
- {
- "id": "universal-selector",
- "href": "https://www.w3.org/TR/CSS22/selector.html#universal-selector",
- "level": 2,
- "title": "Universal selector",
- "number": "5.3"
- },
- {
- "id": "type-selectors",
- "href": "https://www.w3.org/TR/CSS22/selector.html#type-selectors",
- "level": 2,
- "title": "Type selectors",
- "number": "5.4"
- },
- {
- "id": "descendant-selectors",
- "href": "https://www.w3.org/TR/CSS22/selector.html#descendant-selectors",
- "level": 2,
- "title": "Descendant selectors",
- "number": "5.5"
- },
- {
- "id": "child-selectors",
- "href": "https://www.w3.org/TR/CSS22/selector.html#child-selectors",
- "level": 2,
- "title": "Child selectors",
- "number": "5.6"
- },
- {
- "id": "adjacent-selectors",
- "href": "https://www.w3.org/TR/CSS22/selector.html#adjacent-selectors",
- "level": 2,
- "title": "Adjacent sibling selectors",
- "number": "5.7"
- },
- {
- "id": "attribute-selectors",
- "href": "https://www.w3.org/TR/CSS22/selector.html#attribute-selectors",
- "level": 2,
- "title": "Attribute selectors",
- "number": "5.8"
- },
- {
- "id": "matching-attrs",
- "href": "https://www.w3.org/TR/CSS22/selector.html#matching-attrs",
- "level": 3,
- "title": "Matching attributes and attribute values",
- "number": "5.8.1"
- },
- {
- "id": "default-attrs",
- "href": "https://www.w3.org/TR/CSS22/selector.html#default-attrs",
- "level": 3,
- "title": "Default attribute values in DTDs",
- "number": "5.8.2"
- },
- {
- "id": "class-html",
- "href": "https://www.w3.org/TR/CSS22/selector.html#class-html",
- "level": 3,
- "title": "Class selectors",
- "number": "5.8.3"
- },
- {
- "id": "id-selectors",
- "href": "https://www.w3.org/TR/CSS22/selector.html#id-selectors",
- "level": 2,
- "title": "ID selectors",
- "number": "5.9"
- },
- {
- "id": "pseudo-elements",
- "href": "https://www.w3.org/TR/CSS22/selector.html#pseudo-elements",
- "level": 2,
- "title": "Pseudo-elements and pseudo-classes",
- "number": "5.10"
- },
- {
- "id": "pseudo-elements",
- "href": "https://www.w3.org/TR/CSS22/selector.html#pseudo-elements",
- "level": 2,
- "title": "Pseudo-elements and pseudo-classes",
- "number": "5.10"
- },
- {
- "id": "pseudo-class-selectors",
- "href": "https://www.w3.org/TR/CSS22/selector.html#pseudo-class-selectors",
- "level": 2,
- "title": "Pseudo-classes",
- "number": "5.11"
- },
- {
- "id": "first-child",
- "href": "https://www.w3.org/TR/CSS22/selector.html#first-child",
- "level": 3,
- "title": ":first-child pseudo-class",
- "number": "5.11.1"
- },
- {
- "id": "link-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS22/selector.html#link-pseudo-classes",
- "level": 3,
- "title": "The link pseudo-classes: :link and :visited",
- "number": "5.11.2"
- },
- {
- "id": "link-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS22/selector.html#link-pseudo-classes",
- "level": 3,
- "title": "The link pseudo-classes: :link and :visited",
- "number": "5.11.2"
- },
- {
- "id": "link-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS22/selector.html#link-pseudo-classes",
- "level": 3,
- "title": "The link pseudo-classes: :link and :visited",
- "number": "5.11.2"
- },
- {
- "id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS22/selector.html#dynamic-pseudo-classes",
- "level": 3,
- "title": "The dynamic pseudo-classes: :hover, :active, and :focus",
- "number": "5.11.3"
- },
- {
- "id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS22/selector.html#dynamic-pseudo-classes",
- "level": 3,
- "title": "The dynamic pseudo-classes: :hover, :active, and :focus",
- "number": "5.11.3"
- },
- {
- "id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS22/selector.html#dynamic-pseudo-classes",
- "level": 3,
- "title": "The dynamic pseudo-classes: :hover, :active, and :focus",
- "number": "5.11.3"
- },
- {
- "id": "dynamic-pseudo-classes",
- "href": "https://www.w3.org/TR/CSS22/selector.html#dynamic-pseudo-classes",
- "level": 3,
- "title": "The dynamic pseudo-classes: :hover, :active, and :focus",
- "number": "5.11.3"
- },
- {
- "id": "lang",
- "href": "https://www.w3.org/TR/CSS22/selector.html#lang",
- "level": 3,
- "title": "The language pseudo-class: :lang",
- "number": "5.11.4"
- },
- {
- "id": "lang",
- "href": "https://www.w3.org/TR/CSS22/selector.html#lang",
- "level": 3,
- "title": "The language pseudo-class: :lang",
- "number": "5.11.4"
- },
- {
- "id": "pseudo-element-selectors",
- "href": "https://www.w3.org/TR/CSS22/selector.html#pseudo-element-selectors",
- "level": 2,
- "title": "Pseudo-elements",
- "number": "5.12"
- },
- {
- "id": "first-letter",
- "href": "https://www.w3.org/TR/CSS22/selector.html#first-letter",
- "level": 3,
- "title": "The :first-letter pseudo-element",
- "number": "5.12.2"
- },
- {
- "id": "first-letter",
- "href": "https://www.w3.org/TR/CSS22/selector.html#first-letter",
- "level": 3,
- "title": "The :first-letter pseudo-element",
- "number": "5.12.2"
- },
- {
- "id": "before-and-after",
- "href": "https://www.w3.org/TR/CSS22/selector.html#before-and-after",
- "level": 3,
- "title": "The :before and :after pseudo-elements",
- "number": "5.12.3"
- },
- {
- "id": "before-and-after",
- "href": "https://www.w3.org/TR/CSS22/selector.html#before-and-after",
- "level": 3,
- "title": "The :before and :after pseudo-elements",
- "number": "5.12.3"
- },
- {
- "id": "before-and-after",
- "href": "https://www.w3.org/TR/CSS22/selector.html#before-and-after",
- "level": 3,
- "title": "The :before and :after pseudo-elements",
- "number": "5.12.3"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#q0",
- "level": 1,
- "title": "Assigning property values, Cascading, and Inheritance",
- "number": "6"
- },
- {
- "id": "value-stages",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#value-stages",
- "level": 2,
- "title": "Specified, computed, and actual values",
- "number": "6.1"
- },
- {
- "id": "inheritance",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#inheritance",
- "level": 2,
- "title": "Inheritance",
- "number": "6.2"
- },
- {
- "id": "at-import",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#at-import",
- "level": 2,
- "title": "The @import rule",
- "number": "6.3"
- },
- {
- "id": "cascade",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#cascade",
- "level": 2,
- "title": "The cascade",
- "number": "6.4"
- },
- {
- "id": "cascading-order",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#cascading-order",
- "level": 3,
- "title": "Cascading order",
- "number": "6.4.1"
- },
- {
- "id": "important-rules",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#important-rules",
- "level": 3,
- "title": "!important rules",
- "number": "6.4.2"
- },
- {
- "id": "specificity",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#specificity",
- "level": 3,
- "title": "Calculating a selector's specificity",
- "number": "6.4.3"
- },
- {
- "id": "preshint",
- "href": "https://www.w3.org/TR/CSS22/cascade.html#preshint",
- "level": 3,
- "title": "Precedence of non-CSS presentational hints",
- "number": "6.4.4"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/media.html#q0",
- "level": 1,
- "title": "Media types",
- "number": "7"
- },
- {
- "id": "media-intro",
- "href": "https://www.w3.org/TR/CSS22/media.html#media-intro",
- "level": 2,
- "title": "Introduction to media types",
- "number": "7.1"
- },
- {
- "id": "media-sheets",
- "href": "https://www.w3.org/TR/CSS22/media.html#media-sheets",
- "level": 2,
- "title": "Specifying media-dependent style sheets",
- "number": "7.2"
- },
- {
- "id": "at-media-rule",
- "href": "https://www.w3.org/TR/CSS22/media.html#at-media-rule",
- "level": 3,
- "title": "The @media rule",
- "number": "7.2.1"
- },
- {
- "id": "media-types",
- "href": "https://www.w3.org/TR/CSS22/media.html#media-types",
- "level": 2,
- "title": "Recognized media types",
- "number": "7.3"
- },
- {
- "id": "media-groups",
- "href": "https://www.w3.org/TR/CSS22/media.html#media-groups",
- "level": 3,
- "title": "Media groups",
- "number": "7.3.1"
- },
- {
- "id": "box-model",
- "href": "https://www.w3.org/TR/CSS22/box.html#box-model",
- "level": 1,
- "title": "Box model",
- "number": "8"
- },
- {
- "id": "box-dimensions",
- "href": "https://www.w3.org/TR/CSS22/box.html#box-dimensions",
- "level": 2,
- "title": "Box dimensions",
- "number": "8.1"
- },
- {
- "id": "mpb-examples",
- "href": "https://www.w3.org/TR/CSS22/box.html#mpb-examples",
- "level": 2,
- "title": "Example of margins, padding, and borders",
- "number": "8.2"
- },
- {
- "id": "margin-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#margin-properties",
- "level": 2,
- "title": "Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'",
- "number": "8.3"
- },
- {
- "id": "collapsing-margins",
- "href": "https://www.w3.org/TR/CSS22/box.html#collapsing-margins",
- "level": 3,
- "title": "Collapsing margins",
- "number": "8.3.1"
- },
- {
- "id": "padding-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#padding-properties",
- "level": 2,
- "title": "Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'",
- "number": "8.4"
- },
- {
- "id": "border-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-properties",
- "level": 2,
- "title": "Border properties",
- "number": "8.5"
- },
- {
- "id": "border-width-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-width-properties",
- "level": 3,
- "title": "Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'",
- "number": "8.5.1"
- },
- {
- "id": "border-color-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-color-properties",
- "level": 3,
- "title": "Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color', and 'border-color'",
- "number": "8.5.2"
- },
- {
- "id": "border-style-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-style-properties",
- "level": 3,
- "title": "Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style', and 'border-style'",
- "number": "8.5.3"
- },
- {
- "id": "border-shorthand-properties",
- "href": "https://www.w3.org/TR/CSS22/box.html#border-shorthand-properties",
- "level": 3,
- "title": "Border shorthand properties: 'border-top', 'border-right', 'border-bottom', 'border-left', and 'border'",
- "number": "8.5.4"
- },
- {
- "id": "bidi-box-model",
- "href": "https://www.w3.org/TR/CSS22/box.html#bidi-box-model",
- "level": 2,
- "title": "The box model for inline elements in bidirectional context",
- "number": "8.6"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#q0",
- "level": 1,
- "title": "Visual formatting model",
- "number": "9"
- },
- {
- "id": "visual-model-intro",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#visual-model-intro",
- "level": 2,
- "title": "Introduction to the visual formatting model",
- "number": "9.1"
- },
- {
- "id": "viewport",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#viewport",
- "level": 3,
- "title": "The viewport",
- "number": "9.1.1"
- },
- {
- "id": "box-gen",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#box-gen",
- "level": 2,
- "title": "Controlling box generation",
- "number": "9.2"
- },
- {
- "id": "block-boxes",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#block-boxes",
- "level": 3,
- "title": "Block-level elements and block boxes",
- "number": "9.2.1"
- },
- {
- "id": "anonymous-block-level",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#anonymous-block-level",
- "level": 4,
- "title": "Anonymous block boxes",
- "number": "9.2.1.1"
- },
- {
- "id": "inline-boxes",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#inline-boxes",
- "level": 3,
- "title": "Inline-level elements and inline boxes",
- "number": "9.2.2"
- },
- {
- "id": "anonymous",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#anonymous",
- "level": 4,
- "title": "Anonymous inline boxes",
- "number": "9.2.2.1"
- },
- {
- "id": "run-in",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#run-in",
- "level": 3,
- "title": "Run-in boxes",
- "number": "9.2.3"
- },
- {
- "id": "display-prop",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#display-prop",
- "level": 3,
- "title": "The 'display' property",
- "number": "9.2.4"
- },
- {
- "id": "positioning-scheme",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#positioning-scheme",
- "level": 2,
- "title": "Positioning schemes",
- "number": "9.3"
- },
- {
- "id": "choose-position",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#choose-position",
- "level": 3,
- "title": "Choosing a positioning scheme: 'position' property",
- "number": "9.3.1"
- },
- {
- "id": "position-props",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#position-props",
- "level": 3,
- "title": "Box offsets: 'top', 'right', 'bottom', 'left'",
- "number": "9.3.2"
- },
- {
- "id": "normal-flow",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#normal-flow",
- "level": 2,
- "title": "Normal flow",
- "number": "9.4"
- },
- {
- "id": "block-formatting",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#block-formatting",
- "level": 3,
- "title": "Block formatting contexts",
- "number": "9.4.1"
- },
- {
- "id": "inline-formatting",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#inline-formatting",
- "level": 3,
- "title": "Inline formatting contexts",
- "number": "9.4.2"
- },
- {
- "id": "relative-positioning",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#relative-positioning",
- "level": 3,
- "title": "Relative positioning",
- "number": "9.4.3"
- },
- {
- "id": "floats",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#floats",
- "level": 2,
- "title": "Floats",
- "number": "9.5"
- },
- {
- "id": "float-position",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#float-position",
- "level": 3,
- "title": "Positioning the float: the 'float' property",
- "number": "9.5.1"
- },
- {
- "id": "flow-control",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#flow-control",
- "level": 3,
- "title": "Controlling flow next to floats: the 'clear' property",
- "number": "9.5.2"
- },
- {
- "id": "absolute-positioning",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#absolute-positioning",
- "level": 2,
- "title": "Absolute positioning",
- "number": "9.6"
- },
- {
- "id": "fixed-positioning",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#fixed-positioning",
- "level": 3,
- "title": "Fixed positioning",
- "number": "9.6.1"
- },
- {
- "id": "dis-pos-flo",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#dis-pos-flo",
- "level": 2,
- "title": "Relationships between 'display', 'position', and 'float'",
- "number": "9.7"
- },
- {
- "id": "comparison",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#comparison",
- "level": 2,
- "title": "Comparison of normal flow, floats, and absolute positioning",
- "number": "9.8"
- },
- {
- "id": "comp-normal-flow",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#comp-normal-flow",
- "level": 3,
- "title": "Normal flow",
- "number": "9.8.1"
- },
- {
- "id": "comp-relpos",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#comp-relpos",
- "level": 3,
- "title": "Relative positioning",
- "number": "9.8.2"
- },
- {
- "id": "comp-float",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#comp-float",
- "level": 3,
- "title": "Floating a box",
- "number": "9.8.3"
- },
- {
- "id": "comp-abspos",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#comp-abspos",
- "level": 3,
- "title": "Absolute positioning",
- "number": "9.8.4"
- },
- {
- "id": "layers",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#layers",
- "level": 2,
- "title": "Layered presentation",
- "number": "9.9"
- },
- {
- "id": "z-index",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#z-index",
- "level": 3,
- "title": "Specifying the stack level: the 'z-index' property",
- "number": "9.9.1"
- },
- {
- "id": "direction",
- "href": "https://www.w3.org/TR/CSS22/visuren.html#direction",
- "level": 2,
- "title": "Text direction: the 'direction' and 'unicode-bidi' properties",
- "number": "9.10"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#q0",
- "level": 1,
- "title": "10 Visual formatting model details"
- },
- {
- "id": "containing-block-details",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#containing-block-details",
- "level": 2,
- "title": "Definition of \"containing block\"",
- "number": "10.1"
- },
- {
- "id": "the-width-property",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#the-width-property",
- "level": 2,
- "title": "Content width: the 'width' property",
- "number": "10.2"
- },
- {
- "id": "Computing_widths_and_margins",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#Computing_widths_and_margins",
- "level": 2,
- "title": "Calculating widths and margins",
- "number": "10.3"
- },
- {
- "id": "inline-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#inline-width",
- "level": 3,
- "title": "Inline, non-replaced elements",
- "number": "10.3.1"
- },
- {
- "id": "inline-replaced-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#inline-replaced-width",
- "level": 3,
- "title": "Inline, replaced elements",
- "number": "10.3.2"
- },
- {
- "id": "blockwidth",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#blockwidth",
- "level": 3,
- "title": "Block-level, non-replaced elements in normal flow",
- "number": "10.3.3"
- },
- {
- "id": "block-replaced-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#block-replaced-width",
- "level": 3,
- "title": "Block-level, replaced elements in normal flow",
- "number": "10.3.4"
- },
- {
- "id": "float-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#float-width",
- "level": 3,
- "title": "Floating, non-replaced elements",
- "number": "10.3.5"
- },
- {
- "id": "float-replaced-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#float-replaced-width",
- "level": 3,
- "title": "Floating, replaced elements",
- "number": "10.3.6"
- },
- {
- "id": "abs-non-replaced-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#abs-non-replaced-width",
- "level": 3,
- "title": "Absolutely positioned, non-replaced elements",
- "number": "10.3.7"
- },
- {
- "id": "abs-replaced-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#abs-replaced-width",
- "level": 3,
- "title": "Absolutely positioned, replaced elements",
- "number": "10.3.8"
- },
- {
- "id": "inlineblock-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#inlineblock-width",
- "level": 3,
- "title": "'Inline-block', non-replaced elements in normal flow",
- "number": "10.3.9"
- },
- {
- "id": "inlineblock-replaced-width",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#inlineblock-replaced-width",
- "level": 3,
- "title": "'Inline-block', replaced elements in normal flow",
- "number": "10.3.10"
- },
- {
- "id": "min-max-widths",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#min-max-widths",
- "level": 2,
- "title": "Minimum and maximum widths: 'min-width' and 'max-width'",
- "number": "10.4"
- },
- {
- "id": "the-height-property",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#the-height-property",
- "level": 2,
- "title": "Content height: the 'height' property",
- "number": "10.5"
- },
- {
- "id": "Computing_heights_and_margins",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#Computing_heights_and_margins",
- "level": 2,
- "title": "Calculating heights and margins",
- "number": "10.6"
- },
- {
- "id": "inline-non-replaced",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#inline-non-replaced",
- "level": 3,
- "title": "Inline, non-replaced elements",
- "number": "10.6.1"
- },
- {
- "id": "inline-replaced-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#inline-replaced-height",
- "level": 3,
- "title": "Inline replaced elements, block-level replaced elements in normal flow, 'inline-block' replaced elements in normal flow and floating replaced elements",
- "number": "10.6.2"
- },
- {
- "id": "normal-block",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#normal-block",
- "level": 3,
- "title": "Block-level non-replaced elements in normal flow when 'overflow' computes to 'visible'",
- "number": "10.6.3"
- },
- {
- "id": "abs-non-replaced-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#abs-non-replaced-height",
- "level": 3,
- "title": "Absolutely positioned, non-replaced elements",
- "number": "10.6.4"
- },
- {
- "id": "abs-replaced-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#abs-replaced-height",
- "level": 3,
- "title": "Absolutely positioned, replaced elements",
- "number": "10.6.5"
- },
- {
- "id": "block-root-margin",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#block-root-margin",
- "level": 3,
- "title": "Complicated cases",
- "number": "10.6.6"
- },
- {
- "id": "root-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#root-height",
- "level": 3,
- "title": "'Auto' heights for block formatting context roots",
- "number": "10.6.7"
- },
- {
- "id": "min-max-heights",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#min-max-heights",
- "level": 2,
- "title": "Minimum and maximum heights: 'min-height' and 'max-height'",
- "number": "10.7"
- },
- {
- "id": "line-height",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#line-height",
- "level": 2,
- "title": "Line height calculations: the 'line-height' and 'vertical-align' properties",
- "number": "10.8"
- },
- {
- "id": "leading",
- "href": "https://www.w3.org/TR/CSS22/visudet.html#leading",
- "level": 3,
- "title": "Leading and half-leading",
- "number": "10.8.1"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#q0",
- "level": 1,
- "title": "11 Visual effects"
- },
- {
- "id": "overflow-clipping",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#overflow-clipping",
- "level": 2,
- "title": "Overflow and clipping",
- "number": "11.1"
- },
- {
- "id": "overflow",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#overflow",
- "level": 3,
- "title": "Overflow: the 'overflow' property",
- "number": "11.1.1"
- },
- {
- "id": "clipping",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#clipping",
- "level": 3,
- "title": "Clipping: the 'clip' property",
- "number": "11.1.2"
- },
- {
- "id": "visibility",
- "href": "https://www.w3.org/TR/CSS22/visufx.html#visibility",
- "level": 2,
- "title": "Visibility: the 'visibility' property",
- "number": "11.2"
- },
- {
- "id": "generated-text",
- "href": "https://www.w3.org/TR/CSS22/generate.html#generated-text",
- "level": 1,
- "title": "12 Generated content, automatic numbering, and lists"
- },
- {
- "id": "generated-text",
- "href": "https://www.w3.org/TR/CSS22/generate.html#generated-text",
- "level": 1,
- "title": "12 Generated content, automatic numbering, and lists"
- },
- {
- "id": "generated-text",
- "href": "https://www.w3.org/TR/CSS22/generate.html#generated-text",
- "level": 1,
- "title": "12 Generated content, automatic numbering, and lists"
- },
- {
- "id": "before-after-content",
- "href": "https://www.w3.org/TR/CSS22/generate.html#before-after-content",
- "level": 2,
- "title": "The :before and :after pseudo-elements",
- "number": "12.1"
- },
- {
- "id": "before-after-content",
- "href": "https://www.w3.org/TR/CSS22/generate.html#before-after-content",
- "level": 2,
- "title": "The :before and :after pseudo-elements",
- "number": "12.1"
- },
- {
- "id": "before-after-content",
- "href": "https://www.w3.org/TR/CSS22/generate.html#before-after-content",
- "level": 2,
- "title": "The :before and :after pseudo-elements",
- "number": "12.1"
- },
- {
- "id": "content",
- "href": "https://www.w3.org/TR/CSS22/generate.html#content",
- "level": 2,
- "title": "The 'content' property",
- "number": "12.2"
- },
- {
- "id": "quotes",
- "href": "https://www.w3.org/TR/CSS22/generate.html#quotes",
- "level": 2,
- "title": "Quotation marks",
- "number": "12.3"
- },
- {
- "id": "quotes-specify",
- "href": "https://www.w3.org/TR/CSS22/generate.html#quotes-specify",
- "level": 3,
- "title": "Specifying quotes with the 'quotes' property",
- "number": "12.3.1"
- },
- {
- "id": "quotes-insert",
- "href": "https://www.w3.org/TR/CSS22/generate.html#quotes-insert",
- "level": 3,
- "title": "Inserting quotes with the 'content' property",
- "number": "12.3.2"
- },
- {
- "id": "scope",
- "href": "https://www.w3.org/TR/CSS22/generate.html#scope",
- "level": 3,
- "title": "Nested counters and scope",
- "number": "12.4.1"
- },
- {
- "id": "counter-styles",
- "href": "https://www.w3.org/TR/CSS22/generate.html#counter-styles",
- "level": 3,
- "title": "Counter styles",
- "number": "12.4.2"
- },
- {
- "id": "undisplayed-counters",
- "href": "https://www.w3.org/TR/CSS22/generate.html#undisplayed-counters",
- "level": 3,
- "title": "Counters in elements with 'display: none'",
- "number": "12.4.3"
- },
- {
- "id": "lists",
- "href": "https://www.w3.org/TR/CSS22/generate.html#lists",
- "level": 2,
- "title": "Lists",
- "number": "12.5"
- },
- {
- "id": "list-style",
- "href": "https://www.w3.org/TR/CSS22/generate.html#list-style",
- "level": 3,
- "title": "Lists: the 'list-style-type', 'list-style-image', 'list-style-position', and 'list-style' properties",
- "number": "12.5.1"
- },
- {
- "id": "the-page",
- "href": "https://www.w3.org/TR/CSS22/page.html#the-page",
- "level": 1,
- "title": "13 Paged media"
- },
- {
- "id": "page-intro",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-intro",
- "level": 2,
- "title": "Introduction to paged media",
- "number": "13.1"
- },
- {
- "id": "page-box",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-box",
- "level": 2,
- "title": "Page boxes: the @page rule",
- "number": "13.2"
- },
- {
- "id": "page-margins",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-margins",
- "level": 3,
- "title": "Page margins",
- "number": "13.2.1"
- },
- {
- "id": "page-selectors",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-selectors",
- "level": 3,
- "title": "Page selectors: selecting left, right, and first pages",
- "number": "13.2.2"
- },
- {
- "id": "outside-page-box",
- "href": "https://www.w3.org/TR/CSS22/page.html#outside-page-box",
- "level": 3,
- "title": "Content outside the page box",
- "number": "13.2.3"
- },
- {
- "id": "page-breaks",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-breaks",
- "level": 2,
- "title": "Page breaks",
- "number": "13.3"
- },
- {
- "id": "page-break-props",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-break-props",
- "level": 3,
- "title": "Page break properties: 'page-break-before', 'page-break-after', 'page-break-inside'",
- "number": "13.3.1"
- },
- {
- "id": "break-inside",
- "href": "https://www.w3.org/TR/CSS22/page.html#break-inside",
- "level": 3,
- "title": "Breaks inside elements: 'orphans', 'widows'",
- "number": "13.3.2"
- },
- {
- "id": "allowed-page-breaks",
- "href": "https://www.w3.org/TR/CSS22/page.html#allowed-page-breaks",
- "level": 3,
- "title": "Allowed page breaks",
- "number": "13.3.3"
- },
- {
- "id": "forced",
- "href": "https://www.w3.org/TR/CSS22/page.html#forced",
- "level": 3,
- "title": "Forced page breaks",
- "number": "13.3.4"
- },
- {
- "id": "best-page-breaks",
- "href": "https://www.w3.org/TR/CSS22/page.html#best-page-breaks",
- "level": 3,
- "title": "\"Best\" page breaks",
- "number": "13.3.5"
- },
- {
- "id": "page-cascade",
- "href": "https://www.w3.org/TR/CSS22/page.html#page-cascade",
- "level": 2,
- "title": "Cascading in the page context",
- "number": "13.4"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/colors.html#q0",
- "level": 1,
- "title": "14 Colors and Backgrounds"
- },
- {
- "id": "colors",
- "href": "https://www.w3.org/TR/CSS22/colors.html#colors",
- "level": 2,
- "title": "Foreground color: the 'color' property",
- "number": "14.1"
- },
- {
- "id": "background",
- "href": "https://www.w3.org/TR/CSS22/colors.html#background",
- "level": 2,
- "title": "The background",
- "number": "14.2"
- },
- {
- "id": "background-properties",
- "href": "https://www.w3.org/TR/CSS22/colors.html#background-properties",
- "level": 3,
- "title": "Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'",
- "number": "14.2.1"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#q0",
- "level": 1,
- "title": "15 Fonts"
- },
- {
- "id": "fonts-intro",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#fonts-intro",
- "level": 2,
- "title": "Introduction",
- "number": "15.1"
- },
- {
- "id": "algorithm",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#algorithm",
- "level": 2,
- "title": "Font matching algorithm",
- "number": "15.2"
- },
- {
- "id": "font-family-prop",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-family-prop",
- "level": 2,
- "title": "Font family: the 'font-family' property",
- "number": "15.3"
- },
- {
- "id": "generic-font-families",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#generic-font-families",
- "level": 3,
- "title": "Generic font families",
- "number": "15.3.1"
- },
- {
- "id": "font-styling",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-styling",
- "level": 2,
- "title": "Font styling: the 'font-style' property",
- "number": "15.4"
- },
- {
- "id": "small-caps",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#small-caps",
- "level": 2,
- "title": "Small-caps: the 'font-variant' property",
- "number": "15.5"
- },
- {
- "id": "font-boldness",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-boldness",
- "level": 2,
- "title": "Font boldness: the 'font-weight' property",
- "number": "15.6"
- },
- {
- "id": "font-size-props",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-size-props",
- "level": 2,
- "title": "Font size: the 'font-size' property",
- "number": "15.7"
- },
- {
- "id": "font-shorthand",
- "href": "https://www.w3.org/TR/CSS22/fonts.html#font-shorthand",
- "level": 2,
- "title": "Shorthand font property: the 'font' property",
- "number": "15.8"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/text.html#q0",
- "level": 1,
- "title": "16 Text"
- },
- {
- "id": "indentation-prop",
- "href": "https://www.w3.org/TR/CSS22/text.html#indentation-prop",
- "level": 2,
- "title": "Indentation: the 'text-indent' property",
- "number": "16.1"
- },
- {
- "id": "alignment-prop",
- "href": "https://www.w3.org/TR/CSS22/text.html#alignment-prop",
- "level": 2,
- "title": "Alignment: the 'text-align' property",
- "number": "16.2"
- },
- {
- "id": "decoration",
- "href": "https://www.w3.org/TR/CSS22/text.html#decoration",
- "level": 2,
- "title": "Decoration",
- "number": "16.3"
- },
- {
- "id": "lining-striking-props",
- "href": "https://www.w3.org/TR/CSS22/text.html#lining-striking-props",
- "level": 3,
- "title": "Underlining, overlining, striking, and blinking: the 'text-decoration' property",
- "number": "16.3.1"
- },
- {
- "id": "spacing-props",
- "href": "https://www.w3.org/TR/CSS22/text.html#spacing-props",
- "level": 2,
- "title": "Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties",
- "number": "16.4"
- },
- {
- "id": "caps-prop",
- "href": "https://www.w3.org/TR/CSS22/text.html#caps-prop",
- "level": 2,
- "title": "Capitalization: the 'text-transform' property",
- "number": "16.5"
- },
- {
- "id": "white-space-prop",
- "href": "https://www.w3.org/TR/CSS22/text.html#white-space-prop",
- "level": 2,
- "title": "White space: the 'white-space' property",
- "number": "16.6"
- },
- {
- "id": "white-space-model",
- "href": "https://www.w3.org/TR/CSS22/text.html#white-space-model",
- "level": 3,
- "title": "The 'white-space' processing model",
- "number": "16.6.1"
- },
- {
- "id": "egbidiwscollapse",
- "href": "https://www.w3.org/TR/CSS22/text.html#egbidiwscollapse",
- "level": 3,
- "title": "Example of bidirectionality with white space collapsing",
- "number": "16.6.2"
- },
- {
- "id": "ctrlchars",
- "href": "https://www.w3.org/TR/CSS22/text.html#ctrlchars",
- "level": 3,
- "title": "Control and combining characters' details",
- "number": "16.6.3"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/tables.html#q0",
- "level": 1,
- "title": "17 Tables"
- },
- {
- "id": "tables-intro",
- "href": "https://www.w3.org/TR/CSS22/tables.html#tables-intro",
- "level": 2,
- "title": "Introduction to tables",
- "number": "17.1"
- },
- {
- "id": "table-display",
- "href": "https://www.w3.org/TR/CSS22/tables.html#table-display",
- "level": 2,
- "title": "The CSS table model",
- "number": "17.2"
- },
- {
- "id": "anonymous-boxes",
- "href": "https://www.w3.org/TR/CSS22/tables.html#anonymous-boxes",
- "level": 3,
- "title": "Anonymous table objects",
- "number": "17.2.1"
- },
- {
- "id": "columns",
- "href": "https://www.w3.org/TR/CSS22/tables.html#columns",
- "level": 2,
- "title": "Columns",
- "number": "17.3"
- },
- {
- "id": "model",
- "href": "https://www.w3.org/TR/CSS22/tables.html#model",
- "level": 2,
- "title": "Tables in the visual formatting model",
- "number": "17.4"
- },
- {
- "id": "caption-position",
- "href": "https://www.w3.org/TR/CSS22/tables.html#caption-position",
- "level": 3,
- "title": "Caption position and alignment",
- "number": "17.4.1"
- },
- {
- "id": "table-layout",
- "href": "https://www.w3.org/TR/CSS22/tables.html#table-layout",
- "level": 2,
- "title": "Visual layout of table contents",
- "number": "17.5"
- },
- {
- "id": "table-layers",
- "href": "https://www.w3.org/TR/CSS22/tables.html#table-layers",
- "level": 3,
- "title": "Table layers and transparency",
- "number": "17.5.1"
- },
- {
- "id": "width-layout",
- "href": "https://www.w3.org/TR/CSS22/tables.html#width-layout",
- "level": 3,
- "title": "Table width algorithms: the 'table-layout' property",
- "number": "17.5.2"
- },
- {
- "id": "fixed-table-layout",
- "href": "https://www.w3.org/TR/CSS22/tables.html#fixed-table-layout",
- "level": 4,
- "title": "Fixed table layout",
- "number": "17.5.2.1"
- },
- {
- "id": "auto-table-layout",
- "href": "https://www.w3.org/TR/CSS22/tables.html#auto-table-layout",
- "level": 4,
- "title": "Automatic table layout",
- "number": "17.5.2.2"
- },
- {
- "id": "height-layout",
- "href": "https://www.w3.org/TR/CSS22/tables.html#height-layout",
- "level": 3,
- "title": "Table height algorithms",
- "number": "17.5.3"
- },
- {
- "id": "column-alignment",
- "href": "https://www.w3.org/TR/CSS22/tables.html#column-alignment",
- "level": 3,
- "title": "Horizontal alignment in a column",
- "number": "17.5.4"
- },
- {
- "id": "dynamic-effects",
- "href": "https://www.w3.org/TR/CSS22/tables.html#dynamic-effects",
- "level": 3,
- "title": "Dynamic row and column effects",
- "number": "17.5.5"
- },
- {
- "id": "borders",
- "href": "https://www.w3.org/TR/CSS22/tables.html#borders",
- "level": 2,
- "title": "Borders",
- "number": "17.6"
- },
- {
- "id": "separated-borders",
- "href": "https://www.w3.org/TR/CSS22/tables.html#separated-borders",
- "level": 3,
- "title": "The separated borders model",
- "number": "17.6.1"
- },
- {
- "id": "empty-cells",
- "href": "https://www.w3.org/TR/CSS22/tables.html#empty-cells",
- "level": 4,
- "title": "Borders and Backgrounds around empty cells: the 'empty-cells' property",
- "number": "17.6.1.1"
- },
- {
- "id": "collapsing-borders",
- "href": "https://www.w3.org/TR/CSS22/tables.html#collapsing-borders",
- "level": 3,
- "title": "The collapsing border model",
- "number": "17.6.2"
- },
- {
- "id": "border-conflict-resolution",
- "href": "https://www.w3.org/TR/CSS22/tables.html#border-conflict-resolution",
- "level": 4,
- "title": "Border conflict resolution",
- "number": "17.6.2.1"
- },
- {
- "id": "table-border-styles",
- "href": "https://www.w3.org/TR/CSS22/tables.html#table-border-styles",
- "level": 3,
- "title": "Border styles",
- "number": "17.6.3"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/ui.html#q0",
- "level": 1,
- "title": "18 User interface"
- },
- {
- "id": "cursor-props",
- "href": "https://www.w3.org/TR/CSS22/ui.html#cursor-props",
- "level": 2,
- "title": "Cursors: the 'cursor' property",
- "number": "18.1"
- },
- {
- "id": "system-colors",
- "href": "https://www.w3.org/TR/CSS22/ui.html#system-colors",
- "level": 2,
- "title": "System Colors",
- "number": "18.2"
- },
- {
- "id": "system-fonts",
- "href": "https://www.w3.org/TR/CSS22/ui.html#system-fonts",
- "level": 2,
- "title": "User preferences for fonts",
- "number": "18.3"
- },
- {
- "id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS22/ui.html#dynamic-outlines",
- "level": 2,
- "title": "Dynamic outlines: the 'outline' property",
- "number": "18.4"
- },
- {
- "id": "dynamic-outlines",
- "href": "https://www.w3.org/TR/CSS22/ui.html#dynamic-outlines",
- "level": 2,
- "title": "Dynamic outlines: the 'outline' property",
- "number": "18.4"
- },
- {
- "id": "outline-focus",
- "href": "https://www.w3.org/TR/CSS22/ui.html#outline-focus",
- "level": 3,
- "title": "Outlines and the focus",
- "number": "18.4.1"
- },
- {
- "id": "magnification",
- "href": "https://www.w3.org/TR/CSS22/ui.html#magnification",
- "level": 2,
- "title": "Magnification",
- "number": "18.5"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/aural.html#q0",
- "level": 1,
- "title": "Aural style sheets",
- "number": "A"
- },
- {
- "id": "aural-media-group",
- "href": "https://www.w3.org/TR/CSS22/aural.html#aural-media-group",
- "level": 2,
- "title": "The media types 'aural' and 'speech'",
- "number": "A.1"
- },
- {
- "id": "aural-intro",
- "href": "https://www.w3.org/TR/CSS22/aural.html#aural-intro",
- "level": 2,
- "title": "Introduction to aural style sheets",
- "number": "A.2"
- },
- {
- "id": "angles",
- "href": "https://www.w3.org/TR/CSS22/aural.html#angles",
- "level": 3,
- "title": "Angles",
- "number": "A.2.1"
- },
- {
- "id": "times",
- "href": "https://www.w3.org/TR/CSS22/aural.html#times",
- "level": 3,
- "title": "Times",
- "number": "A.2.2"
- },
- {
- "id": "frequencies",
- "href": "https://www.w3.org/TR/CSS22/aural.html#frequencies",
- "level": 3,
- "title": "Frequencies",
- "number": "A.2.3"
- },
- {
- "id": "volume-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#volume-props",
- "level": 2,
- "title": "Volume properties: 'volume'",
- "number": "A.3"
- },
- {
- "id": "speaking-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#speaking-props",
- "level": 2,
- "title": "Speaking properties: 'speak'",
- "number": "A.4"
- },
- {
- "id": "pause-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#pause-props",
- "level": 2,
- "title": "Pause properties: 'pause-before', 'pause-after', and 'pause'",
- "number": "A.5"
- },
- {
- "id": "cue-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#cue-props",
- "level": 2,
- "title": "Cue properties: 'cue-before', 'cue-after', and 'cue'",
- "number": "A.6"
- },
- {
- "id": "mixing-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#mixing-props",
- "level": 2,
- "title": "Mixing properties: 'play-during'",
- "number": "A.7"
- },
- {
- "id": "spatial-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#spatial-props",
- "level": 2,
- "title": "Spatial properties: 'azimuth' and 'elevation'",
- "number": "A.8"
- },
- {
- "id": "voice-char-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#voice-char-props",
- "level": 2,
- "title": "Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress', and 'richness'",
- "number": "A.9"
- },
- {
- "id": "speech-props",
- "href": "https://www.w3.org/TR/CSS22/aural.html#speech-props",
- "level": 2,
- "title": "Speech properties: 'speak-punctuation' and 'speak-numeral'",
- "number": "A.10"
- },
- {
- "id": "aural-tables",
- "href": "https://www.w3.org/TR/CSS22/aural.html#aural-tables",
- "level": 2,
- "title": "Audio rendering of tables",
- "number": "A.11"
- },
- {
- "id": "speak-headers",
- "href": "https://www.w3.org/TR/CSS22/aural.html#speak-headers",
- "level": 3,
- "title": "Speaking headers: the 'speak-header' property",
- "number": "A.11.1"
- },
- {
- "id": "sample",
- "href": "https://www.w3.org/TR/CSS22/aural.html#sample",
- "level": 2,
- "title": "Sample style sheet for HTML",
- "number": "A.12"
- },
- {
- "id": "Emacspeak",
- "href": "https://www.w3.org/TR/CSS22/aural.html#Emacspeak",
- "level": 2,
- "title": "Emacspeak",
- "number": "A.13"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/refs.html#q0",
- "level": 1,
- "title": "Bibliography",
- "number": "B"
- },
- {
- "id": "normative",
- "href": "https://www.w3.org/TR/CSS22/refs.html#normative",
- "level": 2,
- "title": "Normative references",
- "number": "B.1"
- },
- {
- "id": "informative",
- "href": "https://www.w3.org/TR/CSS22/refs.html#informative",
- "level": 2,
- "title": "Informative references",
- "number": "B.2"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/changes.html#q0",
- "level": 1,
- "title": "Changes",
- "number": "C"
- },
- {
- "id": "since-20110607",
- "href": "https://www.w3.org/TR/CSS22/changes.html#since-20110607",
- "level": 2,
- "title": "Changes since the Recommendation of 7 June 2011",
- "number": "C.1"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/sample.html#q0",
- "level": 1,
- "title": "Default style sheet for HTML 4",
- "number": "D"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/zindex.html#q0",
- "level": 1,
- "title": "Elaborate description of Stacking Contexts",
- "number": "E"
- },
- {
- "id": "stacking-defs",
- "href": "https://www.w3.org/TR/CSS22/zindex.html#stacking-defs",
- "level": 2,
- "title": "Definitions",
- "number": "E.1"
- },
- {
- "id": "painting-order",
- "href": "https://www.w3.org/TR/CSS22/zindex.html#painting-order",
- "level": 2,
- "title": "Painting order",
- "number": "E.2"
- },
- {
- "id": "stacking-notes",
- "href": "https://www.w3.org/TR/CSS22/zindex.html#stacking-notes",
- "level": 2,
- "title": "Notes",
- "number": "E.3"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/propidx.html#q0",
- "level": 1,
- "title": "Full property table",
- "number": "F"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/grammar.html#q0",
- "level": 1,
- "title": "Grammar of CSS 2.2",
- "number": "G"
- },
- {
- "id": "grammar",
- "href": "https://www.w3.org/TR/CSS22/grammar.html#grammar",
- "level": 2,
- "title": "Grammar",
- "number": "G.1"
- },
- {
- "id": "scanner",
- "href": "https://www.w3.org/TR/CSS22/grammar.html#scanner",
- "level": 2,
- "title": "Lexical scanner",
- "number": "G.2"
- },
- {
- "id": "tokenizer-diffs",
- "href": "https://www.w3.org/TR/CSS22/grammar.html#tokenizer-diffs",
- "level": 2,
- "title": "Comparison of tokenization in CSS 2.2 and CSS1",
- "number": "G.3"
- },
- {
- "id": "q4",
- "href": "https://www.w3.org/TR/CSS22/grammar.html#q4",
- "level": 2,
- "title": "Implementation note",
- "number": "G.4"
- },
- {
- "id": "q0",
- "href": "https://www.w3.org/TR/CSS22/indexlist.html#q0",
- "level": 1,
- "title": "Index",
- "number": "I"
- }
- ]
-}
\ No newline at end of file
diff --git a/tr/ids/CSS2.json b/tr/ids/CSS2.json
new file mode 100644
index 000000000000..eae750d54841
--- /dev/null
+++ b/tr/ids/CSS2.json
@@ -0,0 +1,2451 @@
+{
+ "spec": {
+ "title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
+ "url": "https://www.w3.org/TR/CSS21/"
+ },
+ "ids": [
+ "https://www.w3.org/TR/CSS21/#title",
+ "https://www.w3.org/TR/CSS21/#W3C-doctype",
+ "https://www.w3.org/TR/CSS21/#abstract",
+ "https://www.w3.org/TR/CSS21/#status",
+ "https://www.w3.org/TR/CSS21/#annoying-warning",
+ "https://www.w3.org/TR/CSS2/about.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/about.html#propdef-property-name",
+ "https://www.w3.org/TR/CSS2/about.html#x1",
+ "https://www.w3.org/TR/CSS2/intro.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/intro.html#formatting-structure",
+ "https://www.w3.org/TR/CSS2/intro.html#canvas",
+ "https://www.w3.org/TR/CSS2/conform.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/conform.html#x0",
+ "https://www.w3.org/TR/CSS2/conform.html#x1",
+ "https://www.w3.org/TR/CSS2/conform.html#x2",
+ "https://www.w3.org/TR/CSS2/conform.html#x3",
+ "https://www.w3.org/TR/CSS2/conform.html#x4",
+ "https://www.w3.org/TR/CSS2/conform.html#x5",
+ "https://www.w3.org/TR/CSS2/conform.html#x6",
+ "https://www.w3.org/TR/CSS2/conform.html#x7",
+ "https://www.w3.org/TR/CSS2/conform.html#x8",
+ "https://www.w3.org/TR/CSS2/conform.html#x9",
+ "https://www.w3.org/TR/CSS2/conform.html#style-sheet",
+ "https://www.w3.org/TR/CSS2/conform.html#valid-style-sheet",
+ "https://www.w3.org/TR/CSS2/conform.html#illegal",
+ "https://www.w3.org/TR/CSS2/conform.html#source-document",
+ "https://www.w3.org/TR/CSS2/conform.html#doclanguage",
+ "https://www.w3.org/TR/CSS2/conform.html#element",
+ "https://www.w3.org/TR/CSS2/conform.html#replaced-element",
+ "https://www.w3.org/TR/CSS2/conform.html#intrinsic",
+ "https://www.w3.org/TR/CSS2/conform.html#attribute",
+ "https://www.w3.org/TR/CSS2/conform.html#content",
+ "https://www.w3.org/TR/CSS2/conform.html#empty",
+ "https://www.w3.org/TR/CSS2/conform.html#parent",
+ "https://www.w3.org/TR/CSS2/conform.html#ignore",
+ "https://www.w3.org/TR/CSS2/conform.html#rendered-content",
+ "https://www.w3.org/TR/CSS2/conform.html#doctree",
+ "https://www.w3.org/TR/CSS2/conform.html#root",
+ "https://www.w3.org/TR/CSS2/conform.html#child",
+ "https://www.w3.org/TR/CSS2/conform.html#descendant",
+ "https://www.w3.org/TR/CSS2/conform.html#ancestor",
+ "https://www.w3.org/TR/CSS2/conform.html#sibling",
+ "https://www.w3.org/TR/CSS2/conform.html#preceding",
+ "https://www.w3.org/TR/CSS2/conform.html#following",
+ "https://www.w3.org/TR/CSS2/conform.html#author",
+ "https://www.w3.org/TR/CSS2/conform.html#authoring",
+ "https://www.w3.org/TR/CSS2/conform.html#user",
+ "https://www.w3.org/TR/CSS2/conform.html#user-agent",
+ "https://www.w3.org/TR/CSS2/conform.html#ua",
+ "https://www.w3.org/TR/CSS2/conform.html#property",
+ "https://www.w3.org/TR/CSS2/conform.html#conformance-term",
+ "https://www.w3.org/TR/CSS2/conform.html#text-css",
+ "https://www.w3.org/TR/CSS2/conform.html#message-entity",
+ "https://www.w3.org/TR/CSS2/syndata.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/syndata.html#x0",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-identifier",
+ "https://www.w3.org/TR/CSS2/syndata.html#escaped-characters",
+ "https://www.w3.org/TR/CSS2/syndata.html#at-rules",
+ "https://www.w3.org/TR/CSS2/syndata.html#x14",
+ "https://www.w3.org/TR/CSS2/syndata.html#x15",
+ "https://www.w3.org/TR/CSS2/syndata.html#x19",
+ "https://www.w3.org/TR/CSS2/syndata.html#x21",
+ "https://www.w3.org/TR/CSS2/syndata.html#ignore",
+ "https://www.w3.org/TR/CSS2/syndata.html#illegalvalues",
+ "https://www.w3.org/TR/CSS2/syndata.html#unexpected-eof",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-integer",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-number",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-length",
+ "https://www.w3.org/TR/CSS2/syndata.html#x34",
+ "https://www.w3.org/TR/CSS2/syndata.html#em-width",
+ "https://www.w3.org/TR/CSS2/syndata.html#ex",
+ "https://www.w3.org/TR/CSS2/syndata.html#x39",
+ "https://www.w3.org/TR/CSS2/syndata.html#x40",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-percentage",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-uri",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-counter",
+ "https://www.w3.org/TR/CSS2/syndata.html#x46",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-color",
+ "https://www.w3.org/TR/CSS2/syndata.html#TanteksColorDiagram20020613",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-string",
+ "https://www.w3.org/TR/CSS2/syndata.html#x50",
+ "https://www.w3.org/TR/CSS2/syndata.html#x57",
+ "https://www.w3.org/TR/CSS2/selector.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/selector.html#x1",
+ "https://www.w3.org/TR/CSS2/selector.html#simple-selector",
+ "https://www.w3.org/TR/CSS2/selector.html#x4",
+ "https://www.w3.org/TR/CSS2/selector.html#combinator",
+ "https://www.w3.org/TR/CSS2/selector.html#subject",
+ "https://www.w3.org/TR/CSS2/selector.html#x8",
+ "https://www.w3.org/TR/CSS2/selector.html#x10",
+ "https://www.w3.org/TR/CSS2/selector.html#x11",
+ "https://www.w3.org/TR/CSS2/selector.html#x12",
+ "https://www.w3.org/TR/CSS2/selector.html#x13",
+ "https://www.w3.org/TR/CSS2/selector.html#x14",
+ "https://www.w3.org/TR/CSS2/selector.html#x16",
+ "https://www.w3.org/TR/CSS2/selector.html#x18",
+ "https://www.w3.org/TR/CSS2/selector.html#x22",
+ "https://www.w3.org/TR/CSS2/selector.html#x23",
+ "https://www.w3.org/TR/CSS2/selector.html#x24",
+ "https://www.w3.org/TR/CSS2/selector.html#x26",
+ "https://www.w3.org/TR/CSS2/selector.html#x29",
+ "https://www.w3.org/TR/CSS2/selector.html#x32",
+ "https://www.w3.org/TR/CSS2/selector.html#x35",
+ "https://www.w3.org/TR/CSS2/selector.html#x38",
+ "https://www.w3.org/TR/CSS2/selector.html#x41",
+ "https://www.w3.org/TR/CSS2/selector.html#first-line-pseudo",
+ "https://www.w3.org/TR/CSS2/selector.html#x48",
+ "https://www.w3.org/TR/CSS2/selector.html#x50",
+ "https://www.w3.org/TR/CSS2/selector.html#x57",
+ "https://www.w3.org/TR/CSS2/selector.html#x59",
+ "https://www.w3.org/TR/CSS2/cascade.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/cascade.html#specified-value",
+ "https://www.w3.org/TR/CSS2/cascade.html#x1",
+ "https://www.w3.org/TR/CSS2/cascade.html#computed-value",
+ "https://www.w3.org/TR/CSS2/cascade.html#used-value",
+ "https://www.w3.org/TR/CSS2/cascade.html#usedValue",
+ "https://www.w3.org/TR/CSS2/cascade.html#actual-value",
+ "https://www.w3.org/TR/CSS2/cascade.html#value-def-inherit",
+ "https://www.w3.org/TR/CSS2/cascade.html#x7",
+ "https://www.w3.org/TR/CSS2/cascade.html#x9",
+ "https://www.w3.org/TR/CSS2/cascade.html#default-style-sheet",
+ "https://www.w3.org/TR/CSS2/cascade.html#x12",
+ "https://www.w3.org/TR/CSS2/media.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/media.html#x2",
+ "https://www.w3.org/TR/CSS2/media.html#x4",
+ "https://www.w3.org/TR/CSS2/media.html#continuous-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#paged-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#visual-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#audio-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#speech-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#tactile-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#grid-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#bitmap-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#interactive-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#static-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#all-media-group",
+ "https://www.w3.org/TR/CSS2/box.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/box.html#box-content-area",
+ "https://www.w3.org/TR/CSS2/box.html#box-padding-area",
+ "https://www.w3.org/TR/CSS2/box.html#box-border-area",
+ "https://www.w3.org/TR/CSS2/box.html#box-margin-area",
+ "https://www.w3.org/TR/CSS2/box.html#content-edge",
+ "https://www.w3.org/TR/CSS2/box.html#inner-edge",
+ "https://www.w3.org/TR/CSS2/box.html#x10",
+ "https://www.w3.org/TR/CSS2/box.html#padding-edge",
+ "https://www.w3.org/TR/CSS2/box.html#x12",
+ "https://www.w3.org/TR/CSS2/box.html#border-edge",
+ "https://www.w3.org/TR/CSS2/box.html#x14",
+ "https://www.w3.org/TR/CSS2/box.html#margin-edge",
+ "https://www.w3.org/TR/CSS2/box.html#outer-edge",
+ "https://www.w3.org/TR/CSS2/box.html#x17",
+ "https://www.w3.org/TR/CSS2/box.html#content-width",
+ "https://www.w3.org/TR/CSS2/box.html#content-height",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-margin-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin-top",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin-bottom",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin-right",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin-left",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin",
+ "https://www.w3.org/TR/CSS2/box.html#x26",
+ "https://www.w3.org/TR/CSS2/box.html#x27",
+ "https://www.w3.org/TR/CSS2/box.html#what-is-adjoining",
+ "https://www.w3.org/TR/CSS2/box.html#x28",
+ "https://www.w3.org/TR/CSS2/box.html#collapsed-through",
+ "https://www.w3.org/TR/CSS2/box.html#x29",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-padding-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding-top",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding-right",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding-bottom",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding-left",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-border-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-color",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-color",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-color",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-color",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-color",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-border-style",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-bo-none",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-hidden",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-dotted",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-dashed",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-solid",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-double",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-groove",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-ridge",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-inset",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-outset",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-style",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-style",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-style",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-style",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-style",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-top",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-right",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-left",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border",
+ "https://www.w3.org/TR/CSS2/visuren.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/visuren.html#x0",
+ "https://www.w3.org/TR/CSS2/visuren.html#x1",
+ "https://www.w3.org/TR/CSS2/visuren.html#containing-block",
+ "https://www.w3.org/TR/CSS2/visuren.html#x3",
+ "https://www.w3.org/TR/CSS2/visuren.html#block-level",
+ "https://www.w3.org/TR/CSS2/visuren.html#x5",
+ "https://www.w3.org/TR/CSS2/visuren.html#principal-box",
+ "https://www.w3.org/TR/CSS2/visuren.html#block-container-box",
+ "https://www.w3.org/TR/CSS2/visuren.html#x8",
+ "https://www.w3.org/TR/CSS2/visuren.html#x9",
+ "https://www.w3.org/TR/CSS2/visuren.html#inline-level",
+ "https://www.w3.org/TR/CSS2/visuren.html#x11",
+ "https://www.w3.org/TR/CSS2/visuren.html#inline-box",
+ "https://www.w3.org/TR/CSS2/visuren.html#x13",
+ "https://www.w3.org/TR/CSS2/visuren.html#x14",
+ "https://www.w3.org/TR/CSS2/visuren.html#x15",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-display",
+ "https://www.w3.org/TR/CSS2/visuren.html#value-def-block",
+ "https://www.w3.org/TR/CSS2/visuren.html#value-def-inline-block",
+ "https://www.w3.org/TR/CSS2/visuren.html#value-def-inline",
+ "https://www.w3.org/TR/CSS2/visuren.html#value-def-list-item",
+ "https://www.w3.org/TR/CSS2/visuren.html#x21",
+ "https://www.w3.org/TR/CSS2/visuren.html#x22",
+ "https://www.w3.org/TR/CSS2/visuren.html#x23",
+ "https://www.w3.org/TR/CSS2/visuren.html#x24",
+ "https://www.w3.org/TR/CSS2/visuren.html#x25",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-position",
+ "https://www.w3.org/TR/CSS2/visuren.html#positioned-element",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-top",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-right",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-bottom",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-left",
+ "https://www.w3.org/TR/CSS2/visuren.html#x32",
+ "https://www.w3.org/TR/CSS2/visuren.html#line-box",
+ "https://www.w3.org/TR/CSS2/visuren.html#phantom-line-box",
+ "https://www.w3.org/TR/CSS2/visuren.html#x34",
+ "https://www.w3.org/TR/CSS2/visuren.html#bfc-next-to-float",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-float",
+ "https://www.w3.org/TR/CSS2/visuren.html#float-rules",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-clear",
+ "https://www.w3.org/TR/CSS2/visuren.html#clearance",
+ "https://www.w3.org/TR/CSS2/visuren.html#absolutely-positioned",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-z-index",
+ "https://www.w3.org/TR/CSS2/visuren.html#x43",
+ "https://www.w3.org/TR/CSS2/visuren.html#stack-level",
+ "https://www.w3.org/TR/CSS2/visuren.html#x45",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-direction",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-unicode-bidi",
+ "https://www.w3.org/TR/CSS2/visudet.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/visudet.html#x0",
+ "https://www.w3.org/TR/CSS2/visudet.html#x1",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-min-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-max-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-min-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-max-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#inline-box-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#sTypoAscender",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-line-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-vertical-align",
+ "https://www.w3.org/TR/CSS2/visufx.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/visufx.html#x0",
+ "https://www.w3.org/TR/CSS2/visufx.html#propdef-overflow",
+ "https://www.w3.org/TR/CSS2/visufx.html#x3",
+ "https://www.w3.org/TR/CSS2/visufx.html#propdef-clip",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-shape",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-top",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-right",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-bottom",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-left",
+ "https://www.w3.org/TR/CSS2/visufx.html#propdef-visibility",
+ "https://www.w3.org/TR/CSS2/generate.html#x0",
+ "https://www.w3.org/TR/CSS2/generate.html#x1",
+ "https://www.w3.org/TR/CSS2/generate.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/generate.html#x2",
+ "https://www.w3.org/TR/CSS2/generate.html#x5",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-content",
+ "https://www.w3.org/TR/CSS2/generate.html#x18",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-quotes",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-open-quote",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-close-quote",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-no-close-quote",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-no-open-quote",
+ "https://www.w3.org/TR/CSS2/generate.html#counters",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-counter-reset",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-counter-increment",
+ "https://www.w3.org/TR/CSS2/generate.html#x29",
+ "https://www.w3.org/TR/CSS2/generate.html#x30",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-type",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-disc",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-circle",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-square",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-decimal",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-decimal-leading-zero",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-lower-roman",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-upper-roman",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-georgian",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-armenian",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-lower-latin",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-upper-latin",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-lower-greek",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-image",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-position",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style",
+ "https://www.w3.org/TR/CSS2/page.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/page.html#x0",
+ "https://www.w3.org/TR/CSS2/page.html#x1",
+ "https://www.w3.org/TR/CSS2/page.html#page-area",
+ "https://www.w3.org/TR/CSS2/page.html#x3",
+ "https://www.w3.org/TR/CSS2/page.html#page-context",
+ "https://www.w3.org/TR/CSS2/page.html#x5",
+ "https://www.w3.org/TR/CSS2/page.html#x6",
+ "https://www.w3.org/TR/CSS2/page.html#x8",
+ "https://www.w3.org/TR/CSS2/page.html#x10",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-before",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-after",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-inside",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-orphans",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-widows",
+ "https://www.w3.org/TR/CSS2/colors.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-color",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-color",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-image",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-repeat",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-attachment",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-position",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background",
+ "https://www.w3.org/TR/CSS2/fonts.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-family",
+ "https://www.w3.org/TR/CSS2/fonts.html#serif-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#sans-serif-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#cursive-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#fantasy-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#monospace-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-style",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-variant",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-weight",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-size",
+ "https://www.w3.org/TR/CSS2/fonts.html#AutoNumber2",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font",
+ "https://www.w3.org/TR/CSS2/fonts.html#x11",
+ "https://www.w3.org/TR/CSS2/fonts.html#almost",
+ "https://www.w3.org/TR/CSS2/text.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-text-indent",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-text-align",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-text-decoration",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-letter-spacing",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-word-spacing",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-text-transform",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-white-space",
+ "https://www.w3.org/TR/CSS2/tables.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/tables.html#x0",
+ "https://www.w3.org/TR/CSS2/tables.html#x2",
+ "https://www.w3.org/TR/CSS2/tables.html#internal-table-element",
+ "https://www.w3.org/TR/CSS2/tables.html#x5",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-inline-table",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-row",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-row-group",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-header-group",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-footer-group",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-column",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-column-group",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-cell",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-caption",
+ "https://www.w3.org/TR/CSS2/tables.html#x16",
+ "https://www.w3.org/TR/CSS2/tables.html#x17",
+ "https://www.w3.org/TR/CSS2/tables.html#x18",
+ "https://www.w3.org/TR/CSS2/tables.html#x19",
+ "https://www.w3.org/TR/CSS2/tables.html#tabular-container",
+ "https://www.w3.org/TR/CSS2/tables.html#x20",
+ "https://www.w3.org/TR/CSS2/tables.html#x21",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-caption-side",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-table-layout",
+ "https://www.w3.org/TR/CSS2/tables.html#baseline-below",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-border-collapse",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-border-spacing",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-empty-cells",
+ "https://www.w3.org/TR/CSS2/ui.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-cursor",
+ "https://www.w3.org/TR/CSS2/ui.html#x2",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-outline",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-width",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-style",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-color",
+ "https://www.w3.org/TR/CSS2/ui.html#value-def-invert",
+ "https://www.w3.org/TR/CSS2/ui.html#x8",
+ "https://www.w3.org/TR/CSS2/aural.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/aural.html#x0",
+ "https://www.w3.org/TR/CSS2/aural.html#x1",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-angle",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-time",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-frequency",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-volume",
+ "https://www.w3.org/TR/CSS2/aural.html#x10",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speak",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pause-before",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pause-after",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pause",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-cue-before",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-cue-after",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-cue",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-play-during",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-azimuth",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-elevation",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speech-rate",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-voice-family",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-generic-voice",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-specific-voice",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pitch",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pitch-range",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-stress",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-richness",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-punctuation",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-numeral",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-header",
+ "https://www.w3.org/TR/CSS2/refs.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/changes.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/changes.html#a4.3.6",
+ "https://www.w3.org/TR/CSS2/changes.html#a9.2.4",
+ "https://www.w3.org/TR/CSS2/changes.html#a12.2",
+ "https://www.w3.org/TR/CSS2/changes.html#a16.6",
+ "https://www.w3.org/TR/CSS2/changes.html#a18.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c1.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c1.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c1.4.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c1.4.2.6",
+ "https://www.w3.org/TR/CSS2/changes.html#c1.4.2.7",
+ "https://www.w3.org/TR/CSS2/changes.html#c1.4.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c1.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c3.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#underscore",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.1.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.3.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.3.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.3.6",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.3.8",
+ "https://www.w3.org/TR/CSS2/changes.html#c4.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c5.8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c5.8.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c5.9",
+ "https://www.w3.org/TR/CSS2/changes.html#c5.10",
+ "https://www.w3.org/TR/CSS2/changes.html#c5.11.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c5.11.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c5.12.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c5.12.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c6.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c6.4.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c6.4.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c6.4.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c7.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c7.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c8.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c8.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c8.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c8.5.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c8.5.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c8.6",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.1.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.2.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.2.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.2.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.2.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.4.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.4.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.5.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.7",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.9",
+ "https://www.w3.org/TR/CSS2/changes.html#c9.10",
+ "https://www.w3.org/TR/CSS2/changes.html#c10",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.1",
+ "https://www.w3.org/TR/CSS2/changes.html#initial-containing-block",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.3.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.3.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.3.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.3.6",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.3.7",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.3.8",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.6",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.6.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.6.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.6.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.6.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.6.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.7",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.8",
+ "https://www.w3.org/TR/CSS2/changes.html#c10.8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c11.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c11.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c11.1.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c11.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c12",
+ "https://www.w3.org/TR/CSS2/changes.html#c12.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c12.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c12.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c12.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c12.4.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c12.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c12.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c13.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c13.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c13.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c13.3.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c14.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c14.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c15",
+ "https://www.w3.org/TR/CSS2/changes.html#c15.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c15.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c15.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c15.6",
+ "https://www.w3.org/TR/CSS2/changes.html#c15.7",
+ "https://www.w3.org/TR/CSS2/changes.html#c16",
+ "https://www.w3.org/TR/CSS2/changes.html#c16.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c16.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c16.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c16.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c16.6",
+ "https://www.w3.org/TR/CSS2/changes.html#c17",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.4.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.5",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.5.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.5.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.5.3",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.5.4",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.6",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.6.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.6.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.6.2",
+ "https://www.w3.org/TR/CSS2/changes.html#c17.6.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c18.1",
+ "https://www.w3.org/TR/CSS2/changes.html#c18.4",
+ "https://www.w3.org/TR/CSS2/changes.html#s-12",
+ "https://www.w3.org/TR/CSS2/changes.html#cA",
+ "https://www.w3.org/TR/CSS2/changes.html#cA.5",
+ "https://www.w3.org/TR/CSS2/changes.html#cA.6",
+ "https://www.w3.org/TR/CSS2/changes.html#cA.7",
+ "https://www.w3.org/TR/CSS2/changes.html#cB",
+ "https://www.w3.org/TR/CSS2/changes.html#other",
+ "https://www.w3.org/TR/CSS2/changes.html#x-shorthand-inherit",
+ "https://www.w3.org/TR/CSS2/changes.html#x-applies-table",
+ "https://www.w3.org/TR/CSS2/changes.html#x4.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x4.1.3",
+ "https://www.w3.org/TR/CSS2/changes.html#x4.3",
+ "https://www.w3.org/TR/CSS2/changes.html#x4.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x4.3.3",
+ "https://www.w3.org/TR/CSS2/changes.html#x4.3.4",
+ "https://www.w3.org/TR/CSS2/changes.html#x4.3.5",
+ "https://www.w3.org/TR/CSS2/changes.html#x4.3.6",
+ "https://www.w3.org/TR/CSS2/changes.html#x4.3.7",
+ "https://www.w3.org/TR/CSS2/changes.html#x5.10",
+ "https://www.w3.org/TR/CSS2/changes.html#x6.4",
+ "https://www.w3.org/TR/CSS2/changes.html#x8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x8.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x8.5.4",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.4.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.4.3",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.5",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.5.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.6",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.7",
+ "https://www.w3.org/TR/CSS2/changes.html#x9.10",
+ "https://www.w3.org/TR/CSS2/changes.html#x10.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x10.3.3",
+ "https://www.w3.org/TR/CSS2/changes.html#x10.4",
+ "https://www.w3.org/TR/CSS2/changes.html#x10.6.3",
+ "https://www.w3.org/TR/CSS2/changes.html#x10.7",
+ "https://www.w3.org/TR/CSS2/changes.html#x11.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x11.1.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x11.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x12.4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x12.6.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x14.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x14.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x15.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x15.7",
+ "https://www.w3.org/TR/CSS2/changes.html#x16.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x16.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x17.2",
+ "https://www.w3.org/TR/CSS2/changes.html#x17.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x17.4",
+ "https://www.w3.org/TR/CSS2/changes.html#x17.5",
+ "https://www.w3.org/TR/CSS2/changes.html#x17.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x17.6.1",
+ "https://www.w3.org/TR/CSS2/changes.html#x18.2",
+ "https://www.w3.org/TR/CSS2/changes.html#xE.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r2.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r4.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r4.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r4.1.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r4.1.7",
+ "https://www.w3.org/TR/CSS2/changes.html#r4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r4.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r4.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r4.3.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r5.7",
+ "https://www.w3.org/TR/CSS2/changes.html#r5.8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r5.8.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r5.9",
+ "https://www.w3.org/TR/CSS2/changes.html#r5.11.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r5.11.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r5.12.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r6.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r6.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r6.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r6.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r6.4.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r6.4.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r7.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r7.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r7.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r8.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r8.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r8.5.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.2.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.4.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.5",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.5.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r9.8",
+ "https://www.w3.org/TR/CSS2/changes.html#r10.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r10.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r10.3.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r10.3.8",
+ "https://www.w3.org/TR/CSS2/changes.html#r10.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r10.6.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r10.7",
+ "https://www.w3.org/TR/CSS2/changes.html#r10.8",
+ "https://www.w3.org/TR/CSS2/changes.html#r10.8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r11.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r11.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r11.1.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r11.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r12.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r12.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r12.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r12.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r12.4.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r14.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r15.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r15.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r15.3",
+ "https://www.w3.org/TR/CSS2/changes.html#r15.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r15.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r15.5",
+ "https://www.w3.org/TR/CSS2/changes.html#r15.6",
+ "https://www.w3.org/TR/CSS2/changes.html#r15.7",
+ "https://www.w3.org/TR/CSS2/changes.html#r16.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r16.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r16.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r16.5",
+ "https://www.w3.org/TR/CSS2/changes.html#r16.6",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.5",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.5.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.5.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.5.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.5.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.5.5",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.6.1",
+ "https://www.w3.org/TR/CSS2/changes.html#r17.6.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r18.2",
+ "https://www.w3.org/TR/CSS2/changes.html#r18.4",
+ "https://www.w3.org/TR/CSS2/changes.html#r18.4.1",
+ "https://www.w3.org/TR/CSS2/changes.html#rD",
+ "https://www.w3.org/TR/CSS2/changes.html#s.1.4.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.2.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.1.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.1.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.1.3a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.1.3b",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.1.3c",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.1.5",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.1.7",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.3.5",
+ "https://www.w3.org/TR/CSS2/changes.html#s.5.8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.5.8.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.5.11.4",
+ "https://www.w3.org/TR/CSS2/changes.html#s.5.12.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.6.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.6.3a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.6.4.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.6.4.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.7.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.8.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.8.3.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.8.3.1b",
+ "https://www.w3.org/TR/CSS2/changes.html#s.9.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.9.2.4",
+ "https://www.w3.org/TR/CSS2/changes.html#s.9.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.9.5",
+ "https://www.w3.org/TR/CSS2/changes.html#s.9.5a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.9.5.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.9.6.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.9.9.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3.7",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3.7a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3.8",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3.8a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.3.8c",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.5",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.6.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.6.4",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.6.5",
+ "https://www.w3.org/TR/CSS2/changes.html#s.10.8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.11.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.11.1.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.12.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.12.4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.12.5",
+ "https://www.w3.org/TR/CSS2/changes.html#s.12.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.12.5.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.12.5.1b",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.2.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.2.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.3.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.3.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.3.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.3.3a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.3.3b",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.3.5",
+ "https://www.w3.org/TR/CSS2/changes.html#s.14.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.14.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.14.2.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.15.6",
+ "https://www.w3.org/TR/CSS2/changes.html#s.16.6",
+ "https://www.w3.org/TR/CSS2/changes.html#s.16.6.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.17.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.17.2.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.17.4",
+ "https://www.w3.org/TR/CSS2/changes.html#s.17.5.4a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.18.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.B.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.D",
+ "https://www.w3.org/TR/CSS2/changes.html#s.Da",
+ "https://www.w3.org/TR/CSS2/changes.html#s.E.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.G",
+ "https://www.w3.org/TR/CSS2/changes.html#s.G.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.G.2",
+ "https://www.w3.org/TR/CSS2/changes.html#s.G.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#s.G.2b",
+ "https://www.w3.org/TR/CSS2/changes.html#s.G.2c",
+ "https://www.w3.org/TR/CSS2/changes.html#s.I",
+ "https://www.w3.org/TR/CSS2/changes.html#s.4.2b",
+ "https://www.w3.org/TR/CSS2/changes.html#s.13.3.3c",
+ "https://www.w3.org/TR/CSS2/changes.html#s.15.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.15.3.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.15.7",
+ "https://www.w3.org/TR/CSS2/changes.html#s.17.5.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#s.17.5.3",
+ "https://www.w3.org/TR/CSS2/changes.html#s.Ga",
+ "https://www.w3.org/TR/CSS2/changes.html#t.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.1.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.1.1b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.1.1c",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.1.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.1.3",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.1.3a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.1.8",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.3.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.3.4a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.4.3.4",
+ "https://www.w3.org/TR/CSS2/changes.html#t.5.8.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.5.11.4",
+ "https://www.w3.org/TR/CSS2/changes.html#t.5.12",
+ "https://www.w3.org/TR/CSS2/changes.html#t.5.12.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.5.12.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.6.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.6.4.4",
+ "https://www.w3.org/TR/CSS2/changes.html#t.7.3",
+ "https://www.w3.org/TR/CSS2/changes.html#t.8.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.8.3.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1.1b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.2.1.1c",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.2.3a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.2.4",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.2.4a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.3",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.4",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.5",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.5a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2c",
+ "https://www.w3.org/TR/CSS2/changes.html#t.14.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.9.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.10",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.10a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.10b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.2b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.5",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.5a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.6.7",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.7",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.8",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.8a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.8.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.8.1b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.11.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.11.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.11.1.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.11.1.1b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.11.1.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.12.5",
+ "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1c",
+ "https://www.w3.org/TR/CSS2/changes.html#t.12.5.1d",
+ "https://www.w3.org/TR/CSS2/changes.html#t.13.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.13.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.13.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.13.3.3",
+ "https://www.w3.org/TR/CSS2/changes.html#t.15.3",
+ "https://www.w3.org/TR/CSS2/changes.html#t.15.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.15.6",
+ "https://www.w3.org/TR/CSS2/changes.html#t.15.6q",
+ "https://www.w3.org/TR/CSS2/changes.html#t.15.7",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.3.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.4",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.6",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.6.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.6.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.16.6.1b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.17.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.17.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#t.17.2.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.17.4",
+ "https://www.w3.org/TR/CSS2/changes.html#t.17.4a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.17.5.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.17.5.3",
+ "https://www.w3.org/TR/CSS2/changes.html#t.17.5.4",
+ "https://www.w3.org/TR/CSS2/changes.html#t.B.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.D",
+ "https://www.w3.org/TR/CSS2/changes.html#t.E.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.G",
+ "https://www.w3.org/TR/CSS2/changes.html#errata4",
+ "https://www.w3.org/TR/CSS2/changes.html#u.8.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.10.8.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.10.3",
+ "https://www.w3.org/TR/CSS2/changes.html#u.14.3",
+ "https://www.w3.org/TR/CSS2/changes.html#u.11.1.2",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#u.10.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#u.10.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.13.2.2",
+ "https://www.w3.org/TR/CSS2/changes.html#u.8.3.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.10.8",
+ "https://www.w3.org/TR/CSS2/changes.html#u.10.8.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.10.6.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.2.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.5.12.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.16.6",
+ "https://www.w3.org/TR/CSS2/changes.html#u.12.5.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.7",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.4.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.4.1.9",
+ "https://www.w3.org/TR/CSS2/changes.html#u.12.5.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.5.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.3",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.10",
+ "https://www.w3.org/TR/CSS2/changes.html#u.16.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.16.3.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.10.4",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.3.2",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.2.1.1a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.2.1.1b",
+ "https://www.w3.org/TR/CSS2/changes.html#u.11.1.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.13.2",
+ "https://www.w3.org/TR/CSS2/changes.html#u.4.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.4.2",
+ "https://www.w3.org/TR/CSS2/changes.html#u.3.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.4.3.4",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.5",
+ "https://www.w3.org/TR/CSS2/changes.html#u.11.1.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.2.1.1c",
+ "https://www.w3.org/TR/CSS2/changes.html#u.16.2",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.5a",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.4.2b",
+ "https://www.w3.org/TR/CSS2/changes.html#u.5.12",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.5b",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.5c",
+ "https://www.w3.org/TR/CSS2/changes.html#u.14.2.1",
+ "https://www.w3.org/TR/CSS2/changes.html#u.9.2.4",
+ "https://www.w3.org/TR/CSS2/changes.html#u.6.1.2",
+ "https://www.w3.org/TR/CSS2/changes.html#u.10.3.2a",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2d",
+ "https://www.w3.org/TR/CSS2/changes.html#t.G.2",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.5.2e",
+ "https://www.w3.org/TR/CSS2/changes.html#t.9.5b",
+ "https://www.w3.org/TR/CSS2/changes.html#t.10.6.3",
+ "https://www.w3.org/TR/CSS2/sample.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/zindex.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/zindex.html#each-box",
+ "https://www.w3.org/TR/CSS2/zindex.html#outlines",
+ "https://www.w3.org/TR/CSS2/propidx.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/grammar.html#annoying-warning",
+ "https://www.w3.org/TR/CSS2/grammar.html#x3",
+ "https://www.w3.org/TR/CSS2/indexlist.html#annoying-warning",
+ "https://www.w3.org/TR/CSS21/#minitoc",
+ "https://www.w3.org/TR/CSS21/#toc",
+ "https://www.w3.org/TR/CSS2/about.html#q1.0",
+ "https://www.w3.org/TR/CSS2/about.html#css2.1-v-css2",
+ "https://www.w3.org/TR/CSS2/about.html#reading",
+ "https://www.w3.org/TR/CSS2/about.html#organization",
+ "https://www.w3.org/TR/CSS2/about.html#conventions",
+ "https://www.w3.org/TR/CSS2/about.html#doc-language",
+ "https://www.w3.org/TR/CSS2/about.html#property-defs",
+ "https://www.w3.org/TR/CSS2/about.html#propdef-property-name",
+ "https://www.w3.org/TR/CSS2/about.html#value-defs",
+ "https://www.w3.org/TR/CSS2/about.html#syndata.html%23keywords",
+ "https://www.w3.org/TR/CSS2/about.html#initial-value",
+ "https://www.w3.org/TR/CSS2/about.html#applies-to",
+ "https://www.w3.org/TR/CSS2/about.html#inherited-prop",
+ "https://www.w3.org/TR/CSS2/about.html#percentage-wrt",
+ "https://www.w3.org/TR/CSS2/about.html#media-applies",
+ "https://www.w3.org/TR/CSS2/about.html#computed-defs",
+ "https://www.w3.org/TR/CSS2/about.html#shorthand",
+ "https://www.w3.org/TR/CSS2/about.html#x1",
+ "https://www.w3.org/TR/CSS2/about.html#notes-and-examples",
+ "https://www.w3.org/TR/CSS2/about.html#images-and-longdesc",
+ "https://www.w3.org/TR/CSS2/about.html#acknowledgements",
+ "https://www.w3.org/TR/CSS2/intro.html#q2.0",
+ "https://www.w3.org/TR/CSS2/intro.html#html-tutorial",
+ "https://www.w3.org/TR/CSS2/intro.html#xml-tutorial",
+ "https://www.w3.org/TR/CSS2/intro.html#img-bach1",
+ "https://www.w3.org/TR/CSS2/intro.html#img-bach2",
+ "https://www.w3.org/TR/CSS2/intro.html#processing-model",
+ "https://www.w3.org/TR/CSS2/intro.html#formatting-structure",
+ "https://www.w3.org/TR/CSS2/intro.html#the-canvas",
+ "https://www.w3.org/TR/CSS2/intro.html#canvas",
+ "https://www.w3.org/TR/CSS2/intro.html#addressing",
+ "https://www.w3.org/TR/CSS2/intro.html#design-principles",
+ "https://www.w3.org/TR/CSS2/conform.html#q3.0",
+ "https://www.w3.org/TR/CSS2/conform.html#defs",
+ "https://www.w3.org/TR/CSS2/conform.html#x0",
+ "https://www.w3.org/TR/CSS2/conform.html#x1",
+ "https://www.w3.org/TR/CSS2/conform.html#x2",
+ "https://www.w3.org/TR/CSS2/conform.html#x3",
+ "https://www.w3.org/TR/CSS2/conform.html#x4",
+ "https://www.w3.org/TR/CSS2/conform.html#x5",
+ "https://www.w3.org/TR/CSS2/conform.html#x6",
+ "https://www.w3.org/TR/CSS2/conform.html#x7",
+ "https://www.w3.org/TR/CSS2/conform.html#x8",
+ "https://www.w3.org/TR/CSS2/conform.html#x9",
+ "https://www.w3.org/TR/CSS2/conform.html#style-sheet",
+ "https://www.w3.org/TR/CSS2/conform.html#valid-style-sheet",
+ "https://www.w3.org/TR/CSS2/conform.html#illegal",
+ "https://www.w3.org/TR/CSS2/conform.html#source-document",
+ "https://www.w3.org/TR/CSS2/conform.html#doclanguage",
+ "https://www.w3.org/TR/CSS2/conform.html#element",
+ "https://www.w3.org/TR/CSS2/conform.html#replaced-element",
+ "https://www.w3.org/TR/CSS2/conform.html#intrinsic",
+ "https://www.w3.org/TR/CSS2/conform.html#attribute",
+ "https://www.w3.org/TR/CSS2/conform.html#content",
+ "https://www.w3.org/TR/CSS2/conform.html#empty",
+ "https://www.w3.org/TR/CSS2/conform.html#parent",
+ "https://www.w3.org/TR/CSS2/conform.html#ignore",
+ "https://www.w3.org/TR/CSS2/conform.html#rendered-content",
+ "https://www.w3.org/TR/CSS2/conform.html#doctree",
+ "https://www.w3.org/TR/CSS2/conform.html#root",
+ "https://www.w3.org/TR/CSS2/conform.html#child",
+ "https://www.w3.org/TR/CSS2/conform.html#descendant",
+ "https://www.w3.org/TR/CSS2/conform.html#ancestor",
+ "https://www.w3.org/TR/CSS2/conform.html#sibling",
+ "https://www.w3.org/TR/CSS2/conform.html#preceding",
+ "https://www.w3.org/TR/CSS2/conform.html#following",
+ "https://www.w3.org/TR/CSS2/conform.html#authoring",
+ "https://www.w3.org/TR/CSS2/conform.html#ua",
+ "https://www.w3.org/TR/CSS2/conform.html#property",
+ "https://www.w3.org/TR/CSS2/conform.html#img-doctree",
+ "https://www.w3.org/TR/CSS2/conform.html#conformance",
+ "https://www.w3.org/TR/CSS2/conform.html#conformance-term",
+ "https://www.w3.org/TR/CSS2/conform.html#x44",
+ "https://www.w3.org/TR/CSS2/conform.html#x45",
+ "https://www.w3.org/TR/CSS2/conform.html#errors",
+ "https://www.w3.org/TR/CSS2/conform.html#text-css",
+ "https://www.w3.org/TR/CSS2/conform.html#message-entity",
+ "https://www.w3.org/TR/CSS2/syndata.html#q4.0",
+ "https://www.w3.org/TR/CSS2/syndata.html#syntax",
+ "https://www.w3.org/TR/CSS2/syndata.html#x0",
+ "https://www.w3.org/TR/CSS2/syndata.html#tokenization",
+ "https://www.w3.org/TR/CSS2/syndata.html#comment",
+ "https://www.w3.org/TR/CSS2/syndata.html#whitespace",
+ "https://www.w3.org/TR/CSS2/syndata.html#keywords",
+ "https://www.w3.org/TR/CSS2/syndata.html#vendor-keywords",
+ "https://www.w3.org/TR/CSS2/syndata.html#vendor-keyword-history",
+ "https://www.w3.org/TR/CSS2/syndata.html#characters",
+ "https://www.w3.org/TR/CSS2/syndata.html#x1",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-identifier",
+ "https://www.w3.org/TR/CSS2/syndata.html#escaped-characters",
+ "https://www.w3.org/TR/CSS2/syndata.html#statements",
+ "https://www.w3.org/TR/CSS2/syndata.html#x5",
+ "https://www.w3.org/TR/CSS2/syndata.html#x6",
+ "https://www.w3.org/TR/CSS2/syndata.html#x7",
+ "https://www.w3.org/TR/CSS2/syndata.html#at-rules",
+ "https://www.w3.org/TR/CSS2/syndata.html#x9",
+ "https://www.w3.org/TR/CSS2/syndata.html#x10",
+ "https://www.w3.org/TR/CSS2/syndata.html#x11",
+ "https://www.w3.org/TR/CSS2/syndata.html#block",
+ "https://www.w3.org/TR/CSS2/syndata.html#x12",
+ "https://www.w3.org/TR/CSS2/syndata.html#x13",
+ "https://www.w3.org/TR/CSS2/syndata.html#rule-sets",
+ "https://www.w3.org/TR/CSS2/syndata.html#x14",
+ "https://www.w3.org/TR/CSS2/syndata.html#x15",
+ "https://www.w3.org/TR/CSS2/syndata.html#x16",
+ "https://www.w3.org/TR/CSS2/syndata.html#x17",
+ "https://www.w3.org/TR/CSS2/syndata.html#x18",
+ "https://www.w3.org/TR/CSS2/syndata.html#declaration",
+ "https://www.w3.org/TR/CSS2/syndata.html#properties",
+ "https://www.w3.org/TR/CSS2/syndata.html#x19",
+ "https://www.w3.org/TR/CSS2/syndata.html#x20",
+ "https://www.w3.org/TR/CSS2/syndata.html#x21",
+ "https://www.w3.org/TR/CSS2/syndata.html#x22",
+ "https://www.w3.org/TR/CSS2/syndata.html#x23",
+ "https://www.w3.org/TR/CSS2/syndata.html#comments",
+ "https://www.w3.org/TR/CSS2/syndata.html#x24",
+ "https://www.w3.org/TR/CSS2/syndata.html#parsing-errors",
+ "https://www.w3.org/TR/CSS2/syndata.html#ignore",
+ "https://www.w3.org/TR/CSS2/syndata.html#x26",
+ "https://www.w3.org/TR/CSS2/syndata.html#x27",
+ "https://www.w3.org/TR/CSS2/syndata.html#x28",
+ "https://www.w3.org/TR/CSS2/syndata.html#x29",
+ "https://www.w3.org/TR/CSS2/syndata.html#x30",
+ "https://www.w3.org/TR/CSS2/syndata.html#values",
+ "https://www.w3.org/TR/CSS2/syndata.html#numbers",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-integer",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-number",
+ "https://www.w3.org/TR/CSS2/syndata.html#length-units",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-length",
+ "https://www.w3.org/TR/CSS2/syndata.html#absrel-units",
+ "https://www.w3.org/TR/CSS2/syndata.html#x34",
+ "https://www.w3.org/TR/CSS2/syndata.html#em-width",
+ "https://www.w3.org/TR/CSS2/syndata.html#ex",
+ "https://www.w3.org/TR/CSS2/syndata.html#x39",
+ "https://www.w3.org/TR/CSS2/syndata.html#x40",
+ "https://www.w3.org/TR/CSS2/syndata.html#img-pixel1",
+ "https://www.w3.org/TR/CSS2/syndata.html#img-pixel2",
+ "https://www.w3.org/TR/CSS2/syndata.html#percentage-units",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-percentage",
+ "https://www.w3.org/TR/CSS2/syndata.html#x43",
+ "https://www.w3.org/TR/CSS2/syndata.html#uri",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-uri",
+ "https://www.w3.org/TR/CSS2/syndata.html#counter",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-counter",
+ "https://www.w3.org/TR/CSS2/syndata.html#x46",
+ "https://www.w3.org/TR/CSS2/syndata.html#color-units",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-color",
+ "https://www.w3.org/TR/CSS2/syndata.html#strings",
+ "https://www.w3.org/TR/CSS2/syndata.html#value-def-string",
+ "https://www.w3.org/TR/CSS2/syndata.html#x49",
+ "https://www.w3.org/TR/CSS2/syndata.html#unsupported-values",
+ "https://www.w3.org/TR/CSS2/syndata.html#charset",
+ "https://www.w3.org/TR/CSS2/syndata.html#x50",
+ "https://www.w3.org/TR/CSS2/syndata.html#x51",
+ "https://www.w3.org/TR/CSS2/syndata.html#x52",
+ "https://www.w3.org/TR/CSS2/syndata.html#x54",
+ "https://www.w3.org/TR/CSS2/syndata.html#x55",
+ "https://www.w3.org/TR/CSS2/syndata.html#x56",
+ "https://www.w3.org/TR/CSS2/syndata.html#x57",
+ "https://www.w3.org/TR/CSS2/syndata.html#x58",
+ "https://www.w3.org/TR/CSS2/syndata.html#escaping",
+ "https://www.w3.org/TR/CSS2/selector.html#q5.0",
+ "https://www.w3.org/TR/CSS2/selector.html#pattern-matching",
+ "https://www.w3.org/TR/CSS2/selector.html#x0",
+ "https://www.w3.org/TR/CSS2/selector.html#x1",
+ "https://www.w3.org/TR/CSS2/selector.html#selector-syntax",
+ "https://www.w3.org/TR/CSS2/selector.html#simple-selector",
+ "https://www.w3.org/TR/CSS2/selector.html#x4",
+ "https://www.w3.org/TR/CSS2/selector.html#combinator",
+ "https://www.w3.org/TR/CSS2/selector.html#subject",
+ "https://www.w3.org/TR/CSS2/selector.html#grouping",
+ "https://www.w3.org/TR/CSS2/selector.html#x8",
+ "https://www.w3.org/TR/CSS2/selector.html#x9",
+ "https://www.w3.org/TR/CSS2/selector.html#universal-selector",
+ "https://www.w3.org/TR/CSS2/selector.html#x10",
+ "https://www.w3.org/TR/CSS2/selector.html#type-selectors",
+ "https://www.w3.org/TR/CSS2/selector.html#x11",
+ "https://www.w3.org/TR/CSS2/selector.html#descendant-selectors",
+ "https://www.w3.org/TR/CSS2/selector.html#x12",
+ "https://www.w3.org/TR/CSS2/selector.html#child-selectors",
+ "https://www.w3.org/TR/CSS2/selector.html#x13",
+ "https://www.w3.org/TR/CSS2/selector.html#adjacent-selectors",
+ "https://www.w3.org/TR/CSS2/selector.html#attribute-selectors",
+ "https://www.w3.org/TR/CSS2/selector.html#matching-attrs",
+ "https://www.w3.org/TR/CSS2/selector.html#x14",
+ "https://www.w3.org/TR/CSS2/selector.html#x16",
+ "https://www.w3.org/TR/CSS2/selector.html#x18",
+ "https://www.w3.org/TR/CSS2/selector.html#x20",
+ "https://www.w3.org/TR/CSS2/selector.html#default-attrs",
+ "https://www.w3.org/TR/CSS2/selector.html#x21",
+ "https://www.w3.org/TR/CSS2/selector.html#class-html",
+ "https://www.w3.org/TR/CSS2/selector.html#id-selectors",
+ "https://www.w3.org/TR/CSS2/selector.html#pseudo-elements",
+ "https://www.w3.org/TR/CSS2/selector.html#pseudo-classes",
+ "https://www.w3.org/TR/CSS2/selector.html#x22",
+ "https://www.w3.org/TR/CSS2/selector.html#x23",
+ "https://www.w3.org/TR/CSS2/selector.html#pseudo-class-selectors",
+ "https://www.w3.org/TR/CSS2/selector.html#first-child",
+ "https://www.w3.org/TR/CSS2/selector.html#x24",
+ "https://www.w3.org/TR/CSS2/selector.html#link-pseudo-classes",
+ "https://www.w3.org/TR/CSS2/selector.html#x26",
+ "https://www.w3.org/TR/CSS2/selector.html#x29",
+ "https://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes",
+ "https://www.w3.org/TR/CSS2/selector.html#x32",
+ "https://www.w3.org/TR/CSS2/selector.html#x35",
+ "https://www.w3.org/TR/CSS2/selector.html#x38",
+ "https://www.w3.org/TR/CSS2/selector.html#lang",
+ "https://www.w3.org/TR/CSS2/selector.html#x41",
+ "https://www.w3.org/TR/CSS2/selector.html#x44",
+ "https://www.w3.org/TR/CSS2/selector.html#pseudo-element-selectors",
+ "https://www.w3.org/TR/CSS2/selector.html#first-line-pseudo",
+ "https://www.w3.org/TR/CSS2/selector.html#x48",
+ "https://www.w3.org/TR/CSS2/selector.html#x49",
+ "https://www.w3.org/TR/CSS2/selector.html#first-formatted-line",
+ "https://www.w3.org/TR/CSS2/selector.html#first-line",
+ "https://www.w3.org/TR/CSS2/selector.html#first-letter",
+ "https://www.w3.org/TR/CSS2/selector.html#x50",
+ "https://www.w3.org/TR/CSS2/selector.html#x53",
+ "https://www.w3.org/TR/CSS2/selector.html#x54",
+ "https://www.w3.org/TR/CSS2/selector.html#img-first-letter",
+ "https://www.w3.org/TR/CSS2/selector.html#x55",
+ "https://www.w3.org/TR/CSS2/selector.html#img-first-letter2",
+ "https://www.w3.org/TR/CSS2/selector.html#overlapping-example",
+ "https://www.w3.org/TR/CSS2/selector.html#x56",
+ "https://www.w3.org/TR/CSS2/selector.html#before-and-after",
+ "https://www.w3.org/TR/CSS2/selector.html#x57",
+ "https://www.w3.org/TR/CSS2/selector.html#x59",
+ "https://www.w3.org/TR/CSS2/cascade.html#q6.0",
+ "https://www.w3.org/TR/CSS2/cascade.html#value-stages",
+ "https://www.w3.org/TR/CSS2/cascade.html#specified-value",
+ "https://www.w3.org/TR/CSS2/cascade.html#x1",
+ "https://www.w3.org/TR/CSS2/cascade.html#computed-value",
+ "https://www.w3.org/TR/CSS2/cascade.html#used-value",
+ "https://www.w3.org/TR/CSS2/cascade.html#actual-value",
+ "https://www.w3.org/TR/CSS2/cascade.html#inheritance",
+ "https://www.w3.org/TR/CSS2/cascade.html#x5",
+ "https://www.w3.org/TR/CSS2/cascade.html#value-def-inherit",
+ "https://www.w3.org/TR/CSS2/cascade.html#at-import",
+ "https://www.w3.org/TR/CSS2/cascade.html#x7",
+ "https://www.w3.org/TR/CSS2/cascade.html#x8",
+ "https://www.w3.org/TR/CSS2/cascade.html#x9",
+ "https://www.w3.org/TR/CSS2/cascade.html#cascade",
+ "https://www.w3.org/TR/CSS2/cascade.html#default-style-sheet",
+ "https://www.w3.org/TR/CSS2/cascade.html#x12",
+ "https://www.w3.org/TR/CSS2/cascade.html#cascading-order",
+ "https://www.w3.org/TR/CSS2/cascade.html#important-rules",
+ "https://www.w3.org/TR/CSS2/cascade.html#x13",
+ "https://www.w3.org/TR/CSS2/cascade.html#specificity",
+ "https://www.w3.org/TR/CSS2/cascade.html#preshint",
+ "https://www.w3.org/TR/CSS2/media.html#q7.0",
+ "https://www.w3.org/TR/CSS2/media.html#media-intro",
+ "https://www.w3.org/TR/CSS2/media.html#media-sheets",
+ "https://www.w3.org/TR/CSS2/media.html#x0",
+ "https://www.w3.org/TR/CSS2/media.html#x1",
+ "https://www.w3.org/TR/CSS2/media.html#at-media-rule",
+ "https://www.w3.org/TR/CSS2/media.html#x2",
+ "https://www.w3.org/TR/CSS2/media.html#x3",
+ "https://www.w3.org/TR/CSS2/media.html#media-types",
+ "https://www.w3.org/TR/CSS2/media.html#media-groups",
+ "https://www.w3.org/TR/CSS2/media.html#x4",
+ "https://www.w3.org/TR/CSS2/media.html#continuous-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#paged-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#visual-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#audio-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#speech-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#tactile-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#grid-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#bitmap-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#interactive-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#static-media-group",
+ "https://www.w3.org/TR/CSS2/media.html#all-media-group",
+ "https://www.w3.org/TR/CSS2/box.html#box-model",
+ "https://www.w3.org/TR/CSS2/box.html#box-dimensions",
+ "https://www.w3.org/TR/CSS2/box.html#box-content-area",
+ "https://www.w3.org/TR/CSS2/box.html#box-padding-area",
+ "https://www.w3.org/TR/CSS2/box.html#box-border-area",
+ "https://www.w3.org/TR/CSS2/box.html#box-margin-area",
+ "https://www.w3.org/TR/CSS2/box.html#img-boxdim",
+ "https://www.w3.org/TR/CSS2/box.html#content-edge",
+ "https://www.w3.org/TR/CSS2/box.html#inner-edge",
+ "https://www.w3.org/TR/CSS2/box.html#x10",
+ "https://www.w3.org/TR/CSS2/box.html#padding-edge",
+ "https://www.w3.org/TR/CSS2/box.html#x12",
+ "https://www.w3.org/TR/CSS2/box.html#border-edge",
+ "https://www.w3.org/TR/CSS2/box.html#x14",
+ "https://www.w3.org/TR/CSS2/box.html#margin-edge",
+ "https://www.w3.org/TR/CSS2/box.html#outer-edge",
+ "https://www.w3.org/TR/CSS2/box.html#x17",
+ "https://www.w3.org/TR/CSS2/box.html#content-width",
+ "https://www.w3.org/TR/CSS2/box.html#content-height",
+ "https://www.w3.org/TR/CSS2/box.html#mpb-examples",
+ "https://www.w3.org/TR/CSS2/box.html#img-boxdimeg",
+ "https://www.w3.org/TR/CSS2/box.html#margin-properties",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-margin-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin-top",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin-bottom",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin-right",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin-left",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-margin",
+ "https://www.w3.org/TR/CSS2/box.html#collapsing-margins",
+ "https://www.w3.org/TR/CSS2/box.html#x26",
+ "https://www.w3.org/TR/CSS2/box.html#x27",
+ "https://www.w3.org/TR/CSS2/box.html#x28",
+ "https://www.w3.org/TR/CSS2/box.html#x29",
+ "https://www.w3.org/TR/CSS2/box.html#padding-properties",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-padding-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding-top",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding-right",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding-bottom",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding-left",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-padding",
+ "https://www.w3.org/TR/CSS2/box.html#border-properties",
+ "https://www.w3.org/TR/CSS2/box.html#border-width-properties",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-border-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-width",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-width",
+ "https://www.w3.org/TR/CSS2/box.html#border-color-properties",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-color",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-color",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-color",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-color",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-color",
+ "https://www.w3.org/TR/CSS2/box.html#x47",
+ "https://www.w3.org/TR/CSS2/box.html#border-style-properties",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-border-style",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-bo-none",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-hidden",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-dotted",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-dashed",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-solid",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-double",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-groove",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-ridge",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-inset",
+ "https://www.w3.org/TR/CSS2/box.html#value-def-outset",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-top-style",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-right-style",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom-style",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-left-style",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-style",
+ "https://www.w3.org/TR/CSS2/box.html#border-shorthand-properties",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-top",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-right",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-bottom",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border-left",
+ "https://www.w3.org/TR/CSS2/box.html#propdef-border",
+ "https://www.w3.org/TR/CSS2/box.html#bidi-box-model",
+ "https://www.w3.org/TR/CSS2/visuren.html#q9.0",
+ "https://www.w3.org/TR/CSS2/visuren.html#visual-model-intro",
+ "https://www.w3.org/TR/CSS2/visuren.html#x0",
+ "https://www.w3.org/TR/CSS2/visuren.html#viewport",
+ "https://www.w3.org/TR/CSS2/visuren.html#x1",
+ "https://www.w3.org/TR/CSS2/visuren.html#containing-block",
+ "https://www.w3.org/TR/CSS2/visuren.html#x3",
+ "https://www.w3.org/TR/CSS2/visuren.html#box-gen",
+ "https://www.w3.org/TR/CSS2/visuren.html#block-boxes",
+ "https://www.w3.org/TR/CSS2/visuren.html#block-level",
+ "https://www.w3.org/TR/CSS2/visuren.html#x5",
+ "https://www.w3.org/TR/CSS2/visuren.html#principal-box",
+ "https://www.w3.org/TR/CSS2/visuren.html#block-container-box",
+ "https://www.w3.org/TR/CSS2/visuren.html#x8",
+ "https://www.w3.org/TR/CSS2/visuren.html#anonymous-block-level",
+ "https://www.w3.org/TR/CSS2/visuren.html#x9",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-anon-block",
+ "https://www.w3.org/TR/CSS2/visuren.html#inline-boxes",
+ "https://www.w3.org/TR/CSS2/visuren.html#inline-level",
+ "https://www.w3.org/TR/CSS2/visuren.html#x11",
+ "https://www.w3.org/TR/CSS2/visuren.html#inline-box",
+ "https://www.w3.org/TR/CSS2/visuren.html#x13",
+ "https://www.w3.org/TR/CSS2/visuren.html#anonymous",
+ "https://www.w3.org/TR/CSS2/visuren.html#x14",
+ "https://www.w3.org/TR/CSS2/visuren.html#run-in",
+ "https://www.w3.org/TR/CSS2/visuren.html#x15",
+ "https://www.w3.org/TR/CSS2/visuren.html#display-prop",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-display",
+ "https://www.w3.org/TR/CSS2/visuren.html#value-def-block",
+ "https://www.w3.org/TR/CSS2/visuren.html#value-def-inline-block",
+ "https://www.w3.org/TR/CSS2/visuren.html#value-def-inline",
+ "https://www.w3.org/TR/CSS2/visuren.html#value-def-list-item",
+ "https://www.w3.org/TR/CSS2/visuren.html#x21",
+ "https://www.w3.org/TR/CSS2/visuren.html#positioning-scheme",
+ "https://www.w3.org/TR/CSS2/visuren.html#x22",
+ "https://www.w3.org/TR/CSS2/visuren.html#x23",
+ "https://www.w3.org/TR/CSS2/visuren.html#x24",
+ "https://www.w3.org/TR/CSS2/visuren.html#x25",
+ "https://www.w3.org/TR/CSS2/visuren.html#choose-position",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-position",
+ "https://www.w3.org/TR/CSS2/visuren.html#position-props",
+ "https://www.w3.org/TR/CSS2/visuren.html#positioned-element",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-top",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-right",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-bottom",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-left",
+ "https://www.w3.org/TR/CSS2/visuren.html#normal-flow",
+ "https://www.w3.org/TR/CSS2/visuren.html#x32",
+ "https://www.w3.org/TR/CSS2/visuren.html#block-formatting",
+ "https://www.w3.org/TR/CSS2/visuren.html#inline-formatting",
+ "https://www.w3.org/TR/CSS2/visuren.html#line-box",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-inline-layout",
+ "https://www.w3.org/TR/CSS2/visuren.html#relative-positioning",
+ "https://www.w3.org/TR/CSS2/visuren.html#x34",
+ "https://www.w3.org/TR/CSS2/visuren.html#floats",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-floateg",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-float2p",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-floatclear",
+ "https://www.w3.org/TR/CSS2/visuren.html#float-position",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-float",
+ "https://www.w3.org/TR/CSS2/visuren.html#float-rules",
+ "https://www.w3.org/TR/CSS2/visuren.html#x37",
+ "https://www.w3.org/TR/CSS2/visuren.html#flow-control",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-clear",
+ "https://www.w3.org/TR/CSS2/visuren.html#clearance",
+ "https://www.w3.org/TR/CSS2/visuren.html#absolute-positioning",
+ "https://www.w3.org/TR/CSS2/visuren.html#absolutely-positioned",
+ "https://www.w3.org/TR/CSS2/visuren.html#fixed-positioning",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-frame",
+ "https://www.w3.org/TR/CSS2/visuren.html#dis-pos-flo",
+ "https://www.w3.org/TR/CSS2/visuren.html#comparison",
+ "https://www.w3.org/TR/CSS2/visuren.html#comp-normal-flow",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-flow-generic",
+ "https://www.w3.org/TR/CSS2/visuren.html#comp-relpos",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-flow-relative",
+ "https://www.w3.org/TR/CSS2/visuren.html#comp-float",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-flow-float",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-flow-clear",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-flow-clear2",
+ "https://www.w3.org/TR/CSS2/visuren.html#comp-abspos",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-flow-absolute",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-flow-abs-rel",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-flow-static",
+ "https://www.w3.org/TR/CSS2/visuren.html#img-changebar",
+ "https://www.w3.org/TR/CSS2/visuren.html#layers",
+ "https://www.w3.org/TR/CSS2/visuren.html#z-index",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-z-index",
+ "https://www.w3.org/TR/CSS2/visuren.html#x42",
+ "https://www.w3.org/TR/CSS2/visuren.html#x43",
+ "https://www.w3.org/TR/CSS2/visuren.html#stack-level",
+ "https://www.w3.org/TR/CSS2/visuren.html#direction",
+ "https://www.w3.org/TR/CSS2/visuren.html#x45",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-direction",
+ "https://www.w3.org/TR/CSS2/visuren.html#propdef-unicode-bidi",
+ "https://www.w3.org/TR/CSS2/visuren.html#x48",
+ "https://www.w3.org/TR/CSS2/visudet.html#q10.0",
+ "https://www.w3.org/TR/CSS2/visudet.html#containing-block-details",
+ "https://www.w3.org/TR/CSS2/visudet.html#x0",
+ "https://www.w3.org/TR/CSS2/visudet.html#x1",
+ "https://www.w3.org/TR/CSS2/visudet.html#the-width-property",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#x4",
+ "https://www.w3.org/TR/CSS2/visudet.html#x5",
+ "https://www.w3.org/TR/CSS2/visudet.html#Computing_widths_and_margins",
+ "https://www.w3.org/TR/CSS2/visudet.html#inline-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#inline-replaced-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#blockwidth",
+ "https://www.w3.org/TR/CSS2/visudet.html#width-constraints",
+ "https://www.w3.org/TR/CSS2/visudet.html#block-replaced-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#float-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#shrink-to-fit-float",
+ "https://www.w3.org/TR/CSS2/visudet.html#float-replaced-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#static-position",
+ "https://www.w3.org/TR/CSS2/visudet.html#abs-replaced-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#inlineblock-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#inlineblock-replaced-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#min-max-widths",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-min-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-max-width",
+ "https://www.w3.org/TR/CSS2/visudet.html#x8",
+ "https://www.w3.org/TR/CSS2/visudet.html#x9",
+ "https://www.w3.org/TR/CSS2/visudet.html#the-height-property",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#x11",
+ "https://www.w3.org/TR/CSS2/visudet.html#x12",
+ "https://www.w3.org/TR/CSS2/visudet.html#Computing_heights_and_margins",
+ "https://www.w3.org/TR/CSS2/visudet.html#inline-non-replaced",
+ "https://www.w3.org/TR/CSS2/visudet.html#multi-font-inline-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#inline-replaced-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#normal-block",
+ "https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#abs-replaced-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#block-root-margin",
+ "https://www.w3.org/TR/CSS2/visudet.html#root-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#min-max-heights",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-min-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-max-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#x15",
+ "https://www.w3.org/TR/CSS2/visudet.html#x16",
+ "https://www.w3.org/TR/CSS2/visudet.html#line-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#leading",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-line-height",
+ "https://www.w3.org/TR/CSS2/visudet.html#strut",
+ "https://www.w3.org/TR/CSS2/visudet.html#x18",
+ "https://www.w3.org/TR/CSS2/visudet.html#x19",
+ "https://www.w3.org/TR/CSS2/visudet.html#x20",
+ "https://www.w3.org/TR/CSS2/visudet.html#x21",
+ "https://www.w3.org/TR/CSS2/visudet.html#propdef-vertical-align",
+ "https://www.w3.org/TR/CSS2/visudet.html#x23",
+ "https://www.w3.org/TR/CSS2/visudet.html#x24",
+ "https://www.w3.org/TR/CSS2/visufx.html#q11.0",
+ "https://www.w3.org/TR/CSS2/visufx.html#overflow-clipping",
+ "https://www.w3.org/TR/CSS2/visufx.html#x0",
+ "https://www.w3.org/TR/CSS2/visufx.html#overflow",
+ "https://www.w3.org/TR/CSS2/visufx.html#propdef-overflow",
+ "https://www.w3.org/TR/CSS2/visufx.html#img-overflow1",
+ "https://www.w3.org/TR/CSS2/visufx.html#img-overflow2",
+ "https://www.w3.org/TR/CSS2/visufx.html#clipping",
+ "https://www.w3.org/TR/CSS2/visufx.html#x3",
+ "https://www.w3.org/TR/CSS2/visufx.html#propdef-clip",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-shape",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-top",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-right",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-bottom",
+ "https://www.w3.org/TR/CSS2/visufx.html#value-def-left",
+ "https://www.w3.org/TR/CSS2/visufx.html#img-clip",
+ "https://www.w3.org/TR/CSS2/visufx.html#visibility",
+ "https://www.w3.org/TR/CSS2/visufx.html#propdef-visibility",
+ "https://www.w3.org/TR/CSS2/generate.html#generated-text",
+ "https://www.w3.org/TR/CSS2/generate.html#x0",
+ "https://www.w3.org/TR/CSS2/generate.html#x1",
+ "https://www.w3.org/TR/CSS2/generate.html#before-after-content",
+ "https://www.w3.org/TR/CSS2/generate.html#x2",
+ "https://www.w3.org/TR/CSS2/generate.html#x5",
+ "https://www.w3.org/TR/CSS2/generate.html#content",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-content",
+ "https://www.w3.org/TR/CSS2/generate.html#x9",
+ "https://www.w3.org/TR/CSS2/generate.html#x10",
+ "https://www.w3.org/TR/CSS2/generate.html#x11",
+ "https://www.w3.org/TR/CSS2/generate.html#x12",
+ "https://www.w3.org/TR/CSS2/generate.html#x13",
+ "https://www.w3.org/TR/CSS2/generate.html#x14",
+ "https://www.w3.org/TR/CSS2/generate.html#x15",
+ "https://www.w3.org/TR/CSS2/generate.html#x16",
+ "https://www.w3.org/TR/CSS2/generate.html#x17",
+ "https://www.w3.org/TR/CSS2/generate.html#x18",
+ "https://www.w3.org/TR/CSS2/generate.html#quotes",
+ "https://www.w3.org/TR/CSS2/generate.html#quotes-specify",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-quotes",
+ "https://www.w3.org/TR/CSS2/generate.html#x20",
+ "https://www.w3.org/TR/CSS2/generate.html#x21",
+ "https://www.w3.org/TR/CSS2/generate.html#quotes-insert",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-open-quote",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-close-quote",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-no-close-quote",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-no-open-quote",
+ "https://www.w3.org/TR/CSS2/generate.html#counters",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-counter-reset",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-counter-increment",
+ "https://www.w3.org/TR/CSS2/generate.html#scope",
+ "https://www.w3.org/TR/CSS2/generate.html#x29",
+ "https://www.w3.org/TR/CSS2/generate.html#counter-styles",
+ "https://www.w3.org/TR/CSS2/generate.html#undisplayed-counters",
+ "https://www.w3.org/TR/CSS2/generate.html#lists",
+ "https://www.w3.org/TR/CSS2/generate.html#x30",
+ "https://www.w3.org/TR/CSS2/generate.html#list-style",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-type",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-disc",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-circle",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-square",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-decimal",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-decimal-leading-zero",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-lower-roman",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-upper-roman",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-georgian",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-armenian",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-lower-latin",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-upper-latin",
+ "https://www.w3.org/TR/CSS2/generate.html#value-def-lower-greek",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-image",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style-position",
+ "https://www.w3.org/TR/CSS2/generate.html#img-list-inout",
+ "https://www.w3.org/TR/CSS2/generate.html#propdef-list-style",
+ "https://www.w3.org/TR/CSS2/page.html#the-page",
+ "https://www.w3.org/TR/CSS2/page.html#page-intro",
+ "https://www.w3.org/TR/CSS2/page.html#x0",
+ "https://www.w3.org/TR/CSS2/page.html#page-box",
+ "https://www.w3.org/TR/CSS2/page.html#x1",
+ "https://www.w3.org/TR/CSS2/page.html#page-area",
+ "https://www.w3.org/TR/CSS2/page.html#x3",
+ "https://www.w3.org/TR/CSS2/page.html#page-context",
+ "https://www.w3.org/TR/CSS2/page.html#x5",
+ "https://www.w3.org/TR/CSS2/page.html#page-margins",
+ "https://www.w3.org/TR/CSS2/page.html#img-page-info",
+ "https://www.w3.org/TR/CSS2/page.html#page-selectors",
+ "https://www.w3.org/TR/CSS2/page.html#x6",
+ "https://www.w3.org/TR/CSS2/page.html#x8",
+ "https://www.w3.org/TR/CSS2/page.html#x10",
+ "https://www.w3.org/TR/CSS2/page.html#outside-page-box",
+ "https://www.w3.org/TR/CSS2/page.html#page-breaks",
+ "https://www.w3.org/TR/CSS2/page.html#page-break-props",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-before",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-after",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-page-break-inside",
+ "https://www.w3.org/TR/CSS2/page.html#break-inside",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-orphans",
+ "https://www.w3.org/TR/CSS2/page.html#propdef-widows",
+ "https://www.w3.org/TR/CSS2/page.html#allowed-page-breaks",
+ "https://www.w3.org/TR/CSS2/page.html#forced",
+ "https://www.w3.org/TR/CSS2/page.html#best-page-breaks",
+ "https://www.w3.org/TR/CSS2/page.html#page-cascade",
+ "https://www.w3.org/TR/CSS2/colors.html#q14.0",
+ "https://www.w3.org/TR/CSS2/colors.html#colors",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-color",
+ "https://www.w3.org/TR/CSS2/colors.html#background",
+ "https://www.w3.org/TR/CSS2/colors.html#background-properties",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-color",
+ "https://www.w3.org/TR/CSS2/colors.html#x2",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-image",
+ "https://www.w3.org/TR/CSS2/colors.html#x4",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-repeat",
+ "https://www.w3.org/TR/CSS2/colors.html#img-bg-repeat",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-attachment",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background-position",
+ "https://www.w3.org/TR/CSS2/colors.html#x8",
+ "https://www.w3.org/TR/CSS2/colors.html#x9",
+ "https://www.w3.org/TR/CSS2/colors.html#propdef-background",
+ "https://www.w3.org/TR/CSS2/fonts.html#q15.0",
+ "https://www.w3.org/TR/CSS2/fonts.html#fonts-intro",
+ "https://www.w3.org/TR/CSS2/fonts.html#algorithm",
+ "https://www.w3.org/TR/CSS2/fonts.html#font-family-prop",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-family",
+ "https://www.w3.org/TR/CSS2/fonts.html#value-def-family-name",
+ "https://www.w3.org/TR/CSS2/fonts.html#value-def-generic-family",
+ "https://www.w3.org/TR/CSS2/fonts.html#generic-font-families",
+ "https://www.w3.org/TR/CSS2/fonts.html#defined-to-exist",
+ "https://www.w3.org/TR/CSS2/fonts.html#serif-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#sans-serif-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#cursive-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#fantasy-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#monospace-def",
+ "https://www.w3.org/TR/CSS2/fonts.html#font-styling",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-style",
+ "https://www.w3.org/TR/CSS2/fonts.html#small-caps",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-variant",
+ "https://www.w3.org/TR/CSS2/fonts.html#font-boldness",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-weight",
+ "https://www.w3.org/TR/CSS2/fonts.html#font-size-props",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font-size",
+ "https://www.w3.org/TR/CSS2/fonts.html#value-def-absolute-size",
+ "https://www.w3.org/TR/CSS2/fonts.html#value-def-relative-size",
+ "https://www.w3.org/TR/CSS2/fonts.html#font-shorthand",
+ "https://www.w3.org/TR/CSS2/fonts.html#propdef-font",
+ "https://www.w3.org/TR/CSS2/fonts.html#x11",
+ "https://www.w3.org/TR/CSS2/text.html#q16.0",
+ "https://www.w3.org/TR/CSS2/text.html#indentation-prop",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-text-indent",
+ "https://www.w3.org/TR/CSS2/text.html#x1",
+ "https://www.w3.org/TR/CSS2/text.html#x2",
+ "https://www.w3.org/TR/CSS2/text.html#alignment-prop",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-text-align",
+ "https://www.w3.org/TR/CSS2/text.html#x4",
+ "https://www.w3.org/TR/CSS2/text.html#decoration",
+ "https://www.w3.org/TR/CSS2/text.html#lining-striking-props",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-text-decoration",
+ "https://www.w3.org/TR/CSS2/text.html#spacing-props",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-letter-spacing",
+ "https://www.w3.org/TR/CSS2/text.html#x7",
+ "https://www.w3.org/TR/CSS2/text.html#x8",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-word-spacing",
+ "https://www.w3.org/TR/CSS2/text.html#x10",
+ "https://www.w3.org/TR/CSS2/text.html#caps-prop",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-text-transform",
+ "https://www.w3.org/TR/CSS2/text.html#white-space-prop",
+ "https://www.w3.org/TR/CSS2/text.html#propdef-white-space",
+ "https://www.w3.org/TR/CSS2/text.html#white-space-model",
+ "https://www.w3.org/TR/CSS2/text.html#egbidiwscollapse",
+ "https://www.w3.org/TR/CSS2/text.html#ctrlchars",
+ "https://www.w3.org/TR/CSS2/tables.html#q17.0",
+ "https://www.w3.org/TR/CSS2/tables.html#tables-intro",
+ "https://www.w3.org/TR/CSS2/tables.html#x0",
+ "https://www.w3.org/TR/CSS2/tables.html#x1",
+ "https://www.w3.org/TR/CSS2/tables.html#internal",
+ "https://www.w3.org/TR/CSS2/tables.html#x2",
+ "https://www.w3.org/TR/CSS2/tables.html#x3",
+ "https://www.w3.org/TR/CSS2/tables.html#table-display",
+ "https://www.w3.org/TR/CSS2/tables.html#x5",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-inline-table",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-row",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-row-group",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-header-group",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-footer-group",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-column",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-column-group",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-cell",
+ "https://www.w3.org/TR/CSS2/tables.html#value-def-table-caption",
+ "https://www.w3.org/TR/CSS2/tables.html#anonymous-boxes",
+ "https://www.w3.org/TR/CSS2/tables.html#x16",
+ "https://www.w3.org/TR/CSS2/tables.html#x17",
+ "https://www.w3.org/TR/CSS2/tables.html#x18",
+ "https://www.w3.org/TR/CSS2/tables.html#x19",
+ "https://www.w3.org/TR/CSS2/tables.html#x20",
+ "https://www.w3.org/TR/CSS2/tables.html#x21",
+ "https://www.w3.org/TR/CSS2/tables.html#columns",
+ "https://www.w3.org/TR/CSS2/tables.html#model",
+ "https://www.w3.org/TR/CSS2/tables.html#caption-position",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-caption-side",
+ "https://www.w3.org/TR/CSS2/tables.html#table-layout",
+ "https://www.w3.org/TR/CSS2/tables.html#img-table-overlap",
+ "https://www.w3.org/TR/CSS2/tables.html#table-layers",
+ "https://www.w3.org/TR/CSS2/tables.html#img-tbl-layers",
+ "https://www.w3.org/TR/CSS2/tables.html#img-tbl-empty",
+ "https://www.w3.org/TR/CSS2/tables.html#width-layout",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-table-layout",
+ "https://www.w3.org/TR/CSS2/tables.html#fixed-table-layout",
+ "https://www.w3.org/TR/CSS2/tables.html#auto-table-layout",
+ "https://www.w3.org/TR/CSS2/tables.html#height-layout",
+ "https://www.w3.org/TR/CSS2/tables.html#img-cell-align",
+ "https://www.w3.org/TR/CSS2/tables.html#column-alignment",
+ "https://www.w3.org/TR/CSS2/tables.html#dynamic-effects",
+ "https://www.w3.org/TR/CSS2/tables.html#borders",
+ "https://www.w3.org/TR/CSS2/tables.html#x24",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-border-collapse",
+ "https://www.w3.org/TR/CSS2/tables.html#separated-borders",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-border-spacing",
+ "https://www.w3.org/TR/CSS2/tables.html#x27",
+ "https://www.w3.org/TR/CSS2/tables.html#img-tbl-spacing",
+ "https://www.w3.org/TR/CSS2/tables.html#empty-cells",
+ "https://www.w3.org/TR/CSS2/tables.html#propdef-empty-cells",
+ "https://www.w3.org/TR/CSS2/tables.html#collapsing-borders",
+ "https://www.w3.org/TR/CSS2/tables.html#img-tbl-width",
+ "https://www.w3.org/TR/CSS2/tables.html#border-conflict-resolution",
+ "https://www.w3.org/TR/CSS2/tables.html#img-tbl-border-conflict",
+ "https://www.w3.org/TR/CSS2/tables.html#img-CSStbl3",
+ "https://www.w3.org/TR/CSS2/tables.html#table-border-styles",
+ "https://www.w3.org/TR/CSS2/tables.html#x29",
+ "https://www.w3.org/TR/CSS2/tables.html#x30",
+ "https://www.w3.org/TR/CSS2/tables.html#x31",
+ "https://www.w3.org/TR/CSS2/tables.html#x32",
+ "https://www.w3.org/TR/CSS2/tables.html#x33",
+ "https://www.w3.org/TR/CSS2/tables.html#x34",
+ "https://www.w3.org/TR/CSS2/tables.html#x35",
+ "https://www.w3.org/TR/CSS2/tables.html#x36",
+ "https://www.w3.org/TR/CSS2/tables.html#x37",
+ "https://www.w3.org/TR/CSS2/tables.html#x38",
+ "https://www.w3.org/TR/CSS2/tables.html#x39",
+ "https://www.w3.org/TR/CSS2/ui.html#q18.0",
+ "https://www.w3.org/TR/CSS2/ui.html#cursor-props",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-cursor",
+ "https://www.w3.org/TR/CSS2/ui.html#x1",
+ "https://www.w3.org/TR/CSS2/ui.html#system-colors",
+ "https://www.w3.org/TR/CSS2/ui.html#system-fonts",
+ "https://www.w3.org/TR/CSS2/ui.html#dynamic-outlines",
+ "https://www.w3.org/TR/CSS2/ui.html#x2",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-outline",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-width",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-style",
+ "https://www.w3.org/TR/CSS2/ui.html#propdef-outline-color",
+ "https://www.w3.org/TR/CSS2/ui.html#value-def-invert",
+ "https://www.w3.org/TR/CSS2/ui.html#outline-focus",
+ "https://www.w3.org/TR/CSS2/ui.html#x8",
+ "https://www.w3.org/TR/CSS2/ui.html#magnification",
+ "https://www.w3.org/TR/CSS2/aural.html#q19.0",
+ "https://www.w3.org/TR/CSS2/aural.html#aural-media-group",
+ "https://www.w3.org/TR/CSS2/aural.html#aural-intro",
+ "https://www.w3.org/TR/CSS2/aural.html#x0",
+ "https://www.w3.org/TR/CSS2/aural.html#x1",
+ "https://www.w3.org/TR/CSS2/aural.html#x2",
+ "https://www.w3.org/TR/CSS2/aural.html#angles",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-angle",
+ "https://www.w3.org/TR/CSS2/aural.html#x4",
+ "https://www.w3.org/TR/CSS2/aural.html#times",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-time",
+ "https://www.w3.org/TR/CSS2/aural.html#x6",
+ "https://www.w3.org/TR/CSS2/aural.html#frequencies",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-frequency",
+ "https://www.w3.org/TR/CSS2/aural.html#x8",
+ "https://www.w3.org/TR/CSS2/aural.html#volume-props",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-volume",
+ "https://www.w3.org/TR/CSS2/aural.html#x10",
+ "https://www.w3.org/TR/CSS2/aural.html#x11",
+ "https://www.w3.org/TR/CSS2/aural.html#x12",
+ "https://www.w3.org/TR/CSS2/aural.html#speaking-props",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speak",
+ "https://www.w3.org/TR/CSS2/aural.html#pause-props",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pause-before",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pause-after",
+ "https://www.w3.org/TR/CSS2/aural.html#x16",
+ "https://www.w3.org/TR/CSS2/aural.html#x17",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pause",
+ "https://www.w3.org/TR/CSS2/aural.html#cue-props",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-cue-before",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-cue-after",
+ "https://www.w3.org/TR/CSS2/aural.html#x21",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-cue",
+ "https://www.w3.org/TR/CSS2/aural.html#mixing-props",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-play-during",
+ "https://www.w3.org/TR/CSS2/aural.html#x24",
+ "https://www.w3.org/TR/CSS2/aural.html#x25",
+ "https://www.w3.org/TR/CSS2/aural.html#x26",
+ "https://www.w3.org/TR/CSS2/aural.html#spatial-props",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-azimuth",
+ "https://www.w3.org/TR/CSS2/aural.html#x28",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-elevation",
+ "https://www.w3.org/TR/CSS2/aural.html#x30",
+ "https://www.w3.org/TR/CSS2/aural.html#voice-char-props",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speech-rate",
+ "https://www.w3.org/TR/CSS2/aural.html#x32",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-voice-family",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-generic-voice",
+ "https://www.w3.org/TR/CSS2/aural.html#value-def-specific-voice",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pitch",
+ "https://www.w3.org/TR/CSS2/aural.html#x37",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-pitch-range",
+ "https://www.w3.org/TR/CSS2/aural.html#x39",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-stress",
+ "https://www.w3.org/TR/CSS2/aural.html#x41",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-richness",
+ "https://www.w3.org/TR/CSS2/aural.html#x43",
+ "https://www.w3.org/TR/CSS2/aural.html#speech-props",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-punctuation",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-numeral",
+ "https://www.w3.org/TR/CSS2/aural.html#aural-tables",
+ "https://www.w3.org/TR/CSS2/aural.html#speak-headers",
+ "https://www.w3.org/TR/CSS2/aural.html#propdef-speak-header",
+ "https://www.w3.org/TR/CSS2/aural.html#img-table1",
+ "https://www.w3.org/TR/CSS2/aural.html#sample",
+ "https://www.w3.org/TR/CSS2/aural.html#Emacspeak",
+ "https://www.w3.org/TR/CSS2/refs.html#q20.0",
+ "https://www.w3.org/TR/CSS2/refs.html#normative",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-COLORIMETRY",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-FLEX",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-HTML4",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-ICC42",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-ISO8879",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-ISO10646",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-PNG",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-RFC3986",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-RFC2045",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-RFC2616",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-RFC2119",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-2318",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-SRGB",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-UAAG10",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-UAX9",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-UNICODE",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-XML10",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-YACC",
+ "https://www.w3.org/TR/CSS2/refs.html#informative",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-CHARSETS",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-CSS1",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-CSS2",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-CSS3COLOR",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-CSS3LIST",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-CSS3SEL",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-CSS3SPEECH",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-DOM-LEVEL-3-CORE",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-MATH30",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-MEDIAQ",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-P3P",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-BCP47",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-SVG11",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-WCAG20",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-XHTML",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-XMLID",
+ "https://www.w3.org/TR/CSS2/refs.html#ref-XMLNAMESPACES",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.0",
+ "https://www.w3.org/TR/CSS2/changes.html#new",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.2",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.3",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.4",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.5",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.6",
+ "https://www.w3.org/TR/CSS2/changes.html#changes",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.8",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.9",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.10",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.11",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.12",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.13",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.14",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.15",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.16",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.17",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.18",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.19",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.20",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.21",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.22",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.23",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.24",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.25",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.26",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.27",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.28",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.29",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.30",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.31",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.32",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.33",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.34",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.35",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.36",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.37",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.38",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.39",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.40",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.41",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.42",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.43",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.44",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.45",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.46",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.47",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.48",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.49",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.50",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.51",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.52",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.53",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.54",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.55",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.56",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.57",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.58",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.59",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.60",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.61",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.62",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.63",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.64",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.65",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.66",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.67",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.68",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.69",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.70",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.71",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.72",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.73",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.74",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.75",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.76",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.77",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.78",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.79",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.80",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.81",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.82",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.83",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.84",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.85",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.86",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.87",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.88",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.89",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.90",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.91",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.92",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.93",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.94",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.95",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.96",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.97",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.98",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.99",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.100",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.101",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.102",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.103",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.104",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.105",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.106",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.107",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.108",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.109",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.110",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.111",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.112",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.113",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.114",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.115",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.116",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.117",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.118",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.119",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.120",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.121",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.122",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.123",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.124",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.125",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.126",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.127",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.128",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.129",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.130",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.131",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.132",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.133",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.134",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.135",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.136",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.137",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.138",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.139",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.140",
+ "https://www.w3.org/TR/CSS2/changes.html#known-errors",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.142",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.143",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.144",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.145",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.146",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.147",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.148",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.149",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.150",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.151",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.152",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.153",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.154",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.155",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.156",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.157",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.158",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.159",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.160",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.161",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.162",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.163",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.164",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.165",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.166",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.167",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.168",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.169",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.170",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.171",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.172",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.173",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.174",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.175",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.176",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.177",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.178",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.179",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.180",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.181",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.182",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.183",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.184",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.185",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.186",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.187",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.188",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.189",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.190",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.191",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.192",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.193",
+ "https://www.w3.org/TR/CSS2/changes.html#clarifications",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.195",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.196",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.197",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.198",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.199",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.200",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.201",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.202",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.203",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.204",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.205",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.206",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.207",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.208",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.209",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.210",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.211",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.212",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.213",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.214",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.215",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.216",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.217",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.218",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.219",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.220",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.221",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.222",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.223",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.224",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.225",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.226",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.227",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.228",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.229",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.230",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.231",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.232",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.233",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.234",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.235",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.236",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.237",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.238",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.239",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.240",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.241",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.242",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.243",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.244",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.245",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.246",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.247",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.248",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.249",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.250",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.251",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.252",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.253",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.254",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.255",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.256",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.257",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.258",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.259",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.260",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.261",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.262",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.263",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.264",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.265",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.266",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.267",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.268",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.269",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.270",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.271",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.272",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.273",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.274",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.275",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.276",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.277",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.278",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.279",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.280",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.281",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.282",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.283",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.284",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.285",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.286",
+ "https://www.w3.org/TR/CSS2/changes.html#errata",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.288",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.289",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.290",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.291",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.292",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.293",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.294",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.295",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.296",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.297",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.298",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.299",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.300",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.301",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.302",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.303",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.304",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.305",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.306",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.307",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.308",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.309",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.310",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.311",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.312",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.313",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.314",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.315",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.316",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.317",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.318",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.319",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.320",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.321",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.322",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.323",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.324",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.325",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.326",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.327",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.328",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.329",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.330",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.331",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.332",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.333",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.334",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.335",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.336",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.337",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.338",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.339",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.340",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.341",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.342",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.343",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.344",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.345",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.346",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.347",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.348",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.349",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.350",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.351",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.352",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.353",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.354",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.355",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.356",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.357",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.358",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.359",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.360",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.361",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.362",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.363",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.364",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.365",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.366",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.367",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.368",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.369",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.370",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.371",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.372",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.373",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.374",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.375",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.376",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.377",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.378",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.379",
+ "https://www.w3.org/TR/CSS2/changes.html#errata2",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.381",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.382",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.383",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.384",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.385",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.386",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.387",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.388",
+ "https://www.w3.org/TR/CSS2/changes.html#errata3",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.390",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.391",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.392",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.393",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.394",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.395",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.396",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.397",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.398",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.399",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.400",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.401",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.402",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.403",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.404",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.405",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.406",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.407",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.408",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.409",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.410",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.411",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.412",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.413",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.414",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.415",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.416",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.417",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.418",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.419",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.420",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.421",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.422",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.423",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.424",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.425",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.426",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.427",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.428",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.429",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.430",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.431",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.432",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.433",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.434",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.435",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.436",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.437",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.438",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.439",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.440",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.441",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.442",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.443",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.444",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.445",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.446",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.447",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.448",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.449",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.450",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.451",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.452",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.453",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.454",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.455",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.456",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.457",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.458",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.459",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.460",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.461",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.462",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.463",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.464",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.465",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.466",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.467",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.468",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.469",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.470",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.471",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.472",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.473",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.474",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.475",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.476",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.477",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.478",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.479",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.480",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.481",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.482",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.483",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.484",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.485",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.486",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.487",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.488",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.489",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.490",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.491",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.492",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.493",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.494",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.495",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.496",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.497",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.498",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.499",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.500",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.501",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.502",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.503",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.504",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.505",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.506",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.507",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.508",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.509",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.510",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.511",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.512",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.513",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.514",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.515",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.516",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.517",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.518",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.519",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.520",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.521",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.522",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.523",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.524",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.525",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.526",
+ "https://www.w3.org/TR/CSS2/changes.html#img-clip",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.527",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.528",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.529",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.530",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.531",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.532",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.533",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.534",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.535",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.536",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.537",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.538",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.539",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.540",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.541",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.542",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.543",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.544",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.545",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.546",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.547",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.548",
+ "https://www.w3.org/TR/CSS2/changes.html#q21.549",
+ "https://www.w3.org/TR/CSS2/sample.html#q22.0",
+ "https://www.w3.org/TR/CSS2/sample.html#bidi",
+ "https://www.w3.org/TR/CSS2/zindex.html#q23.0",
+ "https://www.w3.org/TR/CSS2/zindex.html#stacking-defs",
+ "https://www.w3.org/TR/CSS2/zindex.html#painting-order",
+ "https://www.w3.org/TR/CSS2/zindex.html#stacking-notes",
+ "https://www.w3.org/TR/CSS2/propidx.html#q24.0",
+ "https://www.w3.org/TR/CSS2/grammar.html#q25.0",
+ "https://www.w3.org/TR/CSS2/grammar.html#grammar",
+ "https://www.w3.org/TR/CSS2/grammar.html#x0",
+ "https://www.w3.org/TR/CSS2/grammar.html#x1",
+ "https://www.w3.org/TR/CSS2/grammar.html#x2",
+ "https://www.w3.org/TR/CSS2/grammar.html#scanner",
+ "https://www.w3.org/TR/CSS2/grammar.html#x3",
+ "https://www.w3.org/TR/CSS2/grammar.html#x4",
+ "https://www.w3.org/TR/CSS2/grammar.html#x5",
+ "https://www.w3.org/TR/CSS2/grammar.html#tokenizer-diffs",
+ "https://www.w3.org/TR/CSS2/grammar.html#q25.4",
+ "https://www.w3.org/TR/CSS2/indexlist.html#q27.0",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%3B",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%3C",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%3D",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%3E",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%3F",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%40",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%5B",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%5C",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%5D",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%5E",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-_",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-%60",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-a",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-b",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-c",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-d",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-e",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-f",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-g",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-h",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-i",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-j",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-k",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-l",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-m",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-n",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-o",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-p",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-q",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-r",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-s",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-t",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-u",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-v",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-w",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-x",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-y",
+ "https://www.w3.org/TR/CSS2/indexlist.html#index-z"
+ ]
+}
\ No newline at end of file
diff --git a/tr/ids/CSS21.json b/tr/ids/CSS21.json
deleted file mode 100644
index dc3ad98c0bdf..000000000000
--- a/tr/ids/CSS21.json
+++ /dev/null
@@ -1,2451 +0,0 @@
-{
- "spec": {
- "title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
- "url": "https://www.w3.org/TR/CSS21/"
- },
- "ids": [
- "https://www.w3.org/TR/CSS21/#title",
- "https://www.w3.org/TR/CSS21/#W3C-doctype",
- "https://www.w3.org/TR/CSS21/#abstract",
- "https://www.w3.org/TR/CSS21/#status",
- "https://www.w3.org/TR/CSS21/#annoying-warning",
- "https://www.w3.org/TR/CSS21/about.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/about.html#propdef-property-name",
- "https://www.w3.org/TR/CSS21/about.html#x1",
- "https://www.w3.org/TR/CSS21/intro.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/intro.html#formatting-structure",
- "https://www.w3.org/TR/CSS21/intro.html#canvas",
- "https://www.w3.org/TR/CSS21/conform.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/conform.html#x0",
- "https://www.w3.org/TR/CSS21/conform.html#x1",
- "https://www.w3.org/TR/CSS21/conform.html#x2",
- "https://www.w3.org/TR/CSS21/conform.html#x3",
- "https://www.w3.org/TR/CSS21/conform.html#x4",
- "https://www.w3.org/TR/CSS21/conform.html#x5",
- "https://www.w3.org/TR/CSS21/conform.html#x6",
- "https://www.w3.org/TR/CSS21/conform.html#x7",
- "https://www.w3.org/TR/CSS21/conform.html#x8",
- "https://www.w3.org/TR/CSS21/conform.html#x9",
- "https://www.w3.org/TR/CSS21/conform.html#style-sheet",
- "https://www.w3.org/TR/CSS21/conform.html#valid-style-sheet",
- "https://www.w3.org/TR/CSS21/conform.html#illegal",
- "https://www.w3.org/TR/CSS21/conform.html#source-document",
- "https://www.w3.org/TR/CSS21/conform.html#doclanguage",
- "https://www.w3.org/TR/CSS21/conform.html#element",
- "https://www.w3.org/TR/CSS21/conform.html#replaced-element",
- "https://www.w3.org/TR/CSS21/conform.html#intrinsic",
- "https://www.w3.org/TR/CSS21/conform.html#attribute",
- "https://www.w3.org/TR/CSS21/conform.html#content",
- "https://www.w3.org/TR/CSS21/conform.html#empty",
- "https://www.w3.org/TR/CSS21/conform.html#parent",
- "https://www.w3.org/TR/CSS21/conform.html#ignore",
- "https://www.w3.org/TR/CSS21/conform.html#rendered-content",
- "https://www.w3.org/TR/CSS21/conform.html#doctree",
- "https://www.w3.org/TR/CSS21/conform.html#root",
- "https://www.w3.org/TR/CSS21/conform.html#child",
- "https://www.w3.org/TR/CSS21/conform.html#descendant",
- "https://www.w3.org/TR/CSS21/conform.html#ancestor",
- "https://www.w3.org/TR/CSS21/conform.html#sibling",
- "https://www.w3.org/TR/CSS21/conform.html#preceding",
- "https://www.w3.org/TR/CSS21/conform.html#following",
- "https://www.w3.org/TR/CSS21/conform.html#author",
- "https://www.w3.org/TR/CSS21/conform.html#authoring",
- "https://www.w3.org/TR/CSS21/conform.html#user",
- "https://www.w3.org/TR/CSS21/conform.html#user-agent",
- "https://www.w3.org/TR/CSS21/conform.html#ua",
- "https://www.w3.org/TR/CSS21/conform.html#property",
- "https://www.w3.org/TR/CSS21/conform.html#conformance-term",
- "https://www.w3.org/TR/CSS21/conform.html#text-css",
- "https://www.w3.org/TR/CSS21/conform.html#message-entity",
- "https://www.w3.org/TR/CSS21/syndata.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/syndata.html#x0",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier",
- "https://www.w3.org/TR/CSS21/syndata.html#escaped-characters",
- "https://www.w3.org/TR/CSS21/syndata.html#at-rules",
- "https://www.w3.org/TR/CSS21/syndata.html#x14",
- "https://www.w3.org/TR/CSS21/syndata.html#x15",
- "https://www.w3.org/TR/CSS21/syndata.html#x19",
- "https://www.w3.org/TR/CSS21/syndata.html#x21",
- "https://www.w3.org/TR/CSS21/syndata.html#ignore",
- "https://www.w3.org/TR/CSS21/syndata.html#illegalvalues",
- "https://www.w3.org/TR/CSS21/syndata.html#unexpected-eof",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-integer",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-number",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-length",
- "https://www.w3.org/TR/CSS21/syndata.html#x34",
- "https://www.w3.org/TR/CSS21/syndata.html#em-width",
- "https://www.w3.org/TR/CSS21/syndata.html#ex",
- "https://www.w3.org/TR/CSS21/syndata.html#x39",
- "https://www.w3.org/TR/CSS21/syndata.html#x40",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-percentage",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-uri",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-counter",
- "https://www.w3.org/TR/CSS21/syndata.html#x46",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-color",
- "https://www.w3.org/TR/CSS21/syndata.html#TanteksColorDiagram20020613",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-string",
- "https://www.w3.org/TR/CSS21/syndata.html#x50",
- "https://www.w3.org/TR/CSS21/syndata.html#x57",
- "https://www.w3.org/TR/CSS21/selector.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/selector.html#x1",
- "https://www.w3.org/TR/CSS21/selector.html#simple-selector",
- "https://www.w3.org/TR/CSS21/selector.html#x4",
- "https://www.w3.org/TR/CSS21/selector.html#combinator",
- "https://www.w3.org/TR/CSS21/selector.html#subject",
- "https://www.w3.org/TR/CSS21/selector.html#x8",
- "https://www.w3.org/TR/CSS21/selector.html#x10",
- "https://www.w3.org/TR/CSS21/selector.html#x11",
- "https://www.w3.org/TR/CSS21/selector.html#x12",
- "https://www.w3.org/TR/CSS21/selector.html#x13",
- "https://www.w3.org/TR/CSS21/selector.html#x14",
- "https://www.w3.org/TR/CSS21/selector.html#x16",
- "https://www.w3.org/TR/CSS21/selector.html#x18",
- "https://www.w3.org/TR/CSS21/selector.html#x22",
- "https://www.w3.org/TR/CSS21/selector.html#x23",
- "https://www.w3.org/TR/CSS21/selector.html#x24",
- "https://www.w3.org/TR/CSS21/selector.html#x26",
- "https://www.w3.org/TR/CSS21/selector.html#x29",
- "https://www.w3.org/TR/CSS21/selector.html#x32",
- "https://www.w3.org/TR/CSS21/selector.html#x35",
- "https://www.w3.org/TR/CSS21/selector.html#x38",
- "https://www.w3.org/TR/CSS21/selector.html#x41",
- "https://www.w3.org/TR/CSS21/selector.html#first-line-pseudo",
- "https://www.w3.org/TR/CSS21/selector.html#x48",
- "https://www.w3.org/TR/CSS21/selector.html#x50",
- "https://www.w3.org/TR/CSS21/selector.html#x57",
- "https://www.w3.org/TR/CSS21/selector.html#x59",
- "https://www.w3.org/TR/CSS21/cascade.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/cascade.html#specified-value",
- "https://www.w3.org/TR/CSS21/cascade.html#x1",
- "https://www.w3.org/TR/CSS21/cascade.html#computed-value",
- "https://www.w3.org/TR/CSS21/cascade.html#used-value",
- "https://www.w3.org/TR/CSS21/cascade.html#usedValue",
- "https://www.w3.org/TR/CSS21/cascade.html#actual-value",
- "https://www.w3.org/TR/CSS21/cascade.html#value-def-inherit",
- "https://www.w3.org/TR/CSS21/cascade.html#x7",
- "https://www.w3.org/TR/CSS21/cascade.html#x9",
- "https://www.w3.org/TR/CSS21/cascade.html#default-style-sheet",
- "https://www.w3.org/TR/CSS21/cascade.html#x12",
- "https://www.w3.org/TR/CSS21/media.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/media.html#x2",
- "https://www.w3.org/TR/CSS21/media.html#x4",
- "https://www.w3.org/TR/CSS21/media.html#continuous-media-group",
- "https://www.w3.org/TR/CSS21/media.html#paged-media-group",
- "https://www.w3.org/TR/CSS21/media.html#visual-media-group",
- "https://www.w3.org/TR/CSS21/media.html#audio-media-group",
- "https://www.w3.org/TR/CSS21/media.html#speech-media-group",
- "https://www.w3.org/TR/CSS21/media.html#tactile-media-group",
- "https://www.w3.org/TR/CSS21/media.html#grid-media-group",
- "https://www.w3.org/TR/CSS21/media.html#bitmap-media-group",
- "https://www.w3.org/TR/CSS21/media.html#interactive-media-group",
- "https://www.w3.org/TR/CSS21/media.html#static-media-group",
- "https://www.w3.org/TR/CSS21/media.html#all-media-group",
- "https://www.w3.org/TR/CSS21/box.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/box.html#box-content-area",
- "https://www.w3.org/TR/CSS21/box.html#box-padding-area",
- "https://www.w3.org/TR/CSS21/box.html#box-border-area",
- "https://www.w3.org/TR/CSS21/box.html#box-margin-area",
- "https://www.w3.org/TR/CSS21/box.html#content-edge",
- "https://www.w3.org/TR/CSS21/box.html#inner-edge",
- "https://www.w3.org/TR/CSS21/box.html#x10",
- "https://www.w3.org/TR/CSS21/box.html#padding-edge",
- "https://www.w3.org/TR/CSS21/box.html#x12",
- "https://www.w3.org/TR/CSS21/box.html#border-edge",
- "https://www.w3.org/TR/CSS21/box.html#x14",
- "https://www.w3.org/TR/CSS21/box.html#margin-edge",
- "https://www.w3.org/TR/CSS21/box.html#outer-edge",
- "https://www.w3.org/TR/CSS21/box.html#x17",
- "https://www.w3.org/TR/CSS21/box.html#content-width",
- "https://www.w3.org/TR/CSS21/box.html#content-height",
- "https://www.w3.org/TR/CSS21/box.html#value-def-margin-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin-top",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin-right",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin-left",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin",
- "https://www.w3.org/TR/CSS21/box.html#x26",
- "https://www.w3.org/TR/CSS21/box.html#x27",
- "https://www.w3.org/TR/CSS21/box.html#what-is-adjoining",
- "https://www.w3.org/TR/CSS21/box.html#x28",
- "https://www.w3.org/TR/CSS21/box.html#collapsed-through",
- "https://www.w3.org/TR/CSS21/box.html#x29",
- "https://www.w3.org/TR/CSS21/box.html#value-def-padding-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding-top",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding-right",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding-left",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding",
- "https://www.w3.org/TR/CSS21/box.html#value-def-border-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-top-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-right-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-left-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-top-color",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-right-color",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-left-color",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-color",
- "https://www.w3.org/TR/CSS21/box.html#value-def-border-style",
- "https://www.w3.org/TR/CSS21/box.html#value-def-bo-none",
- "https://www.w3.org/TR/CSS21/box.html#value-def-hidden",
- "https://www.w3.org/TR/CSS21/box.html#value-def-dotted",
- "https://www.w3.org/TR/CSS21/box.html#value-def-dashed",
- "https://www.w3.org/TR/CSS21/box.html#value-def-solid",
- "https://www.w3.org/TR/CSS21/box.html#value-def-double",
- "https://www.w3.org/TR/CSS21/box.html#value-def-groove",
- "https://www.w3.org/TR/CSS21/box.html#value-def-ridge",
- "https://www.w3.org/TR/CSS21/box.html#value-def-inset",
- "https://www.w3.org/TR/CSS21/box.html#value-def-outset",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-top-style",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-right-style",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-left-style",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-style",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-top",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-right",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-left",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border",
- "https://www.w3.org/TR/CSS21/visuren.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/visuren.html#x0",
- "https://www.w3.org/TR/CSS21/visuren.html#x1",
- "https://www.w3.org/TR/CSS21/visuren.html#containing-block",
- "https://www.w3.org/TR/CSS21/visuren.html#x3",
- "https://www.w3.org/TR/CSS21/visuren.html#block-level",
- "https://www.w3.org/TR/CSS21/visuren.html#x5",
- "https://www.w3.org/TR/CSS21/visuren.html#principal-box",
- "https://www.w3.org/TR/CSS21/visuren.html#block-container-box",
- "https://www.w3.org/TR/CSS21/visuren.html#x8",
- "https://www.w3.org/TR/CSS21/visuren.html#x9",
- "https://www.w3.org/TR/CSS21/visuren.html#inline-level",
- "https://www.w3.org/TR/CSS21/visuren.html#x11",
- "https://www.w3.org/TR/CSS21/visuren.html#inline-box",
- "https://www.w3.org/TR/CSS21/visuren.html#x13",
- "https://www.w3.org/TR/CSS21/visuren.html#x14",
- "https://www.w3.org/TR/CSS21/visuren.html#x15",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-display",
- "https://www.w3.org/TR/CSS21/visuren.html#value-def-block",
- "https://www.w3.org/TR/CSS21/visuren.html#value-def-inline-block",
- "https://www.w3.org/TR/CSS21/visuren.html#value-def-inline",
- "https://www.w3.org/TR/CSS21/visuren.html#value-def-list-item",
- "https://www.w3.org/TR/CSS21/visuren.html#x21",
- "https://www.w3.org/TR/CSS21/visuren.html#x22",
- "https://www.w3.org/TR/CSS21/visuren.html#x23",
- "https://www.w3.org/TR/CSS21/visuren.html#x24",
- "https://www.w3.org/TR/CSS21/visuren.html#x25",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-position",
- "https://www.w3.org/TR/CSS21/visuren.html#positioned-element",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-top",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-right",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-bottom",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-left",
- "https://www.w3.org/TR/CSS21/visuren.html#x32",
- "https://www.w3.org/TR/CSS21/visuren.html#line-box",
- "https://www.w3.org/TR/CSS21/visuren.html#phantom-line-box",
- "https://www.w3.org/TR/CSS21/visuren.html#x34",
- "https://www.w3.org/TR/CSS21/visuren.html#bfc-next-to-float",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-float",
- "https://www.w3.org/TR/CSS21/visuren.html#float-rules",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-clear",
- "https://www.w3.org/TR/CSS21/visuren.html#clearance",
- "https://www.w3.org/TR/CSS21/visuren.html#absolutely-positioned",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-z-index",
- "https://www.w3.org/TR/CSS21/visuren.html#x43",
- "https://www.w3.org/TR/CSS21/visuren.html#stack-level",
- "https://www.w3.org/TR/CSS21/visuren.html#x45",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-direction",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi",
- "https://www.w3.org/TR/CSS21/visudet.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/visudet.html#x0",
- "https://www.w3.org/TR/CSS21/visudet.html#x1",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-width",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-min-width",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-max-width",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-height",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-min-height",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-max-height",
- "https://www.w3.org/TR/CSS21/visudet.html#inline-box-height",
- "https://www.w3.org/TR/CSS21/visudet.html#sTypoAscender",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-line-height",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align",
- "https://www.w3.org/TR/CSS21/visufx.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/visufx.html#x0",
- "https://www.w3.org/TR/CSS21/visufx.html#propdef-overflow",
- "https://www.w3.org/TR/CSS21/visufx.html#x3",
- "https://www.w3.org/TR/CSS21/visufx.html#propdef-clip",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-shape",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-top",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-right",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-bottom",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-left",
- "https://www.w3.org/TR/CSS21/visufx.html#propdef-visibility",
- "https://www.w3.org/TR/CSS21/generate.html#x0",
- "https://www.w3.org/TR/CSS21/generate.html#x1",
- "https://www.w3.org/TR/CSS21/generate.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/generate.html#x2",
- "https://www.w3.org/TR/CSS21/generate.html#x5",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-content",
- "https://www.w3.org/TR/CSS21/generate.html#x18",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-quotes",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-open-quote",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-close-quote",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-no-close-quote",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-no-open-quote",
- "https://www.w3.org/TR/CSS21/generate.html#counters",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment",
- "https://www.w3.org/TR/CSS21/generate.html#x29",
- "https://www.w3.org/TR/CSS21/generate.html#x30",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-disc",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-circle",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-square",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-decimal",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-decimal-leading-zero",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-lower-roman",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-upper-roman",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-georgian",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-armenian",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-lower-latin",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-upper-latin",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-lower-greek",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style",
- "https://www.w3.org/TR/CSS21/page.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/page.html#x0",
- "https://www.w3.org/TR/CSS21/page.html#x1",
- "https://www.w3.org/TR/CSS21/page.html#page-area",
- "https://www.w3.org/TR/CSS21/page.html#x3",
- "https://www.w3.org/TR/CSS21/page.html#page-context",
- "https://www.w3.org/TR/CSS21/page.html#x5",
- "https://www.w3.org/TR/CSS21/page.html#x6",
- "https://www.w3.org/TR/CSS21/page.html#x8",
- "https://www.w3.org/TR/CSS21/page.html#x10",
- "https://www.w3.org/TR/CSS21/page.html#propdef-page-break-before",
- "https://www.w3.org/TR/CSS21/page.html#propdef-page-break-after",
- "https://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside",
- "https://www.w3.org/TR/CSS21/page.html#propdef-orphans",
- "https://www.w3.org/TR/CSS21/page.html#propdef-widows",
- "https://www.w3.org/TR/CSS21/colors.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-color",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-color",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-image",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-position",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background",
- "https://www.w3.org/TR/CSS21/fonts.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-family",
- "https://www.w3.org/TR/CSS21/fonts.html#serif-def",
- "https://www.w3.org/TR/CSS21/fonts.html#sans-serif-def",
- "https://www.w3.org/TR/CSS21/fonts.html#cursive-def",
- "https://www.w3.org/TR/CSS21/fonts.html#fantasy-def",
- "https://www.w3.org/TR/CSS21/fonts.html#monospace-def",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-style",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-size",
- "https://www.w3.org/TR/CSS21/fonts.html#AutoNumber2",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font",
- "https://www.w3.org/TR/CSS21/fonts.html#x11",
- "https://www.w3.org/TR/CSS21/fonts.html#almost",
- "https://www.w3.org/TR/CSS21/text.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/text.html#propdef-text-indent",
- "https://www.w3.org/TR/CSS21/text.html#propdef-text-align",
- "https://www.w3.org/TR/CSS21/text.html#propdef-text-decoration",
- "https://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing",
- "https://www.w3.org/TR/CSS21/text.html#propdef-word-spacing",
- "https://www.w3.org/TR/CSS21/text.html#propdef-text-transform",
- "https://www.w3.org/TR/CSS21/text.html#propdef-white-space",
- "https://www.w3.org/TR/CSS21/tables.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/tables.html#x0",
- "https://www.w3.org/TR/CSS21/tables.html#x2",
- "https://www.w3.org/TR/CSS21/tables.html#internal-table-element",
- "https://www.w3.org/TR/CSS21/tables.html#x5",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-inline-table",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-row",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-row-group",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-header-group",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-footer-group",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-column",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-column-group",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-cell",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-caption",
- "https://www.w3.org/TR/CSS21/tables.html#x16",
- "https://www.w3.org/TR/CSS21/tables.html#x17",
- "https://www.w3.org/TR/CSS21/tables.html#x18",
- "https://www.w3.org/TR/CSS21/tables.html#x19",
- "https://www.w3.org/TR/CSS21/tables.html#tabular-container",
- "https://www.w3.org/TR/CSS21/tables.html#x20",
- "https://www.w3.org/TR/CSS21/tables.html#x21",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-caption-side",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-table-layout",
- "https://www.w3.org/TR/CSS21/tables.html#baseline-below",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells",
- "https://www.w3.org/TR/CSS21/ui.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-cursor",
- "https://www.w3.org/TR/CSS21/ui.html#x2",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-outline",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-outline-width",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-outline-style",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-outline-color",
- "https://www.w3.org/TR/CSS21/ui.html#value-def-invert",
- "https://www.w3.org/TR/CSS21/ui.html#x8",
- "https://www.w3.org/TR/CSS21/aural.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/aural.html#x0",
- "https://www.w3.org/TR/CSS21/aural.html#x1",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-angle",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-time",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-frequency",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-volume",
- "https://www.w3.org/TR/CSS21/aural.html#x10",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speak",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pause-before",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pause-after",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pause",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-cue-before",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-cue-after",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-cue",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-play-during",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-azimuth",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-elevation",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speech-rate",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-voice-family",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-generic-voice",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-specific-voice",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pitch",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pitch-range",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-stress",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-richness",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speak-punctuation",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speak-numeral",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speak-header",
- "https://www.w3.org/TR/CSS21/refs.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/changes.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/changes.html#a4.3.6",
- "https://www.w3.org/TR/CSS21/changes.html#a9.2.4",
- "https://www.w3.org/TR/CSS21/changes.html#a12.2",
- "https://www.w3.org/TR/CSS21/changes.html#a16.6",
- "https://www.w3.org/TR/CSS21/changes.html#a18.1",
- "https://www.w3.org/TR/CSS21/changes.html#c1.1",
- "https://www.w3.org/TR/CSS21/changes.html#c1.2",
- "https://www.w3.org/TR/CSS21/changes.html#c1.3",
- "https://www.w3.org/TR/CSS21/changes.html#c1.4.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#c1.4.2.6",
- "https://www.w3.org/TR/CSS21/changes.html#c1.4.2.7",
- "https://www.w3.org/TR/CSS21/changes.html#c1.4.4",
- "https://www.w3.org/TR/CSS21/changes.html#c1.5",
- "https://www.w3.org/TR/CSS21/changes.html#c3.2",
- "https://www.w3.org/TR/CSS21/changes.html#c3.3",
- "https://www.w3.org/TR/CSS21/changes.html#c4.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#underscore",
- "https://www.w3.org/TR/CSS21/changes.html#c4.1.3",
- "https://www.w3.org/TR/CSS21/changes.html#c4.2",
- "https://www.w3.org/TR/CSS21/changes.html#c4.3",
- "https://www.w3.org/TR/CSS21/changes.html#c4.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#c4.3.4",
- "https://www.w3.org/TR/CSS21/changes.html#c4.3.5",
- "https://www.w3.org/TR/CSS21/changes.html#c4.3.6",
- "https://www.w3.org/TR/CSS21/changes.html#c4.3.8",
- "https://www.w3.org/TR/CSS21/changes.html#c4.4",
- "https://www.w3.org/TR/CSS21/changes.html#c5.8.1",
- "https://www.w3.org/TR/CSS21/changes.html#c5.8.3",
- "https://www.w3.org/TR/CSS21/changes.html#c5.9",
- "https://www.w3.org/TR/CSS21/changes.html#c5.10",
- "https://www.w3.org/TR/CSS21/changes.html#c5.11.2",
- "https://www.w3.org/TR/CSS21/changes.html#c5.11.4",
- "https://www.w3.org/TR/CSS21/changes.html#c5.12.1",
- "https://www.w3.org/TR/CSS21/changes.html#c5.12.2",
- "https://www.w3.org/TR/CSS21/changes.html#c6.1",
- "https://www.w3.org/TR/CSS21/changes.html#c6.4.1",
- "https://www.w3.org/TR/CSS21/changes.html#c6.4.3",
- "https://www.w3.org/TR/CSS21/changes.html#c6.4.4",
- "https://www.w3.org/TR/CSS21/changes.html#c7.3",
- "https://www.w3.org/TR/CSS21/changes.html#c7.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#c8.3",
- "https://www.w3.org/TR/CSS21/changes.html#c8.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#c8.4",
- "https://www.w3.org/TR/CSS21/changes.html#c8.5.2",
- "https://www.w3.org/TR/CSS21/changes.html#c8.5.3",
- "https://www.w3.org/TR/CSS21/changes.html#c8.6",
- "https://www.w3.org/TR/CSS21/changes.html#c9.1.2",
- "https://www.w3.org/TR/CSS21/changes.html#c9.2.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#c9.2.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#c9.2.3",
- "https://www.w3.org/TR/CSS21/changes.html#c9.2.4",
- "https://www.w3.org/TR/CSS21/changes.html#c9.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#c9.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#c9.4.1",
- "https://www.w3.org/TR/CSS21/changes.html#c9.4.2",
- "https://www.w3.org/TR/CSS21/changes.html#c9.4.3",
- "https://www.w3.org/TR/CSS21/changes.html#c9.5",
- "https://www.w3.org/TR/CSS21/changes.html#c9.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#c9.5.2",
- "https://www.w3.org/TR/CSS21/changes.html#c9.7",
- "https://www.w3.org/TR/CSS21/changes.html#c9.9",
- "https://www.w3.org/TR/CSS21/changes.html#c9.10",
- "https://www.w3.org/TR/CSS21/changes.html#c10",
- "https://www.w3.org/TR/CSS21/changes.html#c10.1",
- "https://www.w3.org/TR/CSS21/changes.html#initial-containing-block",
- "https://www.w3.org/TR/CSS21/changes.html#c10.2",
- "https://www.w3.org/TR/CSS21/changes.html#c10.3",
- "https://www.w3.org/TR/CSS21/changes.html#c10.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#c10.3.3",
- "https://www.w3.org/TR/CSS21/changes.html#c10.3.4",
- "https://www.w3.org/TR/CSS21/changes.html#c10.3.5",
- "https://www.w3.org/TR/CSS21/changes.html#c10.3.6",
- "https://www.w3.org/TR/CSS21/changes.html#c10.3.7",
- "https://www.w3.org/TR/CSS21/changes.html#c10.3.8",
- "https://www.w3.org/TR/CSS21/changes.html#c10.4",
- "https://www.w3.org/TR/CSS21/changes.html#c10.5",
- "https://www.w3.org/TR/CSS21/changes.html#c10.6",
- "https://www.w3.org/TR/CSS21/changes.html#c10.6.1",
- "https://www.w3.org/TR/CSS21/changes.html#c10.6.2",
- "https://www.w3.org/TR/CSS21/changes.html#c10.6.3",
- "https://www.w3.org/TR/CSS21/changes.html#c10.6.4",
- "https://www.w3.org/TR/CSS21/changes.html#c10.6.5",
- "https://www.w3.org/TR/CSS21/changes.html#c10.7",
- "https://www.w3.org/TR/CSS21/changes.html#c10.8",
- "https://www.w3.org/TR/CSS21/changes.html#c10.8.1",
- "https://www.w3.org/TR/CSS21/changes.html#c11.1",
- "https://www.w3.org/TR/CSS21/changes.html#c11.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#c11.1.2",
- "https://www.w3.org/TR/CSS21/changes.html#c11.2",
- "https://www.w3.org/TR/CSS21/changes.html#c12",
- "https://www.w3.org/TR/CSS21/changes.html#c12.1",
- "https://www.w3.org/TR/CSS21/changes.html#c12.2",
- "https://www.w3.org/TR/CSS21/changes.html#c12.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#c12.4",
- "https://www.w3.org/TR/CSS21/changes.html#c12.4.1",
- "https://www.w3.org/TR/CSS21/changes.html#c12.5",
- "https://www.w3.org/TR/CSS21/changes.html#c12.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#c13.1",
- "https://www.w3.org/TR/CSS21/changes.html#c13.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#c13.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#c13.3.3",
- "https://www.w3.org/TR/CSS21/changes.html#c14.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#c14.3",
- "https://www.w3.org/TR/CSS21/changes.html#c15",
- "https://www.w3.org/TR/CSS21/changes.html#c15.2",
- "https://www.w3.org/TR/CSS21/changes.html#c15.3",
- "https://www.w3.org/TR/CSS21/changes.html#c15.5",
- "https://www.w3.org/TR/CSS21/changes.html#c15.6",
- "https://www.w3.org/TR/CSS21/changes.html#c15.7",
- "https://www.w3.org/TR/CSS21/changes.html#c16",
- "https://www.w3.org/TR/CSS21/changes.html#c16.2",
- "https://www.w3.org/TR/CSS21/changes.html#c16.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#c16.4",
- "https://www.w3.org/TR/CSS21/changes.html#c16.5",
- "https://www.w3.org/TR/CSS21/changes.html#c16.6",
- "https://www.w3.org/TR/CSS21/changes.html#c17",
- "https://www.w3.org/TR/CSS21/changes.html#c17.2",
- "https://www.w3.org/TR/CSS21/changes.html#c17.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#c17.4",
- "https://www.w3.org/TR/CSS21/changes.html#c17.4.1",
- "https://www.w3.org/TR/CSS21/changes.html#c17.5",
- "https://www.w3.org/TR/CSS21/changes.html#c17.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#c17.5.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#c17.5.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#c17.5.3",
- "https://www.w3.org/TR/CSS21/changes.html#c17.5.4",
- "https://www.w3.org/TR/CSS21/changes.html#c17.6",
- "https://www.w3.org/TR/CSS21/changes.html#c17.6.1",
- "https://www.w3.org/TR/CSS21/changes.html#c17.6.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#c17.6.2",
- "https://www.w3.org/TR/CSS21/changes.html#c17.6.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#c18.1",
- "https://www.w3.org/TR/CSS21/changes.html#c18.4",
- "https://www.w3.org/TR/CSS21/changes.html#s-12",
- "https://www.w3.org/TR/CSS21/changes.html#cA",
- "https://www.w3.org/TR/CSS21/changes.html#cA.5",
- "https://www.w3.org/TR/CSS21/changes.html#cA.6",
- "https://www.w3.org/TR/CSS21/changes.html#cA.7",
- "https://www.w3.org/TR/CSS21/changes.html#cB",
- "https://www.w3.org/TR/CSS21/changes.html#other",
- "https://www.w3.org/TR/CSS21/changes.html#x-shorthand-inherit",
- "https://www.w3.org/TR/CSS21/changes.html#x-applies-table",
- "https://www.w3.org/TR/CSS21/changes.html#x4.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#x4.1.3",
- "https://www.w3.org/TR/CSS21/changes.html#x4.3",
- "https://www.w3.org/TR/CSS21/changes.html#x4.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#x4.3.3",
- "https://www.w3.org/TR/CSS21/changes.html#x4.3.4",
- "https://www.w3.org/TR/CSS21/changes.html#x4.3.5",
- "https://www.w3.org/TR/CSS21/changes.html#x4.3.6",
- "https://www.w3.org/TR/CSS21/changes.html#x4.3.7",
- "https://www.w3.org/TR/CSS21/changes.html#x5.10",
- "https://www.w3.org/TR/CSS21/changes.html#x6.4",
- "https://www.w3.org/TR/CSS21/changes.html#x8.1",
- "https://www.w3.org/TR/CSS21/changes.html#x8.2",
- "https://www.w3.org/TR/CSS21/changes.html#x8.5.4",
- "https://www.w3.org/TR/CSS21/changes.html#x9.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#x9.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#x9.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#x9.4.1",
- "https://www.w3.org/TR/CSS21/changes.html#x9.4.2",
- "https://www.w3.org/TR/CSS21/changes.html#x9.4.3",
- "https://www.w3.org/TR/CSS21/changes.html#x9.5",
- "https://www.w3.org/TR/CSS21/changes.html#x9.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#x9.5.2",
- "https://www.w3.org/TR/CSS21/changes.html#x9.6",
- "https://www.w3.org/TR/CSS21/changes.html#x9.7",
- "https://www.w3.org/TR/CSS21/changes.html#x9.10",
- "https://www.w3.org/TR/CSS21/changes.html#x10.1",
- "https://www.w3.org/TR/CSS21/changes.html#x10.3.3",
- "https://www.w3.org/TR/CSS21/changes.html#x10.4",
- "https://www.w3.org/TR/CSS21/changes.html#x10.6.3",
- "https://www.w3.org/TR/CSS21/changes.html#x10.7",
- "https://www.w3.org/TR/CSS21/changes.html#x11.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#x11.1.2",
- "https://www.w3.org/TR/CSS21/changes.html#x11.2",
- "https://www.w3.org/TR/CSS21/changes.html#x12.4.2",
- "https://www.w3.org/TR/CSS21/changes.html#x12.6.2",
- "https://www.w3.org/TR/CSS21/changes.html#x14.2",
- "https://www.w3.org/TR/CSS21/changes.html#x14.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#x15.2",
- "https://www.w3.org/TR/CSS21/changes.html#x15.7",
- "https://www.w3.org/TR/CSS21/changes.html#x16.1",
- "https://www.w3.org/TR/CSS21/changes.html#x16.2",
- "https://www.w3.org/TR/CSS21/changes.html#x17.2",
- "https://www.w3.org/TR/CSS21/changes.html#x17.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#x17.4",
- "https://www.w3.org/TR/CSS21/changes.html#x17.5",
- "https://www.w3.org/TR/CSS21/changes.html#x17.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#x17.6.1",
- "https://www.w3.org/TR/CSS21/changes.html#x18.2",
- "https://www.w3.org/TR/CSS21/changes.html#xE.2",
- "https://www.w3.org/TR/CSS21/changes.html#r2.1",
- "https://www.w3.org/TR/CSS21/changes.html#r2.2",
- "https://www.w3.org/TR/CSS21/changes.html#r2.3",
- "https://www.w3.org/TR/CSS21/changes.html#r3.1",
- "https://www.w3.org/TR/CSS21/changes.html#r4.1",
- "https://www.w3.org/TR/CSS21/changes.html#r4.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#r4.1.3",
- "https://www.w3.org/TR/CSS21/changes.html#r4.1.7",
- "https://www.w3.org/TR/CSS21/changes.html#r4.2",
- "https://www.w3.org/TR/CSS21/changes.html#r4.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#r4.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#r4.3.4",
- "https://www.w3.org/TR/CSS21/changes.html#r5.1",
- "https://www.w3.org/TR/CSS21/changes.html#r5.7",
- "https://www.w3.org/TR/CSS21/changes.html#r5.8.1",
- "https://www.w3.org/TR/CSS21/changes.html#r5.8.2",
- "https://www.w3.org/TR/CSS21/changes.html#r5.9",
- "https://www.w3.org/TR/CSS21/changes.html#r5.11.3",
- "https://www.w3.org/TR/CSS21/changes.html#r5.11.4",
- "https://www.w3.org/TR/CSS21/changes.html#r5.12.2",
- "https://www.w3.org/TR/CSS21/changes.html#r6.2",
- "https://www.w3.org/TR/CSS21/changes.html#r6.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#r6.3",
- "https://www.w3.org/TR/CSS21/changes.html#r6.4",
- "https://www.w3.org/TR/CSS21/changes.html#r6.4.1",
- "https://www.w3.org/TR/CSS21/changes.html#r6.4.3",
- "https://www.w3.org/TR/CSS21/changes.html#r7.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#r7.3",
- "https://www.w3.org/TR/CSS21/changes.html#r7.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#r8.1",
- "https://www.w3.org/TR/CSS21/changes.html#r8.3",
- "https://www.w3.org/TR/CSS21/changes.html#r8.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#r8.5.3",
- "https://www.w3.org/TR/CSS21/changes.html#r9.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#r9.2.4",
- "https://www.w3.org/TR/CSS21/changes.html#r9.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#r9.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#r9.4.2",
- "https://www.w3.org/TR/CSS21/changes.html#r9.4.3",
- "https://www.w3.org/TR/CSS21/changes.html#r9.5",
- "https://www.w3.org/TR/CSS21/changes.html#r9.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#r9.5.2",
- "https://www.w3.org/TR/CSS21/changes.html#r9.8",
- "https://www.w3.org/TR/CSS21/changes.html#r10.1",
- "https://www.w3.org/TR/CSS21/changes.html#r10.2",
- "https://www.w3.org/TR/CSS21/changes.html#r10.3.3",
- "https://www.w3.org/TR/CSS21/changes.html#r10.3.8",
- "https://www.w3.org/TR/CSS21/changes.html#r10.4",
- "https://www.w3.org/TR/CSS21/changes.html#r10.6.1",
- "https://www.w3.org/TR/CSS21/changes.html#r10.7",
- "https://www.w3.org/TR/CSS21/changes.html#r10.8",
- "https://www.w3.org/TR/CSS21/changes.html#r10.8.1",
- "https://www.w3.org/TR/CSS21/changes.html#r11.1",
- "https://www.w3.org/TR/CSS21/changes.html#r11.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#r11.1.2",
- "https://www.w3.org/TR/CSS21/changes.html#r11.2",
- "https://www.w3.org/TR/CSS21/changes.html#r12.1",
- "https://www.w3.org/TR/CSS21/changes.html#r12.2",
- "https://www.w3.org/TR/CSS21/changes.html#r12.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#r12.4",
- "https://www.w3.org/TR/CSS21/changes.html#r12.4.3",
- "https://www.w3.org/TR/CSS21/changes.html#r14.2",
- "https://www.w3.org/TR/CSS21/changes.html#r15.1",
- "https://www.w3.org/TR/CSS21/changes.html#r15.2",
- "https://www.w3.org/TR/CSS21/changes.html#r15.3",
- "https://www.w3.org/TR/CSS21/changes.html#r15.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#r15.4",
- "https://www.w3.org/TR/CSS21/changes.html#r15.5",
- "https://www.w3.org/TR/CSS21/changes.html#r15.6",
- "https://www.w3.org/TR/CSS21/changes.html#r15.7",
- "https://www.w3.org/TR/CSS21/changes.html#r16.1",
- "https://www.w3.org/TR/CSS21/changes.html#r16.2",
- "https://www.w3.org/TR/CSS21/changes.html#r16.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#r16.5",
- "https://www.w3.org/TR/CSS21/changes.html#r16.6",
- "https://www.w3.org/TR/CSS21/changes.html#r17.1",
- "https://www.w3.org/TR/CSS21/changes.html#r17.2",
- "https://www.w3.org/TR/CSS21/changes.html#r17.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#r17.4",
- "https://www.w3.org/TR/CSS21/changes.html#r17.5",
- "https://www.w3.org/TR/CSS21/changes.html#r17.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#r17.5.2",
- "https://www.w3.org/TR/CSS21/changes.html#r17.5.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#r17.5.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#r17.5.4",
- "https://www.w3.org/TR/CSS21/changes.html#r17.5.5",
- "https://www.w3.org/TR/CSS21/changes.html#r17.6.1",
- "https://www.w3.org/TR/CSS21/changes.html#r17.6.2",
- "https://www.w3.org/TR/CSS21/changes.html#r18.2",
- "https://www.w3.org/TR/CSS21/changes.html#r18.4",
- "https://www.w3.org/TR/CSS21/changes.html#r18.4.1",
- "https://www.w3.org/TR/CSS21/changes.html#rD",
- "https://www.w3.org/TR/CSS21/changes.html#s.1.4.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.2.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.1.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.1.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.1.3a",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.1.3b",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.1.3c",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.1.5",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.1.7",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.2a",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.3.5",
- "https://www.w3.org/TR/CSS21/changes.html#s.5.8.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.5.8.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.5.11.4",
- "https://www.w3.org/TR/CSS21/changes.html#s.5.12.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.6.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.6.3a",
- "https://www.w3.org/TR/CSS21/changes.html#s.6.4.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.6.4.1a",
- "https://www.w3.org/TR/CSS21/changes.html#s.7.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.8.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.8.3.1a",
- "https://www.w3.org/TR/CSS21/changes.html#s.8.3.1b",
- "https://www.w3.org/TR/CSS21/changes.html#s.9.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.9.2.4",
- "https://www.w3.org/TR/CSS21/changes.html#s.9.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.9.5",
- "https://www.w3.org/TR/CSS21/changes.html#s.9.5a",
- "https://www.w3.org/TR/CSS21/changes.html#s.9.5.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.9.6.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.9.9.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3.2a",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3.7",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3.7a",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3.8",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3.8a",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.3.8c",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.5",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.6.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.6.4",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.6.5",
- "https://www.w3.org/TR/CSS21/changes.html#s.10.8.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.11.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.11.1.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.12.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.12.4.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.12.5",
- "https://www.w3.org/TR/CSS21/changes.html#s.12.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.12.5.1a",
- "https://www.w3.org/TR/CSS21/changes.html#s.12.5.1b",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.2.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.2.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.3.1a",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.3.2a",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.3.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.3.3a",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.3.3b",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.3.5",
- "https://www.w3.org/TR/CSS21/changes.html#s.14.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.14.2a",
- "https://www.w3.org/TR/CSS21/changes.html#s.14.2.1a",
- "https://www.w3.org/TR/CSS21/changes.html#s.15.6",
- "https://www.w3.org/TR/CSS21/changes.html#s.16.6",
- "https://www.w3.org/TR/CSS21/changes.html#s.16.6.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.17.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.17.2.1a",
- "https://www.w3.org/TR/CSS21/changes.html#s.17.4",
- "https://www.w3.org/TR/CSS21/changes.html#s.17.5.4a",
- "https://www.w3.org/TR/CSS21/changes.html#s.18.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.B.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.D",
- "https://www.w3.org/TR/CSS21/changes.html#s.Da",
- "https://www.w3.org/TR/CSS21/changes.html#s.E.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.G",
- "https://www.w3.org/TR/CSS21/changes.html#s.G.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.G.2",
- "https://www.w3.org/TR/CSS21/changes.html#s.G.2a",
- "https://www.w3.org/TR/CSS21/changes.html#s.G.2b",
- "https://www.w3.org/TR/CSS21/changes.html#s.G.2c",
- "https://www.w3.org/TR/CSS21/changes.html#s.I",
- "https://www.w3.org/TR/CSS21/changes.html#s.4.2b",
- "https://www.w3.org/TR/CSS21/changes.html#s.13.3.3c",
- "https://www.w3.org/TR/CSS21/changes.html#s.15.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.15.3.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.15.7",
- "https://www.w3.org/TR/CSS21/changes.html#s.17.5.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#s.17.5.3",
- "https://www.w3.org/TR/CSS21/changes.html#s.Ga",
- "https://www.w3.org/TR/CSS21/changes.html#t.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.1.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.1.1b",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.1.1c",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.1.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.1.3",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.1.3a",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.1.8",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.3.2a",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.3.4a",
- "https://www.w3.org/TR/CSS21/changes.html#t.4.3.4",
- "https://www.w3.org/TR/CSS21/changes.html#t.5.8.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.5.11.4",
- "https://www.w3.org/TR/CSS21/changes.html#t.5.12",
- "https://www.w3.org/TR/CSS21/changes.html#t.5.12.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.5.12.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.6.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.6.4.4",
- "https://www.w3.org/TR/CSS21/changes.html#t.7.3",
- "https://www.w3.org/TR/CSS21/changes.html#t.8.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.8.3.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1.1b",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.2.1.1c",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.2.3a",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.2.4",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.2.4a",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.3",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.4",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.5",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.5a",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2a",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2b",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2c",
- "https://www.w3.org/TR/CSS21/changes.html#t.14.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.9.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.10",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.10a",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.10b",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.2a",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.2b",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.5",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.5a",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.6.7",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.7",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.8",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.8a",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.8.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.8.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.8.1b",
- "https://www.w3.org/TR/CSS21/changes.html#t.11.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.11.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.11.1.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.11.1.1b",
- "https://www.w3.org/TR/CSS21/changes.html#t.11.1.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.12.5",
- "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1b",
- "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1c",
- "https://www.w3.org/TR/CSS21/changes.html#t.12.5.1d",
- "https://www.w3.org/TR/CSS21/changes.html#t.13.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.13.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.13.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.13.3.3",
- "https://www.w3.org/TR/CSS21/changes.html#t.15.3",
- "https://www.w3.org/TR/CSS21/changes.html#t.15.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.15.6",
- "https://www.w3.org/TR/CSS21/changes.html#t.15.6q",
- "https://www.w3.org/TR/CSS21/changes.html#t.15.7",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.2a",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.3.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.4",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.6",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.6.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.6.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.16.6.1b",
- "https://www.w3.org/TR/CSS21/changes.html#t.17.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.17.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#t.17.2.1a",
- "https://www.w3.org/TR/CSS21/changes.html#t.17.4",
- "https://www.w3.org/TR/CSS21/changes.html#t.17.4a",
- "https://www.w3.org/TR/CSS21/changes.html#t.17.5.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.17.5.3",
- "https://www.w3.org/TR/CSS21/changes.html#t.17.5.4",
- "https://www.w3.org/TR/CSS21/changes.html#t.B.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.D",
- "https://www.w3.org/TR/CSS21/changes.html#t.E.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.G",
- "https://www.w3.org/TR/CSS21/changes.html#errata4",
- "https://www.w3.org/TR/CSS21/changes.html#u.8.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.10.8.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.10.3",
- "https://www.w3.org/TR/CSS21/changes.html#u.14.3",
- "https://www.w3.org/TR/CSS21/changes.html#u.11.1.2",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.4.2",
- "https://www.w3.org/TR/CSS21/changes.html#u.10.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#u.10.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.13.2.2",
- "https://www.w3.org/TR/CSS21/changes.html#u.8.3.1a",
- "https://www.w3.org/TR/CSS21/changes.html#u.10.8",
- "https://www.w3.org/TR/CSS21/changes.html#u.10.8.1a",
- "https://www.w3.org/TR/CSS21/changes.html#u.10.6.1a",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.2.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.5.12.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.16.6",
- "https://www.w3.org/TR/CSS21/changes.html#u.12.5.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.7",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.4.2a",
- "https://www.w3.org/TR/CSS21/changes.html#u.4.1.9",
- "https://www.w3.org/TR/CSS21/changes.html#u.12.5.1a",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.5.1a",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.3",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.10",
- "https://www.w3.org/TR/CSS21/changes.html#u.16.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.16.3.1a",
- "https://www.w3.org/TR/CSS21/changes.html#u.10.4",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.3.2",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.2.1.1a",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.2.1.1b",
- "https://www.w3.org/TR/CSS21/changes.html#u.11.1.2a",
- "https://www.w3.org/TR/CSS21/changes.html#u.13.2",
- "https://www.w3.org/TR/CSS21/changes.html#u.4.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.4.2",
- "https://www.w3.org/TR/CSS21/changes.html#u.3.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.4.3.4",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.5",
- "https://www.w3.org/TR/CSS21/changes.html#u.11.1.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.2.1.1c",
- "https://www.w3.org/TR/CSS21/changes.html#u.16.2",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.5a",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.4.2b",
- "https://www.w3.org/TR/CSS21/changes.html#u.5.12",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.5b",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.5c",
- "https://www.w3.org/TR/CSS21/changes.html#u.14.2.1",
- "https://www.w3.org/TR/CSS21/changes.html#u.9.2.4",
- "https://www.w3.org/TR/CSS21/changes.html#u.6.1.2",
- "https://www.w3.org/TR/CSS21/changes.html#u.10.3.2a",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2d",
- "https://www.w3.org/TR/CSS21/changes.html#t.G.2",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.5.2e",
- "https://www.w3.org/TR/CSS21/changes.html#t.9.5b",
- "https://www.w3.org/TR/CSS21/changes.html#t.10.6.3",
- "https://www.w3.org/TR/CSS21/sample.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/zindex.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/zindex.html#each-box",
- "https://www.w3.org/TR/CSS21/zindex.html#outlines",
- "https://www.w3.org/TR/CSS21/propidx.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/grammar.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/grammar.html#x3",
- "https://www.w3.org/TR/CSS21/indexlist.html#annoying-warning",
- "https://www.w3.org/TR/CSS21/#minitoc",
- "https://www.w3.org/TR/CSS21/#toc",
- "https://www.w3.org/TR/CSS21/about.html#q1.0",
- "https://www.w3.org/TR/CSS21/about.html#css2.1-v-css2",
- "https://www.w3.org/TR/CSS21/about.html#reading",
- "https://www.w3.org/TR/CSS21/about.html#organization",
- "https://www.w3.org/TR/CSS21/about.html#conventions",
- "https://www.w3.org/TR/CSS21/about.html#doc-language",
- "https://www.w3.org/TR/CSS21/about.html#property-defs",
- "https://www.w3.org/TR/CSS21/about.html#propdef-property-name",
- "https://www.w3.org/TR/CSS21/about.html#value-defs",
- "https://www.w3.org/TR/CSS21/about.html#syndata.html%23keywords",
- "https://www.w3.org/TR/CSS21/about.html#initial-value",
- "https://www.w3.org/TR/CSS21/about.html#applies-to",
- "https://www.w3.org/TR/CSS21/about.html#inherited-prop",
- "https://www.w3.org/TR/CSS21/about.html#percentage-wrt",
- "https://www.w3.org/TR/CSS21/about.html#media-applies",
- "https://www.w3.org/TR/CSS21/about.html#computed-defs",
- "https://www.w3.org/TR/CSS21/about.html#shorthand",
- "https://www.w3.org/TR/CSS21/about.html#x1",
- "https://www.w3.org/TR/CSS21/about.html#notes-and-examples",
- "https://www.w3.org/TR/CSS21/about.html#images-and-longdesc",
- "https://www.w3.org/TR/CSS21/about.html#acknowledgements",
- "https://www.w3.org/TR/CSS21/intro.html#q2.0",
- "https://www.w3.org/TR/CSS21/intro.html#html-tutorial",
- "https://www.w3.org/TR/CSS21/intro.html#xml-tutorial",
- "https://www.w3.org/TR/CSS21/intro.html#img-bach1",
- "https://www.w3.org/TR/CSS21/intro.html#img-bach2",
- "https://www.w3.org/TR/CSS21/intro.html#processing-model",
- "https://www.w3.org/TR/CSS21/intro.html#formatting-structure",
- "https://www.w3.org/TR/CSS21/intro.html#the-canvas",
- "https://www.w3.org/TR/CSS21/intro.html#canvas",
- "https://www.w3.org/TR/CSS21/intro.html#addressing",
- "https://www.w3.org/TR/CSS21/intro.html#design-principles",
- "https://www.w3.org/TR/CSS21/conform.html#q3.0",
- "https://www.w3.org/TR/CSS21/conform.html#defs",
- "https://www.w3.org/TR/CSS21/conform.html#x0",
- "https://www.w3.org/TR/CSS21/conform.html#x1",
- "https://www.w3.org/TR/CSS21/conform.html#x2",
- "https://www.w3.org/TR/CSS21/conform.html#x3",
- "https://www.w3.org/TR/CSS21/conform.html#x4",
- "https://www.w3.org/TR/CSS21/conform.html#x5",
- "https://www.w3.org/TR/CSS21/conform.html#x6",
- "https://www.w3.org/TR/CSS21/conform.html#x7",
- "https://www.w3.org/TR/CSS21/conform.html#x8",
- "https://www.w3.org/TR/CSS21/conform.html#x9",
- "https://www.w3.org/TR/CSS21/conform.html#style-sheet",
- "https://www.w3.org/TR/CSS21/conform.html#valid-style-sheet",
- "https://www.w3.org/TR/CSS21/conform.html#illegal",
- "https://www.w3.org/TR/CSS21/conform.html#source-document",
- "https://www.w3.org/TR/CSS21/conform.html#doclanguage",
- "https://www.w3.org/TR/CSS21/conform.html#element",
- "https://www.w3.org/TR/CSS21/conform.html#replaced-element",
- "https://www.w3.org/TR/CSS21/conform.html#intrinsic",
- "https://www.w3.org/TR/CSS21/conform.html#attribute",
- "https://www.w3.org/TR/CSS21/conform.html#content",
- "https://www.w3.org/TR/CSS21/conform.html#empty",
- "https://www.w3.org/TR/CSS21/conform.html#parent",
- "https://www.w3.org/TR/CSS21/conform.html#ignore",
- "https://www.w3.org/TR/CSS21/conform.html#rendered-content",
- "https://www.w3.org/TR/CSS21/conform.html#doctree",
- "https://www.w3.org/TR/CSS21/conform.html#root",
- "https://www.w3.org/TR/CSS21/conform.html#child",
- "https://www.w3.org/TR/CSS21/conform.html#descendant",
- "https://www.w3.org/TR/CSS21/conform.html#ancestor",
- "https://www.w3.org/TR/CSS21/conform.html#sibling",
- "https://www.w3.org/TR/CSS21/conform.html#preceding",
- "https://www.w3.org/TR/CSS21/conform.html#following",
- "https://www.w3.org/TR/CSS21/conform.html#authoring",
- "https://www.w3.org/TR/CSS21/conform.html#ua",
- "https://www.w3.org/TR/CSS21/conform.html#property",
- "https://www.w3.org/TR/CSS21/conform.html#img-doctree",
- "https://www.w3.org/TR/CSS21/conform.html#conformance",
- "https://www.w3.org/TR/CSS21/conform.html#conformance-term",
- "https://www.w3.org/TR/CSS21/conform.html#x44",
- "https://www.w3.org/TR/CSS21/conform.html#x45",
- "https://www.w3.org/TR/CSS21/conform.html#errors",
- "https://www.w3.org/TR/CSS21/conform.html#text-css",
- "https://www.w3.org/TR/CSS21/conform.html#message-entity",
- "https://www.w3.org/TR/CSS21/syndata.html#q4.0",
- "https://www.w3.org/TR/CSS21/syndata.html#syntax",
- "https://www.w3.org/TR/CSS21/syndata.html#x0",
- "https://www.w3.org/TR/CSS21/syndata.html#tokenization",
- "https://www.w3.org/TR/CSS21/syndata.html#comment",
- "https://www.w3.org/TR/CSS21/syndata.html#whitespace",
- "https://www.w3.org/TR/CSS21/syndata.html#keywords",
- "https://www.w3.org/TR/CSS21/syndata.html#vendor-keywords",
- "https://www.w3.org/TR/CSS21/syndata.html#vendor-keyword-history",
- "https://www.w3.org/TR/CSS21/syndata.html#characters",
- "https://www.w3.org/TR/CSS21/syndata.html#x1",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier",
- "https://www.w3.org/TR/CSS21/syndata.html#escaped-characters",
- "https://www.w3.org/TR/CSS21/syndata.html#statements",
- "https://www.w3.org/TR/CSS21/syndata.html#x5",
- "https://www.w3.org/TR/CSS21/syndata.html#x6",
- "https://www.w3.org/TR/CSS21/syndata.html#x7",
- "https://www.w3.org/TR/CSS21/syndata.html#at-rules",
- "https://www.w3.org/TR/CSS21/syndata.html#x9",
- "https://www.w3.org/TR/CSS21/syndata.html#x10",
- "https://www.w3.org/TR/CSS21/syndata.html#x11",
- "https://www.w3.org/TR/CSS21/syndata.html#block",
- "https://www.w3.org/TR/CSS21/syndata.html#x12",
- "https://www.w3.org/TR/CSS21/syndata.html#x13",
- "https://www.w3.org/TR/CSS21/syndata.html#rule-sets",
- "https://www.w3.org/TR/CSS21/syndata.html#x14",
- "https://www.w3.org/TR/CSS21/syndata.html#x15",
- "https://www.w3.org/TR/CSS21/syndata.html#x16",
- "https://www.w3.org/TR/CSS21/syndata.html#x17",
- "https://www.w3.org/TR/CSS21/syndata.html#x18",
- "https://www.w3.org/TR/CSS21/syndata.html#declaration",
- "https://www.w3.org/TR/CSS21/syndata.html#properties",
- "https://www.w3.org/TR/CSS21/syndata.html#x19",
- "https://www.w3.org/TR/CSS21/syndata.html#x20",
- "https://www.w3.org/TR/CSS21/syndata.html#x21",
- "https://www.w3.org/TR/CSS21/syndata.html#x22",
- "https://www.w3.org/TR/CSS21/syndata.html#x23",
- "https://www.w3.org/TR/CSS21/syndata.html#comments",
- "https://www.w3.org/TR/CSS21/syndata.html#x24",
- "https://www.w3.org/TR/CSS21/syndata.html#parsing-errors",
- "https://www.w3.org/TR/CSS21/syndata.html#ignore",
- "https://www.w3.org/TR/CSS21/syndata.html#x26",
- "https://www.w3.org/TR/CSS21/syndata.html#x27",
- "https://www.w3.org/TR/CSS21/syndata.html#x28",
- "https://www.w3.org/TR/CSS21/syndata.html#x29",
- "https://www.w3.org/TR/CSS21/syndata.html#x30",
- "https://www.w3.org/TR/CSS21/syndata.html#values",
- "https://www.w3.org/TR/CSS21/syndata.html#numbers",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-integer",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-number",
- "https://www.w3.org/TR/CSS21/syndata.html#length-units",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-length",
- "https://www.w3.org/TR/CSS21/syndata.html#absrel-units",
- "https://www.w3.org/TR/CSS21/syndata.html#x34",
- "https://www.w3.org/TR/CSS21/syndata.html#em-width",
- "https://www.w3.org/TR/CSS21/syndata.html#ex",
- "https://www.w3.org/TR/CSS21/syndata.html#x39",
- "https://www.w3.org/TR/CSS21/syndata.html#x40",
- "https://www.w3.org/TR/CSS21/syndata.html#img-pixel1",
- "https://www.w3.org/TR/CSS21/syndata.html#img-pixel2",
- "https://www.w3.org/TR/CSS21/syndata.html#percentage-units",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-percentage",
- "https://www.w3.org/TR/CSS21/syndata.html#x43",
- "https://www.w3.org/TR/CSS21/syndata.html#uri",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-uri",
- "https://www.w3.org/TR/CSS21/syndata.html#counter",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-counter",
- "https://www.w3.org/TR/CSS21/syndata.html#x46",
- "https://www.w3.org/TR/CSS21/syndata.html#color-units",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-color",
- "https://www.w3.org/TR/CSS21/syndata.html#strings",
- "https://www.w3.org/TR/CSS21/syndata.html#value-def-string",
- "https://www.w3.org/TR/CSS21/syndata.html#x49",
- "https://www.w3.org/TR/CSS21/syndata.html#unsupported-values",
- "https://www.w3.org/TR/CSS21/syndata.html#charset",
- "https://www.w3.org/TR/CSS21/syndata.html#x50",
- "https://www.w3.org/TR/CSS21/syndata.html#x51",
- "https://www.w3.org/TR/CSS21/syndata.html#x52",
- "https://www.w3.org/TR/CSS21/syndata.html#x54",
- "https://www.w3.org/TR/CSS21/syndata.html#x55",
- "https://www.w3.org/TR/CSS21/syndata.html#x56",
- "https://www.w3.org/TR/CSS21/syndata.html#x57",
- "https://www.w3.org/TR/CSS21/syndata.html#x58",
- "https://www.w3.org/TR/CSS21/syndata.html#escaping",
- "https://www.w3.org/TR/CSS21/selector.html#q5.0",
- "https://www.w3.org/TR/CSS21/selector.html#pattern-matching",
- "https://www.w3.org/TR/CSS21/selector.html#x0",
- "https://www.w3.org/TR/CSS21/selector.html#x1",
- "https://www.w3.org/TR/CSS21/selector.html#selector-syntax",
- "https://www.w3.org/TR/CSS21/selector.html#simple-selector",
- "https://www.w3.org/TR/CSS21/selector.html#x4",
- "https://www.w3.org/TR/CSS21/selector.html#combinator",
- "https://www.w3.org/TR/CSS21/selector.html#subject",
- "https://www.w3.org/TR/CSS21/selector.html#grouping",
- "https://www.w3.org/TR/CSS21/selector.html#x8",
- "https://www.w3.org/TR/CSS21/selector.html#x9",
- "https://www.w3.org/TR/CSS21/selector.html#universal-selector",
- "https://www.w3.org/TR/CSS21/selector.html#x10",
- "https://www.w3.org/TR/CSS21/selector.html#type-selectors",
- "https://www.w3.org/TR/CSS21/selector.html#x11",
- "https://www.w3.org/TR/CSS21/selector.html#descendant-selectors",
- "https://www.w3.org/TR/CSS21/selector.html#x12",
- "https://www.w3.org/TR/CSS21/selector.html#child-selectors",
- "https://www.w3.org/TR/CSS21/selector.html#x13",
- "https://www.w3.org/TR/CSS21/selector.html#adjacent-selectors",
- "https://www.w3.org/TR/CSS21/selector.html#attribute-selectors",
- "https://www.w3.org/TR/CSS21/selector.html#matching-attrs",
- "https://www.w3.org/TR/CSS21/selector.html#x14",
- "https://www.w3.org/TR/CSS21/selector.html#x16",
- "https://www.w3.org/TR/CSS21/selector.html#x18",
- "https://www.w3.org/TR/CSS21/selector.html#x20",
- "https://www.w3.org/TR/CSS21/selector.html#default-attrs",
- "https://www.w3.org/TR/CSS21/selector.html#x21",
- "https://www.w3.org/TR/CSS21/selector.html#class-html",
- "https://www.w3.org/TR/CSS21/selector.html#id-selectors",
- "https://www.w3.org/TR/CSS21/selector.html#pseudo-elements",
- "https://www.w3.org/TR/CSS21/selector.html#pseudo-classes",
- "https://www.w3.org/TR/CSS21/selector.html#x22",
- "https://www.w3.org/TR/CSS21/selector.html#x23",
- "https://www.w3.org/TR/CSS21/selector.html#pseudo-class-selectors",
- "https://www.w3.org/TR/CSS21/selector.html#first-child",
- "https://www.w3.org/TR/CSS21/selector.html#x24",
- "https://www.w3.org/TR/CSS21/selector.html#link-pseudo-classes",
- "https://www.w3.org/TR/CSS21/selector.html#x26",
- "https://www.w3.org/TR/CSS21/selector.html#x29",
- "https://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes",
- "https://www.w3.org/TR/CSS21/selector.html#x32",
- "https://www.w3.org/TR/CSS21/selector.html#x35",
- "https://www.w3.org/TR/CSS21/selector.html#x38",
- "https://www.w3.org/TR/CSS21/selector.html#lang",
- "https://www.w3.org/TR/CSS21/selector.html#x41",
- "https://www.w3.org/TR/CSS21/selector.html#x44",
- "https://www.w3.org/TR/CSS21/selector.html#pseudo-element-selectors",
- "https://www.w3.org/TR/CSS21/selector.html#first-line-pseudo",
- "https://www.w3.org/TR/CSS21/selector.html#x48",
- "https://www.w3.org/TR/CSS21/selector.html#x49",
- "https://www.w3.org/TR/CSS21/selector.html#first-formatted-line",
- "https://www.w3.org/TR/CSS21/selector.html#first-line",
- "https://www.w3.org/TR/CSS21/selector.html#first-letter",
- "https://www.w3.org/TR/CSS21/selector.html#x50",
- "https://www.w3.org/TR/CSS21/selector.html#x53",
- "https://www.w3.org/TR/CSS21/selector.html#x54",
- "https://www.w3.org/TR/CSS21/selector.html#img-first-letter",
- "https://www.w3.org/TR/CSS21/selector.html#x55",
- "https://www.w3.org/TR/CSS21/selector.html#img-first-letter2",
- "https://www.w3.org/TR/CSS21/selector.html#overlapping-example",
- "https://www.w3.org/TR/CSS21/selector.html#x56",
- "https://www.w3.org/TR/CSS21/selector.html#before-and-after",
- "https://www.w3.org/TR/CSS21/selector.html#x57",
- "https://www.w3.org/TR/CSS21/selector.html#x59",
- "https://www.w3.org/TR/CSS21/cascade.html#q6.0",
- "https://www.w3.org/TR/CSS21/cascade.html#value-stages",
- "https://www.w3.org/TR/CSS21/cascade.html#specified-value",
- "https://www.w3.org/TR/CSS21/cascade.html#x1",
- "https://www.w3.org/TR/CSS21/cascade.html#computed-value",
- "https://www.w3.org/TR/CSS21/cascade.html#used-value",
- "https://www.w3.org/TR/CSS21/cascade.html#actual-value",
- "https://www.w3.org/TR/CSS21/cascade.html#inheritance",
- "https://www.w3.org/TR/CSS21/cascade.html#x5",
- "https://www.w3.org/TR/CSS21/cascade.html#value-def-inherit",
- "https://www.w3.org/TR/CSS21/cascade.html#at-import",
- "https://www.w3.org/TR/CSS21/cascade.html#x7",
- "https://www.w3.org/TR/CSS21/cascade.html#x8",
- "https://www.w3.org/TR/CSS21/cascade.html#x9",
- "https://www.w3.org/TR/CSS21/cascade.html#cascade",
- "https://www.w3.org/TR/CSS21/cascade.html#default-style-sheet",
- "https://www.w3.org/TR/CSS21/cascade.html#x12",
- "https://www.w3.org/TR/CSS21/cascade.html#cascading-order",
- "https://www.w3.org/TR/CSS21/cascade.html#important-rules",
- "https://www.w3.org/TR/CSS21/cascade.html#x13",
- "https://www.w3.org/TR/CSS21/cascade.html#specificity",
- "https://www.w3.org/TR/CSS21/cascade.html#preshint",
- "https://www.w3.org/TR/CSS21/media.html#q7.0",
- "https://www.w3.org/TR/CSS21/media.html#media-intro",
- "https://www.w3.org/TR/CSS21/media.html#media-sheets",
- "https://www.w3.org/TR/CSS21/media.html#x0",
- "https://www.w3.org/TR/CSS21/media.html#x1",
- "https://www.w3.org/TR/CSS21/media.html#at-media-rule",
- "https://www.w3.org/TR/CSS21/media.html#x2",
- "https://www.w3.org/TR/CSS21/media.html#x3",
- "https://www.w3.org/TR/CSS21/media.html#media-types",
- "https://www.w3.org/TR/CSS21/media.html#media-groups",
- "https://www.w3.org/TR/CSS21/media.html#x4",
- "https://www.w3.org/TR/CSS21/media.html#continuous-media-group",
- "https://www.w3.org/TR/CSS21/media.html#paged-media-group",
- "https://www.w3.org/TR/CSS21/media.html#visual-media-group",
- "https://www.w3.org/TR/CSS21/media.html#audio-media-group",
- "https://www.w3.org/TR/CSS21/media.html#speech-media-group",
- "https://www.w3.org/TR/CSS21/media.html#tactile-media-group",
- "https://www.w3.org/TR/CSS21/media.html#grid-media-group",
- "https://www.w3.org/TR/CSS21/media.html#bitmap-media-group",
- "https://www.w3.org/TR/CSS21/media.html#interactive-media-group",
- "https://www.w3.org/TR/CSS21/media.html#static-media-group",
- "https://www.w3.org/TR/CSS21/media.html#all-media-group",
- "https://www.w3.org/TR/CSS21/box.html#box-model",
- "https://www.w3.org/TR/CSS21/box.html#box-dimensions",
- "https://www.w3.org/TR/CSS21/box.html#box-content-area",
- "https://www.w3.org/TR/CSS21/box.html#box-padding-area",
- "https://www.w3.org/TR/CSS21/box.html#box-border-area",
- "https://www.w3.org/TR/CSS21/box.html#box-margin-area",
- "https://www.w3.org/TR/CSS21/box.html#img-boxdim",
- "https://www.w3.org/TR/CSS21/box.html#content-edge",
- "https://www.w3.org/TR/CSS21/box.html#inner-edge",
- "https://www.w3.org/TR/CSS21/box.html#x10",
- "https://www.w3.org/TR/CSS21/box.html#padding-edge",
- "https://www.w3.org/TR/CSS21/box.html#x12",
- "https://www.w3.org/TR/CSS21/box.html#border-edge",
- "https://www.w3.org/TR/CSS21/box.html#x14",
- "https://www.w3.org/TR/CSS21/box.html#margin-edge",
- "https://www.w3.org/TR/CSS21/box.html#outer-edge",
- "https://www.w3.org/TR/CSS21/box.html#x17",
- "https://www.w3.org/TR/CSS21/box.html#content-width",
- "https://www.w3.org/TR/CSS21/box.html#content-height",
- "https://www.w3.org/TR/CSS21/box.html#mpb-examples",
- "https://www.w3.org/TR/CSS21/box.html#img-boxdimeg",
- "https://www.w3.org/TR/CSS21/box.html#margin-properties",
- "https://www.w3.org/TR/CSS21/box.html#value-def-margin-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin-top",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin-bottom",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin-right",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin-left",
- "https://www.w3.org/TR/CSS21/box.html#propdef-margin",
- "https://www.w3.org/TR/CSS21/box.html#collapsing-margins",
- "https://www.w3.org/TR/CSS21/box.html#x26",
- "https://www.w3.org/TR/CSS21/box.html#x27",
- "https://www.w3.org/TR/CSS21/box.html#x28",
- "https://www.w3.org/TR/CSS21/box.html#x29",
- "https://www.w3.org/TR/CSS21/box.html#padding-properties",
- "https://www.w3.org/TR/CSS21/box.html#value-def-padding-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding-top",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding-right",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding-bottom",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding-left",
- "https://www.w3.org/TR/CSS21/box.html#propdef-padding",
- "https://www.w3.org/TR/CSS21/box.html#border-properties",
- "https://www.w3.org/TR/CSS21/box.html#border-width-properties",
- "https://www.w3.org/TR/CSS21/box.html#value-def-border-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-top-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-right-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-left-width",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-width",
- "https://www.w3.org/TR/CSS21/box.html#border-color-properties",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-top-color",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-right-color",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-left-color",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-color",
- "https://www.w3.org/TR/CSS21/box.html#x47",
- "https://www.w3.org/TR/CSS21/box.html#border-style-properties",
- "https://www.w3.org/TR/CSS21/box.html#value-def-border-style",
- "https://www.w3.org/TR/CSS21/box.html#value-def-bo-none",
- "https://www.w3.org/TR/CSS21/box.html#value-def-hidden",
- "https://www.w3.org/TR/CSS21/box.html#value-def-dotted",
- "https://www.w3.org/TR/CSS21/box.html#value-def-dashed",
- "https://www.w3.org/TR/CSS21/box.html#value-def-solid",
- "https://www.w3.org/TR/CSS21/box.html#value-def-double",
- "https://www.w3.org/TR/CSS21/box.html#value-def-groove",
- "https://www.w3.org/TR/CSS21/box.html#value-def-ridge",
- "https://www.w3.org/TR/CSS21/box.html#value-def-inset",
- "https://www.w3.org/TR/CSS21/box.html#value-def-outset",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-top-style",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-right-style",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-left-style",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-style",
- "https://www.w3.org/TR/CSS21/box.html#border-shorthand-properties",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-top",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-right",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-bottom",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border-left",
- "https://www.w3.org/TR/CSS21/box.html#propdef-border",
- "https://www.w3.org/TR/CSS21/box.html#bidi-box-model",
- "https://www.w3.org/TR/CSS21/visuren.html#q9.0",
- "https://www.w3.org/TR/CSS21/visuren.html#visual-model-intro",
- "https://www.w3.org/TR/CSS21/visuren.html#x0",
- "https://www.w3.org/TR/CSS21/visuren.html#viewport",
- "https://www.w3.org/TR/CSS21/visuren.html#x1",
- "https://www.w3.org/TR/CSS21/visuren.html#containing-block",
- "https://www.w3.org/TR/CSS21/visuren.html#x3",
- "https://www.w3.org/TR/CSS21/visuren.html#box-gen",
- "https://www.w3.org/TR/CSS21/visuren.html#block-boxes",
- "https://www.w3.org/TR/CSS21/visuren.html#block-level",
- "https://www.w3.org/TR/CSS21/visuren.html#x5",
- "https://www.w3.org/TR/CSS21/visuren.html#principal-box",
- "https://www.w3.org/TR/CSS21/visuren.html#block-container-box",
- "https://www.w3.org/TR/CSS21/visuren.html#x8",
- "https://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level",
- "https://www.w3.org/TR/CSS21/visuren.html#x9",
- "https://www.w3.org/TR/CSS21/visuren.html#img-anon-block",
- "https://www.w3.org/TR/CSS21/visuren.html#inline-boxes",
- "https://www.w3.org/TR/CSS21/visuren.html#inline-level",
- "https://www.w3.org/TR/CSS21/visuren.html#x11",
- "https://www.w3.org/TR/CSS21/visuren.html#inline-box",
- "https://www.w3.org/TR/CSS21/visuren.html#x13",
- "https://www.w3.org/TR/CSS21/visuren.html#anonymous",
- "https://www.w3.org/TR/CSS21/visuren.html#x14",
- "https://www.w3.org/TR/CSS21/visuren.html#run-in",
- "https://www.w3.org/TR/CSS21/visuren.html#x15",
- "https://www.w3.org/TR/CSS21/visuren.html#display-prop",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-display",
- "https://www.w3.org/TR/CSS21/visuren.html#value-def-block",
- "https://www.w3.org/TR/CSS21/visuren.html#value-def-inline-block",
- "https://www.w3.org/TR/CSS21/visuren.html#value-def-inline",
- "https://www.w3.org/TR/CSS21/visuren.html#value-def-list-item",
- "https://www.w3.org/TR/CSS21/visuren.html#x21",
- "https://www.w3.org/TR/CSS21/visuren.html#positioning-scheme",
- "https://www.w3.org/TR/CSS21/visuren.html#x22",
- "https://www.w3.org/TR/CSS21/visuren.html#x23",
- "https://www.w3.org/TR/CSS21/visuren.html#x24",
- "https://www.w3.org/TR/CSS21/visuren.html#x25",
- "https://www.w3.org/TR/CSS21/visuren.html#choose-position",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-position",
- "https://www.w3.org/TR/CSS21/visuren.html#position-props",
- "https://www.w3.org/TR/CSS21/visuren.html#positioned-element",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-top",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-right",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-bottom",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-left",
- "https://www.w3.org/TR/CSS21/visuren.html#normal-flow",
- "https://www.w3.org/TR/CSS21/visuren.html#x32",
- "https://www.w3.org/TR/CSS21/visuren.html#block-formatting",
- "https://www.w3.org/TR/CSS21/visuren.html#inline-formatting",
- "https://www.w3.org/TR/CSS21/visuren.html#line-box",
- "https://www.w3.org/TR/CSS21/visuren.html#img-inline-layout",
- "https://www.w3.org/TR/CSS21/visuren.html#relative-positioning",
- "https://www.w3.org/TR/CSS21/visuren.html#x34",
- "https://www.w3.org/TR/CSS21/visuren.html#floats",
- "https://www.w3.org/TR/CSS21/visuren.html#img-floateg",
- "https://www.w3.org/TR/CSS21/visuren.html#img-float2p",
- "https://www.w3.org/TR/CSS21/visuren.html#img-floatclear",
- "https://www.w3.org/TR/CSS21/visuren.html#float-position",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-float",
- "https://www.w3.org/TR/CSS21/visuren.html#float-rules",
- "https://www.w3.org/TR/CSS21/visuren.html#x37",
- "https://www.w3.org/TR/CSS21/visuren.html#flow-control",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-clear",
- "https://www.w3.org/TR/CSS21/visuren.html#clearance",
- "https://www.w3.org/TR/CSS21/visuren.html#absolute-positioning",
- "https://www.w3.org/TR/CSS21/visuren.html#absolutely-positioned",
- "https://www.w3.org/TR/CSS21/visuren.html#fixed-positioning",
- "https://www.w3.org/TR/CSS21/visuren.html#img-frame",
- "https://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo",
- "https://www.w3.org/TR/CSS21/visuren.html#comparison",
- "https://www.w3.org/TR/CSS21/visuren.html#comp-normal-flow",
- "https://www.w3.org/TR/CSS21/visuren.html#img-flow-generic",
- "https://www.w3.org/TR/CSS21/visuren.html#comp-relpos",
- "https://www.w3.org/TR/CSS21/visuren.html#img-flow-relative",
- "https://www.w3.org/TR/CSS21/visuren.html#comp-float",
- "https://www.w3.org/TR/CSS21/visuren.html#img-flow-float",
- "https://www.w3.org/TR/CSS21/visuren.html#img-flow-clear",
- "https://www.w3.org/TR/CSS21/visuren.html#img-flow-clear2",
- "https://www.w3.org/TR/CSS21/visuren.html#comp-abspos",
- "https://www.w3.org/TR/CSS21/visuren.html#img-flow-absolute",
- "https://www.w3.org/TR/CSS21/visuren.html#img-flow-abs-rel",
- "https://www.w3.org/TR/CSS21/visuren.html#img-flow-static",
- "https://www.w3.org/TR/CSS21/visuren.html#img-changebar",
- "https://www.w3.org/TR/CSS21/visuren.html#layers",
- "https://www.w3.org/TR/CSS21/visuren.html#z-index",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-z-index",
- "https://www.w3.org/TR/CSS21/visuren.html#x42",
- "https://www.w3.org/TR/CSS21/visuren.html#x43",
- "https://www.w3.org/TR/CSS21/visuren.html#stack-level",
- "https://www.w3.org/TR/CSS21/visuren.html#direction",
- "https://www.w3.org/TR/CSS21/visuren.html#x45",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-direction",
- "https://www.w3.org/TR/CSS21/visuren.html#propdef-unicode-bidi",
- "https://www.w3.org/TR/CSS21/visuren.html#x48",
- "https://www.w3.org/TR/CSS21/visudet.html#q10.0",
- "https://www.w3.org/TR/CSS21/visudet.html#containing-block-details",
- "https://www.w3.org/TR/CSS21/visudet.html#x0",
- "https://www.w3.org/TR/CSS21/visudet.html#x1",
- "https://www.w3.org/TR/CSS21/visudet.html#the-width-property",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-width",
- "https://www.w3.org/TR/CSS21/visudet.html#x4",
- "https://www.w3.org/TR/CSS21/visudet.html#x5",
- "https://www.w3.org/TR/CSS21/visudet.html#Computing_widths_and_margins",
- "https://www.w3.org/TR/CSS21/visudet.html#inline-width",
- "https://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width",
- "https://www.w3.org/TR/CSS21/visudet.html#blockwidth",
- "https://www.w3.org/TR/CSS21/visudet.html#width-constraints",
- "https://www.w3.org/TR/CSS21/visudet.html#block-replaced-width",
- "https://www.w3.org/TR/CSS21/visudet.html#float-width",
- "https://www.w3.org/TR/CSS21/visudet.html#shrink-to-fit-float",
- "https://www.w3.org/TR/CSS21/visudet.html#float-replaced-width",
- "https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width",
- "https://www.w3.org/TR/CSS21/visudet.html#static-position",
- "https://www.w3.org/TR/CSS21/visudet.html#abs-replaced-width",
- "https://www.w3.org/TR/CSS21/visudet.html#inlineblock-width",
- "https://www.w3.org/TR/CSS21/visudet.html#inlineblock-replaced-width",
- "https://www.w3.org/TR/CSS21/visudet.html#min-max-widths",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-min-width",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-max-width",
- "https://www.w3.org/TR/CSS21/visudet.html#x8",
- "https://www.w3.org/TR/CSS21/visudet.html#x9",
- "https://www.w3.org/TR/CSS21/visudet.html#the-height-property",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-height",
- "https://www.w3.org/TR/CSS21/visudet.html#x11",
- "https://www.w3.org/TR/CSS21/visudet.html#x12",
- "https://www.w3.org/TR/CSS21/visudet.html#Computing_heights_and_margins",
- "https://www.w3.org/TR/CSS21/visudet.html#inline-non-replaced",
- "https://www.w3.org/TR/CSS21/visudet.html#multi-font-inline-height",
- "https://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height",
- "https://www.w3.org/TR/CSS21/visudet.html#normal-block",
- "https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height",
- "https://www.w3.org/TR/CSS21/visudet.html#abs-replaced-height",
- "https://www.w3.org/TR/CSS21/visudet.html#block-root-margin",
- "https://www.w3.org/TR/CSS21/visudet.html#root-height",
- "https://www.w3.org/TR/CSS21/visudet.html#min-max-heights",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-min-height",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-max-height",
- "https://www.w3.org/TR/CSS21/visudet.html#x15",
- "https://www.w3.org/TR/CSS21/visudet.html#x16",
- "https://www.w3.org/TR/CSS21/visudet.html#line-height",
- "https://www.w3.org/TR/CSS21/visudet.html#leading",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-line-height",
- "https://www.w3.org/TR/CSS21/visudet.html#strut",
- "https://www.w3.org/TR/CSS21/visudet.html#x18",
- "https://www.w3.org/TR/CSS21/visudet.html#x19",
- "https://www.w3.org/TR/CSS21/visudet.html#x20",
- "https://www.w3.org/TR/CSS21/visudet.html#x21",
- "https://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align",
- "https://www.w3.org/TR/CSS21/visudet.html#x23",
- "https://www.w3.org/TR/CSS21/visudet.html#x24",
- "https://www.w3.org/TR/CSS21/visufx.html#q11.0",
- "https://www.w3.org/TR/CSS21/visufx.html#overflow-clipping",
- "https://www.w3.org/TR/CSS21/visufx.html#x0",
- "https://www.w3.org/TR/CSS21/visufx.html#overflow",
- "https://www.w3.org/TR/CSS21/visufx.html#propdef-overflow",
- "https://www.w3.org/TR/CSS21/visufx.html#img-overflow1",
- "https://www.w3.org/TR/CSS21/visufx.html#img-overflow2",
- "https://www.w3.org/TR/CSS21/visufx.html#clipping",
- "https://www.w3.org/TR/CSS21/visufx.html#x3",
- "https://www.w3.org/TR/CSS21/visufx.html#propdef-clip",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-shape",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-top",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-right",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-bottom",
- "https://www.w3.org/TR/CSS21/visufx.html#value-def-left",
- "https://www.w3.org/TR/CSS21/visufx.html#img-clip",
- "https://www.w3.org/TR/CSS21/visufx.html#visibility",
- "https://www.w3.org/TR/CSS21/visufx.html#propdef-visibility",
- "https://www.w3.org/TR/CSS21/generate.html#generated-text",
- "https://www.w3.org/TR/CSS21/generate.html#x0",
- "https://www.w3.org/TR/CSS21/generate.html#x1",
- "https://www.w3.org/TR/CSS21/generate.html#before-after-content",
- "https://www.w3.org/TR/CSS21/generate.html#x2",
- "https://www.w3.org/TR/CSS21/generate.html#x5",
- "https://www.w3.org/TR/CSS21/generate.html#content",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-content",
- "https://www.w3.org/TR/CSS21/generate.html#x9",
- "https://www.w3.org/TR/CSS21/generate.html#x10",
- "https://www.w3.org/TR/CSS21/generate.html#x11",
- "https://www.w3.org/TR/CSS21/generate.html#x12",
- "https://www.w3.org/TR/CSS21/generate.html#x13",
- "https://www.w3.org/TR/CSS21/generate.html#x14",
- "https://www.w3.org/TR/CSS21/generate.html#x15",
- "https://www.w3.org/TR/CSS21/generate.html#x16",
- "https://www.w3.org/TR/CSS21/generate.html#x17",
- "https://www.w3.org/TR/CSS21/generate.html#x18",
- "https://www.w3.org/TR/CSS21/generate.html#quotes",
- "https://www.w3.org/TR/CSS21/generate.html#quotes-specify",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-quotes",
- "https://www.w3.org/TR/CSS21/generate.html#x20",
- "https://www.w3.org/TR/CSS21/generate.html#x21",
- "https://www.w3.org/TR/CSS21/generate.html#quotes-insert",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-open-quote",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-close-quote",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-no-close-quote",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-no-open-quote",
- "https://www.w3.org/TR/CSS21/generate.html#counters",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment",
- "https://www.w3.org/TR/CSS21/generate.html#scope",
- "https://www.w3.org/TR/CSS21/generate.html#x29",
- "https://www.w3.org/TR/CSS21/generate.html#counter-styles",
- "https://www.w3.org/TR/CSS21/generate.html#undisplayed-counters",
- "https://www.w3.org/TR/CSS21/generate.html#lists",
- "https://www.w3.org/TR/CSS21/generate.html#x30",
- "https://www.w3.org/TR/CSS21/generate.html#list-style",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-disc",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-circle",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-square",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-decimal",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-decimal-leading-zero",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-lower-roman",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-upper-roman",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-georgian",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-armenian",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-lower-latin",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-upper-latin",
- "https://www.w3.org/TR/CSS21/generate.html#value-def-lower-greek",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style-position",
- "https://www.w3.org/TR/CSS21/generate.html#img-list-inout",
- "https://www.w3.org/TR/CSS21/generate.html#propdef-list-style",
- "https://www.w3.org/TR/CSS21/page.html#the-page",
- "https://www.w3.org/TR/CSS21/page.html#page-intro",
- "https://www.w3.org/TR/CSS21/page.html#x0",
- "https://www.w3.org/TR/CSS21/page.html#page-box",
- "https://www.w3.org/TR/CSS21/page.html#x1",
- "https://www.w3.org/TR/CSS21/page.html#page-area",
- "https://www.w3.org/TR/CSS21/page.html#x3",
- "https://www.w3.org/TR/CSS21/page.html#page-context",
- "https://www.w3.org/TR/CSS21/page.html#x5",
- "https://www.w3.org/TR/CSS21/page.html#page-margins",
- "https://www.w3.org/TR/CSS21/page.html#img-page-info",
- "https://www.w3.org/TR/CSS21/page.html#page-selectors",
- "https://www.w3.org/TR/CSS21/page.html#x6",
- "https://www.w3.org/TR/CSS21/page.html#x8",
- "https://www.w3.org/TR/CSS21/page.html#x10",
- "https://www.w3.org/TR/CSS21/page.html#outside-page-box",
- "https://www.w3.org/TR/CSS21/page.html#page-breaks",
- "https://www.w3.org/TR/CSS21/page.html#page-break-props",
- "https://www.w3.org/TR/CSS21/page.html#propdef-page-break-before",
- "https://www.w3.org/TR/CSS21/page.html#propdef-page-break-after",
- "https://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside",
- "https://www.w3.org/TR/CSS21/page.html#break-inside",
- "https://www.w3.org/TR/CSS21/page.html#propdef-orphans",
- "https://www.w3.org/TR/CSS21/page.html#propdef-widows",
- "https://www.w3.org/TR/CSS21/page.html#allowed-page-breaks",
- "https://www.w3.org/TR/CSS21/page.html#forced",
- "https://www.w3.org/TR/CSS21/page.html#best-page-breaks",
- "https://www.w3.org/TR/CSS21/page.html#page-cascade",
- "https://www.w3.org/TR/CSS21/colors.html#q14.0",
- "https://www.w3.org/TR/CSS21/colors.html#colors",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-color",
- "https://www.w3.org/TR/CSS21/colors.html#background",
- "https://www.w3.org/TR/CSS21/colors.html#background-properties",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-color",
- "https://www.w3.org/TR/CSS21/colors.html#x2",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-image",
- "https://www.w3.org/TR/CSS21/colors.html#x4",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat",
- "https://www.w3.org/TR/CSS21/colors.html#img-bg-repeat",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background-position",
- "https://www.w3.org/TR/CSS21/colors.html#x8",
- "https://www.w3.org/TR/CSS21/colors.html#x9",
- "https://www.w3.org/TR/CSS21/colors.html#propdef-background",
- "https://www.w3.org/TR/CSS21/fonts.html#q15.0",
- "https://www.w3.org/TR/CSS21/fonts.html#fonts-intro",
- "https://www.w3.org/TR/CSS21/fonts.html#algorithm",
- "https://www.w3.org/TR/CSS21/fonts.html#font-family-prop",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-family",
- "https://www.w3.org/TR/CSS21/fonts.html#value-def-family-name",
- "https://www.w3.org/TR/CSS21/fonts.html#value-def-generic-family",
- "https://www.w3.org/TR/CSS21/fonts.html#generic-font-families",
- "https://www.w3.org/TR/CSS21/fonts.html#defined-to-exist",
- "https://www.w3.org/TR/CSS21/fonts.html#serif-def",
- "https://www.w3.org/TR/CSS21/fonts.html#sans-serif-def",
- "https://www.w3.org/TR/CSS21/fonts.html#cursive-def",
- "https://www.w3.org/TR/CSS21/fonts.html#fantasy-def",
- "https://www.w3.org/TR/CSS21/fonts.html#monospace-def",
- "https://www.w3.org/TR/CSS21/fonts.html#font-styling",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-style",
- "https://www.w3.org/TR/CSS21/fonts.html#small-caps",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant",
- "https://www.w3.org/TR/CSS21/fonts.html#font-boldness",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight",
- "https://www.w3.org/TR/CSS21/fonts.html#font-size-props",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font-size",
- "https://www.w3.org/TR/CSS21/fonts.html#value-def-absolute-size",
- "https://www.w3.org/TR/CSS21/fonts.html#value-def-relative-size",
- "https://www.w3.org/TR/CSS21/fonts.html#font-shorthand",
- "https://www.w3.org/TR/CSS21/fonts.html#propdef-font",
- "https://www.w3.org/TR/CSS21/fonts.html#x11",
- "https://www.w3.org/TR/CSS21/text.html#q16.0",
- "https://www.w3.org/TR/CSS21/text.html#indentation-prop",
- "https://www.w3.org/TR/CSS21/text.html#propdef-text-indent",
- "https://www.w3.org/TR/CSS21/text.html#x1",
- "https://www.w3.org/TR/CSS21/text.html#x2",
- "https://www.w3.org/TR/CSS21/text.html#alignment-prop",
- "https://www.w3.org/TR/CSS21/text.html#propdef-text-align",
- "https://www.w3.org/TR/CSS21/text.html#x4",
- "https://www.w3.org/TR/CSS21/text.html#decoration",
- "https://www.w3.org/TR/CSS21/text.html#lining-striking-props",
- "https://www.w3.org/TR/CSS21/text.html#propdef-text-decoration",
- "https://www.w3.org/TR/CSS21/text.html#spacing-props",
- "https://www.w3.org/TR/CSS21/text.html#propdef-letter-spacing",
- "https://www.w3.org/TR/CSS21/text.html#x7",
- "https://www.w3.org/TR/CSS21/text.html#x8",
- "https://www.w3.org/TR/CSS21/text.html#propdef-word-spacing",
- "https://www.w3.org/TR/CSS21/text.html#x10",
- "https://www.w3.org/TR/CSS21/text.html#caps-prop",
- "https://www.w3.org/TR/CSS21/text.html#propdef-text-transform",
- "https://www.w3.org/TR/CSS21/text.html#white-space-prop",
- "https://www.w3.org/TR/CSS21/text.html#propdef-white-space",
- "https://www.w3.org/TR/CSS21/text.html#white-space-model",
- "https://www.w3.org/TR/CSS21/text.html#egbidiwscollapse",
- "https://www.w3.org/TR/CSS21/text.html#ctrlchars",
- "https://www.w3.org/TR/CSS21/tables.html#q17.0",
- "https://www.w3.org/TR/CSS21/tables.html#tables-intro",
- "https://www.w3.org/TR/CSS21/tables.html#x0",
- "https://www.w3.org/TR/CSS21/tables.html#x1",
- "https://www.w3.org/TR/CSS21/tables.html#internal",
- "https://www.w3.org/TR/CSS21/tables.html#x2",
- "https://www.w3.org/TR/CSS21/tables.html#x3",
- "https://www.w3.org/TR/CSS21/tables.html#table-display",
- "https://www.w3.org/TR/CSS21/tables.html#x5",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-inline-table",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-row",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-row-group",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-header-group",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-footer-group",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-column",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-column-group",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-cell",
- "https://www.w3.org/TR/CSS21/tables.html#value-def-table-caption",
- "https://www.w3.org/TR/CSS21/tables.html#anonymous-boxes",
- "https://www.w3.org/TR/CSS21/tables.html#x16",
- "https://www.w3.org/TR/CSS21/tables.html#x17",
- "https://www.w3.org/TR/CSS21/tables.html#x18",
- "https://www.w3.org/TR/CSS21/tables.html#x19",
- "https://www.w3.org/TR/CSS21/tables.html#x20",
- "https://www.w3.org/TR/CSS21/tables.html#x21",
- "https://www.w3.org/TR/CSS21/tables.html#columns",
- "https://www.w3.org/TR/CSS21/tables.html#model",
- "https://www.w3.org/TR/CSS21/tables.html#caption-position",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-caption-side",
- "https://www.w3.org/TR/CSS21/tables.html#table-layout",
- "https://www.w3.org/TR/CSS21/tables.html#img-table-overlap",
- "https://www.w3.org/TR/CSS21/tables.html#table-layers",
- "https://www.w3.org/TR/CSS21/tables.html#img-tbl-layers",
- "https://www.w3.org/TR/CSS21/tables.html#img-tbl-empty",
- "https://www.w3.org/TR/CSS21/tables.html#width-layout",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-table-layout",
- "https://www.w3.org/TR/CSS21/tables.html#fixed-table-layout",
- "https://www.w3.org/TR/CSS21/tables.html#auto-table-layout",
- "https://www.w3.org/TR/CSS21/tables.html#height-layout",
- "https://www.w3.org/TR/CSS21/tables.html#img-cell-align",
- "https://www.w3.org/TR/CSS21/tables.html#column-alignment",
- "https://www.w3.org/TR/CSS21/tables.html#dynamic-effects",
- "https://www.w3.org/TR/CSS21/tables.html#borders",
- "https://www.w3.org/TR/CSS21/tables.html#x24",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse",
- "https://www.w3.org/TR/CSS21/tables.html#separated-borders",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing",
- "https://www.w3.org/TR/CSS21/tables.html#x27",
- "https://www.w3.org/TR/CSS21/tables.html#img-tbl-spacing",
- "https://www.w3.org/TR/CSS21/tables.html#empty-cells",
- "https://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells",
- "https://www.w3.org/TR/CSS21/tables.html#collapsing-borders",
- "https://www.w3.org/TR/CSS21/tables.html#img-tbl-width",
- "https://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution",
- "https://www.w3.org/TR/CSS21/tables.html#img-tbl-border-conflict",
- "https://www.w3.org/TR/CSS21/tables.html#img-CSStbl3",
- "https://www.w3.org/TR/CSS21/tables.html#table-border-styles",
- "https://www.w3.org/TR/CSS21/tables.html#x29",
- "https://www.w3.org/TR/CSS21/tables.html#x30",
- "https://www.w3.org/TR/CSS21/tables.html#x31",
- "https://www.w3.org/TR/CSS21/tables.html#x32",
- "https://www.w3.org/TR/CSS21/tables.html#x33",
- "https://www.w3.org/TR/CSS21/tables.html#x34",
- "https://www.w3.org/TR/CSS21/tables.html#x35",
- "https://www.w3.org/TR/CSS21/tables.html#x36",
- "https://www.w3.org/TR/CSS21/tables.html#x37",
- "https://www.w3.org/TR/CSS21/tables.html#x38",
- "https://www.w3.org/TR/CSS21/tables.html#x39",
- "https://www.w3.org/TR/CSS21/ui.html#q18.0",
- "https://www.w3.org/TR/CSS21/ui.html#cursor-props",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-cursor",
- "https://www.w3.org/TR/CSS21/ui.html#x1",
- "https://www.w3.org/TR/CSS21/ui.html#system-colors",
- "https://www.w3.org/TR/CSS21/ui.html#system-fonts",
- "https://www.w3.org/TR/CSS21/ui.html#dynamic-outlines",
- "https://www.w3.org/TR/CSS21/ui.html#x2",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-outline",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-outline-width",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-outline-style",
- "https://www.w3.org/TR/CSS21/ui.html#propdef-outline-color",
- "https://www.w3.org/TR/CSS21/ui.html#value-def-invert",
- "https://www.w3.org/TR/CSS21/ui.html#outline-focus",
- "https://www.w3.org/TR/CSS21/ui.html#x8",
- "https://www.w3.org/TR/CSS21/ui.html#magnification",
- "https://www.w3.org/TR/CSS21/aural.html#q19.0",
- "https://www.w3.org/TR/CSS21/aural.html#aural-media-group",
- "https://www.w3.org/TR/CSS21/aural.html#aural-intro",
- "https://www.w3.org/TR/CSS21/aural.html#x0",
- "https://www.w3.org/TR/CSS21/aural.html#x1",
- "https://www.w3.org/TR/CSS21/aural.html#x2",
- "https://www.w3.org/TR/CSS21/aural.html#angles",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-angle",
- "https://www.w3.org/TR/CSS21/aural.html#x4",
- "https://www.w3.org/TR/CSS21/aural.html#times",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-time",
- "https://www.w3.org/TR/CSS21/aural.html#x6",
- "https://www.w3.org/TR/CSS21/aural.html#frequencies",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-frequency",
- "https://www.w3.org/TR/CSS21/aural.html#x8",
- "https://www.w3.org/TR/CSS21/aural.html#volume-props",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-volume",
- "https://www.w3.org/TR/CSS21/aural.html#x10",
- "https://www.w3.org/TR/CSS21/aural.html#x11",
- "https://www.w3.org/TR/CSS21/aural.html#x12",
- "https://www.w3.org/TR/CSS21/aural.html#speaking-props",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speak",
- "https://www.w3.org/TR/CSS21/aural.html#pause-props",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pause-before",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pause-after",
- "https://www.w3.org/TR/CSS21/aural.html#x16",
- "https://www.w3.org/TR/CSS21/aural.html#x17",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pause",
- "https://www.w3.org/TR/CSS21/aural.html#cue-props",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-cue-before",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-cue-after",
- "https://www.w3.org/TR/CSS21/aural.html#x21",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-cue",
- "https://www.w3.org/TR/CSS21/aural.html#mixing-props",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-play-during",
- "https://www.w3.org/TR/CSS21/aural.html#x24",
- "https://www.w3.org/TR/CSS21/aural.html#x25",
- "https://www.w3.org/TR/CSS21/aural.html#x26",
- "https://www.w3.org/TR/CSS21/aural.html#spatial-props",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-azimuth",
- "https://www.w3.org/TR/CSS21/aural.html#x28",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-elevation",
- "https://www.w3.org/TR/CSS21/aural.html#x30",
- "https://www.w3.org/TR/CSS21/aural.html#voice-char-props",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speech-rate",
- "https://www.w3.org/TR/CSS21/aural.html#x32",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-voice-family",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-generic-voice",
- "https://www.w3.org/TR/CSS21/aural.html#value-def-specific-voice",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pitch",
- "https://www.w3.org/TR/CSS21/aural.html#x37",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-pitch-range",
- "https://www.w3.org/TR/CSS21/aural.html#x39",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-stress",
- "https://www.w3.org/TR/CSS21/aural.html#x41",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-richness",
- "https://www.w3.org/TR/CSS21/aural.html#x43",
- "https://www.w3.org/TR/CSS21/aural.html#speech-props",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speak-punctuation",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speak-numeral",
- "https://www.w3.org/TR/CSS21/aural.html#aural-tables",
- "https://www.w3.org/TR/CSS21/aural.html#speak-headers",
- "https://www.w3.org/TR/CSS21/aural.html#propdef-speak-header",
- "https://www.w3.org/TR/CSS21/aural.html#img-table1",
- "https://www.w3.org/TR/CSS21/aural.html#sample",
- "https://www.w3.org/TR/CSS21/aural.html#Emacspeak",
- "https://www.w3.org/TR/CSS21/refs.html#q20.0",
- "https://www.w3.org/TR/CSS21/refs.html#normative",
- "https://www.w3.org/TR/CSS21/refs.html#ref-COLORIMETRY",
- "https://www.w3.org/TR/CSS21/refs.html#ref-FLEX",
- "https://www.w3.org/TR/CSS21/refs.html#ref-HTML4",
- "https://www.w3.org/TR/CSS21/refs.html#ref-ICC42",
- "https://www.w3.org/TR/CSS21/refs.html#ref-ISO8879",
- "https://www.w3.org/TR/CSS21/refs.html#ref-ISO10646",
- "https://www.w3.org/TR/CSS21/refs.html#ref-PNG",
- "https://www.w3.org/TR/CSS21/refs.html#ref-RFC3986",
- "https://www.w3.org/TR/CSS21/refs.html#ref-RFC2045",
- "https://www.w3.org/TR/CSS21/refs.html#ref-RFC2616",
- "https://www.w3.org/TR/CSS21/refs.html#ref-RFC2119",
- "https://www.w3.org/TR/CSS21/refs.html#ref-2318",
- "https://www.w3.org/TR/CSS21/refs.html#ref-SRGB",
- "https://www.w3.org/TR/CSS21/refs.html#ref-UAAG10",
- "https://www.w3.org/TR/CSS21/refs.html#ref-UAX9",
- "https://www.w3.org/TR/CSS21/refs.html#ref-UNICODE",
- "https://www.w3.org/TR/CSS21/refs.html#ref-XML10",
- "https://www.w3.org/TR/CSS21/refs.html#ref-YACC",
- "https://www.w3.org/TR/CSS21/refs.html#informative",
- "https://www.w3.org/TR/CSS21/refs.html#ref-CHARSETS",
- "https://www.w3.org/TR/CSS21/refs.html#ref-CSS1",
- "https://www.w3.org/TR/CSS21/refs.html#ref-CSS2",
- "https://www.w3.org/TR/CSS21/refs.html#ref-CSS3COLOR",
- "https://www.w3.org/TR/CSS21/refs.html#ref-CSS3LIST",
- "https://www.w3.org/TR/CSS21/refs.html#ref-CSS3SEL",
- "https://www.w3.org/TR/CSS21/refs.html#ref-CSS3SPEECH",
- "https://www.w3.org/TR/CSS21/refs.html#ref-DOM-LEVEL-3-CORE",
- "https://www.w3.org/TR/CSS21/refs.html#ref-MATH30",
- "https://www.w3.org/TR/CSS21/refs.html#ref-MEDIAQ",
- "https://www.w3.org/TR/CSS21/refs.html#ref-P3P",
- "https://www.w3.org/TR/CSS21/refs.html#ref-BCP47",
- "https://www.w3.org/TR/CSS21/refs.html#ref-SVG11",
- "https://www.w3.org/TR/CSS21/refs.html#ref-WCAG20",
- "https://www.w3.org/TR/CSS21/refs.html#ref-XHTML",
- "https://www.w3.org/TR/CSS21/refs.html#ref-XMLID",
- "https://www.w3.org/TR/CSS21/refs.html#ref-XMLNAMESPACES",
- "https://www.w3.org/TR/CSS21/changes.html#q21.0",
- "https://www.w3.org/TR/CSS21/changes.html#new",
- "https://www.w3.org/TR/CSS21/changes.html#q21.2",
- "https://www.w3.org/TR/CSS21/changes.html#q21.3",
- "https://www.w3.org/TR/CSS21/changes.html#q21.4",
- "https://www.w3.org/TR/CSS21/changes.html#q21.5",
- "https://www.w3.org/TR/CSS21/changes.html#q21.6",
- "https://www.w3.org/TR/CSS21/changes.html#changes",
- "https://www.w3.org/TR/CSS21/changes.html#q21.8",
- "https://www.w3.org/TR/CSS21/changes.html#q21.9",
- "https://www.w3.org/TR/CSS21/changes.html#q21.10",
- "https://www.w3.org/TR/CSS21/changes.html#q21.11",
- "https://www.w3.org/TR/CSS21/changes.html#q21.12",
- "https://www.w3.org/TR/CSS21/changes.html#q21.13",
- "https://www.w3.org/TR/CSS21/changes.html#q21.14",
- "https://www.w3.org/TR/CSS21/changes.html#q21.15",
- "https://www.w3.org/TR/CSS21/changes.html#q21.16",
- "https://www.w3.org/TR/CSS21/changes.html#q21.17",
- "https://www.w3.org/TR/CSS21/changes.html#q21.18",
- "https://www.w3.org/TR/CSS21/changes.html#q21.19",
- "https://www.w3.org/TR/CSS21/changes.html#q21.20",
- "https://www.w3.org/TR/CSS21/changes.html#q21.21",
- "https://www.w3.org/TR/CSS21/changes.html#q21.22",
- "https://www.w3.org/TR/CSS21/changes.html#q21.23",
- "https://www.w3.org/TR/CSS21/changes.html#q21.24",
- "https://www.w3.org/TR/CSS21/changes.html#q21.25",
- "https://www.w3.org/TR/CSS21/changes.html#q21.26",
- "https://www.w3.org/TR/CSS21/changes.html#q21.27",
- "https://www.w3.org/TR/CSS21/changes.html#q21.28",
- "https://www.w3.org/TR/CSS21/changes.html#q21.29",
- "https://www.w3.org/TR/CSS21/changes.html#q21.30",
- "https://www.w3.org/TR/CSS21/changes.html#q21.31",
- "https://www.w3.org/TR/CSS21/changes.html#q21.32",
- "https://www.w3.org/TR/CSS21/changes.html#q21.33",
- "https://www.w3.org/TR/CSS21/changes.html#q21.34",
- "https://www.w3.org/TR/CSS21/changes.html#q21.35",
- "https://www.w3.org/TR/CSS21/changes.html#q21.36",
- "https://www.w3.org/TR/CSS21/changes.html#q21.37",
- "https://www.w3.org/TR/CSS21/changes.html#q21.38",
- "https://www.w3.org/TR/CSS21/changes.html#q21.39",
- "https://www.w3.org/TR/CSS21/changes.html#q21.40",
- "https://www.w3.org/TR/CSS21/changes.html#q21.41",
- "https://www.w3.org/TR/CSS21/changes.html#q21.42",
- "https://www.w3.org/TR/CSS21/changes.html#q21.43",
- "https://www.w3.org/TR/CSS21/changes.html#q21.44",
- "https://www.w3.org/TR/CSS21/changes.html#q21.45",
- "https://www.w3.org/TR/CSS21/changes.html#q21.46",
- "https://www.w3.org/TR/CSS21/changes.html#q21.47",
- "https://www.w3.org/TR/CSS21/changes.html#q21.48",
- "https://www.w3.org/TR/CSS21/changes.html#q21.49",
- "https://www.w3.org/TR/CSS21/changes.html#q21.50",
- "https://www.w3.org/TR/CSS21/changes.html#q21.51",
- "https://www.w3.org/TR/CSS21/changes.html#q21.52",
- "https://www.w3.org/TR/CSS21/changes.html#q21.53",
- "https://www.w3.org/TR/CSS21/changes.html#q21.54",
- "https://www.w3.org/TR/CSS21/changes.html#q21.55",
- "https://www.w3.org/TR/CSS21/changes.html#q21.56",
- "https://www.w3.org/TR/CSS21/changes.html#q21.57",
- "https://www.w3.org/TR/CSS21/changes.html#q21.58",
- "https://www.w3.org/TR/CSS21/changes.html#q21.59",
- "https://www.w3.org/TR/CSS21/changes.html#q21.60",
- "https://www.w3.org/TR/CSS21/changes.html#q21.61",
- "https://www.w3.org/TR/CSS21/changes.html#q21.62",
- "https://www.w3.org/TR/CSS21/changes.html#q21.63",
- "https://www.w3.org/TR/CSS21/changes.html#q21.64",
- "https://www.w3.org/TR/CSS21/changes.html#q21.65",
- "https://www.w3.org/TR/CSS21/changes.html#q21.66",
- "https://www.w3.org/TR/CSS21/changes.html#q21.67",
- "https://www.w3.org/TR/CSS21/changes.html#q21.68",
- "https://www.w3.org/TR/CSS21/changes.html#q21.69",
- "https://www.w3.org/TR/CSS21/changes.html#q21.70",
- "https://www.w3.org/TR/CSS21/changes.html#q21.71",
- "https://www.w3.org/TR/CSS21/changes.html#q21.72",
- "https://www.w3.org/TR/CSS21/changes.html#q21.73",
- "https://www.w3.org/TR/CSS21/changes.html#q21.74",
- "https://www.w3.org/TR/CSS21/changes.html#q21.75",
- "https://www.w3.org/TR/CSS21/changes.html#q21.76",
- "https://www.w3.org/TR/CSS21/changes.html#q21.77",
- "https://www.w3.org/TR/CSS21/changes.html#q21.78",
- "https://www.w3.org/TR/CSS21/changes.html#q21.79",
- "https://www.w3.org/TR/CSS21/changes.html#q21.80",
- "https://www.w3.org/TR/CSS21/changes.html#q21.81",
- "https://www.w3.org/TR/CSS21/changes.html#q21.82",
- "https://www.w3.org/TR/CSS21/changes.html#q21.83",
- "https://www.w3.org/TR/CSS21/changes.html#q21.84",
- "https://www.w3.org/TR/CSS21/changes.html#q21.85",
- "https://www.w3.org/TR/CSS21/changes.html#q21.86",
- "https://www.w3.org/TR/CSS21/changes.html#q21.87",
- "https://www.w3.org/TR/CSS21/changes.html#q21.88",
- "https://www.w3.org/TR/CSS21/changes.html#q21.89",
- "https://www.w3.org/TR/CSS21/changes.html#q21.90",
- "https://www.w3.org/TR/CSS21/changes.html#q21.91",
- "https://www.w3.org/TR/CSS21/changes.html#q21.92",
- "https://www.w3.org/TR/CSS21/changes.html#q21.93",
- "https://www.w3.org/TR/CSS21/changes.html#q21.94",
- "https://www.w3.org/TR/CSS21/changes.html#q21.95",
- "https://www.w3.org/TR/CSS21/changes.html#q21.96",
- "https://www.w3.org/TR/CSS21/changes.html#q21.97",
- "https://www.w3.org/TR/CSS21/changes.html#q21.98",
- "https://www.w3.org/TR/CSS21/changes.html#q21.99",
- "https://www.w3.org/TR/CSS21/changes.html#q21.100",
- "https://www.w3.org/TR/CSS21/changes.html#q21.101",
- "https://www.w3.org/TR/CSS21/changes.html#q21.102",
- "https://www.w3.org/TR/CSS21/changes.html#q21.103",
- "https://www.w3.org/TR/CSS21/changes.html#q21.104",
- "https://www.w3.org/TR/CSS21/changes.html#q21.105",
- "https://www.w3.org/TR/CSS21/changes.html#q21.106",
- "https://www.w3.org/TR/CSS21/changes.html#q21.107",
- "https://www.w3.org/TR/CSS21/changes.html#q21.108",
- "https://www.w3.org/TR/CSS21/changes.html#q21.109",
- "https://www.w3.org/TR/CSS21/changes.html#q21.110",
- "https://www.w3.org/TR/CSS21/changes.html#q21.111",
- "https://www.w3.org/TR/CSS21/changes.html#q21.112",
- "https://www.w3.org/TR/CSS21/changes.html#q21.113",
- "https://www.w3.org/TR/CSS21/changes.html#q21.114",
- "https://www.w3.org/TR/CSS21/changes.html#q21.115",
- "https://www.w3.org/TR/CSS21/changes.html#q21.116",
- "https://www.w3.org/TR/CSS21/changes.html#q21.117",
- "https://www.w3.org/TR/CSS21/changes.html#q21.118",
- "https://www.w3.org/TR/CSS21/changes.html#q21.119",
- "https://www.w3.org/TR/CSS21/changes.html#q21.120",
- "https://www.w3.org/TR/CSS21/changes.html#q21.121",
- "https://www.w3.org/TR/CSS21/changes.html#q21.122",
- "https://www.w3.org/TR/CSS21/changes.html#q21.123",
- "https://www.w3.org/TR/CSS21/changes.html#q21.124",
- "https://www.w3.org/TR/CSS21/changes.html#q21.125",
- "https://www.w3.org/TR/CSS21/changes.html#q21.126",
- "https://www.w3.org/TR/CSS21/changes.html#q21.127",
- "https://www.w3.org/TR/CSS21/changes.html#q21.128",
- "https://www.w3.org/TR/CSS21/changes.html#q21.129",
- "https://www.w3.org/TR/CSS21/changes.html#q21.130",
- "https://www.w3.org/TR/CSS21/changes.html#q21.131",
- "https://www.w3.org/TR/CSS21/changes.html#q21.132",
- "https://www.w3.org/TR/CSS21/changes.html#q21.133",
- "https://www.w3.org/TR/CSS21/changes.html#q21.134",
- "https://www.w3.org/TR/CSS21/changes.html#q21.135",
- "https://www.w3.org/TR/CSS21/changes.html#q21.136",
- "https://www.w3.org/TR/CSS21/changes.html#q21.137",
- "https://www.w3.org/TR/CSS21/changes.html#q21.138",
- "https://www.w3.org/TR/CSS21/changes.html#q21.139",
- "https://www.w3.org/TR/CSS21/changes.html#q21.140",
- "https://www.w3.org/TR/CSS21/changes.html#known-errors",
- "https://www.w3.org/TR/CSS21/changes.html#q21.142",
- "https://www.w3.org/TR/CSS21/changes.html#q21.143",
- "https://www.w3.org/TR/CSS21/changes.html#q21.144",
- "https://www.w3.org/TR/CSS21/changes.html#q21.145",
- "https://www.w3.org/TR/CSS21/changes.html#q21.146",
- "https://www.w3.org/TR/CSS21/changes.html#q21.147",
- "https://www.w3.org/TR/CSS21/changes.html#q21.148",
- "https://www.w3.org/TR/CSS21/changes.html#q21.149",
- "https://www.w3.org/TR/CSS21/changes.html#q21.150",
- "https://www.w3.org/TR/CSS21/changes.html#q21.151",
- "https://www.w3.org/TR/CSS21/changes.html#q21.152",
- "https://www.w3.org/TR/CSS21/changes.html#q21.153",
- "https://www.w3.org/TR/CSS21/changes.html#q21.154",
- "https://www.w3.org/TR/CSS21/changes.html#q21.155",
- "https://www.w3.org/TR/CSS21/changes.html#q21.156",
- "https://www.w3.org/TR/CSS21/changes.html#q21.157",
- "https://www.w3.org/TR/CSS21/changes.html#q21.158",
- "https://www.w3.org/TR/CSS21/changes.html#q21.159",
- "https://www.w3.org/TR/CSS21/changes.html#q21.160",
- "https://www.w3.org/TR/CSS21/changes.html#q21.161",
- "https://www.w3.org/TR/CSS21/changes.html#q21.162",
- "https://www.w3.org/TR/CSS21/changes.html#q21.163",
- "https://www.w3.org/TR/CSS21/changes.html#q21.164",
- "https://www.w3.org/TR/CSS21/changes.html#q21.165",
- "https://www.w3.org/TR/CSS21/changes.html#q21.166",
- "https://www.w3.org/TR/CSS21/changes.html#q21.167",
- "https://www.w3.org/TR/CSS21/changes.html#q21.168",
- "https://www.w3.org/TR/CSS21/changes.html#q21.169",
- "https://www.w3.org/TR/CSS21/changes.html#q21.170",
- "https://www.w3.org/TR/CSS21/changes.html#q21.171",
- "https://www.w3.org/TR/CSS21/changes.html#q21.172",
- "https://www.w3.org/TR/CSS21/changes.html#q21.173",
- "https://www.w3.org/TR/CSS21/changes.html#q21.174",
- "https://www.w3.org/TR/CSS21/changes.html#q21.175",
- "https://www.w3.org/TR/CSS21/changes.html#q21.176",
- "https://www.w3.org/TR/CSS21/changes.html#q21.177",
- "https://www.w3.org/TR/CSS21/changes.html#q21.178",
- "https://www.w3.org/TR/CSS21/changes.html#q21.179",
- "https://www.w3.org/TR/CSS21/changes.html#q21.180",
- "https://www.w3.org/TR/CSS21/changes.html#q21.181",
- "https://www.w3.org/TR/CSS21/changes.html#q21.182",
- "https://www.w3.org/TR/CSS21/changes.html#q21.183",
- "https://www.w3.org/TR/CSS21/changes.html#q21.184",
- "https://www.w3.org/TR/CSS21/changes.html#q21.185",
- "https://www.w3.org/TR/CSS21/changes.html#q21.186",
- "https://www.w3.org/TR/CSS21/changes.html#q21.187",
- "https://www.w3.org/TR/CSS21/changes.html#q21.188",
- "https://www.w3.org/TR/CSS21/changes.html#q21.189",
- "https://www.w3.org/TR/CSS21/changes.html#q21.190",
- "https://www.w3.org/TR/CSS21/changes.html#q21.191",
- "https://www.w3.org/TR/CSS21/changes.html#q21.192",
- "https://www.w3.org/TR/CSS21/changes.html#q21.193",
- "https://www.w3.org/TR/CSS21/changes.html#clarifications",
- "https://www.w3.org/TR/CSS21/changes.html#q21.195",
- "https://www.w3.org/TR/CSS21/changes.html#q21.196",
- "https://www.w3.org/TR/CSS21/changes.html#q21.197",
- "https://www.w3.org/TR/CSS21/changes.html#q21.198",
- "https://www.w3.org/TR/CSS21/changes.html#q21.199",
- "https://www.w3.org/TR/CSS21/changes.html#q21.200",
- "https://www.w3.org/TR/CSS21/changes.html#q21.201",
- "https://www.w3.org/TR/CSS21/changes.html#q21.202",
- "https://www.w3.org/TR/CSS21/changes.html#q21.203",
- "https://www.w3.org/TR/CSS21/changes.html#q21.204",
- "https://www.w3.org/TR/CSS21/changes.html#q21.205",
- "https://www.w3.org/TR/CSS21/changes.html#q21.206",
- "https://www.w3.org/TR/CSS21/changes.html#q21.207",
- "https://www.w3.org/TR/CSS21/changes.html#q21.208",
- "https://www.w3.org/TR/CSS21/changes.html#q21.209",
- "https://www.w3.org/TR/CSS21/changes.html#q21.210",
- "https://www.w3.org/TR/CSS21/changes.html#q21.211",
- "https://www.w3.org/TR/CSS21/changes.html#q21.212",
- "https://www.w3.org/TR/CSS21/changes.html#q21.213",
- "https://www.w3.org/TR/CSS21/changes.html#q21.214",
- "https://www.w3.org/TR/CSS21/changes.html#q21.215",
- "https://www.w3.org/TR/CSS21/changes.html#q21.216",
- "https://www.w3.org/TR/CSS21/changes.html#q21.217",
- "https://www.w3.org/TR/CSS21/changes.html#q21.218",
- "https://www.w3.org/TR/CSS21/changes.html#q21.219",
- "https://www.w3.org/TR/CSS21/changes.html#q21.220",
- "https://www.w3.org/TR/CSS21/changes.html#q21.221",
- "https://www.w3.org/TR/CSS21/changes.html#q21.222",
- "https://www.w3.org/TR/CSS21/changes.html#q21.223",
- "https://www.w3.org/TR/CSS21/changes.html#q21.224",
- "https://www.w3.org/TR/CSS21/changes.html#q21.225",
- "https://www.w3.org/TR/CSS21/changes.html#q21.226",
- "https://www.w3.org/TR/CSS21/changes.html#q21.227",
- "https://www.w3.org/TR/CSS21/changes.html#q21.228",
- "https://www.w3.org/TR/CSS21/changes.html#q21.229",
- "https://www.w3.org/TR/CSS21/changes.html#q21.230",
- "https://www.w3.org/TR/CSS21/changes.html#q21.231",
- "https://www.w3.org/TR/CSS21/changes.html#q21.232",
- "https://www.w3.org/TR/CSS21/changes.html#q21.233",
- "https://www.w3.org/TR/CSS21/changes.html#q21.234",
- "https://www.w3.org/TR/CSS21/changes.html#q21.235",
- "https://www.w3.org/TR/CSS21/changes.html#q21.236",
- "https://www.w3.org/TR/CSS21/changes.html#q21.237",
- "https://www.w3.org/TR/CSS21/changes.html#q21.238",
- "https://www.w3.org/TR/CSS21/changes.html#q21.239",
- "https://www.w3.org/TR/CSS21/changes.html#q21.240",
- "https://www.w3.org/TR/CSS21/changes.html#q21.241",
- "https://www.w3.org/TR/CSS21/changes.html#q21.242",
- "https://www.w3.org/TR/CSS21/changes.html#q21.243",
- "https://www.w3.org/TR/CSS21/changes.html#q21.244",
- "https://www.w3.org/TR/CSS21/changes.html#q21.245",
- "https://www.w3.org/TR/CSS21/changes.html#q21.246",
- "https://www.w3.org/TR/CSS21/changes.html#q21.247",
- "https://www.w3.org/TR/CSS21/changes.html#q21.248",
- "https://www.w3.org/TR/CSS21/changes.html#q21.249",
- "https://www.w3.org/TR/CSS21/changes.html#q21.250",
- "https://www.w3.org/TR/CSS21/changes.html#q21.251",
- "https://www.w3.org/TR/CSS21/changes.html#q21.252",
- "https://www.w3.org/TR/CSS21/changes.html#q21.253",
- "https://www.w3.org/TR/CSS21/changes.html#q21.254",
- "https://www.w3.org/TR/CSS21/changes.html#q21.255",
- "https://www.w3.org/TR/CSS21/changes.html#q21.256",
- "https://www.w3.org/TR/CSS21/changes.html#q21.257",
- "https://www.w3.org/TR/CSS21/changes.html#q21.258",
- "https://www.w3.org/TR/CSS21/changes.html#q21.259",
- "https://www.w3.org/TR/CSS21/changes.html#q21.260",
- "https://www.w3.org/TR/CSS21/changes.html#q21.261",
- "https://www.w3.org/TR/CSS21/changes.html#q21.262",
- "https://www.w3.org/TR/CSS21/changes.html#q21.263",
- "https://www.w3.org/TR/CSS21/changes.html#q21.264",
- "https://www.w3.org/TR/CSS21/changes.html#q21.265",
- "https://www.w3.org/TR/CSS21/changes.html#q21.266",
- "https://www.w3.org/TR/CSS21/changes.html#q21.267",
- "https://www.w3.org/TR/CSS21/changes.html#q21.268",
- "https://www.w3.org/TR/CSS21/changes.html#q21.269",
- "https://www.w3.org/TR/CSS21/changes.html#q21.270",
- "https://www.w3.org/TR/CSS21/changes.html#q21.271",
- "https://www.w3.org/TR/CSS21/changes.html#q21.272",
- "https://www.w3.org/TR/CSS21/changes.html#q21.273",
- "https://www.w3.org/TR/CSS21/changes.html#q21.274",
- "https://www.w3.org/TR/CSS21/changes.html#q21.275",
- "https://www.w3.org/TR/CSS21/changes.html#q21.276",
- "https://www.w3.org/TR/CSS21/changes.html#q21.277",
- "https://www.w3.org/TR/CSS21/changes.html#q21.278",
- "https://www.w3.org/TR/CSS21/changes.html#q21.279",
- "https://www.w3.org/TR/CSS21/changes.html#q21.280",
- "https://www.w3.org/TR/CSS21/changes.html#q21.281",
- "https://www.w3.org/TR/CSS21/changes.html#q21.282",
- "https://www.w3.org/TR/CSS21/changes.html#q21.283",
- "https://www.w3.org/TR/CSS21/changes.html#q21.284",
- "https://www.w3.org/TR/CSS21/changes.html#q21.285",
- "https://www.w3.org/TR/CSS21/changes.html#q21.286",
- "https://www.w3.org/TR/CSS21/changes.html#errata",
- "https://www.w3.org/TR/CSS21/changes.html#q21.288",
- "https://www.w3.org/TR/CSS21/changes.html#q21.289",
- "https://www.w3.org/TR/CSS21/changes.html#q21.290",
- "https://www.w3.org/TR/CSS21/changes.html#q21.291",
- "https://www.w3.org/TR/CSS21/changes.html#q21.292",
- "https://www.w3.org/TR/CSS21/changes.html#q21.293",
- "https://www.w3.org/TR/CSS21/changes.html#q21.294",
- "https://www.w3.org/TR/CSS21/changes.html#q21.295",
- "https://www.w3.org/TR/CSS21/changes.html#q21.296",
- "https://www.w3.org/TR/CSS21/changes.html#q21.297",
- "https://www.w3.org/TR/CSS21/changes.html#q21.298",
- "https://www.w3.org/TR/CSS21/changes.html#q21.299",
- "https://www.w3.org/TR/CSS21/changes.html#q21.300",
- "https://www.w3.org/TR/CSS21/changes.html#q21.301",
- "https://www.w3.org/TR/CSS21/changes.html#q21.302",
- "https://www.w3.org/TR/CSS21/changes.html#q21.303",
- "https://www.w3.org/TR/CSS21/changes.html#q21.304",
- "https://www.w3.org/TR/CSS21/changes.html#q21.305",
- "https://www.w3.org/TR/CSS21/changes.html#q21.306",
- "https://www.w3.org/TR/CSS21/changes.html#q21.307",
- "https://www.w3.org/TR/CSS21/changes.html#q21.308",
- "https://www.w3.org/TR/CSS21/changes.html#q21.309",
- "https://www.w3.org/TR/CSS21/changes.html#q21.310",
- "https://www.w3.org/TR/CSS21/changes.html#q21.311",
- "https://www.w3.org/TR/CSS21/changes.html#q21.312",
- "https://www.w3.org/TR/CSS21/changes.html#q21.313",
- "https://www.w3.org/TR/CSS21/changes.html#q21.314",
- "https://www.w3.org/TR/CSS21/changes.html#q21.315",
- "https://www.w3.org/TR/CSS21/changes.html#q21.316",
- "https://www.w3.org/TR/CSS21/changes.html#q21.317",
- "https://www.w3.org/TR/CSS21/changes.html#q21.318",
- "https://www.w3.org/TR/CSS21/changes.html#q21.319",
- "https://www.w3.org/TR/CSS21/changes.html#q21.320",
- "https://www.w3.org/TR/CSS21/changes.html#q21.321",
- "https://www.w3.org/TR/CSS21/changes.html#q21.322",
- "https://www.w3.org/TR/CSS21/changes.html#q21.323",
- "https://www.w3.org/TR/CSS21/changes.html#q21.324",
- "https://www.w3.org/TR/CSS21/changes.html#q21.325",
- "https://www.w3.org/TR/CSS21/changes.html#q21.326",
- "https://www.w3.org/TR/CSS21/changes.html#q21.327",
- "https://www.w3.org/TR/CSS21/changes.html#q21.328",
- "https://www.w3.org/TR/CSS21/changes.html#q21.329",
- "https://www.w3.org/TR/CSS21/changes.html#q21.330",
- "https://www.w3.org/TR/CSS21/changes.html#q21.331",
- "https://www.w3.org/TR/CSS21/changes.html#q21.332",
- "https://www.w3.org/TR/CSS21/changes.html#q21.333",
- "https://www.w3.org/TR/CSS21/changes.html#q21.334",
- "https://www.w3.org/TR/CSS21/changes.html#q21.335",
- "https://www.w3.org/TR/CSS21/changes.html#q21.336",
- "https://www.w3.org/TR/CSS21/changes.html#q21.337",
- "https://www.w3.org/TR/CSS21/changes.html#q21.338",
- "https://www.w3.org/TR/CSS21/changes.html#q21.339",
- "https://www.w3.org/TR/CSS21/changes.html#q21.340",
- "https://www.w3.org/TR/CSS21/changes.html#q21.341",
- "https://www.w3.org/TR/CSS21/changes.html#q21.342",
- "https://www.w3.org/TR/CSS21/changes.html#q21.343",
- "https://www.w3.org/TR/CSS21/changes.html#q21.344",
- "https://www.w3.org/TR/CSS21/changes.html#q21.345",
- "https://www.w3.org/TR/CSS21/changes.html#q21.346",
- "https://www.w3.org/TR/CSS21/changes.html#q21.347",
- "https://www.w3.org/TR/CSS21/changes.html#q21.348",
- "https://www.w3.org/TR/CSS21/changes.html#q21.349",
- "https://www.w3.org/TR/CSS21/changes.html#q21.350",
- "https://www.w3.org/TR/CSS21/changes.html#q21.351",
- "https://www.w3.org/TR/CSS21/changes.html#q21.352",
- "https://www.w3.org/TR/CSS21/changes.html#q21.353",
- "https://www.w3.org/TR/CSS21/changes.html#q21.354",
- "https://www.w3.org/TR/CSS21/changes.html#q21.355",
- "https://www.w3.org/TR/CSS21/changes.html#q21.356",
- "https://www.w3.org/TR/CSS21/changes.html#q21.357",
- "https://www.w3.org/TR/CSS21/changes.html#q21.358",
- "https://www.w3.org/TR/CSS21/changes.html#q21.359",
- "https://www.w3.org/TR/CSS21/changes.html#q21.360",
- "https://www.w3.org/TR/CSS21/changes.html#q21.361",
- "https://www.w3.org/TR/CSS21/changes.html#q21.362",
- "https://www.w3.org/TR/CSS21/changes.html#q21.363",
- "https://www.w3.org/TR/CSS21/changes.html#q21.364",
- "https://www.w3.org/TR/CSS21/changes.html#q21.365",
- "https://www.w3.org/TR/CSS21/changes.html#q21.366",
- "https://www.w3.org/TR/CSS21/changes.html#q21.367",
- "https://www.w3.org/TR/CSS21/changes.html#q21.368",
- "https://www.w3.org/TR/CSS21/changes.html#q21.369",
- "https://www.w3.org/TR/CSS21/changes.html#q21.370",
- "https://www.w3.org/TR/CSS21/changes.html#q21.371",
- "https://www.w3.org/TR/CSS21/changes.html#q21.372",
- "https://www.w3.org/TR/CSS21/changes.html#q21.373",
- "https://www.w3.org/TR/CSS21/changes.html#q21.374",
- "https://www.w3.org/TR/CSS21/changes.html#q21.375",
- "https://www.w3.org/TR/CSS21/changes.html#q21.376",
- "https://www.w3.org/TR/CSS21/changes.html#q21.377",
- "https://www.w3.org/TR/CSS21/changes.html#q21.378",
- "https://www.w3.org/TR/CSS21/changes.html#q21.379",
- "https://www.w3.org/TR/CSS21/changes.html#errata2",
- "https://www.w3.org/TR/CSS21/changes.html#q21.381",
- "https://www.w3.org/TR/CSS21/changes.html#q21.382",
- "https://www.w3.org/TR/CSS21/changes.html#q21.383",
- "https://www.w3.org/TR/CSS21/changes.html#q21.384",
- "https://www.w3.org/TR/CSS21/changes.html#q21.385",
- "https://www.w3.org/TR/CSS21/changes.html#q21.386",
- "https://www.w3.org/TR/CSS21/changes.html#q21.387",
- "https://www.w3.org/TR/CSS21/changes.html#q21.388",
- "https://www.w3.org/TR/CSS21/changes.html#errata3",
- "https://www.w3.org/TR/CSS21/changes.html#q21.390",
- "https://www.w3.org/TR/CSS21/changes.html#q21.391",
- "https://www.w3.org/TR/CSS21/changes.html#q21.392",
- "https://www.w3.org/TR/CSS21/changes.html#q21.393",
- "https://www.w3.org/TR/CSS21/changes.html#q21.394",
- "https://www.w3.org/TR/CSS21/changes.html#q21.395",
- "https://www.w3.org/TR/CSS21/changes.html#q21.396",
- "https://www.w3.org/TR/CSS21/changes.html#q21.397",
- "https://www.w3.org/TR/CSS21/changes.html#q21.398",
- "https://www.w3.org/TR/CSS21/changes.html#q21.399",
- "https://www.w3.org/TR/CSS21/changes.html#q21.400",
- "https://www.w3.org/TR/CSS21/changes.html#q21.401",
- "https://www.w3.org/TR/CSS21/changes.html#q21.402",
- "https://www.w3.org/TR/CSS21/changes.html#q21.403",
- "https://www.w3.org/TR/CSS21/changes.html#q21.404",
- "https://www.w3.org/TR/CSS21/changes.html#q21.405",
- "https://www.w3.org/TR/CSS21/changes.html#q21.406",
- "https://www.w3.org/TR/CSS21/changes.html#q21.407",
- "https://www.w3.org/TR/CSS21/changes.html#q21.408",
- "https://www.w3.org/TR/CSS21/changes.html#q21.409",
- "https://www.w3.org/TR/CSS21/changes.html#q21.410",
- "https://www.w3.org/TR/CSS21/changes.html#q21.411",
- "https://www.w3.org/TR/CSS21/changes.html#q21.412",
- "https://www.w3.org/TR/CSS21/changes.html#q21.413",
- "https://www.w3.org/TR/CSS21/changes.html#q21.414",
- "https://www.w3.org/TR/CSS21/changes.html#q21.415",
- "https://www.w3.org/TR/CSS21/changes.html#q21.416",
- "https://www.w3.org/TR/CSS21/changes.html#q21.417",
- "https://www.w3.org/TR/CSS21/changes.html#q21.418",
- "https://www.w3.org/TR/CSS21/changes.html#q21.419",
- "https://www.w3.org/TR/CSS21/changes.html#q21.420",
- "https://www.w3.org/TR/CSS21/changes.html#q21.421",
- "https://www.w3.org/TR/CSS21/changes.html#q21.422",
- "https://www.w3.org/TR/CSS21/changes.html#q21.423",
- "https://www.w3.org/TR/CSS21/changes.html#q21.424",
- "https://www.w3.org/TR/CSS21/changes.html#q21.425",
- "https://www.w3.org/TR/CSS21/changes.html#q21.426",
- "https://www.w3.org/TR/CSS21/changes.html#q21.427",
- "https://www.w3.org/TR/CSS21/changes.html#q21.428",
- "https://www.w3.org/TR/CSS21/changes.html#q21.429",
- "https://www.w3.org/TR/CSS21/changes.html#q21.430",
- "https://www.w3.org/TR/CSS21/changes.html#q21.431",
- "https://www.w3.org/TR/CSS21/changes.html#q21.432",
- "https://www.w3.org/TR/CSS21/changes.html#q21.433",
- "https://www.w3.org/TR/CSS21/changes.html#q21.434",
- "https://www.w3.org/TR/CSS21/changes.html#q21.435",
- "https://www.w3.org/TR/CSS21/changes.html#q21.436",
- "https://www.w3.org/TR/CSS21/changes.html#q21.437",
- "https://www.w3.org/TR/CSS21/changes.html#q21.438",
- "https://www.w3.org/TR/CSS21/changes.html#q21.439",
- "https://www.w3.org/TR/CSS21/changes.html#q21.440",
- "https://www.w3.org/TR/CSS21/changes.html#q21.441",
- "https://www.w3.org/TR/CSS21/changes.html#q21.442",
- "https://www.w3.org/TR/CSS21/changes.html#q21.443",
- "https://www.w3.org/TR/CSS21/changes.html#q21.444",
- "https://www.w3.org/TR/CSS21/changes.html#q21.445",
- "https://www.w3.org/TR/CSS21/changes.html#q21.446",
- "https://www.w3.org/TR/CSS21/changes.html#q21.447",
- "https://www.w3.org/TR/CSS21/changes.html#q21.448",
- "https://www.w3.org/TR/CSS21/changes.html#q21.449",
- "https://www.w3.org/TR/CSS21/changes.html#q21.450",
- "https://www.w3.org/TR/CSS21/changes.html#q21.451",
- "https://www.w3.org/TR/CSS21/changes.html#q21.452",
- "https://www.w3.org/TR/CSS21/changes.html#q21.453",
- "https://www.w3.org/TR/CSS21/changes.html#q21.454",
- "https://www.w3.org/TR/CSS21/changes.html#q21.455",
- "https://www.w3.org/TR/CSS21/changes.html#q21.456",
- "https://www.w3.org/TR/CSS21/changes.html#q21.457",
- "https://www.w3.org/TR/CSS21/changes.html#q21.458",
- "https://www.w3.org/TR/CSS21/changes.html#q21.459",
- "https://www.w3.org/TR/CSS21/changes.html#q21.460",
- "https://www.w3.org/TR/CSS21/changes.html#q21.461",
- "https://www.w3.org/TR/CSS21/changes.html#q21.462",
- "https://www.w3.org/TR/CSS21/changes.html#q21.463",
- "https://www.w3.org/TR/CSS21/changes.html#q21.464",
- "https://www.w3.org/TR/CSS21/changes.html#q21.465",
- "https://www.w3.org/TR/CSS21/changes.html#q21.466",
- "https://www.w3.org/TR/CSS21/changes.html#q21.467",
- "https://www.w3.org/TR/CSS21/changes.html#q21.468",
- "https://www.w3.org/TR/CSS21/changes.html#q21.469",
- "https://www.w3.org/TR/CSS21/changes.html#q21.470",
- "https://www.w3.org/TR/CSS21/changes.html#q21.471",
- "https://www.w3.org/TR/CSS21/changes.html#q21.472",
- "https://www.w3.org/TR/CSS21/changes.html#q21.473",
- "https://www.w3.org/TR/CSS21/changes.html#q21.474",
- "https://www.w3.org/TR/CSS21/changes.html#q21.475",
- "https://www.w3.org/TR/CSS21/changes.html#q21.476",
- "https://www.w3.org/TR/CSS21/changes.html#q21.477",
- "https://www.w3.org/TR/CSS21/changes.html#q21.478",
- "https://www.w3.org/TR/CSS21/changes.html#q21.479",
- "https://www.w3.org/TR/CSS21/changes.html#q21.480",
- "https://www.w3.org/TR/CSS21/changes.html#q21.481",
- "https://www.w3.org/TR/CSS21/changes.html#q21.482",
- "https://www.w3.org/TR/CSS21/changes.html#q21.483",
- "https://www.w3.org/TR/CSS21/changes.html#q21.484",
- "https://www.w3.org/TR/CSS21/changes.html#q21.485",
- "https://www.w3.org/TR/CSS21/changes.html#q21.486",
- "https://www.w3.org/TR/CSS21/changes.html#q21.487",
- "https://www.w3.org/TR/CSS21/changes.html#q21.488",
- "https://www.w3.org/TR/CSS21/changes.html#q21.489",
- "https://www.w3.org/TR/CSS21/changes.html#q21.490",
- "https://www.w3.org/TR/CSS21/changes.html#q21.491",
- "https://www.w3.org/TR/CSS21/changes.html#q21.492",
- "https://www.w3.org/TR/CSS21/changes.html#q21.493",
- "https://www.w3.org/TR/CSS21/changes.html#q21.494",
- "https://www.w3.org/TR/CSS21/changes.html#q21.495",
- "https://www.w3.org/TR/CSS21/changes.html#q21.496",
- "https://www.w3.org/TR/CSS21/changes.html#q21.497",
- "https://www.w3.org/TR/CSS21/changes.html#q21.498",
- "https://www.w3.org/TR/CSS21/changes.html#q21.499",
- "https://www.w3.org/TR/CSS21/changes.html#q21.500",
- "https://www.w3.org/TR/CSS21/changes.html#q21.501",
- "https://www.w3.org/TR/CSS21/changes.html#q21.502",
- "https://www.w3.org/TR/CSS21/changes.html#q21.503",
- "https://www.w3.org/TR/CSS21/changes.html#q21.504",
- "https://www.w3.org/TR/CSS21/changes.html#q21.505",
- "https://www.w3.org/TR/CSS21/changes.html#q21.506",
- "https://www.w3.org/TR/CSS21/changes.html#q21.507",
- "https://www.w3.org/TR/CSS21/changes.html#q21.508",
- "https://www.w3.org/TR/CSS21/changes.html#q21.509",
- "https://www.w3.org/TR/CSS21/changes.html#q21.510",
- "https://www.w3.org/TR/CSS21/changes.html#q21.511",
- "https://www.w3.org/TR/CSS21/changes.html#q21.512",
- "https://www.w3.org/TR/CSS21/changes.html#q21.513",
- "https://www.w3.org/TR/CSS21/changes.html#q21.514",
- "https://www.w3.org/TR/CSS21/changes.html#q21.515",
- "https://www.w3.org/TR/CSS21/changes.html#q21.516",
- "https://www.w3.org/TR/CSS21/changes.html#q21.517",
- "https://www.w3.org/TR/CSS21/changes.html#q21.518",
- "https://www.w3.org/TR/CSS21/changes.html#q21.519",
- "https://www.w3.org/TR/CSS21/changes.html#q21.520",
- "https://www.w3.org/TR/CSS21/changes.html#q21.521",
- "https://www.w3.org/TR/CSS21/changes.html#q21.522",
- "https://www.w3.org/TR/CSS21/changes.html#q21.523",
- "https://www.w3.org/TR/CSS21/changes.html#q21.524",
- "https://www.w3.org/TR/CSS21/changes.html#q21.525",
- "https://www.w3.org/TR/CSS21/changes.html#q21.526",
- "https://www.w3.org/TR/CSS21/changes.html#img-clip",
- "https://www.w3.org/TR/CSS21/changes.html#q21.527",
- "https://www.w3.org/TR/CSS21/changes.html#q21.528",
- "https://www.w3.org/TR/CSS21/changes.html#q21.529",
- "https://www.w3.org/TR/CSS21/changes.html#q21.530",
- "https://www.w3.org/TR/CSS21/changes.html#q21.531",
- "https://www.w3.org/TR/CSS21/changes.html#q21.532",
- "https://www.w3.org/TR/CSS21/changes.html#q21.533",
- "https://www.w3.org/TR/CSS21/changes.html#q21.534",
- "https://www.w3.org/TR/CSS21/changes.html#q21.535",
- "https://www.w3.org/TR/CSS21/changes.html#q21.536",
- "https://www.w3.org/TR/CSS21/changes.html#q21.537",
- "https://www.w3.org/TR/CSS21/changes.html#q21.538",
- "https://www.w3.org/TR/CSS21/changes.html#q21.539",
- "https://www.w3.org/TR/CSS21/changes.html#q21.540",
- "https://www.w3.org/TR/CSS21/changes.html#q21.541",
- "https://www.w3.org/TR/CSS21/changes.html#q21.542",
- "https://www.w3.org/TR/CSS21/changes.html#q21.543",
- "https://www.w3.org/TR/CSS21/changes.html#q21.544",
- "https://www.w3.org/TR/CSS21/changes.html#q21.545",
- "https://www.w3.org/TR/CSS21/changes.html#q21.546",
- "https://www.w3.org/TR/CSS21/changes.html#q21.547",
- "https://www.w3.org/TR/CSS21/changes.html#q21.548",
- "https://www.w3.org/TR/CSS21/changes.html#q21.549",
- "https://www.w3.org/TR/CSS21/sample.html#q22.0",
- "https://www.w3.org/TR/CSS21/sample.html#bidi",
- "https://www.w3.org/TR/CSS21/zindex.html#q23.0",
- "https://www.w3.org/TR/CSS21/zindex.html#stacking-defs",
- "https://www.w3.org/TR/CSS21/zindex.html#painting-order",
- "https://www.w3.org/TR/CSS21/zindex.html#stacking-notes",
- "https://www.w3.org/TR/CSS21/propidx.html#q24.0",
- "https://www.w3.org/TR/CSS21/grammar.html#q25.0",
- "https://www.w3.org/TR/CSS21/grammar.html#grammar",
- "https://www.w3.org/TR/CSS21/grammar.html#x0",
- "https://www.w3.org/TR/CSS21/grammar.html#x1",
- "https://www.w3.org/TR/CSS21/grammar.html#x2",
- "https://www.w3.org/TR/CSS21/grammar.html#scanner",
- "https://www.w3.org/TR/CSS21/grammar.html#x3",
- "https://www.w3.org/TR/CSS21/grammar.html#x4",
- "https://www.w3.org/TR/CSS21/grammar.html#x5",
- "https://www.w3.org/TR/CSS21/grammar.html#tokenizer-diffs",
- "https://www.w3.org/TR/CSS21/grammar.html#q25.4",
- "https://www.w3.org/TR/CSS21/indexlist.html#q27.0",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%3B",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%3C",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%3D",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%3E",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%3F",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%40",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%5B",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%5C",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%5D",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%5E",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-_",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-%60",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-a",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-b",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-c",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-d",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-e",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-f",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-g",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-h",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-i",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-j",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-k",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-l",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-m",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-n",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-o",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-p",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-q",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-r",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-s",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-t",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-u",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-v",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-w",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-x",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-y",
- "https://www.w3.org/TR/CSS21/indexlist.html#index-z"
- ]
-}
\ No newline at end of file
diff --git a/tr/ids/CSS22.json b/tr/ids/CSS22.json
deleted file mode 100644
index 65fbf1dbb345..000000000000
--- a/tr/ids/CSS22.json
+++ /dev/null
@@ -1,1132 +0,0 @@
-{
- "spec": {
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification",
- "url": "https://www.w3.org/TR/CSS22/"
- },
- "ids": [
- "https://www.w3.org/TR/CSS22/#title",
- "https://www.w3.org/TR/CSS22/#W3C-doctype",
- "https://www.w3.org/TR/CSS22/#abstract",
- "https://www.w3.org/TR/CSS22/#status",
- "https://www.w3.org/TR/CSS22/#w3c_process_revision",
- "https://www.w3.org/TR/CSS22/#toc",
- "https://www.w3.org/TR/CSS22/#minitoc",
- "https://www.w3.org/TR/CSS22/#fulltoc",
- "https://www.w3.org/TR/CSS22/about.html#toc",
- "https://www.w3.org/TR/CSS22/about.html#propdef-property-name",
- "https://www.w3.org/TR/CSS22/intro.html#toc",
- "https://www.w3.org/TR/CSS22/conform.html#toc",
- "https://www.w3.org/TR/CSS22/syndata.html#toc",
- "https://www.w3.org/TR/CSS22/syndata.html#illegalvalues",
- "https://www.w3.org/TR/CSS22/syndata.html#unexpected-eof",
- "https://www.w3.org/TR/CSS22/syndata.html#TanteksColorDiagram20020613",
- "https://www.w3.org/TR/CSS22/selector.html#toc",
- "https://www.w3.org/TR/CSS22/cascade.html#toc",
- "https://www.w3.org/TR/CSS22/cascade.html#usedValue",
- "https://www.w3.org/TR/CSS22/media.html#toc",
- "https://www.w3.org/TR/CSS22/box.html#toc",
- "https://www.w3.org/TR/CSS22/box.html#propdef-margin-top",
- "https://www.w3.org/TR/CSS22/box.html#propdef-margin-bottom",
- "https://www.w3.org/TR/CSS22/box.html#propdef-margin-right",
- "https://www.w3.org/TR/CSS22/box.html#propdef-margin-left",
- "https://www.w3.org/TR/CSS22/box.html#propdef-margin",
- "https://www.w3.org/TR/CSS22/box.html#what-is-adjoining",
- "https://www.w3.org/TR/CSS22/box.html#collapsed-through",
- "https://www.w3.org/TR/CSS22/box.html#propdef-padding-top",
- "https://www.w3.org/TR/CSS22/box.html#propdef-padding-right",
- "https://www.w3.org/TR/CSS22/box.html#propdef-padding-bottom",
- "https://www.w3.org/TR/CSS22/box.html#propdef-padding-left",
- "https://www.w3.org/TR/CSS22/box.html#propdef-padding",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-top-width",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-right-width",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom-width",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-left-width",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-width",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-top-color",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-right-color",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom-color",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-left-color",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-color",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-top-style",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-right-style",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom-style",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-left-style",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-style",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-top",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-right",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-bottom",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border-left",
- "https://www.w3.org/TR/CSS22/box.html#propdef-border",
- "https://www.w3.org/TR/CSS22/visuren.html#toc",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-display",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-position",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-top",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-right",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-bottom",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-left",
- "https://www.w3.org/TR/CSS22/visuren.html#phantom-line-box",
- "https://www.w3.org/TR/CSS22/visuren.html#bfc-next-to-float",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-float",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-clear",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-z-index",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-direction",
- "https://www.w3.org/TR/CSS22/visuren.html#propdef-unicode-bidi",
- "https://www.w3.org/TR/CSS22/visudet.html#toc",
- "https://www.w3.org/TR/CSS22/visudet.html#propdef-width",
- "https://www.w3.org/TR/CSS22/visudet.html#propdef-min-width",
- "https://www.w3.org/TR/CSS22/visudet.html#propdef-max-width",
- "https://www.w3.org/TR/CSS22/visudet.html#propdef-height",
- "https://www.w3.org/TR/CSS22/visudet.html#propdef-min-height",
- "https://www.w3.org/TR/CSS22/visudet.html#propdef-max-height",
- "https://www.w3.org/TR/CSS22/visudet.html#inline-box-height",
- "https://www.w3.org/TR/CSS22/visudet.html#sTypoAscender",
- "https://www.w3.org/TR/CSS22/visudet.html#propdef-line-height",
- "https://www.w3.org/TR/CSS22/visudet.html#propdef-vertical-align",
- "https://www.w3.org/TR/CSS22/visufx.html#toc",
- "https://www.w3.org/TR/CSS22/visufx.html#propdef-overflow",
- "https://www.w3.org/TR/CSS22/visufx.html#propdef-clip",
- "https://www.w3.org/TR/CSS22/visufx.html#propdef-visibility",
- "https://www.w3.org/TR/CSS22/generate.html#toc",
- "https://www.w3.org/TR/CSS22/generate.html#propdef-content",
- "https://www.w3.org/TR/CSS22/generate.html#propdef-quotes",
- "https://www.w3.org/TR/CSS22/generate.html#propdef-counter-reset",
- "https://www.w3.org/TR/CSS22/generate.html#propdef-counter-increment",
- "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style-type",
- "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style-image",
- "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style-position",
- "https://www.w3.org/TR/CSS22/generate.html#propdef-list-style",
- "https://www.w3.org/TR/CSS22/page.html#toc",
- "https://www.w3.org/TR/CSS22/page.html#propdef-page-break-before",
- "https://www.w3.org/TR/CSS22/page.html#propdef-page-break-after",
- "https://www.w3.org/TR/CSS22/page.html#propdef-page-break-inside",
- "https://www.w3.org/TR/CSS22/page.html#propdef-orphans",
- "https://www.w3.org/TR/CSS22/page.html#propdef-widows",
- "https://www.w3.org/TR/CSS22/colors.html#toc",
- "https://www.w3.org/TR/CSS22/colors.html#propdef-color",
- "https://www.w3.org/TR/CSS22/colors.html#propdef-background-color",
- "https://www.w3.org/TR/CSS22/colors.html#propdef-background-image",
- "https://www.w3.org/TR/CSS22/colors.html#propdef-background-repeat",
- "https://www.w3.org/TR/CSS22/colors.html#propdef-background-attachment",
- "https://www.w3.org/TR/CSS22/colors.html#propdef-background-position",
- "https://www.w3.org/TR/CSS22/colors.html#propdef-background",
- "https://www.w3.org/TR/CSS22/fonts.html#toc",
- "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-family",
- "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-style",
- "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-variant",
- "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-weight",
- "https://www.w3.org/TR/CSS22/fonts.html#propdef-font-size",
- "https://www.w3.org/TR/CSS22/fonts.html#AutoNumber2",
- "https://www.w3.org/TR/CSS22/fonts.html#propdef-font",
- "https://www.w3.org/TR/CSS22/fonts.html#almost",
- "https://www.w3.org/TR/CSS22/text.html#toc",
- "https://www.w3.org/TR/CSS22/text.html#propdef-text-indent",
- "https://www.w3.org/TR/CSS22/text.html#propdef-text-align",
- "https://www.w3.org/TR/CSS22/text.html#propdef-text-decoration",
- "https://www.w3.org/TR/CSS22/text.html#propdef-letter-spacing",
- "https://www.w3.org/TR/CSS22/text.html#propdef-word-spacing",
- "https://www.w3.org/TR/CSS22/text.html#propdef-text-transform",
- "https://www.w3.org/TR/CSS22/text.html#propdef-white-space",
- "https://www.w3.org/TR/CSS22/tables.html#toc",
- "https://www.w3.org/TR/CSS22/tables.html#internal-table-element",
- "https://www.w3.org/TR/CSS22/tables.html#tabular-container",
- "https://www.w3.org/TR/CSS22/tables.html#propdef-caption-side",
- "https://www.w3.org/TR/CSS22/tables.html#propdef-table-layout",
- "https://www.w3.org/TR/CSS22/tables.html#baseline-below",
- "https://www.w3.org/TR/CSS22/tables.html#propdef-border-collapse",
- "https://www.w3.org/TR/CSS22/tables.html#propdef-border-spacing",
- "https://www.w3.org/TR/CSS22/tables.html#propdef-empty-cells",
- "https://www.w3.org/TR/CSS22/ui.html#toc",
- "https://www.w3.org/TR/CSS22/ui.html#propdef-cursor",
- "https://www.w3.org/TR/CSS22/ui.html#propdef-outline",
- "https://www.w3.org/TR/CSS22/ui.html#propdef-outline-width",
- "https://www.w3.org/TR/CSS22/ui.html#propdef-outline-style",
- "https://www.w3.org/TR/CSS22/ui.html#propdef-outline-color",
- "https://www.w3.org/TR/CSS22/aural.html#toc",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-volume",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-speak",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-pause-before",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-pause-after",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-pause",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-cue-before",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-cue-after",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-cue",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-play-during",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-azimuth",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-elevation",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-speech-rate",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-voice-family",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-pitch",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-pitch-range",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-stress",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-richness",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-speak-punctuation",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-speak-numeral",
- "https://www.w3.org/TR/CSS22/aural.html#propdef-speak-header",
- "https://www.w3.org/TR/CSS22/refs.html#toc",
- "https://www.w3.org/TR/CSS22/changes.html#toc",
- "https://www.w3.org/TR/CSS22/changes.html#since-20110607",
- "https://www.w3.org/TR/CSS22/changes.html#s.6.2.1",
- "https://www.w3.org/TR/CSS22/changes.html#s.6.1.1",
- "https://www.w3.org/TR/CSS22/changes.html#s.8.3.1c",
- "https://www.w3.org/TR/CSS22/changes.html#s.10.7",
- "https://www.w3.org/TR/CSS22/changes.html#s.8.3.1d",
- "https://www.w3.org/TR/CSS22/changes.html#s.15.3a",
- "https://www.w3.org/TR/CSS22/changes.html#s.4.3.1",
- "https://www.w3.org/TR/CSS22/changes.html#s.10.1a",
- "https://www.w3.org/TR/CSS22/changes.html#s.9.4",
- "https://www.w3.org/TR/CSS22/changes.html#s.9.4.2",
- "https://www.w3.org/TR/CSS22/changes.html#s.17.4a",
- "https://www.w3.org/TR/CSS22/changes.html#s.17.5",
- "https://www.w3.org/TR/CSS22/changes.html#s.11.1.1a",
- "https://www.w3.org/TR/CSS22/changes.html#s.4.1.1a",
- "https://www.w3.org/TR/CSS22/changes.html#s.G.2d",
- "https://www.w3.org/TR/CSS22/changes.html#s.4.1.1b",
- "https://www.w3.org/TR/CSS22/changes.html#s.4.1.3d",
- "https://www.w3.org/TR/CSS22/changes.html#s.4.4",
- "https://www.w3.org/TR/CSS22/changes.html#s.11.1.1b",
- "https://www.w3.org/TR/CSS22/changes.html#s.15.3b",
- "https://www.w3.org/TR/CSS22/changes.html#s.G.1a",
- "https://www.w3.org/TR/CSS22/changes.html#s.10.5a",
- "https://www.w3.org/TR/CSS22/changes.html#s.4.1.1c",
- "https://www.w3.org/TR/CSS22/changes.html#s.9.2a",
- "https://www.w3.org/TR/CSS22/changes.html#s.9.2.4a",
- "https://www.w3.org/TR/CSS22/changes.html#s.17.4b",
- "https://www.w3.org/TR/CSS22/changes.html#s.4.1.1d",
- "https://www.w3.org/TR/CSS22/changes.html#s.14.2",
- "https://www.w3.org/TR/CSS22/changes.html#s.9.9.1",
- "https://www.w3.org/TR/CSS22/changes.html#s.4.1.1e",
- "https://www.w3.org/TR/CSS22/sample.html#toc",
- "https://www.w3.org/TR/CSS22/zindex.html#toc",
- "https://www.w3.org/TR/CSS22/zindex.html#each-box",
- "https://www.w3.org/TR/CSS22/zindex.html#outlines",
- "https://www.w3.org/TR/CSS22/propidx.html#toc",
- "https://www.w3.org/TR/CSS22/grammar.html#toc",
- "https://www.w3.org/TR/CSS22/indexlist.html#toc",
- "https://www.w3.org/TR/CSS22/about.html#q0",
- "https://www.w3.org/TR/CSS22/about.html#css2.2-v-css2",
- "https://www.w3.org/TR/CSS22/about.html#reading",
- "https://www.w3.org/TR/CSS22/about.html#organization",
- "https://www.w3.org/TR/CSS22/about.html#conventions",
- "https://www.w3.org/TR/CSS22/about.html#doc-language",
- "https://www.w3.org/TR/CSS22/about.html#property-defs",
- "https://www.w3.org/TR/CSS22/about.html#x0",
- "https://www.w3.org/TR/CSS22/about.html#value-defs",
- "https://www.w3.org/TR/CSS22/about.html#syndata.html%23keywords",
- "https://www.w3.org/TR/CSS22/about.html#initial-value",
- "https://www.w3.org/TR/CSS22/about.html#applies-to",
- "https://www.w3.org/TR/CSS22/about.html#inherited-prop",
- "https://www.w3.org/TR/CSS22/about.html#percentage-wrt",
- "https://www.w3.org/TR/CSS22/about.html#media-applies",
- "https://www.w3.org/TR/CSS22/about.html#computed-defs",
- "https://www.w3.org/TR/CSS22/about.html#shorthand",
- "https://www.w3.org/TR/CSS22/about.html#x1",
- "https://www.w3.org/TR/CSS22/about.html#notes-and-examples",
- "https://www.w3.org/TR/CSS22/about.html#images-and-longdesc",
- "https://www.w3.org/TR/CSS22/about.html#acknowledgements",
- "https://www.w3.org/TR/CSS22/intro.html#q0",
- "https://www.w3.org/TR/CSS22/intro.html#html-tutorial",
- "https://www.w3.org/TR/CSS22/intro.html#xml-tutorial",
- "https://www.w3.org/TR/CSS22/intro.html#img-bach1",
- "https://www.w3.org/TR/CSS22/intro.html#img-bach2",
- "https://www.w3.org/TR/CSS22/intro.html#processing-model",
- "https://www.w3.org/TR/CSS22/intro.html#formatting-structure",
- "https://www.w3.org/TR/CSS22/intro.html#the-canvas",
- "https://www.w3.org/TR/CSS22/intro.html#canvas",
- "https://www.w3.org/TR/CSS22/intro.html#addressing",
- "https://www.w3.org/TR/CSS22/intro.html#design-principles",
- "https://www.w3.org/TR/CSS22/conform.html#q0",
- "https://www.w3.org/TR/CSS22/conform.html#defs",
- "https://www.w3.org/TR/CSS22/conform.html#x0",
- "https://www.w3.org/TR/CSS22/conform.html#x1",
- "https://www.w3.org/TR/CSS22/conform.html#x2",
- "https://www.w3.org/TR/CSS22/conform.html#x3",
- "https://www.w3.org/TR/CSS22/conform.html#x4",
- "https://www.w3.org/TR/CSS22/conform.html#x5",
- "https://www.w3.org/TR/CSS22/conform.html#x6",
- "https://www.w3.org/TR/CSS22/conform.html#x7",
- "https://www.w3.org/TR/CSS22/conform.html#x8",
- "https://www.w3.org/TR/CSS22/conform.html#x9",
- "https://www.w3.org/TR/CSS22/conform.html#style-sheet",
- "https://www.w3.org/TR/CSS22/conform.html#valid-style-sheet",
- "https://www.w3.org/TR/CSS22/conform.html#illegal",
- "https://www.w3.org/TR/CSS22/conform.html#source-document",
- "https://www.w3.org/TR/CSS22/conform.html#doclanguage",
- "https://www.w3.org/TR/CSS22/conform.html#element",
- "https://www.w3.org/TR/CSS22/conform.html#replaced-element",
- "https://www.w3.org/TR/CSS22/conform.html#intrinsic",
- "https://www.w3.org/TR/CSS22/conform.html#attribute",
- "https://www.w3.org/TR/CSS22/conform.html#content",
- "https://www.w3.org/TR/CSS22/conform.html#empty",
- "https://www.w3.org/TR/CSS22/conform.html#parent",
- "https://www.w3.org/TR/CSS22/conform.html#ignore",
- "https://www.w3.org/TR/CSS22/conform.html#rendered-content",
- "https://www.w3.org/TR/CSS22/conform.html#doctree",
- "https://www.w3.org/TR/CSS22/conform.html#root",
- "https://www.w3.org/TR/CSS22/conform.html#child",
- "https://www.w3.org/TR/CSS22/conform.html#descendant",
- "https://www.w3.org/TR/CSS22/conform.html#ancestor",
- "https://www.w3.org/TR/CSS22/conform.html#sibling",
- "https://www.w3.org/TR/CSS22/conform.html#preceding",
- "https://www.w3.org/TR/CSS22/conform.html#following",
- "https://www.w3.org/TR/CSS22/conform.html#author",
- "https://www.w3.org/TR/CSS22/conform.html#authoring",
- "https://www.w3.org/TR/CSS22/conform.html#user",
- "https://www.w3.org/TR/CSS22/conform.html#user-agent",
- "https://www.w3.org/TR/CSS22/conform.html#ua",
- "https://www.w3.org/TR/CSS22/conform.html#property",
- "https://www.w3.org/TR/CSS22/conform.html#img-doctree",
- "https://www.w3.org/TR/CSS22/conform.html#conformance",
- "https://www.w3.org/TR/CSS22/conform.html#conformance-term",
- "https://www.w3.org/TR/CSS22/conform.html#x44",
- "https://www.w3.org/TR/CSS22/conform.html#x45",
- "https://www.w3.org/TR/CSS22/conform.html#errors",
- "https://www.w3.org/TR/CSS22/conform.html#text-css",
- "https://www.w3.org/TR/CSS22/conform.html#message-entity",
- "https://www.w3.org/TR/CSS22/syndata.html#q0",
- "https://www.w3.org/TR/CSS22/syndata.html#syntax",
- "https://www.w3.org/TR/CSS22/syndata.html#x0",
- "https://www.w3.org/TR/CSS22/syndata.html#tokenization",
- "https://www.w3.org/TR/CSS22/syndata.html#comment",
- "https://www.w3.org/TR/CSS22/syndata.html#whitespace",
- "https://www.w3.org/TR/CSS22/syndata.html#keywords",
- "https://www.w3.org/TR/CSS22/syndata.html#vendor-keywords",
- "https://www.w3.org/TR/CSS22/syndata.html#vendor-keyword-history",
- "https://www.w3.org/TR/CSS22/syndata.html#characters",
- "https://www.w3.org/TR/CSS22/syndata.html#x1",
- "https://www.w3.org/TR/CSS22/syndata.html#value-def-identifier",
- "https://www.w3.org/TR/CSS22/syndata.html#escaped-characters",
- "https://www.w3.org/TR/CSS22/syndata.html#statements",
- "https://www.w3.org/TR/CSS22/syndata.html#x5",
- "https://www.w3.org/TR/CSS22/syndata.html#x6",
- "https://www.w3.org/TR/CSS22/syndata.html#x7",
- "https://www.w3.org/TR/CSS22/syndata.html#at-rules",
- "https://www.w3.org/TR/CSS22/syndata.html#x9",
- "https://www.w3.org/TR/CSS22/syndata.html#x10",
- "https://www.w3.org/TR/CSS22/syndata.html#x11",
- "https://www.w3.org/TR/CSS22/syndata.html#block",
- "https://www.w3.org/TR/CSS22/syndata.html#x12",
- "https://www.w3.org/TR/CSS22/syndata.html#x13",
- "https://www.w3.org/TR/CSS22/syndata.html#rule-sets",
- "https://www.w3.org/TR/CSS22/syndata.html#x14",
- "https://www.w3.org/TR/CSS22/syndata.html#x15",
- "https://www.w3.org/TR/CSS22/syndata.html#x16",
- "https://www.w3.org/TR/CSS22/syndata.html#x17",
- "https://www.w3.org/TR/CSS22/syndata.html#x18",
- "https://www.w3.org/TR/CSS22/syndata.html#declaration",
- "https://www.w3.org/TR/CSS22/syndata.html#properties",
- "https://www.w3.org/TR/CSS22/syndata.html#x19",
- "https://www.w3.org/TR/CSS22/syndata.html#x20",
- "https://www.w3.org/TR/CSS22/syndata.html#x21",
- "https://www.w3.org/TR/CSS22/syndata.html#x22",
- "https://www.w3.org/TR/CSS22/syndata.html#x23",
- "https://www.w3.org/TR/CSS22/syndata.html#comments",
- "https://www.w3.org/TR/CSS22/syndata.html#x24",
- "https://www.w3.org/TR/CSS22/syndata.html#parsing-errors",
- "https://www.w3.org/TR/CSS22/syndata.html#ignore",
- "https://www.w3.org/TR/CSS22/syndata.html#x26",
- "https://www.w3.org/TR/CSS22/syndata.html#x27",
- "https://www.w3.org/TR/CSS22/syndata.html#x28",
- "https://www.w3.org/TR/CSS22/syndata.html#x29",
- "https://www.w3.org/TR/CSS22/syndata.html#x30",
- "https://www.w3.org/TR/CSS22/syndata.html#values",
- "https://www.w3.org/TR/CSS22/syndata.html#numbers",
- "https://www.w3.org/TR/CSS22/syndata.html#value-def-integer",
- "https://www.w3.org/TR/CSS22/syndata.html#value-def-number",
- "https://www.w3.org/TR/CSS22/syndata.html#length-units",
- "https://www.w3.org/TR/CSS22/syndata.html#value-def-length",
- "https://www.w3.org/TR/CSS22/syndata.html#absrel-units",
- "https://www.w3.org/TR/CSS22/syndata.html#x34",
- "https://www.w3.org/TR/CSS22/syndata.html#em-width",
- "https://www.w3.org/TR/CSS22/syndata.html#ex",
- "https://www.w3.org/TR/CSS22/syndata.html#x39",
- "https://www.w3.org/TR/CSS22/syndata.html#x40",
- "https://www.w3.org/TR/CSS22/syndata.html#img-pixel1",
- "https://www.w3.org/TR/CSS22/syndata.html#img-pixel2",
- "https://www.w3.org/TR/CSS22/syndata.html#percentage-units",
- "https://www.w3.org/TR/CSS22/syndata.html#value-def-percentage",
- "https://www.w3.org/TR/CSS22/syndata.html#x43",
- "https://www.w3.org/TR/CSS22/syndata.html#uri",
- "https://www.w3.org/TR/CSS22/syndata.html#value-def-uri",
- "https://www.w3.org/TR/CSS22/syndata.html#counter",
- "https://www.w3.org/TR/CSS22/syndata.html#value-def-counter",
- "https://www.w3.org/TR/CSS22/syndata.html#x46",
- "https://www.w3.org/TR/CSS22/syndata.html#color-units",
- "https://www.w3.org/TR/CSS22/syndata.html#value-def-color",
- "https://www.w3.org/TR/CSS22/syndata.html#strings",
- "https://www.w3.org/TR/CSS22/syndata.html#value-def-string",
- "https://www.w3.org/TR/CSS22/syndata.html#x49",
- "https://www.w3.org/TR/CSS22/syndata.html#unsupported-values",
- "https://www.w3.org/TR/CSS22/syndata.html#charset",
- "https://www.w3.org/TR/CSS22/syndata.html#x50",
- "https://www.w3.org/TR/CSS22/syndata.html#x51",
- "https://www.w3.org/TR/CSS22/syndata.html#x52",
- "https://www.w3.org/TR/CSS22/syndata.html#x54",
- "https://www.w3.org/TR/CSS22/syndata.html#x55",
- "https://www.w3.org/TR/CSS22/syndata.html#x56",
- "https://www.w3.org/TR/CSS22/syndata.html#x57",
- "https://www.w3.org/TR/CSS22/syndata.html#x58",
- "https://www.w3.org/TR/CSS22/syndata.html#escaping",
- "https://www.w3.org/TR/CSS22/selector.html#q0",
- "https://www.w3.org/TR/CSS22/selector.html#pattern-matching",
- "https://www.w3.org/TR/CSS22/selector.html#x0",
- "https://www.w3.org/TR/CSS22/selector.html#x1",
- "https://www.w3.org/TR/CSS22/selector.html#selector-syntax",
- "https://www.w3.org/TR/CSS22/selector.html#simple-selector",
- "https://www.w3.org/TR/CSS22/selector.html#x4",
- "https://www.w3.org/TR/CSS22/selector.html#combinator",
- "https://www.w3.org/TR/CSS22/selector.html#subject",
- "https://www.w3.org/TR/CSS22/selector.html#grouping",
- "https://www.w3.org/TR/CSS22/selector.html#x8",
- "https://www.w3.org/TR/CSS22/selector.html#x9",
- "https://www.w3.org/TR/CSS22/selector.html#universal-selector",
- "https://www.w3.org/TR/CSS22/selector.html#x10",
- "https://www.w3.org/TR/CSS22/selector.html#type-selectors",
- "https://www.w3.org/TR/CSS22/selector.html#x11",
- "https://www.w3.org/TR/CSS22/selector.html#descendant-selectors",
- "https://www.w3.org/TR/CSS22/selector.html#x12",
- "https://www.w3.org/TR/CSS22/selector.html#child-selectors",
- "https://www.w3.org/TR/CSS22/selector.html#x13",
- "https://www.w3.org/TR/CSS22/selector.html#adjacent-selectors",
- "https://www.w3.org/TR/CSS22/selector.html#attribute-selectors",
- "https://www.w3.org/TR/CSS22/selector.html#matching-attrs",
- "https://www.w3.org/TR/CSS22/selector.html#x14",
- "https://www.w3.org/TR/CSS22/selector.html#x16",
- "https://www.w3.org/TR/CSS22/selector.html#x18",
- "https://www.w3.org/TR/CSS22/selector.html#x20",
- "https://www.w3.org/TR/CSS22/selector.html#default-attrs",
- "https://www.w3.org/TR/CSS22/selector.html#x21",
- "https://www.w3.org/TR/CSS22/selector.html#class-html",
- "https://www.w3.org/TR/CSS22/selector.html#id-selectors",
- "https://www.w3.org/TR/CSS22/selector.html#pseudo-elements",
- "https://www.w3.org/TR/CSS22/selector.html#pseudo-classes",
- "https://www.w3.org/TR/CSS22/selector.html#x22",
- "https://www.w3.org/TR/CSS22/selector.html#x23",
- "https://www.w3.org/TR/CSS22/selector.html#pseudo-class-selectors",
- "https://www.w3.org/TR/CSS22/selector.html#first-child",
- "https://www.w3.org/TR/CSS22/selector.html#x24",
- "https://www.w3.org/TR/CSS22/selector.html#link-pseudo-classes",
- "https://www.w3.org/TR/CSS22/selector.html#x26",
- "https://www.w3.org/TR/CSS22/selector.html#x29",
- "https://www.w3.org/TR/CSS22/selector.html#dynamic-pseudo-classes",
- "https://www.w3.org/TR/CSS22/selector.html#x32",
- "https://www.w3.org/TR/CSS22/selector.html#x35",
- "https://www.w3.org/TR/CSS22/selector.html#x38",
- "https://www.w3.org/TR/CSS22/selector.html#lang",
- "https://www.w3.org/TR/CSS22/selector.html#x41",
- "https://www.w3.org/TR/CSS22/selector.html#x44",
- "https://www.w3.org/TR/CSS22/selector.html#pseudo-element-selectors",
- "https://www.w3.org/TR/CSS22/selector.html#first-line-pseudo",
- "https://www.w3.org/TR/CSS22/selector.html#x48",
- "https://www.w3.org/TR/CSS22/selector.html#x49",
- "https://www.w3.org/TR/CSS22/selector.html#first-formatted-line",
- "https://www.w3.org/TR/CSS22/selector.html#first-line",
- "https://www.w3.org/TR/CSS22/selector.html#first-letter",
- "https://www.w3.org/TR/CSS22/selector.html#x50",
- "https://www.w3.org/TR/CSS22/selector.html#x53",
- "https://www.w3.org/TR/CSS22/selector.html#x54",
- "https://www.w3.org/TR/CSS22/selector.html#img-first-letter",
- "https://www.w3.org/TR/CSS22/selector.html#x55",
- "https://www.w3.org/TR/CSS22/selector.html#img-first-letter2",
- "https://www.w3.org/TR/CSS22/selector.html#overlapping-example",
- "https://www.w3.org/TR/CSS22/selector.html#x56",
- "https://www.w3.org/TR/CSS22/selector.html#before-and-after",
- "https://www.w3.org/TR/CSS22/selector.html#x57",
- "https://www.w3.org/TR/CSS22/selector.html#x59",
- "https://www.w3.org/TR/CSS22/cascade.html#q0",
- "https://www.w3.org/TR/CSS22/cascade.html#value-stages",
- "https://www.w3.org/TR/CSS22/cascade.html#specified-value",
- "https://www.w3.org/TR/CSS22/cascade.html#x1",
- "https://www.w3.org/TR/CSS22/cascade.html#computed-value",
- "https://www.w3.org/TR/CSS22/cascade.html#used-value",
- "https://www.w3.org/TR/CSS22/cascade.html#actual-value",
- "https://www.w3.org/TR/CSS22/cascade.html#inheritance",
- "https://www.w3.org/TR/CSS22/cascade.html#x5",
- "https://www.w3.org/TR/CSS22/cascade.html#value-def-inherit",
- "https://www.w3.org/TR/CSS22/cascade.html#at-import",
- "https://www.w3.org/TR/CSS22/cascade.html#x7",
- "https://www.w3.org/TR/CSS22/cascade.html#x8",
- "https://www.w3.org/TR/CSS22/cascade.html#x9",
- "https://www.w3.org/TR/CSS22/cascade.html#cascade",
- "https://www.w3.org/TR/CSS22/cascade.html#default-style-sheet",
- "https://www.w3.org/TR/CSS22/cascade.html#x12",
- "https://www.w3.org/TR/CSS22/cascade.html#cascading-order",
- "https://www.w3.org/TR/CSS22/cascade.html#important-rules",
- "https://www.w3.org/TR/CSS22/cascade.html#x13",
- "https://www.w3.org/TR/CSS22/cascade.html#specificity",
- "https://www.w3.org/TR/CSS22/cascade.html#preshint",
- "https://www.w3.org/TR/CSS22/media.html#q0",
- "https://www.w3.org/TR/CSS22/media.html#media-intro",
- "https://www.w3.org/TR/CSS22/media.html#media-sheets",
- "https://www.w3.org/TR/CSS22/media.html#x0",
- "https://www.w3.org/TR/CSS22/media.html#x1",
- "https://www.w3.org/TR/CSS22/media.html#at-media-rule",
- "https://www.w3.org/TR/CSS22/media.html#x2",
- "https://www.w3.org/TR/CSS22/media.html#x3",
- "https://www.w3.org/TR/CSS22/media.html#media-types",
- "https://www.w3.org/TR/CSS22/media.html#media-groups",
- "https://www.w3.org/TR/CSS22/media.html#x4",
- "https://www.w3.org/TR/CSS22/media.html#continuous-media-group",
- "https://www.w3.org/TR/CSS22/media.html#paged-media-group",
- "https://www.w3.org/TR/CSS22/media.html#visual-media-group",
- "https://www.w3.org/TR/CSS22/media.html#audio-media-group",
- "https://www.w3.org/TR/CSS22/media.html#speech-media-group",
- "https://www.w3.org/TR/CSS22/media.html#tactile-media-group",
- "https://www.w3.org/TR/CSS22/media.html#grid-media-group",
- "https://www.w3.org/TR/CSS22/media.html#bitmap-media-group",
- "https://www.w3.org/TR/CSS22/media.html#interactive-media-group",
- "https://www.w3.org/TR/CSS22/media.html#static-media-group",
- "https://www.w3.org/TR/CSS22/media.html#all-media-group",
- "https://www.w3.org/TR/CSS22/box.html#box-model",
- "https://www.w3.org/TR/CSS22/box.html#box-dimensions",
- "https://www.w3.org/TR/CSS22/box.html#box-content-area",
- "https://www.w3.org/TR/CSS22/box.html#box-padding-area",
- "https://www.w3.org/TR/CSS22/box.html#box-border-area",
- "https://www.w3.org/TR/CSS22/box.html#box-margin-area",
- "https://www.w3.org/TR/CSS22/box.html#img-boxdim",
- "https://www.w3.org/TR/CSS22/box.html#content-edge",
- "https://www.w3.org/TR/CSS22/box.html#inner-edge",
- "https://www.w3.org/TR/CSS22/box.html#x10",
- "https://www.w3.org/TR/CSS22/box.html#padding-edge",
- "https://www.w3.org/TR/CSS22/box.html#x12",
- "https://www.w3.org/TR/CSS22/box.html#border-edge",
- "https://www.w3.org/TR/CSS22/box.html#x14",
- "https://www.w3.org/TR/CSS22/box.html#margin-edge",
- "https://www.w3.org/TR/CSS22/box.html#outer-edge",
- "https://www.w3.org/TR/CSS22/box.html#x17",
- "https://www.w3.org/TR/CSS22/box.html#content-width",
- "https://www.w3.org/TR/CSS22/box.html#content-height",
- "https://www.w3.org/TR/CSS22/box.html#mpb-examples",
- "https://www.w3.org/TR/CSS22/box.html#img-boxdimeg",
- "https://www.w3.org/TR/CSS22/box.html#margin-properties",
- "https://www.w3.org/TR/CSS22/box.html#value-def-margin-width",
- "https://www.w3.org/TR/CSS22/box.html#x21",
- "https://www.w3.org/TR/CSS22/box.html#x22",
- "https://www.w3.org/TR/CSS22/box.html#x23",
- "https://www.w3.org/TR/CSS22/box.html#x24",
- "https://www.w3.org/TR/CSS22/box.html#x25",
- "https://www.w3.org/TR/CSS22/box.html#collapsing-margins",
- "https://www.w3.org/TR/CSS22/box.html#x26",
- "https://www.w3.org/TR/CSS22/box.html#x27",
- "https://www.w3.org/TR/CSS22/box.html#x28",
- "https://www.w3.org/TR/CSS22/box.html#x29",
- "https://www.w3.org/TR/CSS22/box.html#padding-properties",
- "https://www.w3.org/TR/CSS22/box.html#value-def-padding-width",
- "https://www.w3.org/TR/CSS22/box.html#x31",
- "https://www.w3.org/TR/CSS22/box.html#x32",
- "https://www.w3.org/TR/CSS22/box.html#x33",
- "https://www.w3.org/TR/CSS22/box.html#x34",
- "https://www.w3.org/TR/CSS22/box.html#x35",
- "https://www.w3.org/TR/CSS22/box.html#border-properties",
- "https://www.w3.org/TR/CSS22/box.html#border-width-properties",
- "https://www.w3.org/TR/CSS22/box.html#value-def-border-width",
- "https://www.w3.org/TR/CSS22/box.html#x37",
- "https://www.w3.org/TR/CSS22/box.html#x38",
- "https://www.w3.org/TR/CSS22/box.html#x39",
- "https://www.w3.org/TR/CSS22/box.html#x40",
- "https://www.w3.org/TR/CSS22/box.html#x41",
- "https://www.w3.org/TR/CSS22/box.html#border-color-properties",
- "https://www.w3.org/TR/CSS22/box.html#x42",
- "https://www.w3.org/TR/CSS22/box.html#x43",
- "https://www.w3.org/TR/CSS22/box.html#x44",
- "https://www.w3.org/TR/CSS22/box.html#x45",
- "https://www.w3.org/TR/CSS22/box.html#x46",
- "https://www.w3.org/TR/CSS22/box.html#x47",
- "https://www.w3.org/TR/CSS22/box.html#border-style-properties",
- "https://www.w3.org/TR/CSS22/box.html#value-def-border-style",
- "https://www.w3.org/TR/CSS22/box.html#value-def-bo-none",
- "https://www.w3.org/TR/CSS22/box.html#value-def-hidden",
- "https://www.w3.org/TR/CSS22/box.html#value-def-dotted",
- "https://www.w3.org/TR/CSS22/box.html#value-def-dashed",
- "https://www.w3.org/TR/CSS22/box.html#value-def-solid",
- "https://www.w3.org/TR/CSS22/box.html#value-def-double",
- "https://www.w3.org/TR/CSS22/box.html#value-def-groove",
- "https://www.w3.org/TR/CSS22/box.html#value-def-ridge",
- "https://www.w3.org/TR/CSS22/box.html#value-def-inset",
- "https://www.w3.org/TR/CSS22/box.html#value-def-outset",
- "https://www.w3.org/TR/CSS22/box.html#x59",
- "https://www.w3.org/TR/CSS22/box.html#x60",
- "https://www.w3.org/TR/CSS22/box.html#x61",
- "https://www.w3.org/TR/CSS22/box.html#x62",
- "https://www.w3.org/TR/CSS22/box.html#x63",
- "https://www.w3.org/TR/CSS22/box.html#border-shorthand-properties",
- "https://www.w3.org/TR/CSS22/box.html#x64",
- "https://www.w3.org/TR/CSS22/box.html#x65",
- "https://www.w3.org/TR/CSS22/box.html#x66",
- "https://www.w3.org/TR/CSS22/box.html#x67",
- "https://www.w3.org/TR/CSS22/box.html#x68",
- "https://www.w3.org/TR/CSS22/box.html#bidi-box-model",
- "https://www.w3.org/TR/CSS22/visuren.html#q0",
- "https://www.w3.org/TR/CSS22/visuren.html#visual-model-intro",
- "https://www.w3.org/TR/CSS22/visuren.html#x0",
- "https://www.w3.org/TR/CSS22/visuren.html#viewport",
- "https://www.w3.org/TR/CSS22/visuren.html#x1",
- "https://www.w3.org/TR/CSS22/visuren.html#containing-block",
- "https://www.w3.org/TR/CSS22/visuren.html#x3",
- "https://www.w3.org/TR/CSS22/visuren.html#box-gen",
- "https://www.w3.org/TR/CSS22/visuren.html#principal-box",
- "https://www.w3.org/TR/CSS22/visuren.html#block-boxes",
- "https://www.w3.org/TR/CSS22/visuren.html#block-level",
- "https://www.w3.org/TR/CSS22/visuren.html#x6",
- "https://www.w3.org/TR/CSS22/visuren.html#block-container-box",
- "https://www.w3.org/TR/CSS22/visuren.html#block-container-element",
- "https://www.w3.org/TR/CSS22/visuren.html#x9",
- "https://www.w3.org/TR/CSS22/visuren.html#anonymous-block-level",
- "https://www.w3.org/TR/CSS22/visuren.html#x10",
- "https://www.w3.org/TR/CSS22/visuren.html#img-anon-block",
- "https://www.w3.org/TR/CSS22/visuren.html#inline-boxes",
- "https://www.w3.org/TR/CSS22/visuren.html#inline-level",
- "https://www.w3.org/TR/CSS22/visuren.html#x12",
- "https://www.w3.org/TR/CSS22/visuren.html#inline-box",
- "https://www.w3.org/TR/CSS22/visuren.html#x14",
- "https://www.w3.org/TR/CSS22/visuren.html#anonymous",
- "https://www.w3.org/TR/CSS22/visuren.html#x15",
- "https://www.w3.org/TR/CSS22/visuren.html#run-in",
- "https://www.w3.org/TR/CSS22/visuren.html#x16",
- "https://www.w3.org/TR/CSS22/visuren.html#display-prop",
- "https://www.w3.org/TR/CSS22/visuren.html#x17",
- "https://www.w3.org/TR/CSS22/visuren.html#value-def-block",
- "https://www.w3.org/TR/CSS22/visuren.html#value-def-inline-block",
- "https://www.w3.org/TR/CSS22/visuren.html#value-def-inline",
- "https://www.w3.org/TR/CSS22/visuren.html#value-def-list-item",
- "https://www.w3.org/TR/CSS22/visuren.html#x22",
- "https://www.w3.org/TR/CSS22/visuren.html#positioning-scheme",
- "https://www.w3.org/TR/CSS22/visuren.html#x23",
- "https://www.w3.org/TR/CSS22/visuren.html#x24",
- "https://www.w3.org/TR/CSS22/visuren.html#x25",
- "https://www.w3.org/TR/CSS22/visuren.html#x26",
- "https://www.w3.org/TR/CSS22/visuren.html#choose-position",
- "https://www.w3.org/TR/CSS22/visuren.html#x27",
- "https://www.w3.org/TR/CSS22/visuren.html#position-props",
- "https://www.w3.org/TR/CSS22/visuren.html#positioned-element",
- "https://www.w3.org/TR/CSS22/visuren.html#x29",
- "https://www.w3.org/TR/CSS22/visuren.html#x30",
- "https://www.w3.org/TR/CSS22/visuren.html#x31",
- "https://www.w3.org/TR/CSS22/visuren.html#x32",
- "https://www.w3.org/TR/CSS22/visuren.html#normal-flow",
- "https://www.w3.org/TR/CSS22/visuren.html#x33",
- "https://www.w3.org/TR/CSS22/visuren.html#block-formatting",
- "https://www.w3.org/TR/CSS22/visuren.html#inline-formatting",
- "https://www.w3.org/TR/CSS22/visuren.html#line-box",
- "https://www.w3.org/TR/CSS22/visuren.html#img-inline-layout",
- "https://www.w3.org/TR/CSS22/visuren.html#relative-positioning",
- "https://www.w3.org/TR/CSS22/visuren.html#x35",
- "https://www.w3.org/TR/CSS22/visuren.html#floats",
- "https://www.w3.org/TR/CSS22/visuren.html#img-floateg",
- "https://www.w3.org/TR/CSS22/visuren.html#img-float2p",
- "https://www.w3.org/TR/CSS22/visuren.html#img-floatclear",
- "https://www.w3.org/TR/CSS22/visuren.html#float-position",
- "https://www.w3.org/TR/CSS22/visuren.html#x36",
- "https://www.w3.org/TR/CSS22/visuren.html#float-rules",
- "https://www.w3.org/TR/CSS22/visuren.html#x38",
- "https://www.w3.org/TR/CSS22/visuren.html#flow-control",
- "https://www.w3.org/TR/CSS22/visuren.html#x39",
- "https://www.w3.org/TR/CSS22/visuren.html#clearance",
- "https://www.w3.org/TR/CSS22/visuren.html#absolute-positioning",
- "https://www.w3.org/TR/CSS22/visuren.html#absolutely-positioned",
- "https://www.w3.org/TR/CSS22/visuren.html#fixed-positioning",
- "https://www.w3.org/TR/CSS22/visuren.html#img-frame",
- "https://www.w3.org/TR/CSS22/visuren.html#dis-pos-flo",
- "https://www.w3.org/TR/CSS22/visuren.html#comparison",
- "https://www.w3.org/TR/CSS22/visuren.html#comp-normal-flow",
- "https://www.w3.org/TR/CSS22/visuren.html#img-flow-generic",
- "https://www.w3.org/TR/CSS22/visuren.html#comp-relpos",
- "https://www.w3.org/TR/CSS22/visuren.html#img-flow-relative",
- "https://www.w3.org/TR/CSS22/visuren.html#comp-float",
- "https://www.w3.org/TR/CSS22/visuren.html#img-flow-float",
- "https://www.w3.org/TR/CSS22/visuren.html#img-flow-clear",
- "https://www.w3.org/TR/CSS22/visuren.html#img-flow-clear2",
- "https://www.w3.org/TR/CSS22/visuren.html#comp-abspos",
- "https://www.w3.org/TR/CSS22/visuren.html#img-flow-absolute",
- "https://www.w3.org/TR/CSS22/visuren.html#img-flow-abs-rel",
- "https://www.w3.org/TR/CSS22/visuren.html#img-flow-static",
- "https://www.w3.org/TR/CSS22/visuren.html#img-changebar",
- "https://www.w3.org/TR/CSS22/visuren.html#layers",
- "https://www.w3.org/TR/CSS22/visuren.html#z-index",
- "https://www.w3.org/TR/CSS22/visuren.html#x42",
- "https://www.w3.org/TR/CSS22/visuren.html#x43",
- "https://www.w3.org/TR/CSS22/visuren.html#x44",
- "https://www.w3.org/TR/CSS22/visuren.html#stack-level",
- "https://www.w3.org/TR/CSS22/visuren.html#direction",
- "https://www.w3.org/TR/CSS22/visuren.html#x46",
- "https://www.w3.org/TR/CSS22/visuren.html#x47",
- "https://www.w3.org/TR/CSS22/visuren.html#x48",
- "https://www.w3.org/TR/CSS22/visuren.html#x49",
- "https://www.w3.org/TR/CSS22/visudet.html#q0",
- "https://www.w3.org/TR/CSS22/visudet.html#containing-block-details",
- "https://www.w3.org/TR/CSS22/visudet.html#x0",
- "https://www.w3.org/TR/CSS22/visudet.html#x1",
- "https://www.w3.org/TR/CSS22/visudet.html#the-width-property",
- "https://www.w3.org/TR/CSS22/visudet.html#x3",
- "https://www.w3.org/TR/CSS22/visudet.html#x4",
- "https://www.w3.org/TR/CSS22/visudet.html#x5",
- "https://www.w3.org/TR/CSS22/visudet.html#Computing_widths_and_margins",
- "https://www.w3.org/TR/CSS22/visudet.html#inline-width",
- "https://www.w3.org/TR/CSS22/visudet.html#inline-replaced-width",
- "https://www.w3.org/TR/CSS22/visudet.html#blockwidth",
- "https://www.w3.org/TR/CSS22/visudet.html#width-constraints",
- "https://www.w3.org/TR/CSS22/visudet.html#block-replaced-width",
- "https://www.w3.org/TR/CSS22/visudet.html#float-width",
- "https://www.w3.org/TR/CSS22/visudet.html#shrink-to-fit-float",
- "https://www.w3.org/TR/CSS22/visudet.html#float-replaced-width",
- "https://www.w3.org/TR/CSS22/visudet.html#abs-non-replaced-width",
- "https://www.w3.org/TR/CSS22/visudet.html#static-position",
- "https://www.w3.org/TR/CSS22/visudet.html#abs-replaced-width",
- "https://www.w3.org/TR/CSS22/visudet.html#inlineblock-width",
- "https://www.w3.org/TR/CSS22/visudet.html#inlineblock-replaced-width",
- "https://www.w3.org/TR/CSS22/visudet.html#min-max-widths",
- "https://www.w3.org/TR/CSS22/visudet.html#x6",
- "https://www.w3.org/TR/CSS22/visudet.html#x7",
- "https://www.w3.org/TR/CSS22/visudet.html#x8",
- "https://www.w3.org/TR/CSS22/visudet.html#x9",
- "https://www.w3.org/TR/CSS22/visudet.html#the-height-property",
- "https://www.w3.org/TR/CSS22/visudet.html#x10",
- "https://www.w3.org/TR/CSS22/visudet.html#x11",
- "https://www.w3.org/TR/CSS22/visudet.html#x12",
- "https://www.w3.org/TR/CSS22/visudet.html#Computing_heights_and_margins",
- "https://www.w3.org/TR/CSS22/visudet.html#inline-non-replaced",
- "https://www.w3.org/TR/CSS22/visudet.html#multi-font-inline-height",
- "https://www.w3.org/TR/CSS22/visudet.html#inline-replaced-height",
- "https://www.w3.org/TR/CSS22/visudet.html#normal-block",
- "https://www.w3.org/TR/CSS22/visudet.html#abs-non-replaced-height",
- "https://www.w3.org/TR/CSS22/visudet.html#abs-replaced-height",
- "https://www.w3.org/TR/CSS22/visudet.html#block-root-margin",
- "https://www.w3.org/TR/CSS22/visudet.html#root-height",
- "https://www.w3.org/TR/CSS22/visudet.html#min-max-heights",
- "https://www.w3.org/TR/CSS22/visudet.html#x13",
- "https://www.w3.org/TR/CSS22/visudet.html#x14",
- "https://www.w3.org/TR/CSS22/visudet.html#x15",
- "https://www.w3.org/TR/CSS22/visudet.html#x16",
- "https://www.w3.org/TR/CSS22/visudet.html#line-height",
- "https://www.w3.org/TR/CSS22/visudet.html#leading",
- "https://www.w3.org/TR/CSS22/visudet.html#x17",
- "https://www.w3.org/TR/CSS22/visudet.html#strut",
- "https://www.w3.org/TR/CSS22/visudet.html#x18",
- "https://www.w3.org/TR/CSS22/visudet.html#x19",
- "https://www.w3.org/TR/CSS22/visudet.html#x20",
- "https://www.w3.org/TR/CSS22/visudet.html#x21",
- "https://www.w3.org/TR/CSS22/visudet.html#x22",
- "https://www.w3.org/TR/CSS22/visudet.html#x23",
- "https://www.w3.org/TR/CSS22/visudet.html#x24",
- "https://www.w3.org/TR/CSS22/visufx.html#q0",
- "https://www.w3.org/TR/CSS22/visufx.html#overflow-clipping",
- "https://www.w3.org/TR/CSS22/visufx.html#x0",
- "https://www.w3.org/TR/CSS22/visufx.html#overflow",
- "https://www.w3.org/TR/CSS22/visufx.html#x2",
- "https://www.w3.org/TR/CSS22/visufx.html#img-overflow1",
- "https://www.w3.org/TR/CSS22/visufx.html#img-overflow2",
- "https://www.w3.org/TR/CSS22/visufx.html#clipping",
- "https://www.w3.org/TR/CSS22/visufx.html#x3",
- "https://www.w3.org/TR/CSS22/visufx.html#x4",
- "https://www.w3.org/TR/CSS22/visufx.html#value-def-shape",
- "https://www.w3.org/TR/CSS22/visufx.html#value-def-top",
- "https://www.w3.org/TR/CSS22/visufx.html#value-def-right",
- "https://www.w3.org/TR/CSS22/visufx.html#value-def-bottom",
- "https://www.w3.org/TR/CSS22/visufx.html#value-def-left",
- "https://www.w3.org/TR/CSS22/visufx.html#img-clip",
- "https://www.w3.org/TR/CSS22/visufx.html#visibility",
- "https://www.w3.org/TR/CSS22/visufx.html#x10",
- "https://www.w3.org/TR/CSS22/generate.html#generated-text",
- "https://www.w3.org/TR/CSS22/generate.html#x0",
- "https://www.w3.org/TR/CSS22/generate.html#x1",
- "https://www.w3.org/TR/CSS22/generate.html#before-after-content",
- "https://www.w3.org/TR/CSS22/generate.html#x2",
- "https://www.w3.org/TR/CSS22/generate.html#x5",
- "https://www.w3.org/TR/CSS22/generate.html#content",
- "https://www.w3.org/TR/CSS22/generate.html#x8",
- "https://www.w3.org/TR/CSS22/generate.html#x9",
- "https://www.w3.org/TR/CSS22/generate.html#x10",
- "https://www.w3.org/TR/CSS22/generate.html#x11",
- "https://www.w3.org/TR/CSS22/generate.html#x12",
- "https://www.w3.org/TR/CSS22/generate.html#x13",
- "https://www.w3.org/TR/CSS22/generate.html#x14",
- "https://www.w3.org/TR/CSS22/generate.html#x15",
- "https://www.w3.org/TR/CSS22/generate.html#x16",
- "https://www.w3.org/TR/CSS22/generate.html#x17",
- "https://www.w3.org/TR/CSS22/generate.html#x18",
- "https://www.w3.org/TR/CSS22/generate.html#quotes",
- "https://www.w3.org/TR/CSS22/generate.html#quotes-specify",
- "https://www.w3.org/TR/CSS22/generate.html#x19",
- "https://www.w3.org/TR/CSS22/generate.html#x20",
- "https://www.w3.org/TR/CSS22/generate.html#x21",
- "https://www.w3.org/TR/CSS22/generate.html#quotes-insert",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-open-quote",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-close-quote",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-no-close-quote",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-no-open-quote",
- "https://www.w3.org/TR/CSS22/generate.html#counters",
- "https://www.w3.org/TR/CSS22/generate.html#x27",
- "https://www.w3.org/TR/CSS22/generate.html#x28",
- "https://www.w3.org/TR/CSS22/generate.html#scope",
- "https://www.w3.org/TR/CSS22/generate.html#x29",
- "https://www.w3.org/TR/CSS22/generate.html#counter-styles",
- "https://www.w3.org/TR/CSS22/generate.html#undisplayed-counters",
- "https://www.w3.org/TR/CSS22/generate.html#lists",
- "https://www.w3.org/TR/CSS22/generate.html#x30",
- "https://www.w3.org/TR/CSS22/generate.html#list-style",
- "https://www.w3.org/TR/CSS22/generate.html#x31",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-disc",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-circle",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-square",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-decimal",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-decimal-leading-zero",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-lower-roman",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-upper-roman",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-georgian",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-armenian",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-lower-latin",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-upper-latin",
- "https://www.w3.org/TR/CSS22/generate.html#value-def-lower-greek",
- "https://www.w3.org/TR/CSS22/generate.html#x44",
- "https://www.w3.org/TR/CSS22/generate.html#x45",
- "https://www.w3.org/TR/CSS22/generate.html#img-list-inout",
- "https://www.w3.org/TR/CSS22/generate.html#x46",
- "https://www.w3.org/TR/CSS22/page.html#the-page",
- "https://www.w3.org/TR/CSS22/page.html#page-intro",
- "https://www.w3.org/TR/CSS22/page.html#x0",
- "https://www.w3.org/TR/CSS22/page.html#page-box",
- "https://www.w3.org/TR/CSS22/page.html#x1",
- "https://www.w3.org/TR/CSS22/page.html#page-area",
- "https://www.w3.org/TR/CSS22/page.html#x3",
- "https://www.w3.org/TR/CSS22/page.html#page-context",
- "https://www.w3.org/TR/CSS22/page.html#x5",
- "https://www.w3.org/TR/CSS22/page.html#page-margins",
- "https://www.w3.org/TR/CSS22/page.html#img-page-info",
- "https://www.w3.org/TR/CSS22/page.html#page-selectors",
- "https://www.w3.org/TR/CSS22/page.html#x6",
- "https://www.w3.org/TR/CSS22/page.html#x8",
- "https://www.w3.org/TR/CSS22/page.html#x10",
- "https://www.w3.org/TR/CSS22/page.html#outside-page-box",
- "https://www.w3.org/TR/CSS22/page.html#page-breaks",
- "https://www.w3.org/TR/CSS22/page.html#page-break-props",
- "https://www.w3.org/TR/CSS22/page.html#x12",
- "https://www.w3.org/TR/CSS22/page.html#x13",
- "https://www.w3.org/TR/CSS22/page.html#x14",
- "https://www.w3.org/TR/CSS22/page.html#break-inside",
- "https://www.w3.org/TR/CSS22/page.html#x15",
- "https://www.w3.org/TR/CSS22/page.html#x16",
- "https://www.w3.org/TR/CSS22/page.html#allowed-page-breaks",
- "https://www.w3.org/TR/CSS22/page.html#forced",
- "https://www.w3.org/TR/CSS22/page.html#best-page-breaks",
- "https://www.w3.org/TR/CSS22/page.html#page-cascade",
- "https://www.w3.org/TR/CSS22/colors.html#q0",
- "https://www.w3.org/TR/CSS22/colors.html#colors",
- "https://www.w3.org/TR/CSS22/colors.html#x0",
- "https://www.w3.org/TR/CSS22/colors.html#background",
- "https://www.w3.org/TR/CSS22/colors.html#background-properties",
- "https://www.w3.org/TR/CSS22/colors.html#x1",
- "https://www.w3.org/TR/CSS22/colors.html#x2",
- "https://www.w3.org/TR/CSS22/colors.html#x3",
- "https://www.w3.org/TR/CSS22/colors.html#x4",
- "https://www.w3.org/TR/CSS22/colors.html#x5",
- "https://www.w3.org/TR/CSS22/colors.html#img-bg-repeat",
- "https://www.w3.org/TR/CSS22/colors.html#x6",
- "https://www.w3.org/TR/CSS22/colors.html#x7",
- "https://www.w3.org/TR/CSS22/colors.html#x8",
- "https://www.w3.org/TR/CSS22/colors.html#x9",
- "https://www.w3.org/TR/CSS22/colors.html#x10",
- "https://www.w3.org/TR/CSS22/fonts.html#q0",
- "https://www.w3.org/TR/CSS22/fonts.html#fonts-intro",
- "https://www.w3.org/TR/CSS22/fonts.html#algorithm",
- "https://www.w3.org/TR/CSS22/fonts.html#font-family-prop",
- "https://www.w3.org/TR/CSS22/fonts.html#x0",
- "https://www.w3.org/TR/CSS22/fonts.html#value-def-family-name",
- "https://www.w3.org/TR/CSS22/fonts.html#value-def-generic-family",
- "https://www.w3.org/TR/CSS22/fonts.html#generic-font-families",
- "https://www.w3.org/TR/CSS22/fonts.html#defined-to-exist",
- "https://www.w3.org/TR/CSS22/fonts.html#serif-def",
- "https://www.w3.org/TR/CSS22/fonts.html#sans-serif-def",
- "https://www.w3.org/TR/CSS22/fonts.html#cursive-def",
- "https://www.w3.org/TR/CSS22/fonts.html#fantasy-def",
- "https://www.w3.org/TR/CSS22/fonts.html#monospace-def",
- "https://www.w3.org/TR/CSS22/fonts.html#font-styling",
- "https://www.w3.org/TR/CSS22/fonts.html#x6",
- "https://www.w3.org/TR/CSS22/fonts.html#small-caps",
- "https://www.w3.org/TR/CSS22/fonts.html#x7",
- "https://www.w3.org/TR/CSS22/fonts.html#font-boldness",
- "https://www.w3.org/TR/CSS22/fonts.html#x8",
- "https://www.w3.org/TR/CSS22/fonts.html#font-size-props",
- "https://www.w3.org/TR/CSS22/fonts.html#x9",
- "https://www.w3.org/TR/CSS22/fonts.html#value-def-absolute-size",
- "https://www.w3.org/TR/CSS22/fonts.html#value-def-relative-size",
- "https://www.w3.org/TR/CSS22/fonts.html#font-shorthand",
- "https://www.w3.org/TR/CSS22/fonts.html#x10",
- "https://www.w3.org/TR/CSS22/fonts.html#x11",
- "https://www.w3.org/TR/CSS22/text.html#q0",
- "https://www.w3.org/TR/CSS22/text.html#indentation-prop",
- "https://www.w3.org/TR/CSS22/text.html#x0",
- "https://www.w3.org/TR/CSS22/text.html#x1",
- "https://www.w3.org/TR/CSS22/text.html#x2",
- "https://www.w3.org/TR/CSS22/text.html#alignment-prop",
- "https://www.w3.org/TR/CSS22/text.html#x3",
- "https://www.w3.org/TR/CSS22/text.html#x4",
- "https://www.w3.org/TR/CSS22/text.html#decoration",
- "https://www.w3.org/TR/CSS22/text.html#lining-striking-props",
- "https://www.w3.org/TR/CSS22/text.html#x5",
- "https://www.w3.org/TR/CSS22/text.html#spacing-props",
- "https://www.w3.org/TR/CSS22/text.html#x6",
- "https://www.w3.org/TR/CSS22/text.html#x7",
- "https://www.w3.org/TR/CSS22/text.html#x8",
- "https://www.w3.org/TR/CSS22/text.html#x9",
- "https://www.w3.org/TR/CSS22/text.html#x10",
- "https://www.w3.org/TR/CSS22/text.html#caps-prop",
- "https://www.w3.org/TR/CSS22/text.html#x11",
- "https://www.w3.org/TR/CSS22/text.html#white-space-prop",
- "https://www.w3.org/TR/CSS22/text.html#x12",
- "https://www.w3.org/TR/CSS22/text.html#white-space-model",
- "https://www.w3.org/TR/CSS22/text.html#egbidiwscollapse",
- "https://www.w3.org/TR/CSS22/text.html#ctrlchars",
- "https://www.w3.org/TR/CSS22/tables.html#q0",
- "https://www.w3.org/TR/CSS22/tables.html#tables-intro",
- "https://www.w3.org/TR/CSS22/tables.html#x0",
- "https://www.w3.org/TR/CSS22/tables.html#x1",
- "https://www.w3.org/TR/CSS22/tables.html#internal",
- "https://www.w3.org/TR/CSS22/tables.html#x2",
- "https://www.w3.org/TR/CSS22/tables.html#x3",
- "https://www.w3.org/TR/CSS22/tables.html#table-display",
- "https://www.w3.org/TR/CSS22/tables.html#x5",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-table",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-inline-table",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-table-row",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-table-row-group",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-table-header-group",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-table-footer-group",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-table-column",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-table-column-group",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-table-cell",
- "https://www.w3.org/TR/CSS22/tables.html#value-def-table-caption",
- "https://www.w3.org/TR/CSS22/tables.html#anonymous-boxes",
- "https://www.w3.org/TR/CSS22/tables.html#x16",
- "https://www.w3.org/TR/CSS22/tables.html#x17",
- "https://www.w3.org/TR/CSS22/tables.html#x18",
- "https://www.w3.org/TR/CSS22/tables.html#x19",
- "https://www.w3.org/TR/CSS22/tables.html#x20",
- "https://www.w3.org/TR/CSS22/tables.html#x21",
- "https://www.w3.org/TR/CSS22/tables.html#columns",
- "https://www.w3.org/TR/CSS22/tables.html#model",
- "https://www.w3.org/TR/CSS22/tables.html#table-wrapper-box",
- "https://www.w3.org/TR/CSS22/tables.html#table-box",
- "https://www.w3.org/TR/CSS22/tables.html#caption-position",
- "https://www.w3.org/TR/CSS22/tables.html#x24",
- "https://www.w3.org/TR/CSS22/tables.html#table-layout",
- "https://www.w3.org/TR/CSS22/tables.html#img-table-overlap",
- "https://www.w3.org/TR/CSS22/tables.html#table-layers",
- "https://www.w3.org/TR/CSS22/tables.html#img-tbl-layers",
- "https://www.w3.org/TR/CSS22/tables.html#img-tbl-empty",
- "https://www.w3.org/TR/CSS22/tables.html#width-layout",
- "https://www.w3.org/TR/CSS22/tables.html#x25",
- "https://www.w3.org/TR/CSS22/tables.html#fixed-table-layout",
- "https://www.w3.org/TR/CSS22/tables.html#auto-table-layout",
- "https://www.w3.org/TR/CSS22/tables.html#height-layout",
- "https://www.w3.org/TR/CSS22/tables.html#img-cell-align",
- "https://www.w3.org/TR/CSS22/tables.html#column-alignment",
- "https://www.w3.org/TR/CSS22/tables.html#dynamic-effects",
- "https://www.w3.org/TR/CSS22/tables.html#borders",
- "https://www.w3.org/TR/CSS22/tables.html#x26",
- "https://www.w3.org/TR/CSS22/tables.html#x27",
- "https://www.w3.org/TR/CSS22/tables.html#separated-borders",
- "https://www.w3.org/TR/CSS22/tables.html#x28",
- "https://www.w3.org/TR/CSS22/tables.html#x29",
- "https://www.w3.org/TR/CSS22/tables.html#img-tbl-spacing",
- "https://www.w3.org/TR/CSS22/tables.html#empty-cells",
- "https://www.w3.org/TR/CSS22/tables.html#x30",
- "https://www.w3.org/TR/CSS22/tables.html#collapsing-borders",
- "https://www.w3.org/TR/CSS22/tables.html#img-tbl-width",
- "https://www.w3.org/TR/CSS22/tables.html#border-conflict-resolution",
- "https://www.w3.org/TR/CSS22/tables.html#img-tbl-border-conflict",
- "https://www.w3.org/TR/CSS22/tables.html#img-CSStbl3",
- "https://www.w3.org/TR/CSS22/tables.html#table-border-styles",
- "https://www.w3.org/TR/CSS22/tables.html#x31",
- "https://www.w3.org/TR/CSS22/tables.html#x32",
- "https://www.w3.org/TR/CSS22/tables.html#x33",
- "https://www.w3.org/TR/CSS22/tables.html#x34",
- "https://www.w3.org/TR/CSS22/tables.html#x35",
- "https://www.w3.org/TR/CSS22/tables.html#x36",
- "https://www.w3.org/TR/CSS22/tables.html#x37",
- "https://www.w3.org/TR/CSS22/tables.html#x38",
- "https://www.w3.org/TR/CSS22/tables.html#x39",
- "https://www.w3.org/TR/CSS22/tables.html#x40",
- "https://www.w3.org/TR/CSS22/tables.html#x41",
- "https://www.w3.org/TR/CSS22/ui.html#q0",
- "https://www.w3.org/TR/CSS22/ui.html#cursor-props",
- "https://www.w3.org/TR/CSS22/ui.html#x0",
- "https://www.w3.org/TR/CSS22/ui.html#x1",
- "https://www.w3.org/TR/CSS22/ui.html#system-colors",
- "https://www.w3.org/TR/CSS22/ui.html#system-fonts",
- "https://www.w3.org/TR/CSS22/ui.html#dynamic-outlines",
- "https://www.w3.org/TR/CSS22/ui.html#x2",
- "https://www.w3.org/TR/CSS22/ui.html#x3",
- "https://www.w3.org/TR/CSS22/ui.html#x4",
- "https://www.w3.org/TR/CSS22/ui.html#x5",
- "https://www.w3.org/TR/CSS22/ui.html#x6",
- "https://www.w3.org/TR/CSS22/ui.html#value-def-invert",
- "https://www.w3.org/TR/CSS22/ui.html#outline-focus",
- "https://www.w3.org/TR/CSS22/ui.html#x8",
- "https://www.w3.org/TR/CSS22/ui.html#magnification",
- "https://www.w3.org/TR/CSS22/aural.html#q0",
- "https://www.w3.org/TR/CSS22/aural.html#aural-media-group",
- "https://www.w3.org/TR/CSS22/aural.html#aural-intro",
- "https://www.w3.org/TR/CSS22/aural.html#x0",
- "https://www.w3.org/TR/CSS22/aural.html#x1",
- "https://www.w3.org/TR/CSS22/aural.html#x2",
- "https://www.w3.org/TR/CSS22/aural.html#angles",
- "https://www.w3.org/TR/CSS22/aural.html#value-def-angle",
- "https://www.w3.org/TR/CSS22/aural.html#x4",
- "https://www.w3.org/TR/CSS22/aural.html#times",
- "https://www.w3.org/TR/CSS22/aural.html#value-def-time",
- "https://www.w3.org/TR/CSS22/aural.html#x6",
- "https://www.w3.org/TR/CSS22/aural.html#frequencies",
- "https://www.w3.org/TR/CSS22/aural.html#value-def-frequency",
- "https://www.w3.org/TR/CSS22/aural.html#x8",
- "https://www.w3.org/TR/CSS22/aural.html#volume-props",
- "https://www.w3.org/TR/CSS22/aural.html#x9",
- "https://www.w3.org/TR/CSS22/aural.html#x10",
- "https://www.w3.org/TR/CSS22/aural.html#x11",
- "https://www.w3.org/TR/CSS22/aural.html#x12",
- "https://www.w3.org/TR/CSS22/aural.html#speaking-props",
- "https://www.w3.org/TR/CSS22/aural.html#x13",
- "https://www.w3.org/TR/CSS22/aural.html#pause-props",
- "https://www.w3.org/TR/CSS22/aural.html#x14",
- "https://www.w3.org/TR/CSS22/aural.html#x15",
- "https://www.w3.org/TR/CSS22/aural.html#x16",
- "https://www.w3.org/TR/CSS22/aural.html#x17",
- "https://www.w3.org/TR/CSS22/aural.html#x18",
- "https://www.w3.org/TR/CSS22/aural.html#cue-props",
- "https://www.w3.org/TR/CSS22/aural.html#x19",
- "https://www.w3.org/TR/CSS22/aural.html#x20",
- "https://www.w3.org/TR/CSS22/aural.html#x21",
- "https://www.w3.org/TR/CSS22/aural.html#x22",
- "https://www.w3.org/TR/CSS22/aural.html#mixing-props",
- "https://www.w3.org/TR/CSS22/aural.html#x23",
- "https://www.w3.org/TR/CSS22/aural.html#x24",
- "https://www.w3.org/TR/CSS22/aural.html#x25",
- "https://www.w3.org/TR/CSS22/aural.html#x26",
- "https://www.w3.org/TR/CSS22/aural.html#spatial-props",
- "https://www.w3.org/TR/CSS22/aural.html#x27",
- "https://www.w3.org/TR/CSS22/aural.html#x28",
- "https://www.w3.org/TR/CSS22/aural.html#x29",
- "https://www.w3.org/TR/CSS22/aural.html#x30",
- "https://www.w3.org/TR/CSS22/aural.html#voice-char-props",
- "https://www.w3.org/TR/CSS22/aural.html#x31",
- "https://www.w3.org/TR/CSS22/aural.html#x32",
- "https://www.w3.org/TR/CSS22/aural.html#x33",
- "https://www.w3.org/TR/CSS22/aural.html#value-def-generic-voice",
- "https://www.w3.org/TR/CSS22/aural.html#value-def-specific-voice",
- "https://www.w3.org/TR/CSS22/aural.html#x36",
- "https://www.w3.org/TR/CSS22/aural.html#x37",
- "https://www.w3.org/TR/CSS22/aural.html#x38",
- "https://www.w3.org/TR/CSS22/aural.html#x39",
- "https://www.w3.org/TR/CSS22/aural.html#x40",
- "https://www.w3.org/TR/CSS22/aural.html#x41",
- "https://www.w3.org/TR/CSS22/aural.html#x42",
- "https://www.w3.org/TR/CSS22/aural.html#x43",
- "https://www.w3.org/TR/CSS22/aural.html#speech-props",
- "https://www.w3.org/TR/CSS22/aural.html#x44",
- "https://www.w3.org/TR/CSS22/aural.html#x45",
- "https://www.w3.org/TR/CSS22/aural.html#aural-tables",
- "https://www.w3.org/TR/CSS22/aural.html#speak-headers",
- "https://www.w3.org/TR/CSS22/aural.html#x46",
- "https://www.w3.org/TR/CSS22/aural.html#img-table1",
- "https://www.w3.org/TR/CSS22/aural.html#sample",
- "https://www.w3.org/TR/CSS22/aural.html#Emacspeak",
- "https://www.w3.org/TR/CSS22/refs.html#q0",
- "https://www.w3.org/TR/CSS22/refs.html#normative",
- "https://www.w3.org/TR/CSS22/refs.html#ref-COLORIMETRY",
- "https://www.w3.org/TR/CSS22/refs.html#ref-FLEX",
- "https://www.w3.org/TR/CSS22/refs.html#ref-HTML4",
- "https://www.w3.org/TR/CSS22/refs.html#ref-ICC42",
- "https://www.w3.org/TR/CSS22/refs.html#ref-ISO8879",
- "https://www.w3.org/TR/CSS22/refs.html#ref-ISO10646",
- "https://www.w3.org/TR/CSS22/refs.html#ref-PNG",
- "https://www.w3.org/TR/CSS22/refs.html#ref-RFC3986",
- "https://www.w3.org/TR/CSS22/refs.html#ref-RFC2045",
- "https://www.w3.org/TR/CSS22/refs.html#ref-RFC2616",
- "https://www.w3.org/TR/CSS22/refs.html#ref-RFC2119",
- "https://www.w3.org/TR/CSS22/refs.html#ref-2318",
- "https://www.w3.org/TR/CSS22/refs.html#ref-SRGB",
- "https://www.w3.org/TR/CSS22/refs.html#ref-UAAG10",
- "https://www.w3.org/TR/CSS22/refs.html#ref-UAX9",
- "https://www.w3.org/TR/CSS22/refs.html#ref-UNICODE",
- "https://www.w3.org/TR/CSS22/refs.html#ref-XML11",
- "https://www.w3.org/TR/CSS22/refs.html#ref-YACC",
- "https://www.w3.org/TR/CSS22/refs.html#informative",
- "https://www.w3.org/TR/CSS22/refs.html#ref-CHARSETS",
- "https://www.w3.org/TR/CSS22/refs.html#ref-CSS",
- "https://www.w3.org/TR/CSS22/refs.html#ref-CSS1",
- "https://www.w3.org/TR/CSS22/refs.html#ref-CSS2",
- "https://www.w3.org/TR/CSS22/refs.html#ref-CSS21",
- "https://www.w3.org/TR/CSS22/refs.html#ref-CSS3COLOR",
- "https://www.w3.org/TR/CSS22/refs.html#ref-CSS3LIST",
- "https://www.w3.org/TR/CSS22/refs.html#ref-CSS3SEL",
- "https://www.w3.org/TR/CSS22/refs.html#ref-CSS3SPEECH",
- "https://www.w3.org/TR/CSS22/refs.html#ref-DOM-LEVEL-3-CORE",
- "https://www.w3.org/TR/CSS22/refs.html#ref-MATH30",
- "https://www.w3.org/TR/CSS22/refs.html#ref-MEDIAQ",
- "https://www.w3.org/TR/CSS22/refs.html#ref-P3P",
- "https://www.w3.org/TR/CSS22/refs.html#ref-BCP47",
- "https://www.w3.org/TR/CSS22/refs.html#ref-SVG11",
- "https://www.w3.org/TR/CSS22/refs.html#ref-WCAG20",
- "https://www.w3.org/TR/CSS22/refs.html#ref-XHTML",
- "https://www.w3.org/TR/CSS22/refs.html#ref-XMLID",
- "https://www.w3.org/TR/CSS22/refs.html#ref-XMLNAMESPACES",
- "https://www.w3.org/TR/CSS22/changes.html#q0",
- "https://www.w3.org/TR/CSS22/changes.html#q1",
- "https://www.w3.org/TR/CSS22/changes.html#x0",
- "https://www.w3.org/TR/CSS22/sample.html#q0",
- "https://www.w3.org/TR/CSS22/sample.html#bidi",
- "https://www.w3.org/TR/CSS22/zindex.html#q0",
- "https://www.w3.org/TR/CSS22/zindex.html#stacking-defs",
- "https://www.w3.org/TR/CSS22/zindex.html#painting-order",
- "https://www.w3.org/TR/CSS22/zindex.html#stacking-notes",
- "https://www.w3.org/TR/CSS22/propidx.html#q0",
- "https://www.w3.org/TR/CSS22/grammar.html#q0",
- "https://www.w3.org/TR/CSS22/grammar.html#grammar",
- "https://www.w3.org/TR/CSS22/grammar.html#x0",
- "https://www.w3.org/TR/CSS22/grammar.html#x1",
- "https://www.w3.org/TR/CSS22/grammar.html#x2",
- "https://www.w3.org/TR/CSS22/grammar.html#scanner",
- "https://www.w3.org/TR/CSS22/grammar.html#x3",
- "https://www.w3.org/TR/CSS22/grammar.html#x4",
- "https://www.w3.org/TR/CSS22/grammar.html#x5",
- "https://www.w3.org/TR/CSS22/grammar.html#tokenizer-diffs",
- "https://www.w3.org/TR/CSS22/grammar.html#q4",
- "https://www.w3.org/TR/CSS22/indexlist.html#q0",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%3B",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%3C",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%3D",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%3E",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%3F",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%40",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%5B",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%5C",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%5D",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%5E",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-_",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-%60",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-a",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-b",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-c",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-d",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-e",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-f",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-g",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-h",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-i",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-j",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-k",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-l",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-m",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-n",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-o",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-p",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-q",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-r",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-s",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-t",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-u",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-v",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-w",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-x",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-y",
- "https://www.w3.org/TR/CSS22/indexlist.html#index-z"
- ]
-}
\ No newline at end of file
diff --git a/tr/index.json b/tr/index.json
index e8f412eff500..4e4139fae42d 100644
--- a/tr/index.json
+++ b/tr/index.json
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
- "date": "2025-02-21T01:35:20.219Z",
+ "date": "2025-02-21T09:37:41.632Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
@@ -166,6 +166,7 @@
"sparql12-concepts",
"web-nfc",
"web-share-target",
+ "dbsc",
"passkey-endpoints",
"webrtc-ice",
"wasm-core-2-fork-branch-hinting",
@@ -183,6 +184,7 @@
"wasm-core-2-fork-tail-call",
"wasm-core-2-fork-threads",
"wasm-js-api-2-fork-threads",
+ "wasm-core-2-fork-wide-arithmetic",
"speech-api",
"web-bluetooth",
"web-bluetooth-scanning",
@@ -437,8 +439,7 @@
"css-will-change-1",
"css-writing-modes-3",
"css-writing-modes-4",
- "CSS21",
- "CSS22",
+ "CSS2",
"css3-exclusions",
"cssom-1",
"cssom-view-1",
@@ -679,10 +680,10 @@
]
},
"stats": {
- "crawled": 342,
+ "crawled": 341,
"errors": 0
},
- "crawler": "reffy-18.3.2",
+ "crawler": "reffy-18.4.0",
"results": [
{
"url": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
@@ -1911,11 +1912,11 @@
],
"crawled": "https://www.w3.org/TR/core-aam-1.2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 12 Feb 2025 16:59:14 GMT"
+ "lastModified": "Fri, 21 Feb 2025 08:44:35 GMT"
},
"generator": "respec",
- "date": "12 February 2025",
- "revision": "5593255505aa4c29d22744a81513e24f8f3a06f9",
+ "date": "21 February 2025",
+ "revision": "6d8336e47169da8e69e81e494a42b457788c5c0b",
"links": "links/core-aam-1.2.json",
"refs": "refs/core-aam-1.2.json",
"dfns": "dfns/core-aam-1.2.json",
@@ -8771,6 +8772,12 @@
"browser"
],
"standing": "good",
+ "tests": {
+ "repository": "https://github.com/web-platform-tests/wpt",
+ "testPaths": [
+ "css/css-view-transitions"
+ ]
+ },
"versions": [
"https://www.w3.org/TR/css-view-transitions-1/",
"https://drafts.csswg.org/css-view-transitions-1/"
@@ -8835,6 +8842,12 @@
"browser"
],
"standing": "good",
+ "tests": {
+ "repository": "https://github.com/web-platform-tests/wpt",
+ "testPaths": [
+ "css/css-view-transitions"
+ ]
+ },
"versions": [
"https://www.w3.org/TR/css-view-transitions-2/",
"https://drafts.csswg.org/css-view-transitions-2/"
@@ -9133,132 +9146,22 @@
"cddl": []
},
{
- "url": "https://www.w3.org/TR/CSS21/",
+ "url": "https://www.w3.org/TR/CSS2/",
"seriesComposition": "full",
- "shortname": "CSS21",
+ "shortname": "CSS2",
"series": {
"shortname": "CSS",
- "currentSpecification": "CSS22",
+ "currentSpecification": "CSS2",
"title": "Cascading Style Sheets",
- "shortTitle": "Cascading Style Sheets",
- "releaseUrl": "https://www.w3.org/TR/CSS/",
+ "shortTitle": "CSS",
+ "releaseUrl": "https://www.w3.org/TR/CSS21/",
"nightlyUrl": "https://drafts.csswg.org/css2/"
},
- "seriesVersion": "2.1",
+ "seriesVersion": "2",
"formerNames": [
- "CSS2"
- ],
- "nightly": {
- "url": "https://www.w3.org/TR/CSS21/",
- "status": "Editor's Draft",
- "alternateUrls": [],
- "pages": [
- "https://www.w3.org/TR/CSS21/about.html",
- "https://www.w3.org/TR/CSS21/intro.html",
- "https://www.w3.org/TR/CSS21/conform.html",
- "https://www.w3.org/TR/CSS21/syndata.html",
- "https://www.w3.org/TR/CSS21/selector.html",
- "https://www.w3.org/TR/CSS21/cascade.html",
- "https://www.w3.org/TR/CSS21/media.html",
- "https://www.w3.org/TR/CSS21/box.html",
- "https://www.w3.org/TR/CSS21/visuren.html",
- "https://www.w3.org/TR/CSS21/visudet.html",
- "https://www.w3.org/TR/CSS21/visufx.html",
- "https://www.w3.org/TR/CSS21/generate.html",
- "https://www.w3.org/TR/CSS21/page.html",
- "https://www.w3.org/TR/CSS21/colors.html",
- "https://www.w3.org/TR/CSS21/fonts.html",
- "https://www.w3.org/TR/CSS21/text.html",
- "https://www.w3.org/TR/CSS21/tables.html",
- "https://www.w3.org/TR/CSS21/ui.html",
- "https://www.w3.org/TR/CSS21/aural.html",
- "https://www.w3.org/TR/CSS21/refs.html",
- "https://www.w3.org/TR/CSS21/changes.html",
- "https://www.w3.org/TR/CSS21/sample.html",
- "https://www.w3.org/TR/CSS21/zindex.html",
- "https://www.w3.org/TR/CSS21/propidx.html",
- "https://www.w3.org/TR/CSS21/grammar.html",
- "https://www.w3.org/TR/CSS21/indexlist.html"
- ],
- "filename": "Overview.html"
- },
- "seriesNext": "CSS22",
- "organization": "W3C",
- "groups": [
- {
- "name": "Cascading Style Sheets (CSS) Working Group",
- "url": "https://www.w3.org/Style/CSS/"
- }
- ],
- "release": {
- "url": "https://www.w3.org/TR/CSS21/",
- "status": "Recommendation",
- "pages": [
- "https://www.w3.org/TR/CSS21/about.html",
- "https://www.w3.org/TR/CSS21/intro.html",
- "https://www.w3.org/TR/CSS21/conform.html",
- "https://www.w3.org/TR/CSS21/syndata.html",
- "https://www.w3.org/TR/CSS21/selector.html",
- "https://www.w3.org/TR/CSS21/cascade.html",
- "https://www.w3.org/TR/CSS21/media.html",
- "https://www.w3.org/TR/CSS21/box.html",
- "https://www.w3.org/TR/CSS21/visuren.html",
- "https://www.w3.org/TR/CSS21/visudet.html",
- "https://www.w3.org/TR/CSS21/visufx.html",
- "https://www.w3.org/TR/CSS21/generate.html",
- "https://www.w3.org/TR/CSS21/page.html",
- "https://www.w3.org/TR/CSS21/colors.html",
- "https://www.w3.org/TR/CSS21/fonts.html",
- "https://www.w3.org/TR/CSS21/text.html",
- "https://www.w3.org/TR/CSS21/tables.html",
- "https://www.w3.org/TR/CSS21/ui.html",
- "https://www.w3.org/TR/CSS21/aural.html",
- "https://www.w3.org/TR/CSS21/refs.html",
- "https://www.w3.org/TR/CSS21/changes.html",
- "https://www.w3.org/TR/CSS21/sample.html",
- "https://www.w3.org/TR/CSS21/zindex.html",
- "https://www.w3.org/TR/CSS21/propidx.html",
- "https://www.w3.org/TR/CSS21/grammar.html",
- "https://www.w3.org/TR/CSS21/indexlist.html"
- ],
- "filename": "Overview.html"
- },
- "title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
- "source": "w3c",
- "shortTitle": "CSS 2.1",
- "categories": [
- "browser"
+ "CSS21",
+ "CSS22"
],
- "standing": "good",
- "versions": [
- "https://www.w3.org/TR/CSS21/"
- ],
- "crawled": "https://www.w3.org/TR/CSS21/",
- "crawlCacheInfo": {
- "lastModified": "Wed, 08 Dec 2021 07:36:41 GMT"
- },
- "date": "to correct markup.",
- "algorithms": "algorithms/CSS21.json",
- "links": "links/CSS21.json",
- "refs": "refs/CSS21.json",
- "dfns": "dfns/CSS21.json",
- "headings": "headings/CSS21.json",
- "ids": "ids/CSS21.json",
- "cddl": []
- },
- {
- "url": "https://www.w3.org/TR/CSS22/",
- "seriesComposition": "full",
- "shortname": "CSS22",
- "series": {
- "shortname": "CSS",
- "currentSpecification": "CSS22",
- "title": "Cascading Style Sheets",
- "shortTitle": "Cascading Style Sheets",
- "releaseUrl": "https://www.w3.org/TR/CSS/",
- "nightlyUrl": "https://drafts.csswg.org/css2/"
- },
- "seriesVersion": "2.2",
"nightly": {
"url": "https://drafts.csswg.org/css2/",
"status": "Editor's Draft",
@@ -9269,7 +9172,8 @@
"repository": "https://github.com/w3c/csswg-drafts",
"filename": "index.html"
},
- "seriesPrevious": "CSS21",
+ "title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
+ "shortTitle": "CSS 2",
"organization": "W3C",
"groups": [
{
@@ -9278,41 +9182,39 @@
}
],
"release": {
- "url": "https://www.w3.org/TR/CSS22/",
- "status": "First Public Working Draft",
+ "url": "https://www.w3.org/TR/CSS21/",
+ "status": "Recommendation",
"pages": [
- "https://www.w3.org/TR/CSS22/about.html",
- "https://www.w3.org/TR/CSS22/intro.html",
- "https://www.w3.org/TR/CSS22/conform.html",
- "https://www.w3.org/TR/CSS22/syndata.html",
- "https://www.w3.org/TR/CSS22/selector.html",
- "https://www.w3.org/TR/CSS22/cascade.html",
- "https://www.w3.org/TR/CSS22/media.html",
- "https://www.w3.org/TR/CSS22/box.html",
- "https://www.w3.org/TR/CSS22/visuren.html",
- "https://www.w3.org/TR/CSS22/visudet.html",
- "https://www.w3.org/TR/CSS22/visufx.html",
- "https://www.w3.org/TR/CSS22/generate.html",
- "https://www.w3.org/TR/CSS22/page.html",
- "https://www.w3.org/TR/CSS22/colors.html",
- "https://www.w3.org/TR/CSS22/fonts.html",
- "https://www.w3.org/TR/CSS22/text.html",
- "https://www.w3.org/TR/CSS22/tables.html",
- "https://www.w3.org/TR/CSS22/ui.html",
- "https://www.w3.org/TR/CSS22/aural.html",
- "https://www.w3.org/TR/CSS22/refs.html",
- "https://www.w3.org/TR/CSS22/changes.html",
- "https://www.w3.org/TR/CSS22/sample.html",
- "https://www.w3.org/TR/CSS22/zindex.html",
- "https://www.w3.org/TR/CSS22/propidx.html",
- "https://www.w3.org/TR/CSS22/grammar.html",
- "https://www.w3.org/TR/CSS22/indexlist.html"
+ "https://www.w3.org/TR/CSS2/about.html",
+ "https://www.w3.org/TR/CSS2/intro.html",
+ "https://www.w3.org/TR/CSS2/conform.html",
+ "https://www.w3.org/TR/CSS2/syndata.html",
+ "https://www.w3.org/TR/CSS2/selector.html",
+ "https://www.w3.org/TR/CSS2/cascade.html",
+ "https://www.w3.org/TR/CSS2/media.html",
+ "https://www.w3.org/TR/CSS2/box.html",
+ "https://www.w3.org/TR/CSS2/visuren.html",
+ "https://www.w3.org/TR/CSS2/visudet.html",
+ "https://www.w3.org/TR/CSS2/visufx.html",
+ "https://www.w3.org/TR/CSS2/generate.html",
+ "https://www.w3.org/TR/CSS2/page.html",
+ "https://www.w3.org/TR/CSS2/colors.html",
+ "https://www.w3.org/TR/CSS2/fonts.html",
+ "https://www.w3.org/TR/CSS2/text.html",
+ "https://www.w3.org/TR/CSS2/tables.html",
+ "https://www.w3.org/TR/CSS2/ui.html",
+ "https://www.w3.org/TR/CSS2/aural.html",
+ "https://www.w3.org/TR/CSS2/refs.html",
+ "https://www.w3.org/TR/CSS2/changes.html",
+ "https://www.w3.org/TR/CSS2/sample.html",
+ "https://www.w3.org/TR/CSS2/zindex.html",
+ "https://www.w3.org/TR/CSS2/propidx.html",
+ "https://www.w3.org/TR/CSS2/grammar.html",
+ "https://www.w3.org/TR/CSS2/indexlist.html"
],
"filename": "Overview.html"
},
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification",
"source": "w3c",
- "shortTitle": "CSS 2.2",
"categories": [
"browser"
],
@@ -9324,21 +9226,22 @@
]
},
"versions": [
- "https://www.w3.org/TR/CSS22/",
+ "https://www.w3.org/TR/CSS2/",
+ "https://www.w3.org/TR/CSS21/",
"https://drafts.csswg.org/css2/"
],
- "crawled": "https://www.w3.org/TR/CSS22/",
+ "crawled": "https://www.w3.org/TR/CSS21/",
"crawlCacheInfo": {
- "lastModified": "Fri, 08 Apr 2016 13:16:51 GMT"
+ "lastModified": "Wed, 08 Dec 2021 07:36:41 GMT"
},
- "date": "12 April 2016",
- "algorithms": "algorithms/CSS22.json",
- "links": "links/CSS22.json",
- "refs": "refs/CSS22.json",
+ "date": "to correct markup.",
+ "algorithms": "algorithms/CSS2.json",
+ "links": "links/CSS2.json",
+ "refs": "refs/CSS2.json",
"css": "css/CSS.json",
- "dfns": "dfns/CSS22.json",
- "headings": "headings/CSS22.json",
- "ids": "ids/CSS22.json",
+ "dfns": "dfns/CSS2.json",
+ "headings": "headings/CSS2.json",
+ "ids": "ids/CSS2.json",
"cddl": []
},
{
@@ -10247,7 +10150,7 @@
],
"crawled": "https://www.w3.org/TR/eme-stream-mp4/",
"crawlCacheInfo": {
- "lastModified": "Fri, 12 Jul 2024 12:39:25 GMT"
+ "lastModified": "Fri, 12 Jul 2024 12:26:25 GMT"
},
"generator": "respec",
"date": "18 July 2024",
@@ -19484,7 +19387,8 @@
"wasm-core-2-fork-memory64",
"wasm-core-2-fork-multi-memory",
"wasm-core-2-fork-tail-call",
- "wasm-core-2-fork-threads"
+ "wasm-core-2-fork-threads",
+ "wasm-core-2-fork-wide-arithmetic"
],
"organization": "W3C",
"groups": [
diff --git a/tr/links/CSS21.json b/tr/links/CSS2.json
similarity index 100%
rename from tr/links/CSS21.json
rename to tr/links/CSS2.json
diff --git a/tr/links/CSS22.json b/tr/links/CSS22.json
deleted file mode 100644
index 96f1aa252f44..000000000000
--- a/tr/links/CSS22.json
+++ /dev/null
@@ -1,118 +0,0 @@
-{
- "spec": {
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification",
- "url": "https://www.w3.org/TR/CSS22/"
- },
- "links": {
- "rawlinks": {
- "http://color.org/ICC1v42_2006-05.pdf": {},
- "http://lists.w3.org/Archives/Public/www-style/": {},
- "http://lists.w3.org/Archives/Public/www-style/2011Oct/0482.html": {},
- "http://lists.w3.org/Archives/Public/www-style/2012Apr/0101.html": {},
- "http://lists.w3.org/Archives/Public/www-style/2012Apr/0276.html": {},
- "http://lists.w3.org/Archives/Public/www-style/2012Aug/0087.html": {},
- "http://lists.w3.org/Archives/Public/www-style/2012Aug/0298.html": {},
- "http://lists.w3.org/Archives/Public/www-style/2012May/0063.html": {},
- "http://lists.w3.org/Archives/Public/www-style/2012May/0887.html": {},
- "http://lists.w3.org/Archives/Public/www-style/2012Oct/0727.html": {},
- "http://lists.w3.org/Archives/Public/www-style/2013Jan/0616.html": {},
- "http://lists.w3.org/Archives/Public/www-style/2013May/0201.html": {},
- "http://www.cie.co.at/publ/abst/15-2004.html": {},
- "http://www.iana.org/assignments/character-sets": {},
- "http://www.ietf.org/rfc/rfc2045.txt": {},
- "http://www.ietf.org/rfc/rfc2119.txt": {},
- "http://www.ietf.org/rfc/rfc2318.txt": {},
- "http://www.ietf.org/rfc/rfc2616.txt": {},
- "http://www.ietf.org/rfc/rfc3986": {},
- "http://www.rfc-editor.org/rfc/bcp/bcp47.txt": {},
- "http://www.unicode.org/reports/tr9/": {
- "anchors": [
- "Bidirectional_Character_Types"
- ]
- },
- "http://www.unicode.org/roadmaps/": {},
- "http://www.unicode.org/standard/versions/": {},
- "http://www.unicode.org/versions/Unicode8.0.0/": {},
- "https://domino.iec.ch/publication/6169": {},
- "https://www.w3.org/2004/01/pp-impl/32061/status": {},
- "https://www.w3.org/2015/Process-20150901/": {},
- "https://www.w3.org/Consortium/Patent-Policy-20040205/": {
- "anchors": [
- "def-essential",
- "sec-Disclosure"
- ]
- },
- "https://www.w3.org/International/questions/qa-lang-2or3": {},
- "https://www.w3.org/Mail/Request": {},
- "https://www.w3.org/Style/": {},
- "https://www.w3.org/Style/CSS/members": {},
- "https://www.w3.org/TR/": {},
- "https://www.w3.org/TR/2002/REC-P3P-20020416/": {},
- "https://www.w3.org/TR/2002/REC-UAAG10-20021217/": {},
- "https://www.w3.org/TR/2002/REC-xhtml1-20020801/": {},
- "https://www.w3.org/TR/2003/REC-PNG-20031110/": {},
- "https://www.w3.org/TR/2003/REC-SVG11-20030114/styling.html": {
- "anchors": [
- "ClassAttribute"
- ]
- },
- "https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/": {},
- "https://www.w3.org/TR/2005/REC-xml-id-20050909/": {},
- "https://www.w3.org/TR/2006/REC-xml11-20060816/": {},
- "https://www.w3.org/TR/2008/REC-CSS2-20080411/": {},
- "https://www.w3.org/TR/2008/REC-CSS2-20080411/about.html": {
- "anchors": [
- "q15"
- ]
- },
- "https://www.w3.org/TR/2008/REC-WCAG20-20081211/": {},
- "https://www.w3.org/TR/2009/REC-xml-names-20091208/": {},
- "https://www.w3.org/TR/2011/REC-CSS2-20110607/": {},
- "https://www.w3.org/TR/2011/REC-CSS2-20110607/about.html": {
- "anchors": [
- "acknowledgements"
- ]
- },
- "https://www.w3.org/TR/2011/REC-SVG11-20110816/": {},
- "https://www.w3.org/TR/2011/REC-css3-color-20110607/": {},
- "https://www.w3.org/TR/2011/REC-css3-selectors-20110929/": {},
- "https://www.w3.org/TR/2012/CR-css3-speech-20120320/": {},
- "https://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/": {},
- "https://www.w3.org/TR/2014/REC-MathML3-20140410/": {},
- "https://www.w3.org/TR/2014/WD-css-lists-3-20140320/": {},
- "https://www.w3.org/TR/2015/NOTE-css-2015-20151013/": {},
- "https://www.w3.org/TR/CSS/": {},
- "https://www.w3.org/TR/CSS1/": {},
- "https://www.w3.org/TR/CSS21/changes.html": {},
- "https://www.w3.org/TR/MathML2/chapter2.html": {
- "anchors": [
- "fund.globatt"
- ]
- },
- "https://www.w3.org/TR/REC-CSS1/": {
- "anchors": [
- "clear"
- ]
- },
- "https://www.w3.org/TR/SVG/interact.html": {
- "anchors": [
- "CursorElement"
- ]
- },
- "https://www.w3.org/TR/UAAG/guidelines.html": {
- "anchors": [
- "tech-on-off-blinking-text"
- ]
- },
- "https://www.w3.org/TR/css3-box/": {},
- "https://www.w3.org/TR/css3-color/": {
- "anchors": [
- "transparency"
- ]
- },
- "https://www.w3.org/TR/html4/": {},
- "https://www.w3.org/mid/5227C33B.9010408@inkedblade.net": {}
- },
- "autolinks": {}
- }
-}
\ No newline at end of file
diff --git a/tr/links/core-aam-1.2.json b/tr/links/core-aam-1.2.json
index 3d67fc74f4a6..fb94fbd64443 100644
--- a/tr/links/core-aam-1.2.json
+++ b/tr/links/core-aam-1.2.json
@@ -20,6 +20,7 @@
"https://github.com/cookiecrook": {},
"https://github.com/cyns": {},
"https://github.com/daniel-montalvo": {},
+ "https://github.com/deniak": {},
"https://github.com/dontcallmedom": {},
"https://github.com/jasonkiss": {},
"https://github.com/jnurthen": {},
diff --git a/tr/refs/CSS21.json b/tr/refs/CSS2.json
similarity index 100%
rename from tr/refs/CSS21.json
rename to tr/refs/CSS2.json
diff --git a/tr/refs/CSS22.json b/tr/refs/CSS22.json
deleted file mode 100644
index a79cc43f8b26..000000000000
--- a/tr/refs/CSS22.json
+++ /dev/null
@@ -1,157 +0,0 @@
-{
- "spec": {
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification",
- "url": "https://www.w3.org/TR/CSS22/"
- },
- "refs": {
- "normative": [
- {
- "name": "COLORIMETRY",
- "url": "http://www.cie.co.at/publ/abst/15-2004.html"
- },
- {
- "name": "FLEX"
- },
- {
- "name": "HTML4",
- "url": "https://www.w3.org/TR/html4/"
- },
- {
- "name": "ICC42",
- "url": "http://color.org/ICC1v42_2006-05.pdf"
- },
- {
- "name": "ISO8879"
- },
- {
- "name": "ISO10646",
- "url": "http://www.unicode.org/roadmaps/"
- },
- {
- "name": "PNG",
- "url": "https://www.w3.org/TR/2003/REC-PNG-20031110/"
- },
- {
- "name": "RFC3986",
- "url": "http://www.ietf.org/rfc/rfc3986"
- },
- {
- "name": "RFC2045",
- "url": "http://www.ietf.org/rfc/rfc2045.txt"
- },
- {
- "name": "RFC2616",
- "url": "http://www.ietf.org/rfc/rfc2616.txt"
- },
- {
- "name": "RFC2119",
- "url": "http://www.ietf.org/rfc/rfc2119.txt"
- },
- {
- "name": "RFC2318",
- "url": "http://www.ietf.org/rfc/rfc2318.txt"
- },
- {
- "name": "SRGB",
- "url": "https://domino.iec.ch/publication/6169"
- },
- {
- "name": "UAAG10",
- "url": "https://www.w3.org/TR/2002/REC-UAAG10-20021217/"
- },
- {
- "name": "UAX9",
- "url": "http://www.unicode.org/reports/tr9/"
- },
- {
- "name": "UNICODE",
- "url": "http://www.unicode.org/standard/versions/"
- },
- {
- "name": "XML11",
- "url": "https://www.w3.org/TR/2006/REC-xml11-20060816/"
- },
- {
- "name": "YACC"
- }
- ],
- "informative": [
- {
- "name": "CHARSETS",
- "url": "http://www.iana.org/assignments/character-sets"
- },
- {
- "name": "CSS",
- "url": "https://www.w3.org/TR/2015/NOTE-css-2015-20151013/"
- },
- {
- "name": "CSS1",
- "url": "https://www.w3.org/TR/CSS1/"
- },
- {
- "name": "CSS2",
- "url": "https://www.w3.org/TR/2008/REC-CSS2-20080411/"
- },
- {
- "name": "CSS21",
- "url": "https://www.w3.org/TR/2011/REC-CSS2-20110607/"
- },
- {
- "name": "CSS3COLOR",
- "url": "https://www.w3.org/TR/2011/REC-css3-color-20110607/"
- },
- {
- "name": "CSS3LIST",
- "url": "https://www.w3.org/TR/2014/WD-css-lists-3-20140320/"
- },
- {
- "name": "CSS3SEL",
- "url": "https://www.w3.org/TR/2011/REC-css3-selectors-20110929/"
- },
- {
- "name": "CSS3SPEECH",
- "url": "https://www.w3.org/TR/2012/CR-css3-speech-20120320/"
- },
- {
- "name": "DOM-LEVEL-3-CORE",
- "url": "https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/"
- },
- {
- "name": "MATH30",
- "url": "https://www.w3.org/TR/2014/REC-MathML3-20140410/"
- },
- {
- "name": "MEDIAQ",
- "url": "https://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/"
- },
- {
- "name": "P3P",
- "url": "https://www.w3.org/TR/2002/REC-P3P-20020416/"
- },
- {
- "name": "BCP47",
- "url": "http://www.rfc-editor.org/rfc/bcp/bcp47.txt"
- },
- {
- "name": "SVG11",
- "url": "https://www.w3.org/TR/2011/REC-SVG11-20110816/"
- },
- {
- "name": "WCAG20",
- "url": "https://www.w3.org/TR/2008/REC-WCAG20-20081211/"
- },
- {
- "name": "XHTML",
- "url": "https://www.w3.org/TR/2002/REC-xhtml1-20020801/"
- },
- {
- "name": "XMLID",
- "url": "https://www.w3.org/TR/2005/REC-xml-id-20050909/"
- },
- {
- "name": "XMLNAMESPACES",
- "url": "https://www.w3.org/TR/2009/REC-xml-names-20091208/"
- }
- ]
- }
-}
\ No newline at end of file