Skip to content

Commit bc16600

Browse files
committed
[css-text-decor-3] Finish the UA stylesheet by importing bits from HTML5.
1 parent 2fd6174 commit bc16600

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

css-text-decor-3/Overview.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,6 +1801,18 @@ <h2 class=no-num id=default-stylesheet> Appendix D: Default UA Stylesheet</h2>
18011801

18021802
<div class=example>
18031803
<pre><code class=css>
1804+
<!-- -->s, strike, del {
1805+
<!-- --> text-decoration: line-through;
1806+
<!-- -->}
1807+
<!-- -->
1808+
<!-- -->u, ins, :link, :visited {
1809+
<!-- --> text-decoration: underline;
1810+
<!-- -->}
1811+
<!-- -->
1812+
<!-- -->abbr[title], acronym[title] {
1813+
<!-- --> text-decoration: dotted underline;
1814+
<!-- -->}
1815+
<!-- -->
18041816
<!-- -->/* disable inheritance of text-emphasis marks to ruby text:
18051817
<!-- --> emphasis marks should only apply to base text */
18061818
<!-- -->rt { text-emphasis: none; }

css-text-decor-3/Overview.src.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,18 @@ <h2 class="no-num" id="default-stylesheet">
12391239

12401240
<div class="example">
12411241
<pre><code class="css">
1242+
<!-- -->s, strike, del {
1243+
<!-- --> text-decoration: line-through;
1244+
<!-- -->}
1245+
<!-- -->
1246+
<!-- -->u, ins, :link, :visited {
1247+
<!-- --> text-decoration: underline;
1248+
<!-- -->}
1249+
<!-- -->
1250+
<!-- -->abbr[title], acronym[title] {
1251+
<!-- --> text-decoration: dotted underline;
1252+
<!-- -->}
1253+
<!-- -->
12421254
<!-- -->/* disable inheritance of text-emphasis marks to ruby text:
12431255
<!-- --> emphasis marks should only apply to base text */
12441256
<!-- -->rt { text-emphasis: none; }

0 commit comments

Comments
 (0)