Skip to content

Commit 08da1ca

Browse files
committed
[css-text-decor] More bikesheding
1 parent ee4fd78 commit 08da1ca

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

css-text-decor/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property</h3>
398398
<dt><dfn value for="text-decoration-skip">spaces</dfn></dt>
399399
<dd>Skip all spacing, i.e. all <i>characters</i> with the Unicode White_Space property [[UAX44]]
400400
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>,
401-
plus any adjacent letter-spacing or word-spacing [[!CSS3TEXT]].
401+
plus any adjacent 'letter-spacing' or 'word-spacing'.
402402
<dt><dfn value for="text-decoration-skip">ink</dfn></dt>
403403
<dd>Skip over where glyphs are drawn:
404404
interrupt the decoration line to let the shape of the text show through

css-text-decor/Overview.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ <h3 class="heading settled" data-level="2.5" id="text-decoration-skip-property">
854854

855855
<dd>Skip all spacing, i.e. all <i>characters</i> with the Unicode White_Space property <a data-link-type="biblio" href="#biblio-uax44">[UAX44]</a>
856856
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>,
857-
plus any adjacent letter-spacing or word-spacing <a data-link-type="biblio" href="#biblio-css3text">[CSS3TEXT]</a>.
857+
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>.
858858

859859
<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>
860860

@@ -2265,6 +2265,11 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
22652265
<ul>
22662266
<li><a href="http://dev.w3.org/csswg/css-fonts-3/#propdef-font-variant-position">font-variant-position</a>
22672267
</ul>
2268+
<li><a data-link-type="biblio" href="#biblio-css-text-3">[css-text-3]</a> defines the following terms:
2269+
<ul>
2270+
<li><a href="http://dev.w3.org/csswg/css-text-3/#propdef-letter-spacing">letter-spacing</a>
2271+
<li><a href="http://dev.w3.org/csswg/css-text-3/#propdef-word-spacing">word-spacing</a>
2272+
</ul>
22682273
<li><a data-link-type="biblio" href="#biblio-css21">[css21]</a> defines the following terms:
22692274
<ul>
22702275
<li><a href="http://dev.w3.org/csswg/css2/visudet.html#propdef-vertical-align">vertical-align</a>
@@ -2290,6 +2295,8 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
22902295
<dd>Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-counter-styles-3/">CSS Counter Styles Level 3</a>. 3 February 2015. CR. URL: <a href="http://www.w3.org/TR/css-counter-styles-3/">http://www.w3.org/TR/css-counter-styles-3/</a>
22912296
<dt id="biblio-css-fonts-3"><a class="self-link" href="#biblio-css-fonts-3"></a>[CSS-FONTS-3]
22922297
<dd>John Daggett. <a href="http://www.w3.org/TR/css-fonts-3/">CSS Fonts Module Level 3</a>. 3 October 2013. CR. URL: <a href="http://www.w3.org/TR/css-fonts-3/">http://www.w3.org/TR/css-fonts-3/</a>
2298+
<dt id="biblio-css-text-3"><a class="self-link" href="#biblio-css-text-3"></a>[CSS-TEXT-3]
2299+
<dd>Elika Etemad; Koji Ishii. <a href="http://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>. 10 October 2013. LCWD. URL: <a href="http://www.w3.org/TR/css-text-3/">http://www.w3.org/TR/css-text-3/</a>
22932300
<dt id="biblio-css3-fonts"><a class="self-link" href="#biblio-css3-fonts"></a>[CSS3-FONTS]
22942301
<dd>John Daggett. <a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts Module Level 3</a>. 11 December 2012. WD. URL: <a href="http://www.w3.org/TR/css3-fonts/">http://www.w3.org/TR/css3-fonts/</a>
22952302
<dt id="biblio-rfc2119"><a class="self-link" href="#biblio-rfc2119"></a>[RFC2119]

0 commit comments

Comments
 (0)