Skip to content

Commit 98b327f

Browse files
committed
[text-decor-3] Revert change to include all of Z for 'text-decoration-skip: space', because Mongolian Vowel Separator probably shouldn't be included.
--HG-- extra : rebase_source : ad52691a17381433ec7f15befdc3056215583d0e
1 parent 6cf3afa commit 98b327f

2 files changed

Lines changed: 11 additions & 21 deletions

File tree

css-text-decor-3/Overview.html

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Decoration Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-02-02 name=dcterms.issued>
13+
<meta content=2013-02-05 name=dcterms.issued>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2013/ED-css-text-decor-3-20130202/"
17+
<meta content="http://www.w3.org/TR/2013/ED-css-text-decor-3-20130205/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents><!--<link rel=index href="#index">-->
2020

@@ -29,13 +29,13 @@
2929

3030
<h1>CSS Text Decoration Module Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 February
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February
3333
2013</h2>
3434

3535
<dl>
3636
<dt>This version:</dt>
3737
<!--
38-
<dd><a href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130202/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130202/</a></dd>
38+
<dd><a href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130205/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130205/</a></dd>
3939
-->
4040

4141
<dd><a
@@ -764,12 +764,11 @@ <h3 id=text-decoration-skip-property><span class=secno>2.5. </span> Text
764764
<dt><dfn id=spaces title="text-decoration-skip:spaces"><code
765765
class=css>spaces</code></dfn>
766766

767-
<dd>Skip all spacing (Unicode general category Z <a href="#UAX44"
768-
rel=biblioentry>[UAX44]<!--{{UAX44}}--></a>): this includes space
769-
(U+0020) and tab (U+0009), as well as nbsp (U+00A0), ideographic space
770-
(U+3000), all fixed width spaces (such as U+2000–U+200A, U+202F and
771-
U+205F), etc., plus any adjacent letter-spacing or word-spacing <a
772-
href="#CSS3TEXT" rel=biblioentry>[CSS3TEXT]<!--{{!CSS3TEXT}}--></a>.
767+
<dd>Skip spaces: this includes space (U+0020) and tab (U+0009), as well as
768+
nbsp (U+00A0), ideographic space (U+3000), all fixed width spaces (such
769+
as U+2000–U+200A, U+202F and U+205F), plus any adjacent letter-spacing
770+
or word-spacing <a href="#CSS3TEXT"
771+
rel=biblioentry>[CSS3TEXT]<!--{{!CSS3TEXT}}--></a>.
773772
<p class=issue>Should this include visible characters like Ethiopic Word
774773
Space?
775774

@@ -1887,15 +1886,6 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
18871886
href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a>
18881887
</dd>
18891888
<!---->
1890-
1891-
<dt id=UAX44>[UAX44]
1892-
1893-
<dd>Mark Davis; Ken Whistler. <a
1894-
href="http://www.unicode.org/reports/tr44/"><cite>Unicode Character
1895-
Database.</cite></a> 23 January 2012. Unicode Standard Annex #44. URL: <a
1896-
href="http://www.unicode.org/reports/tr44/">http://www.unicode.org/reports/tr44/</a>
1897-
</dd>
1898-
<!---->
18991889
</dl>
19001890
<!--end-informative-->
19011891

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,10 @@ <h3 id="text-decoration-skip-property">
472472
<dd>Skip this element if it is an atomic inline (such as an
473473
image or inline-block).</dd>
474474
<dt><dfn title="text-decoration-skip:spaces">''spaces''</dfn></dt>
475-
<dd>Skip all spacing (Unicode general category Z [[UAX44]]):
475+
<dd>Skip spaces:
476476
this includes space (U+0020) and tab (U+0009),
477477
as well as nbsp (U+00A0), ideographic space (U+3000),
478-
all fixed width spaces (such as U+2000&ndash;U+200A, U+202F and U+205F), etc.,
478+
all fixed width spaces (such as U+2000&ndash;U+200A, U+202F and U+205F),
479479
plus any adjacent letter-spacing or word-spacing [[!CSS3TEXT]].
480480
<p class="issue">Should this include visible characters like Ethiopic Word Space?
481481
<dt><dfn title="text-decoration-skip:ink">''ink''</dfn></dt>

0 commit comments

Comments
 (0)