Skip to content

Commit

Permalink
[css-text-4] Update Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
frivoal committed Oct 2, 2023
1 parent 17c7e0e commit 1a1ef5f
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion css-text-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4077,6 +4077,7 @@ Tab Character Size: the 'tab-size' property</h3>
tab-size/tab-size-integer-002.html
tab-size/tab-size-integer-003.html
tab-size/tab-size-integer-004.html
tab-size/tab-size-integer-005.html
tab-size/tab-size-length-001.html
tab-size/tab-size-length-002.html
tab-size/tab-size-percent-001.html
Expand Down Expand Up @@ -5532,6 +5533,11 @@ Selecting How to Wrap: the 'text-wrap-style' property</h3>

<wpt>
white-space/text-wrap-balance-text-indent-001.html
white-space/text-wrap-balance-float-001.html
white-space/text-wrap-balance-float-002.html
white-space/text-wrap-balance-float-003.html
white-space/text-wrap-balance-float-004.html
white-space/text-wrap-balance-float-005.html
</wpt>

The exact algorithm is UA-defined.
Expand Down Expand Up @@ -10223,7 +10229,7 @@ Line Start/End Padding: the 'line-padding' property</h3>
<h3 id="text-autospace-property">
Automatic Contextual Spacing: the 'text-autospace' property</h3>
<wpt title="This section mostly lacks tests."></wpt>
<wpt title="This section has spotty coverage."></wpt>
<pre class="propdef">
Name: text-autospace
Expand All @@ -10241,6 +10247,7 @@ Automatic Contextual Spacing: the 'text-autospace' property</h3>
parsing/text-autospace-invalid.html
parsing/text-autospace-valid.html
text-autospace/text-autospace-001.html
text-autospace/text-autospace-break-001.html
</wpt>
Controls spacing between adjacent characters
Expand All @@ -10249,6 +10256,11 @@ Automatic Contextual Spacing: the 'text-autospace' property</h3>
allowing for automatic control over inter-script spacing
and for spacing around punctuation.
<wpt>
text-autospace/text-autospace-vertical-combine-001.html
text-autospace/text-autospace-vertical-upright-001.html
</wpt>
Values are defined as follows:
<pre class=prod>
Expand All @@ -10262,10 +10274,28 @@ Automatic Contextual Spacing: the 'text-autospace' property</h3>
<dd>
Same behavior as ''ideograph-alpha ideograph-numeric''.
<wpt>
text-autospace/text-autospace-break-001.html
text-autospace/text-autospace-dynamic-001.html
text-autospace/text-autospace-dynamic-text-001.html
text-autospace/text-autospace-dynamic-text-002.html
text-autospace/text-autospace-dynamic-text-003.html
text-autospace/text-autospace-dynamic-text-004.html
text-autospace/text-autospace-first-line-001.html
text-autospace/text-autospace-ligature-001.html
</wpt>
<dt><dfn>no-autospace</dfn>
<dd>
No automatic space is inserted.
<wpt>
text-autospace/text-autospace-001.html
text-autospace/text-autospace-no-001.html
text-autospace/text-autospace-dynamic-001.html
text-autospace/text-autospace-ligature-001.html
</wpt>
<dt><dfn>insert</dfn>
<dd>
The specified spacing is automatically inserted
Expand Down

0 comments on commit 1a1ef5f

Please sign in to comment.