Skip to content

Commit 2b96fce

Browse files
committed
[css-text-decor] Change the initial value of text-decoration-skip
1 parent cdc3353 commit 2b96fce

4 files changed

Lines changed: 685 additions & 34 deletions

File tree

css-text-decor-4/Overview.bs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ by adding the ''trailing-spaces'' value.
4141
<pre class="propdef">
4242
Name: text-decoration-skip
4343
Value: ''none'' | [ ''objects'' || [ ''spaces'' | [ ''leading-spaces'' || ''trailing-space'' ] ] || ''ink'' || ''edges'' || ''box-decoration'' ]
44-
Initial: objects
44+
Initial: objects leading-spaces trainling-spaces
4545
Applies to: all elements
4646
Inherited: yes
4747
Percentages: N/A
@@ -50,6 +50,10 @@ by adding the ''trailing-spaces'' value.
5050
Animatable: no
5151
</pre>
5252

53+
Note: The initial value is different
54+
from the one specified at the previous level,
55+
which was only ''text-decoration-skip: objects''.
56+
5357
Issue: Add final level 3 content
5458

5559
<dl dfn-type=value dfn-for=text-decoration-skip>
@@ -76,11 +80,10 @@ by adding the ''trailing-spaces'' value.
7680
when located at the end of the line.
7781
</dl>
7882

79-
Issue: Should ''object trailing-spaces'' be the initial value instead of just ''object''?
80-
Should the initial value be auto,
81-
defined so that that it can vary between
82-
''object'' and ''object trailing-spaces''
83-
depending on properties like 'white-space', 'word-wrap', 'word-break' etc?
83+
The following addition are made to the default UA stylesheet for HTML:
84+
<pre><code class="lang-css">
85+
ins, del { text-decoration-skip: objects; }
86+
</code></pre>
8487

8588
<h2 id=temp>Rescued L3 Brainstorming: Ignore For Now</h2>
8689

0 commit comments

Comments
 (0)