@@ -709,7 +709,7 @@ Languages and Typesetting</h4>
709709 <p> White space that was not removed or collapsed during the white space
710710 processing steps is called <dfn>preserved</dfn> white space.</p>
711711
712- <h3 id="tab-size-property">
712+ <h3 id="tab-size-property" caniuse="css3-tabsize" >
713713 Tab Character Size: the 'tab-size' property</h3>
714714
715715 <pre class="propdef">
@@ -810,7 +810,7 @@ Line Breaking Details</h3>
810810 <li> Line breaking in/around Ruby is defined in <a href="https://www.w3.org/TR/css-ruby-1/#line-breaks">CSS Ruby</a> [[!CSS3RUBY]] .
811811 </ul>
812812
813- <h3 id="word-break-property">
813+ <h3 id="word-break-property" caniuse="word-break" >
814814 Breaking Rules for Letters: the 'word-break' property</h3>
815815
816816 <pre class="propdef">
@@ -1068,7 +1068,8 @@ Line Breaking Details</h3>
10681068 arbitrary breaking within words when the text would otherwise overflow
10691069 its container.
10701070
1071- <h3 id="hyphens-property">Hyphenation Control: the 'hyphens' property</h3>
1071+ <h3 id="hyphens-property" caniuse="css-hyphens">
1072+ Hyphenation Control: the 'hyphens' property</h3>
10721073
10731074 <pre class="propdef">
10741075 Name : hyphens
@@ -1138,7 +1139,7 @@ Line Breaking Details</h3>
11381139 alt="[isolated DAL + isolated ALEF + initial MEEM + final YEH + hyphen + line-break + isolated DAL + isolated ALEF MAKSURA]">
11391140 </div>
11401141
1141- <h3 id="overflow-wrap-property">
1142+ <h3 id="overflow-wrap-property" caniuse="wordwrap" >
11421143 Overflow Wrapping: the 'overflow-wrap'/'word-wrap' property</h3>
11431144
11441145 <pre class="propdef">
@@ -1333,7 +1334,7 @@ Shaping Across Intra-word Breaks</h3>
13331334 <p class="advisement">
13341335 Authors should use the 'text-align' shorthand instead of this property.
13351336
1336- <h3 id="text-align-last-property">
1337+ <h3 id="text-align-last-property" caniuse="css-text-align-last" >
13371338 Last Line Alignment: the 'text-align-last' property</h3>
13381339
13391340 <pre class="propdef">
@@ -1357,7 +1358,7 @@ Shaping Across Intra-word Breaks</h3>
13571358 in which case it is start-aligned.
13581359 All other values have the same meanings as in 'text-align' .
13591360
1360- <h3 id="text-justify-property">
1361+ <h3 id="text-justify-property" caniuse="css-text-justify" >
13611362 Justification Method: the 'text-justify' property</h3>
13621363
13631364 <pre class="propdef">
@@ -1702,7 +1703,7 @@ Word Spacing: the 'word-spacing' property</h3>
17021703 General punctuation and fixed-width spaces (such as U+3000 and U+2000
17031704 through U+200A) are not considered word-separator characters.</p>
17041705
1705- <h3 id="letter-spacing-property">
1706+ <h3 id="letter-spacing-property" caniuse="css-letter-spacing" >
17061707 Tracking: the 'letter-spacing' property</h3>
17071708
17081709 <pre class="propdef">
@@ -1916,7 +1917,7 @@ Cursive Scripts</h4>
19161917 the indentation of lines with respect to other lines in the block ('text-indent' )
19171918 and how content is measured at the start and end edges of a line ('hanging-punctuation' ).
19181919
1919- <h3 id="text-indent-property">
1920+ <h3 id="text-indent-property" caniuse="css-text-indent" >
19201921 First Line Indentation: the 'text-indent' property</h3>
19211922
19221923 <pre class="propdef">
@@ -2015,7 +2016,7 @@ Cursive Scripts</h4>
20152016 For this reason, it is often wise to specify 'text-indent: 0' on
20162017 elements that are specified 'display: inline-block' .</p>
20172018
2018- <h3 id="hanging-punctuation-property">
2019+ <h3 id="hanging-punctuation-property" caniuse="css-hanging-punctuation" >
20192020 Hanging Punctuation: the 'hanging-punctuation' property</h3>
20202021
20212022 <pre class="propdef">
0 commit comments