8000 [css-text-decor-4] text-decoration-skip should be none on <ins> and <… · w3c/csswg-drafts@7bfc53a · GitHub
Skip to content

Commit 7bfc53a

Browse files
committed
[css-text-decor-4] text-decoration-skip should be none on <ins> and <del>
1 parent 2b96fce commit 7bfc53a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

css-text-decor-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ which was only 10000 ''text-decoration-skip: objects''.
8282

8383
The following addition are made to the default UA stylesheet for HTML:
8484
<pre><code class="lang-css">
85-
ins, del { text-decoration-skip: objects; }
85+
ins, del { text-decoration-skip: none; }
8686
</code></pre>
8787

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

css-text-decor-4/Overview.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
190190
<dd><a href="#issues-index">Inline In Spec</a>
191191
<dd><a href="https://github.com/frivoal/csswg-drafts/issues/">GitHub</a>
192192
<dd><a href="#issues-index">Inline In Spec</a>
193+
<dd><a href="https://github.com/frivoal/csswg-drafts/issues/">GitHub</a>
194+
<dd><a href="#issues-index">Inline In Spec</a>
195+
<dd><span><a href="http://www.w3.org/Style/CSS/Tracker/products/10">http://www.w3.org/Style/CSS/Tracker/products/10</a></span>
193196
<dd><span><a href="http://www.w3.org/Style/CSS/Tracker/products/10">http://www.w3.org/Style/CSS/Tracker/products/10</a></span>
194197
<dd><span><a href="http://www.w3.org/Style/CSS/Tracker/products/10">http://www.w3.org/Style/CSS/Tracker/products/10</a></span>
195198
<dd><span><a href="http://www.w3.org/Style/CSS/Tracker/products/10">http://www.w3.org/Style/CSS/Tracker/products/10</a></span>
@@ -206,6 +209,8 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
206209
<dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:kojiishi@gluesoft.co.jp">Koji Ishii</a> (<span class="p-org org">Invited Expert</span>)
207210
<dd class="editor p-author h-card vcard"><a class="p-name fn u-url url" href="http://fantasai.inkedblade.net/contact">fantasai</a> (<span class="p-org org">Invited Expert</span>)
208211
<dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:kojiishi@gluesoft.co.jp">Koji Ishii</a> (<span class="p-org org">Invited Expert</span>)
212+
<dd class="editor p-author h-card vcard"><a class="p-name fn u-url url" href="http://fantasai.inkedblade.net/contact">fantasai</a> (<span class="p-org org">Invited Expert</span>)
213+
<dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:kojiishi@gluesoft.co.jp">Koji Ishii</a> (<span class="p-org org">Invited Expert</span>)
209214
</dl>
210215
</div>
211216

@@ -226,6 +231,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="cont
226231
This module contains the features of CSS relating to text decoration, such as underlines, text shadows, and emphasis marks.
227232
This module contains the features of CSS relating to text decoration, such as underlines, text shadows, and emphasis marks.
228233
This module contains the features of CSS relating to text decoration, such as underlines, text shadows, and emphasis marks.
234+
This module contains the features of CSS relating to text decoration, such as underlines, text shadows, and emphasis marks.
229235
This module contains the features of CSS relating to text decoration, such as underlines, text shadows, and emphasis marks.</p>
230236

231237
<a href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing the rendering of structured documents
@@ -410,7 +416,7 @@ <h3 class="heading settled" data-level="2.1" id="text-decoration-skip-property">
410416

411417
<p>The following addition are made to the default UA stylesheet for HTML:</p>
412418

413-
<pre><code class="lang-css">ins, del { text-decoration-skip: objects; }
419+
<pre><code class="lang-css">ins, del { text-decoration-skip: none; }
414420
</code></pre>
415421

416422

0 commit comments

Comments
 (0)