@@ -314,6 +314,7 @@ Characters and Letters</h3>
314
314
Name : text-transform
315
315
Value : none | capitalize | uppercase | lowercase | full-width
316
316
Initial : none
317
+ Applies to : <a>inline boxes</a>
317
318
Inherited : yes
318
319
Canonical order : n/a
319
320
</pre>
@@ -413,7 +414,7 @@ Characters and Letters</h3>
413
414
Name : white-space
414
415
Value : normal | pre | nowrap | pre-wrap | pre-line
415
416
Initial : normal
416
- Applies to : all elements
417
+ Applies to : <a>inline boxes</a>
417
418
Inherited : yes
418
419
Canonical order : n/a
419
420
</pre>
@@ -842,6 +843,7 @@ Line Breaking Details</h3>
842
843
Name : word-break
843
844
Value : normal | keep-all | break-all
844
845
Initial : normal
846
+ Applies to : <a>inline boxes</a>
845
847
Inherited : yes
846
848
Canonical order : n/a
847
849
</pre>
@@ -965,6 +967,7 @@ Line Breaking Details</h3>
965
967
Name : line-break
966
968
Value : auto | loose | normal | strict | anywhere
967
969
Initial : auto
970
+ Applies to : <a>inline boxes</a>
968
971
Inherited : yes
969
972
Canonical order : n/a
970
973
</pre>
@@ -1118,6 +1121,7 @@ Line Breaking Details</h3>
1118
1121
Name : hyphens
1119
1122
Value : none | manual | auto
1120
1123
Initial : manual
1124
+ Applies to : <a>inline boxes</a>
1121
1125
Inherited : yes
1122
1126
Canonical order : n/a
1123
1127
</pre>
@@ -1190,6 +1194,7 @@ Line Breaking Details</h3>
1190
1194
Name : overflow-wrap, word-wrap
1191
1195
Value : normal | break-word || break-spaces
1192
1196
Initial : normal
1197
+ Applies to : <a>inline boxes</a>
1193
1198
Inherited : yes
1194
1199
Canonical order : n/a
1195
1200
</pre>
@@ -1681,6 +1686,7 @@ Word Spacing: the 'word-spacing' property</h3>
1681
1686
Name : word-spacing
1682
1687
Value : normal | <<length-percentage>>
1683
1688
Initial : normal
1689
+ Applies to : <a>inline boxes</a>
1684
1690
Inherited : yes
1685
1691
Percentages : refers to width of the affected glyph
1686
1692
Computed value : as specified, with <<length>>s made absolute
@@ -1744,6 +1750,7 @@ Word Spacing: the 'word-spacing' property</h3>
1744
1750
Name : letter-spacing
1745
1751
Value : normal | <<length>>
1746
1752
Initial : normal
1753
+ Applies to : <a>inline boxes</a>
1747
1754
Inherited : yes
1748
1755
Computed value : an absolute length
1749
1756
Animation type : <a href="https://drafts.csswg.org/css-transitions-1/#animtype-lpcalc">length</a>
@@ -2062,7 +2069,7 @@ Cursive Scripts</h4>
2062
2069
Name : hanging-punctuation
2063
2070
Value : none | [ first || [ force-end | allow-end ] || last ]
2064
2071
Initial : none
2065
- Applies to : inline elements
2072
+ Applies to : <a> inline boxes</a>
2066
2073
Inherited : yes
2067
2074
Canonical order : <abbr title="follows order of property value definition">per grammar</abbr>
2068
2075
</pre>
0 commit comments