Skip to content

Commit 2e485b5

Browse files
committed
[css-text-3] Clear out changes section.
1 parent 0b106a9 commit 2e485b5

File tree

1 file changed

+6
-128
lines changed

1 file changed

+6
-128
lines changed

css-text-3/Overview.bs

+6-128
Original file line numberDiff line numberDiff line change
@@ -6638,135 +6638,13 @@ Acknowledgements</h2>
66386638
<h2 class="no-num" id="changes" oldids="recent-changes">
66396639
Changes</h2>
66406640

6641-
See <a href="https://drafts.csswg.org/css-text-3/issues-lc-2013">Disposition of Comments</a>
6642-
covering all comments since 2013.
6643-
6644-
<h3 class="no-num" id="changes-2020-11-19">
6645-
Changes from the <a href="https://www.w3.org/TR/2020/WD-css-text-3-20201119/">19 November 2020 Working Draft</a></h3>
6646-
6647-
* Defined [=word separator=] a bit more precisely.
6648-
(<a href="https://github.com/w3c/csswg-drafts/issues/3878">Issue 3878</a>)
6649-
6650-
* Clarified that Indic scripts are not [=cursive scripts=].
6651-
(<a href="https://github.com/w3c/csswg-drafts/issues/3566">Issue 3566</a>)
6652-
6653-
* Distinguished between properties that apply to [=inline boxes=] and those that apply to text directly
6654-
(which can be passed through when applied to an element with ''display: contents'').
6655-
(<a href="https://github.com/w3c/csswg-drafts/issues/5303">Issue 5303</a>)
6656-
6657-
* Clarified [=segment break=] interaction with DOM/HTML.
6658-
(<a href="https://github.com/w3c/csswg-drafts/issues/5147">Issue 5147</a>)
6659-
6660-
* Miscellaneous other editorial improvements.
6661-
6662-
<h3 class="no-num" id="changes-2020-04-29">
6663-
Changes from the <a href="https://www.w3.org/TR/2020/WD-css-text-3-20200429/">29 April 2020 Working Draft</a></h3>
6664-
6665-
* Made [[#line-break-transform|segment break transformation rules]] UA-defined in this level.
6666-
(<a href="https://github.com/w3c/csswg-drafts/issues/5086">5086</a>)
6667-
* Allow 'tab-size' to apply to inline boxes.
6668-
(<a href="https://github.com/w3c/csswg-drafts/issues/5489">Issue 5489</a>)
6669-
* Allow UAs to apply letter-spacing to one side of each character instead of between characters.
6670-
(<a href="https://github.com/w3c/csswg-drafts/issues/1518">Issue 1518</a>)
6671-
* Make plaintext line boxes belonging to bidi-neutral paragraphs
6672-
take their directionality from the previous line box rather than defaulting to LTR.
6673-
(<a href="https://github.com/w3c/csswg-drafts/issues/4405">Issue 4405</a>)
6674-
* Treat Carriage Returns (U+000D) as spaces for rendering.
6675-
(<a href="https://github.com/w3c/csswg-drafts/issues/5410">Issue 5410</a>)
6676-
* Editorial revisement of [[#languages]] and [[#script-tagging]].
6677-
* Miscellaneous other editorial fixes and minor clarifications.
6678-
6679-
<h3 class="no-num" id="changes-2019-11-13">
6680-
Changes from the <a href="https://www.w3.org/TR/2019/WD-css-text-3-20191113/">13 November 2019 Working Draft</a></h3>
6681-
6682-
* Allow trailing OGHAM SPACE MARK to be trimmed.
6683-
(<a href="https://github.com/w3c/csswg-drafts/issues/4893">Issue 4893</a>)
6684-
* Revert wrapping behavior of [=atomic inlines=] due to Web-compat.
6685-
(<a href="https://github.com/w3c/csswg-drafts/issues/4576">Issue 4575</a>)
6686-
* Adjust 'line-break' rules affecting certain hyphens and hyphen-like characters.
6687-
(<a href="https://github.com/w3c/csswg-drafts/issues/4419">Issue 4419</a>)
6688-
* Redefine hanging glyphs as [=ink overflow=] in most cases.
6689-
(<a href="https://github.com/w3c/csswg-drafts/issues/4297">Issue 4297</a>)
6690-
* Redefine line break transformation rules to evaluate context by Unicode code block.
6691-
(<a href="https://lists.w3.org/Archives/Public/www-style/2020Feb/0019.html">Discussion</a>)
6692-
* Miscellaneous editorial improvements.
6693-
6694-
<h3 class="no-num" id="changes-2018-12-12">
6695-
Changes from the <a href="https://www.w3.org/TR/2018/WD-css-text-3-20181212/">12 December 2018 Working Draft</a></h3>
6696-
6697-
* Normatively reference Unicode text processing.
6698-
(<a href="https://github.com/w3c/csswg-drafts/issues/3474">Issue 3474</a>)
6699-
* Clarify how out-of-flow elements and inline element boundaries do not affect text processing.
6700-
* Remove control code exception for FORM FEED U+000C.
6701-
(<a href="https://github.com/w3c/csswg-drafts/issues/855#issuecomment-451191125">Issue 855</a>)
6702-
* Use ''allow-end'' hanging rules rather than ''force-end'' rules for trailing white space;
6703-
define how it impacts intrinsic size contributions of text.
6704-
(<a href="https://github.com/w3c/csswg-drafts/issues/3440">Issue 3440</a>)
6705-
* Define interaction of bidi reordering and trailing space trimming.
6706-
(<a href="https://github.com/w3c/csswg-drafts/issues/4308">Issue 4308</a>)
6707-
* Generalize the logic that handles spaces at the end of lines
6708-
to apply to additional space separators.
6709-
(<a href="https://github.com/w3c/csswg-drafts/issues/3879">Issue 3879</a>)
6710-
* Tighten up definition of ''break-spaces'' value.
6711-
* Fix up references to UAX14 line breaking classes.
6712-
(Issue <a href="https://github.com/w3c/csswg-drafts/issues/3516">3516</a>
6713-
and <a href="https://github.com/w3c/csswg-drafts/issues/3517">3517</a>)
6714-
* Clarify that word separators are not prioritized for breaking under ''word-break: break-all'' or ''line-break: anywhere''.
6715-
* Mark the behavior of 'line-break', 'word-break', and 'overflow-wrap' at element boundaries undefined.
6716-
(<a href="https://github.com/w3c/csswg-drafts/issues/3897">Issue 3897</a>)
6717-
* Require breaking wrappable text even when dictionary resources are unavailable.
6718-
(<a href="https://github.com/w3c/csswg-drafts/issues/4284">Issue 4284</a>)
6719-
* Define proprietary ''word-break: break-word'' as a deprecated syntax for ''overflow-wrap: anywhere'' since it is required by Web-compat.
6720-
* Remove stray reference to percentage 'word-spacing' values.
6721-
* Clarify that ''hyphens: none'' does not suppress wrapping opportunities after U+002D or U+2010.
6722-
* Miscellaneous other minor clarifications and editorial improvements.
6723-
6724-
6725-
<h3 class="no-num" id="changes-2018-12-06">
6726-
Changes from the <a href="https://www.w3.org/TR/2018/WD-css-text-3-20181206/">6 December 2018 Working Draft</a></h3>
6727-
6728-
Changes between 6 December 2018 and 12 December 2018 consist of
6729-
some minor cleanup in the line breaking section
6730-
and deferring <<percentage>> values of 'word-spacing' to Level 4
6731-
with the expectation that they will be redefined
6732-
(see discussion in <a href="https://github.com/w3c/csswg-drafts/issues/2165">issue 2165</a>).
6733-
6734-
<h3 class="no-num" id="changes-2013">
6735-
Changes from the <a href="https://www.w3.org/TR/2013/WD-css-text-3-20131010/">October
6736-
2013 CSS3 Text <abbr title="Last Call Working Draft">LCWD</abbr></a></h3>
6737-
6738-
Numerous significant changes were made
6739-
between the <a href="https://www.w3.org/TR/2013/WD-css-text-3-20131010/">10 October 2013 Last Call Working Draft</a>
6740-
and the <a href="https://www.w3.org/TR/2018/WD-css-text-3-20181206/">6 December 2018 Working Draft</a>
6741-
in response to <a href="https://drafts.csswg.org/css-text-3/issues-lc-2013">comments</a>,
6742-
oftentimes overwriting or reverting earlier changes.
6743-
While the general scope and approach of this specification is unchanged,
6744-
myriad details did change.
6745-
6746-
A handful of the more significant changes are highlighted below:
6641+
There have been only some very minor editorial changes since
6642+
the <a href="https://www.w3.org/TR/2020/CR-css-text-3-20201222/">December 2020 Candidate Recommendation</a>.
67476643

6748-
<ul>
6749-
<li>Switched 'tab-size' to use <<number>> instead of <<integer>> so that it is animatable,
6750-
and defined it to also account for 'letter-spacing' and 'word-spacing'.
6751-
<li>Made 'text-align' a shorthand of 'text-align-last' and the new 'text-align-all' property.
6752-
<li>Removed dependence of 'text-align-last' on ''text-align: justify'',
6753-
since the problem it solves is now solved by the shorthanding relationship.
6754-
<li>Qualified that only lowercase letters are titlecased for ''text-transform: capitalize''; uppercase letters remain unaffected.
6755-
<li>For ''word-break: break-all'', included non-letters that are treated as letter-like in [[UAX14]]
6756-
to handle symbols better.
6757-
<li>Added ''line-break: anywhere'' and ''overflow-wrap: anywhere''.
6758-
<li>Tweaked handling of Ambiguous characters during <a href="#line-break-transform">segment break transformation</a>.
6759-
</ul>
6760-
6761-
<strong>Most of the changes since 2013 are details not tracked in this list.</strong>
6762-
If you have last reviewed this specification
6763-
before publication of the <a href="https://www.w3.org/TR/2018/WD-css-text-3-20181206/">6 December 2018 Working Draft</a>,
6764-
it's probably advisable to simply read it from scratch.
6765-
For an exhaustive list of changes since 2013,
6766-
please see the <code>css-text-3</code> and <code>css3-text</code> <a href="https://github.com/w3c/csswg-drafts">commit logs</a>
6767-
or the <a href="https://services.w3.org/htmldiff?doc1=&doc2=https%3A%2F%2Fwww.w3.org%2FTR%2F2018%2FWD-css-text-3-20181206%2F">diff between 2013 and 2018</a>.
6768-
For an exhaustive list of issues addressed,
6769-
see the <a href="https://drafts.csswg.org/css-text-3/issues-lc-2013">Disposition of Comments</a>.
6644+
See also <a href="https://www.w3.org/TR/2020/CR-css-text-3-20201222/#changes">earlier list of changes</a>
6645+
covering the 2020 and 2019 Working Drafts prior to that Candidate Recommendation
6646+
and the <a href="https://drafts.csswg.org/css-text-3/issues-lc-2013">Disposition of Comments</a>
6647+
covering all comments between 2013 and 2020.
67706648

67716649
<!-- Listing crash tests not particularly linked to any specific spot in the spec-->
67726650
<wpt>

0 commit comments

Comments
 (0)