Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion css-text-decor/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property</h3>
<td><dfn>text-decoration-skip</dfn>
<tr>
<th><a href="#values">Value</a>:
<td>none | [ objects || spaces || ink || edges || box-decoration ]
<td>none | [ objects || [ spaces | trailing-spaces ] || ink || edges || box-decoration ]

<tr>
<th>Initial:
Expand Down Expand Up @@ -399,6 +399,10 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property</h3>
<dd>Skip all spacing, i.e. all <i>characters</i> with the Unicode White_Space property [[UAX44]]
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>,
plus any adjacent 'letter-spacing' or 'word-spacing'.
<dt><dfn value for="text-decoration-skip">trailing-spaces</dfn></dt>
<dd>Skip all <a spec="css-text">preserved</a> spacing (with the same definition as above)
plus any adjacent 'letter-spacing' or 'word-spacing',
when located then end of the line.
<dt><dfn value for="text-decoration-skip">ink</dfn></dt>
<dd>Skip over where glyphs are drawn:
interrupt the decoration line to let the shape of the text show through
Expand Down
13 changes: 11 additions & 2 deletions css-text-decor/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ <h3 class="heading settled" data-level="2.5" id="text-decoration-skip-property">

<th><a href="#values">Value</a>:

<td>none | [ objects || spaces || ink || edges || box-decoration ]
<td>none | [ objects || [ spaces | trailing-spaces ] || ink || edges || box-decoration ]


<tr>
Expand Down Expand Up @@ -856,6 +856,13 @@ <h3 class="heading settled" data-level="2.5" id="text-decoration-skip-property">
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>,
plus any adjacent <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-letter-spacing">letter-spacing</a> or <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-word-spacing">word-spacing</a>.

<dt><dfn class="css" data-dfn-for="text-decoration-skip" data-dfn-type="value" data-export="" id="valdef-text-decoration-skip-trailing-spaces">trailing-spaces<a class="self-link" href="#valdef-text-decoration-skip-trailing-spaces"></a></dfn>


<dd>Skip all <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-text-3/#preserved">preserved</a> spacing (with the same definition as above)
plus any adjacent <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-letter-spacing">letter-spacing</a> or <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-word-spacing">word-spacing</a>,
when located then end of the line.

<dt><dfn class="css" data-dfn-for="text-decoration-skip" data-dfn-type="value" data-export="" id="valdef-text-decoration-skip-ink">ink<a class="self-link" href="#valdef-text-decoration-skip-ink"></a></dfn>


Expand Down Expand Up @@ -2239,6 +2246,7 @@ <h3 class="no-num heading settled" id="index-defined-here"><span class="content"
<li>text-emphasis-style, <a href="#propdef-text-emphasis-style">3.1</a>
<li>text-shadow, <a href="#propdef-text-shadow">4</a>
<li>text-underline-position, <a href="#propdef-text-underline-position">2.6</a>
<li>trailing-spaces, <a href="#valdef-text-decoration-skip-trailing-spaces">2.5</a>
<li>triangle, <a href="#valdef-text-text-emphasis-style-triangle">3.1</a>
<li>under
<ul>
Expand Down Expand Up @@ -2268,6 +2276,7 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
<li><a data-link-type="biblio" href="#biblio-css-text-3">[css-text-3]</a> defines the following terms:
<ul>
<li><a href="http://dev.w3.org/csswg/css-text-3/#propdef-letter-spacing">letter-spacing</a>
<li><a href="http://dev.w3.org/csswg/css-text-3/#preserved">preserved</a>
<li><a href="http://dev.w3.org/csswg/css-text-3/#propdef-word-spacing">word-spacing</a>
</ul>
<li><a data-link-type="biblio" href="#biblio-css21">[css21]</a> defines the following terms:
Expand Down Expand Up @@ -2369,7 +2378,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
<td>see individual properties
<tr>
<th scope="row"><a class="css" data-link-type="property" href="#propdef-text-decoration-skip">text-decoration-skip</a>
<td>none | [ objects || spaces || ink || edges || box-decoration ]
<td>none | [ objects || [ spaces | trailing-spaces ] || ink || edges || box-decoration ]
<td>objects
<td>all elements
<td>yes
Expand Down