@@ -1594,7 +1594,8 @@ Order of Operations</h4>
1594
1594
If this distance is less than 0.5<a href="https://www.w3.org/TR/css-values-3/#ch">ch</a> ,
1595
1595
then the subsequent <a>tab stop</a> is used instead.
1596
1596
<dfn lt="tab stop">Tab stops</dfn> occur at points that are multiples of the [=tab size=]
1597
- from the block's starting content edge.
1597
+ from the starting content edge
1598
+ of the [=preserved=] [=tab=] 's nearest [=block container=] ancestor.
1598
1599
The [=tab size=] is given by the 'tab-size' property.
1599
1600
1600
1601
<wpt>
@@ -2067,7 +2068,7 @@ Order of Operations</h4>
2067
2068
Name : tab-size
2068
2069
Value : <<number>> | <<length>>
2069
2070
Initial : 8
2070
- Applies to : block containers
2071
+ Applies to : inline boxes
2071
2072
Inherited : yes
2072
2073
Computed value : the specified number or absolute length
2073
2074
Animation type : by computed value type
@@ -2085,7 +2086,8 @@ Order of Operations</h4>
2085
2086
</wpt>
2086
2087
2087
2088
<p> This property determines the <dfn id=tab-size-dfn>tab size</dfn> used to render [=preserved=] tab characters (U+0009).
2088
- A <<number>> represents the measure as a multiple of the space character's advance width (U+0020)
2089
+ A <<number>> represents the measure as a multiple of the advance width of the space character (U+0020)
2090
+ of the nearest [=block container=] ancestor of the [=preserved=] [=tab=] ,
2089
2091
including its associated 'letter-spacing' and 'word-spacing' .
2090
2092
Negative values are not allowed.
2091
2093
0 commit comments