@@ -7,6 +7,8 @@ Work Status: Refining
77Group : csswg
88ED : https://drafts.csswg.org/css-text-3/
99TR : https://www.w3.org/TR/css-text-3/
10+ Previous version : https://www.w3.org/TR/2020/CR-css-text-3-20201222/
11+ Previous version : https://www.w3.org/TR/2020/WD-css-text-3-20201119/
1012Previous version : https://www.w3.org/TR/2020/WD-css-text-3-20200429/
1113Previous version : https://www.w3.org/TR/2019/WD-css-text-3-20191113/
1214Previous Version : https://www.w3.org/TR/2018/WD-css-text-3-20181212/
@@ -16,6 +18,7 @@ Previous Version: https://www.w3.org/TR/2017/WD-css-text-3-20170822/
1618Previous Version : https://www.w3.org/TR/2013/WD-css-text-3-20131010/
1719Test Suite : http://test.csswg.org/suites/css3-text/nightly-unstable/
1820!Test Coverage Analysis : <a href="https://drafts.csswg.org/css-text-3/test-coverage">https://drafts.csswg.org/css-text-3/test-coverage</a>
21+ Implementation Report : https://test.csswg.org/harness/results/css-text-3_dev/grouped/
1922Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
2023Editor : Koji Ishii, Invited Expert, kojiishi@gluesoft.co.jp, w3cid 45369
2124Editor : Florian Rivoal, Invited Expert, https://florian.rivoal.net, w3cid 43241
@@ -1276,7 +1279,7 @@ Order of Operations</h4>
12761279
12771280 The source text of a document often contains formatting
12781281 that is not relevant to the final rendering: for example,
1279- <a href="http ://rhodesmill.org/brandon/2012/one-sentence-per-line/">breaking the source into segments</a>
1282+ <a href="https ://rhodesmill.org/brandon/2012/one-sentence-per-line/">breaking the source into segments</a>
12801283 (lines) for ease of editing
12811284 or adding [=white space characters=] such as [=tabs=] and [=spaces=] to indent the source code.
12821285 CSS white space processing allows the author to control interpretation of such formatting:
@@ -3975,7 +3978,7 @@ Shaping Across Intra-word Breaks</h3>
39753978 Inherited : yes
39763979 Canonical order : n/a
39773980 Animation type : discrete
3978- </pre>
3981+ </pre>
39793982
39803983 <wpt>
39813984 inheritance.html
@@ -4340,7 +4343,7 @@ Shaping Across Intra-word Breaks</h3>
43404343 title="Swash forms elongate the first line while a compressed contextual ligature shortens the second, allowing both to end precisely together."
43414344 src="images/text-justify-cursive.png"></p>
43424345 <p class="caption"> An example of cursively-justified Arabic text,
4343- rendered by <a href="http ://www.decotype.com/">Tasmeem</a> .
4346+ rendered by <a href="https ://www.decotype.com/">Tasmeem</a> .
43444347 Like English, Arabic can be justified by adjusting the spacing between words,
43454348 but in most styles it can also be justified by calligraphically elongating or compressing the letterforms themselves.
43464349 In this example, the upper text is extended to fill the line by the use of elongated (kashida) forms and swash forms,
@@ -5174,7 +5177,7 @@ Cursive Scripts</h4>
51745177 Text shaping <em> must not</em> be broken across inline box boundaries
51755178 when there is no effective change in formatting,
51765179 or if the only formatting changes do not affect the glyphs
5177- (as in applying <a href="https://www.w3.org/TR/css-text-decoration /">text decoration</a> ).
5180+ (as in applying <a href="https://www.w3.org/TR/css-text-decor-3 /">text decoration</a> ).
51785181
51795182 <wpt>
51805183 text-transform/text-transform-shaping-001.html
0 commit comments