Skip to content

Commit 1ddb614

Browse files
committed
[css-transitions] Post-publication updates: Switch back to ED formatting, update previous version link, and reset changes section.
1 parent b0d21da commit 1ddb614

2 files changed

Lines changed: 54 additions & 98 deletions

File tree

css-transitions/Overview.html

Lines changed: 41 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Transitions" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-11-19 name=dcterms.date>
13+
<meta content=2013-11-14 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
16-
<meta content="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/"
16+
<meta content="http://dev.w3.org/csswg/css3-transitions/"
1717
name=dcterms.identifier>
1818
<script defer=defer
1919
src="http://test.csswg.org/harness/annotate.js#css-transitions-1_dev"
@@ -30,7 +30,7 @@
3030
}
3131
div.prod { margin: 1em 2em; }
3232
</style>
33-
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
33+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
3434
type="text/css">
3535

3636
<body>
@@ -40,13 +40,13 @@
4040

4141
<h1>CSS Transitions</h1>
4242

43-
<h2 class="no-num no-toc">W3C Working Draft 19 November 2013</h2>
43+
<h2 class="no-num no-toc">Editor's Draft 14 November 2013</h2>
4444

4545
<dl>
4646
<dt>This version:
4747

4848
<dd> <a
49-
href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/">http://www.w3.org/TR/2013/WD-css3-transitions-20131119/</a>
49+
href="http://dev.w3.org/csswg/css3-transitions/">http://dev.w3.org/csswg/css3-transitions/</a>
5050

5151
<dt>Latest version:
5252

@@ -66,7 +66,7 @@ <h2 class="no-num no-toc">W3C Working Draft 19 November 2013</h2>
6666
<dt>Previous version:
6767

6868
<dd><a
69-
href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/">http://www.w3.org/TR/2013/WD-css3-transitions-20130212/</a>
69+
href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/">http://www.w3.org/TR/2013/WD-css3-transitions-20131119/</a>
7070

7171
<dt id=editors-list>Editors:
7272

@@ -131,23 +131,19 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
131131
<h2 class="no-num no-toc" id=status>Status of this document</h2>
132132
<!--begin-status-->
133133

134-
<p><em>This section describes the status of this document at the time of
135-
its publication. Other documents may supersede this document. A list of
136-
current W3C publications and the latest revision of this technical report
137-
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
138-
index at http://www.w3.org/TR/.</a></em>
139-
140-
<p>Publication as a Working Draft does not imply endorsement by the W3C
141-
Membership. This is a draft document and may be updated, replaced or
142-
obsoleted by other documents at any time. It is inappropriate to cite this
143-
document as other than work in progress.
134+
<p>This is a public copy of the editors' draft. It is provided for
135+
discussion only and may change at any moment. Its publication here does
136+
not imply endorsement of its contents by W3C. Don't cite this document
137+
other than as work in progress.
144138

