Skip to content

Commit 3ee791a

Browse files
committed
[css-text-3] Fix “Applies to” lines. Fixes 1833
1 parent 133da9d commit 3ee791a

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

css-text-3/Overview.bs

+9-2
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ Characters and Letters</h3>
314314
Name: text-transform
315315
Value: none | capitalize | uppercase | lowercase | full-width
316316
Initial: none
317+
Applies to: <a>inline boxes</a>
317318
Inherited: yes
318319
Canonical order: n/a
319320
</pre>
@@ -413,7 +414,7 @@ Characters and Letters</h3>
413414
Name: white-space
414415
Value: normal | pre | nowrap | pre-wrap | pre-line
415416
Initial: normal
416-
Applies to: all elements
417+
Applies to: <a>inline boxes</a>
417418
Inherited: yes
418419
Canonical order: n/a
419420
</pre>
@@ -842,6 +843,7 @@ Line Breaking Details</h3>
842843
Name: word-break
843844
Value: normal | keep-all | break-all
844845
Initial: normal
846+
Applies to: <a>inline boxes</a>
845847
Inherited: yes
846848
Canonical order: n/a
847849
</pre>
@@ -965,6 +967,7 @@ Line Breaking Details</h3>
965967
Name: line-break
966968
Value: auto | loose | normal | strict | anywhere
967969
Initial: auto
970+
Applies to: <a>inline boxes</a>
968971
Inherited: yes
969972
Canonical order: n/a
970973
</pre>
@@ -1118,6 +1121,7 @@ Line Breaking Details</h3>
11181121
Name: hyphens
11191122
Value: none | manual | auto
11201123
Initial: manual
1124+
Applies to: <a>inline boxes</a>
11211125
Inherited: yes
11221126
Canonical order: n/a
11231127
</pre>
@@ -1190,6 +1194,7 @@ Line Breaking Details</h3>
11901194
Name: overflow-wrap, word-wrap
11911195
Value: normal | break-word || break-spaces
11921196
Initial: normal
1197+
Applies to: <a>inline boxes</a>
11931198
Inherited: yes
11941199
Canonical order: n/a
11951200
</pre>
@@ -1681,6 +1686,7 @@ Word Spacing: the 'word-spacing' property</h3>
16811686
Name: word-spacing
16821687
Value: normal | <<length-percentage>>
16831688
Initial: normal
1689+
Applies to: <a>inline boxes</a>
16841690
Inherited: yes
16851691
Percentages: refers to width of the affected glyph
16861692
Computed value: as specified, with <<length>>s made absolute
@@ -1744,6 +1750,7 @@ Word Spacing: the 'word-spacing' property</h3>
17441750
Name: letter-spacing
17451751
Value: normal | <<length>>
17461752
Initial: normal
1753+
Applies to: <a>inline boxes</a>
17471754
Inherited: yes
17481755
Computed value: an absolute length
17491756
Animation type: <a href="https://drafts.csswg.org/css-transitions-1/#animtype-lpcalc">length</a>
@@ -2062,7 +2069,7 @@ Cursive Scripts</h4>
20622069
Name: hanging-punctuation
20632070
Value: none | [ first || [ force-end | allow-end ] || last ]
20642071
Initial: none
2065-
Applies to: inline elements
2072+
Applies to: <a>inline boxes</a>
20662073
Inherited: yes
20672074
Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
20682075
</pre>

css-text-3/issues-lc-2013.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -1391,12 +1391,14 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
13911391
<span>From: Richard Ishida</span>
13921392
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1750'>https://github.com/w3c/csswg-drafts/issues/1750</a></span>
13931393
<span class="">Open: Needs edits</span></pre>
1394-
<pre class='open ' id='issue-160'>
1394+
<pre class=' a' id='issue-160'>
13951395
<span>Issue 160. <a href='#issue-160'>#</a></span>
13961396
<span>Summary: Fix applies-to lines</span>
13971397
<span>From: mfluehr</span>
13981398
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1833'>https://github.com/w3c/csswg-drafts/issues/1833</a></span>
1399-
<span class="">Open: Needs edits</span></pre>
1399+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1833#issuecomment-332409644'>https://github.com/w3c/csswg-drafts/issues/1833#issuecomment-332409644</a></span>
1400+
<span class="a">Closed: Accepted</span>
1401+
<span>Resolved: Bugfix</span></pre>
14001402
<pre class='open ' id='issue-161'>
14011403
<span>Issue 161. <a href='#issue-161'>#</a></span>
14021404
<span>Summary: Shipping visible Cc</span>

css-text-3/issues-lc-2013.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,9 @@ Issue 160.
13641364
Summary: Fix applies-to lines
13651365
From: mfluehr
13661366
Comment: https://github.com/w3c/csswg-drafts/issues/1833
1367-
Open: Needs edits
1367+
Response: https://github.com/w3c/csswg-drafts/issues/1833#issuecomment-332409644
1368+
Closed: Accepted
1369+
Resolved: Bugfix
13681370
----
13691371
Issue 161.
13701372
Summary: Shipping visible Cc

0 commit comments

Comments
 (0)