@@ -314,6 +314,7 @@ Characters and Letters</h3>
314314 Name : text-transform
315315 Value : none | capitalize | uppercase | lowercase | full-width
316316 Initial : none
317+ Applies to : <a>inline boxes</a>
317318 Inherited : yes
318319 Canonical order : n/a
319320 </pre>
@@ -413,7 +414,7 @@ Characters and Letters</h3>
413414 Name : white-space
414415 Value : normal | pre | nowrap | pre-wrap | pre-line
415416 Initial : normal
416- Applies to : all elements
417+ Applies to : <a>inline boxes</a>
417418 Inherited : yes
418419 Canonical order : n/a
419420 </pre>
@@ -842,6 +843,7 @@ Line Breaking Details</h3>
842843 Name : word-break
843844 Value : normal | keep-all | break-all
844845 Initial : normal
846+ Applies to : <a>inline boxes</a>
845847 Inherited : yes
846848 Canonical order : n/a
847849 </pre>
@@ -965,6 +967,7 @@ Line Breaking Details</h3>
965967 Name : line-break
966968 Value : auto | loose | normal | strict | anywhere
967969 Initial : auto
970+ Applies to : <a>inline boxes</a>
968971 Inherited : yes
969972 Canonical order : n/a
970973 </pre>
@@ -1118,6 +1121,7 @@ Line Breaking Details</h3>
11181121 Name : hyphens
11191122 Value : none | manual | auto
11201123 Initial : manual
1124+ Applies to : <a>inline boxes</a>
11211125 Inherited : yes
11221126 Canonical order : n/a
11231127 </pre>
@@ -1190,6 +1194,7 @@ Line Breaking Details</h3>
11901194 Name : overflow-wrap, word-wrap
11911195 Value : normal | break-word || break-spaces
11921196 Initial : normal
1197+ Applies to : <a>inline boxes</a>
11931198 Inherited : yes
11941199 Canonical order : n/a
11951200 </pre>
@@ -1681,6 +1686,7 @@ Word Spacing: the 'word-spacing' property</h3>
16811686 Name : word-spacing
16821687 Value : normal | <<length-percentage>>
16831688 Initial : normal
1689+ Applies to : <a>inline boxes</a>
16841690 Inherited : yes
16851691 Percentages : refers to width of the affected glyph
16861692 Computed value : as specified, with <<length>>s made absolute
@@ -1744,6 +1750,7 @@ Word Spacing: the 'word-spacing' property</h3>
17441750 Name : letter-spacing
17451751 Value : normal | <<length>>
17461752 Initial : normal
1753+ Applies to : <a>inline boxes</a>
17471754 Inherited : yes
17481755 Computed value : an absolute length
17491756 Animation type : <a href="https://drafts.csswg.org/css-transitions-1/#animtype-lpcalc">length</a>
@@ -2062,7 +2069,7 @@ Cursive Scripts</h4>
20622069 Name : hanging-punctuation
20632070 Value : none | [ first || [ force-end | allow-end ] || last ]
20642071 Initial : none
2065- Applies to : inline elements
2072+ Applies to : <a> inline boxes</a>
20662073 Inherited : yes
20672074 Canonical order : <abbr title="follows order of property value definition">per grammar</abbr>
20682075 </pre>
0 commit comments