Skip to content

Commit ce58780

Browse files
committed
[css-text-decor-3] Fix links.
1 parent 7ca0983 commit ce58780

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

css-display-3/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ Appendix A: Glossary</h2>
900900
Used as a shorthand for <a>block box</a>, <a>block-level box</a>, or <a>block container box</a>,
901901
where unambiguous.
902902

903-
<dt><dfn>replaced element</dfn>
903+
<dt><dfn lt="replaced element|replaced">replaced element</dfn>
904904
<dd>
905905
An element whose content is outside the scope of the CSS formatting model,
906906
such as an image, embedded document, or applet.
@@ -920,7 +920,11 @@ Appendix A: Glossary</h2>
920920
For example, if an HTML document changed intrinsic size depending on the user's bank balance,
921921
then the UA might want to act as if that resource had no intrinsic dimensions.
922922

923-
The content of replaced elements is not considered in the CSS rendering model.
923+
The content of replaced elements is not considered in the CSS formatting model;
924+
however, their intrinsic dimensions are used in various layout calculations.
925+
926+
A <dfn>non-replaced</dfn> element is one that is not <a>replaced</a>,
927+
i.e. whose rendering is dictated by the CSS model.
924928

925929
<dt><dfn>containing block</dfn>
926930
<dd>

css-ruby-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Editor: Xidorn Quan, Mozilla https://www.mozilla.org/, https://www.upsuper.org/
1616
Abstract: “Ruby”, a form of interlinear annotation, are short runs of text alongside the base text.
1717
Abstract: They are typically used in East Asian documents to indicate pronunciation or to provide a short annotation.
1818
Abstract: This module describes the rendering model and formatting controls related to displaying ruby annotations in CSS.
19-
Ignored terms: internal table elements, characters
19+
Ignored terms: internal table elements
2020
Ignored vars: any
2121
</pre>
2222

css-text-decor-3/Overview.bs

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Link Defaults: css-color-3 (property) color
2323
Use <i> Autolinks: yes
2424
</pre>
2525

26+
<pre class="link-defaults">
27+
spec:css-break-3; type:dfn; text:fragment
28+
</pre>
2629

2730
<h2 id="intro">
2831
Introduction</h2>
@@ -84,7 +87,7 @@ Line Decoration: Underline, Overline, and Strike-Through</h2>
8487
(see <a href="https://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level">CSS2.1 section 9.2.1.1</a>).
8588
When specified on or propagated to a <a>block container</a> that establishes an <a>inline formatting context</a>,
8689
the decorations are propagated to an <a>anonymous</a> inline box that wraps all the <a>in-flow</a> <a>inline-level</a> children of the <a>block container</a>.
87-
When specified on or propagated to a <a>ruby box</a>,
90+
When specified on or propagated to a <a>ruby container</a>,
8891
the decorations are propagated only to the <a>ruby base</a>.
8992
For all other box types,
9093
the decorations are propagated to all in-flow children.
@@ -654,8 +657,8 @@ Emphasis Mark Style: the 'text-emphasis-style' property</h3>
654657
which is specially designed for the emphasis marks.
655658
</p>
656659

657-
<p>The marks are drawn once for each <i>character</i>. However,
658-
emphasis marks are not drawn for characters that are:</p>
660+
<p>The marks are drawn once for each <a>typographic character unit</a>.
661+
However, emphasis marks are not drawn for <a>characters</a> that are:
659662
<ul>
660663
<li><a href="https://www.w3.org/TR/css3-text/#word-separator">Word separators</a> or that
661664
belong to the Unicode separator classes (Z*).
@@ -713,7 +716,7 @@ Emphasis Mark Position: the 'text-emphasis-position' property</h3>
713716
</pre>
714717

715718
<p>This property describes where emphasis marks are drawn at.
716-
If ''[ right | left ]'' is omitted, it defaults to ''right''.
719+
If ''[ right | left ]'' is omitted, it defaults to ''text-emphasis-position/right''.
717720
The values have following meanings:</p>
718721

719722
<dl>
@@ -994,5 +997,5 @@ Changes</h2>
994997
(<a href="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013#issue-11">Issue 11</a>, <a href="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013#issue-18">Issue 18</a>, <a href="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013#issue-19">Issue 19</a>)
995998
<li>Added rule to apply ''font-variant-east-asian/ruby'' to emphasis marks' font.
996999
(<a href="https://drafts.csswg.org/css-text-decor-3/issues-cr-2013#issue-13">Issue 13</a>)
997-
<li>Added the ''spelling-error'' and ''grammar-error' values to 'text-decoration' (marked at risk).
1000+
<li>Added the ''spelling-error'' and ''grammar-error'' values to 'text-decoration' (marked at risk).
9981001
</ul>

css-text-decor-3/issues-cr-2013.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ From: Edward O'Connor
1010
Comment: https://www.w3.org/mid/m2iositu9t.fsf@eoconnor.apple.com
1111
Response: https://lists.w3.org/Archives/Public/www-style/2016Dec/0088.html
1212
Comment: https://github.com/w3c/csswg-drafts/issues/727
13+
Response: https://github.com/w3c/csswg-drafts/issues/727#issuecomment-337748467
1314
Changes: https://hg.csswg.org/drafts/diff/776c8197d091/css-text-decor/Overview.bs
1415
Closed: Accepted
1516
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html
@@ -79,11 +80,12 @@ Resolved: Editorial
7980
Issue 9.
8081
Summary: Clarify position of emphasis marks over auto-hidden ruby
8182
From: Xidorn Quan
82-
Comment: https://www.w3.org/mid/CAMdq698SXs+V8whY1vbp_bhXpX-jKa=pHK7f5xTt7XPTJh91bg@mail.gmail.com
83-
Response: https://www.w3.org/mid/CAN9ydbVZBG-xtm0TjTaCO4dV5ULSyZdpZJhwibYS7miBpiTUeg@mail.gmail.com
84-
Response: https://lists.w3.org/Archives/Public/www-style/2016Dec/0116.html
85-
Open: Waiting on Murakami-san to respond with advice.
86-
Resolved: =WG= Discuss.
83+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Nov/0193.html
84+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Nov/0230.html
85+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Dec/0116.html
86+
Comment: https://lists.w3.org/Archives/Public/www-style/2017Apr/0020.html
87+
Open: Needs edits.
88+
Resolved: =WG= Resolve.
8789
----
8890
Issue 10.
8991
Summary: Clarify whether emphasis marks are upright or sideways for sideways-rl/lr

0 commit comments

Comments
 (0)