145139
<p>The (<a
146140
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
147-
mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
148-
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
149-
for discussion of this specification. When sending e-mail, please put the
150-
text “css3-transitions” in the subject, preferably like this:
141+
mailing list <a
142+
href="mailto:www-style@w3.org?Subject=%5Bcss3-transitions%5D%20PUT%20SUBJECT%20HERE">
143+
www-style@w3.org</a> (see <a
144+
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
145+
discussion of this specification. When sending e-mail, please put the text
146+
“css3-transitions” in the subject, preferably like this:
151147
“[<!---->css3-transitions<!---->] <em>…summary of comment…</em>
152148

153149
<p>This document was produced by the <a
@@ -227,7 +223,7 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
227223
</ul>
228224

229225
<li><a href="#changes"><span class=secno>8. </span>Changes since Working
230-
Draft of 12 February 2013</a>
226+
Draft of 19 November 2013</a>
231227

232228
<li><a href="#acknowledgments"><span class=secno>9.
233229
</span>Acknowledgments</a>
@@ -1761,70 +1757,38 @@ <h3 id=animatable-svg><span class=secno>7.2. </span><a
17611757
</table> -->
17621758

17631759
<h2 id=changes><span class=secno>8. </span>Changes since Working Draft of
1764-
12 February 2013</h2>
1760+
19 November 2013</h2>
17651761

17661762
<p>The following are the substantive changes made since the <a
1767-
href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/">Working
1768-
Draft dated 12 February 2013</a>:
1763+
href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/">Working
1764+
Draft dated 19 November 2013</a>:
17691765

17701766
<ul>
1771-
<li>Fixed missed substitution (<a
1772-
href="#TransitionEventInit">TransitionEventInit</a> rather than
1773-
AnimationEventInit) when copying event IDL from css3-animations.
1774-
1775-
<li>Make naming of event constructor dictionary parameters more consistent
1776-
with DOM-Level-3-Events.
1777-
1778-
<li>Make the behavior of simultaneous changes of ‘<code
1779-
class=css>transition-*</code>’ properties and transitionable properties
1780-
even clearer.
1781-
1782-
<li>Computed Value line for shorthands should say "see individual
1783-
properties".
1784-
1785-
<li>Define initial values of event properties, using initializers in <a
1786-
href="#TransitionEventInit">TransitionEventInit</a>.
1787-
1788-
<li><strong>Define the model for starting of transitions and their
1789-
interaction with other animations more precisely</strong>:
1790-
<ul>
1791-
<li>Define the <a href="#before-change-style">before-change style</a>
1792-
and <a href="#after-change-style">after-change style</a> used for the
1793-
style comparison, using the new concept of a <a
1794-
href="#style-change-event">style change event</a>.
1795-
1796-
<li>Define that a CSS transition for a property does not affect computed
1797-
style when a CSS Animation for the same property is running, but that
1798-
the transition is still running in terms of APIs.
1799-
1800-
<li>Add a note pointing out that the above definitions imply that
1801-
transitions can start simultaneously, from the same change, on
1802-
ancestors and descendants.
1803-
1804-
<li>Define that CSS transitions participate in CSS's cascading and
1805-
inheritance model
1806-
</ul>
1807-
1808-
<li><strong>Change the <a href="#reversing">rules for automatic reversing
1809-
of transitions</a> to shorten the duration (and negative delay) based on
1810-
the portion of the value space traversed instead of reversing and jumping
1811-
into the middle of the timing function.</strong>
1812-
1813-
<li>Move the <a href="#reversing">section on reversing of transitions</a>
1814-
to be a subsection of the section on starting of transitions, since it
1815-
belongs there.
1767+
<li class=issue>... ADD CHANGES HERE ...
18161768
</ul>
18171769

1818-
<p>For more details on these changes, see the version control change logs,
1819-
which are split in two parts because of a file renaming: <a
1770+
<p>For more details on these changes, see the version control <a
18201771
href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change
1821-
log since 2013 March 28</a>, <a
1822-
href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change
1823-
log before 2013 March 28</a>.
1772+
log</a>.
1773+
1774+
<p>For changes in earlier working drafts:
18241775

1825-
<p>For changes in previous working drafts, see <a
1826-
href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the
1827-
ChangeLog</a>, and the above version control logs.
1776+
<ol>
1777+
<li>see the <a
1778+
href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/#changes">changes
1779+
section in the 19 November 2013 Working Draft</a>
1780+
1781+
<li>see the <a
1782+
href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the
1783+
ChangeLog</a> for changes in previous working drafts
1784+
1785+
<li>For more details on these changes, see the version control change
1786+
logs, which are split in two parts because of a file renaming: <a
1787+
href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change
1788+
log since 2013 March 28</a>, <a
1789+
href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change
1790+
log before 2013 March 28</a>.
1791+
</ol>
18281792

18291793
<h2 id=acknowledgments><span class=secno>9. </span>Acknowledgments</h2>
18301794

css-transitions/Overview.src.html

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
4040
(<a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log</a>,
4141
<a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">older change log</a>)
4242
<dt>Previous version:
43-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/">http://www.w3.org/TR/2013/WD-css3-transitions-20130212/</a>
43+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/">http://www.w3.org/TR/2013/WD-css3-transitions-20131119/</a>
4444
<dt id="editors-list">Editors:
4545
<dd><a href="mailto:dino@apple.com">Dean Jackson</a> (<a
4646
href="http://www.apple.com/">Apple Inc</a>)
@@ -1744,33 +1744,25 @@ <h3 id="animatable-svg"><a id="properties-from-svg-">
17441744
</tr>
17451745
</table> -->
17461746

1747-
<h2 id="changes">Changes since Working Draft of 12 February 2013</h2>
1747+
<h2 id="changes">Changes since Working Draft of 19 November 2013</h2>
17481748

17491749
<p>The following are the substantive changes made since the
1750-
<a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/">Working Draft
1751-
dated 12 February 2013</a>:</p>
1750+
<a href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/">Working Draft
1751+
dated 19 November 2013</a>:</p>
17521752

17531753
<ul>
1754-
<li>Fixed missed substitution (<span>TransitionEventInit</span> rather than AnimationEventInit) when copying event IDL from css3-animations.
1755-
<li>Make naming of event constructor dictionary parameters more consistent with DOM-Level-3-Events.
1756-
<li>Make the behavior of simultaneous changes of 'transition-*' properties and transitionable properties even clearer.
1757-
<li>Computed Value line for shorthands should say "see individual properties".
1758-
<li>Define initial values of event properties, using initializers in <span>TransitionEventInit</span>.
1759-
<li><strong>Define the model for starting of transitions and their interaction with other animations more precisely</strong>:
1760-
<ul>
1761-
<li>Define the <span>before-change style</span> and <span>after-change style</span> used for the style comparison, using the new concept of a <span>style change event</span>.
1762-
<li>Define that a CSS transition for a property does not affect computed style when a CSS Animation for the same property is running, but that the transition is still running in terms of APIs.
1763-
<li>Add a note pointing out that the above definitions imply that transitions can start simultaneously, from the same change, on ancestors and descendants.
1764-
<li>Define that CSS transitions participate in CSS's cascading and inheritance model
1765-
</ul>
1766-
<li><strong>Change the <a href="#reversing">rules for automatic reversing of transitions</a> to shorten the duration (and negative delay) based on the portion of the value space traversed instead of reversing and jumping into the middle of the timing function.</strong>
1767-
<li>Move the <a href="#reversing">section on reversing of transitions</a> to be a subsection of the section on starting of transitions, since it belongs there.
1754+
<li class="issue">... ADD CHANGES HERE ...
17681755
</ul>
17691756

1770-
<p>For more details on these changes, see the version control change logs, which are split in two parts because of a file renaming: <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log since 2013 March 28</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>.
1757+
<p>For more details on these changes, see the version control <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log</a>.</p>
17711758

1772-
<p>For changes in previous working drafts, see
1773-
<a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the ChangeLog</a>, and the above version control logs.</p>
1759+
<p>For changes in earlier working drafts:</p>
1760+
1761+
<ol>
1762+
<li>see the <a href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/#changes">changes section in the 19 November 2013 Working Draft</a>
1763+
<li>see the <a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the ChangeLog</a> for changes in previous working drafts
1764+
<li>For more details on these changes, see the version control change logs, which are split in two parts because of a file renaming: <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log since 2013 March 28</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>.
1765+
</ol>
17741766

17751767
<h2 id="acknowledgments">Acknowledgments</h2>
17761768

0 commit comments

Comments
 (0)