Skip to content

Commit cccd3c9

Browse files
committed
[css-text-decor-4] Fix typo
1 parent 429b532 commit cccd3c9

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

css-text-decor-4/Overview.bs

Lines changed: 1 addition & 1 deletion
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 leading-spaces trainling-spaces
44+
Initial: objects leading-spaces trailing-spaces
4545
Applies to: all elements
4646
Inherited: yes
4747
Percentages: N/A

css-text-decor-4/Overview.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<meta content="exploring" name="csswg-work-status">
1212

1313

14+
<meta content="UD" name="w3c-status">
15+
16+
1417
<link href="../default.css" rel="stylesheet" type="text/css">
1518

1619

@@ -169,7 +172,7 @@
169172
<h1 class="p-name no-ref" id="title">CSS Text Decoration Module Level 4</h1>
170173

171174
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Unofficial Proposal Draft,
172-
<time class="dt-updated" datetime="2015-06-04">4 June 2015</time></span></h2>
175+
<time class="dt-updated" datetime="2015-06-09">9 June 2015</time></span></h2>
173176

174177
<div data-fill-with="spec-metadata">
175178
<dl>
@@ -308,7 +311,7 @@ <h3 class="heading settled" data-level="2.1" id="text-decoration-skip-property">
308311
<td class="prod"><a class="css" data-link-type="maybe" href="#valdef-text-decoration-skip-none">none</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> [ <a class="css" data-link-type="maybe" href="#valdef-text-decoration-skip-objects">objects</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-any">||</a> [ <a class="css" data-link-type="maybe" href="#valdef-text-decoration-skip-spaces">spaces</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> [ <a class="css" data-link-type="maybe" href="#valdef-text-decoration-skip-leading-spaces">leading-spaces</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-any">||</a> <span class="css">trailing-space</span> ] ] <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-any">||</a> <a class="css" data-link-type="maybe" href="#valdef-text-decoration-skip-ink">ink</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-any">||</a> <a class="css" data-link-type="maybe" href="#valdef-text-decoration-skip-edges">edges</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-any">||</a> <a class="css" data-link-type="maybe" href="#valdef-text-decoration-skip-box-decoration">box-decoration</a> ]
309312
<tr>
310313
<th>Initial:
311-
<td>objects leading-spaces trainling-spaces
314+
<td>objects leading-spaces trailing-spaces
312315
<tr>
313316
<th>Applies to:
314317
<td>all elements
@@ -780,7 +783,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
780783
<tr>
781784
<th scope="row"><a class="css" data-link-type="property" href="#propdef-text-decoration-skip">text-decoration-skip</a>
782785
<td>none | [ objects || [ spaces | [ leading-spaces || trailing-space ] ] || ink || edges || box-decoration ]
783-
<td>objects leading-spaces trainling-spaces
786+
<td>objects leading-spaces trailing-spaces
784787
<td>all elements
785788
<td>yes
786789
<td>N/A

0 commit comments

Comments
 (0)