Skip to content

Commit d7f22c4

Browse files
committed
[css3-transitions] Avoid obsolete <a name=...> markup, and generate better index too.
1 parent 0f2d720 commit d7f22c4

2 files changed

Lines changed: 34 additions & 20 deletions

File tree

css3-transitions/Overview.html

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Transitions" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-02-07 name=dcterms.issued>
13+
<meta content=2013-02-08 name=dcterms.issued>
1414
<meta content="http://dev.w3.org/csswg/css3-transitions/"
1515
name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2013/ED-css3-transitions-20130207/"
17+
<meta content="http://www.w3.org/TR/2013/ED-css3-transitions-20130208/"
1818
name=dcterms.identifier>
1919
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
2020
<link href="../default.css" rel=stylesheet type="text/css">
@@ -38,15 +38,15 @@
3838

3939
<h1>CSS Transitions</h1>
4040

41-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 February
41+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February
4242
2013</h2>
4343

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

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

5151
<dt>Latest version:
5252

@@ -1053,12 +1053,13 @@ <h2 id=transition-events><span class=secno>5. </span><a
10531053
associated with as well as the duration of the transition.
10541054

10551055
<dl>
1056-
<dt> <b>Interface <i><a id=Events-TransitionEvent
1057-
name=Events-TransitionEvent>TransitionEvent</a></i></b>
1056+
<dt> <b>Interface <dfn id=Events-TransitionEvent>TransitionEvent</dfn></b>
10581057

10591058
<dd>
1060-
<p> The <code>TransitionEvent</code> interface provides specific
1061-
contextual information associated with transitions.
1059+
<p> The <a
1060+
href="#Events-TransitionEvent"><code>TransitionEvent</code></a>
1061+
interface provides specific contextual information associated with
1062+
transitions.
10621063

10631064
<dl>
10641065
<dt> <b>IDL Definition</b>
@@ -1097,19 +1098,19 @@ <h2 id=transition-events><span class=secno>5. </span><a
10971098

10981099
<dd>
10991100
<dl>
1100-
<dt> <code class=attribute-name><a
1101+
<dt> <code class=attribute-name><dfn
11011102
id=Events-TransitionEvent-propertyName
1102-
name=Events-TransitionEvent-propertyName>propertyName</a></code> of
1103+
title="TransitionEvent::propertyName">propertyName</dfn></code> of
11031104
type <code>DOMString</code>, readonly
11041105

11051106
<dd> The name of the CSS property associated with the transition.
11061107
</dl>
11071108

11081109
<dl>
1109-
<dt> <code class=attribute-name><a
1110+
<dt> <code class=attribute-name><dfn
11101111
id=Events-TransitionEvent-elapsedTime
1111-
name=Events-TransitionEvent-elapsedTime>elapsedTime</a></code> of
1112-
type <code>float</code>, readonly
1112+
title="TransitionEvent::elapsedTime">elapsedTime</dfn></code> of type
1113+
<code>float</code>, readonly
11131114

11141115
<dd> The amount of time the transition has been running, in seconds,
11151116
when this event fired. Note that this value is not affected by the
@@ -1118,9 +1119,9 @@ <h2 id=transition-events><span class=secno>5. </span><a
11181119
</dl>
11191120

11201121
<dl>
1121-
<dt> <code class=attribute-name><a
1122+
<dt> <code class=attribute-name><dfn
11221123
id=Events-TransitionEvent-pseudoElement
1123-
name=Events-TransitionEvent-pseudoElement>pseudoElement</a></code> of
1124+
title="TransitionEvent::pseudoElement">pseudoElement</dfn></code> of
11241125
type <code>DOMString</code>, readonly
11251126

11261127
<dd> The name (beginning with two colons) of the CSS pseudo-element on
@@ -1792,6 +1793,19 @@ <h2 class=no-num id=index>Index</h2>
17921793
<li>transition-duration, <a href="#transition-duration"
17931794
title="section 2.2."><strong>2.2.</strong></a>
17941795

1796+
<li>TransitionEvent, <a href="#Events-TransitionEvent"
1797+
title="section 5."><strong>5.</strong></a>
1798+
<ul>
1799+
<li>elapsedTime, <a href="#Events-TransitionEvent-elapsedTime"
1800+
title="section 5."><strong>5.</strong></a>
1801+
1802+
<li>propertyName, <a href="#Events-TransitionEvent-propertyName"
1803+
title="section 5."><strong>5.</strong></a>
1804+
1805+
<li>pseudoElement, <a href="#Events-TransitionEvent-pseudoElement"
1806+
title="section 5."><strong>5.</strong></a>
1807+
</ul>
1808+
17951809
<li>transition-property, <a href="#transition-property"
17961810
title="section 2.1."><strong>2.1.</strong></a>
17971811

css3-transitions/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ <h2 id="transition-events"><a id="transition-events-">
10561056
</p>
10571057
<dl>
10581058
<dt>
1059-
<b>Interface <i><a id="Events-TransitionEvent" name='Events-TransitionEvent'>TransitionEvent</a></i></b>
1059+
<b>Interface <dfn id="Events-TransitionEvent">TransitionEvent</dfn></b>
10601060
</dt>
10611061
<dd>
10621062
<p>
@@ -1090,23 +1090,23 @@ <h2 id="transition-events"><a id="transition-events-">
10901090
<dd>
10911091
<dl>
10921092
<dt>
1093-
<code class='attribute-name'><a id="Events-TransitionEvent-propertyName" name='Events-TransitionEvent-propertyName'>propertyName</a></code> of type <code>DOMString</code>, readonly
1093+
<code class='attribute-name'><dfn title="TransitionEvent::propertyName" id="Events-TransitionEvent-propertyName">propertyName</dfn></code> of type <code>DOMString</code>, readonly
10941094
</dt>
10951095
<dd>
10961096
The name of the CSS property associated with the transition.
10971097
</dd>
10981098
</dl>
10991099
<dl>
11001100
<dt>
1101-
<code class='attribute-name'><a id="Events-TransitionEvent-elapsedTime" name='Events-TransitionEvent-elapsedTime'>elapsedTime</a></code> of type <code>float</code>, readonly
1101+
<code class='attribute-name'><dfn title="TransitionEvent::elapsedTime" id="Events-TransitionEvent-elapsedTime">elapsedTime</dfn></code> of type <code>float</code>, readonly
11021102
</dt>
11031103
<dd>
11041104
The amount of time the transition has been running, in seconds, when this event fired. Note that this value is not affected by the value of <code class="property">transition-delay</code>.
11051105
</dd>
11061106
</dl>
11071107
<dl>
11081108
<dt>
1109-
<code class='attribute-name'><a id="Events-TransitionEvent-pseudoElement" name='Events-TransitionEvent-pseudoElement'>pseudoElement</a></code> of type <code>DOMString</code>, readonly
1109+
<code class='attribute-name'><dfn title="TransitionEvent::pseudoElement" id="Events-TransitionEvent-pseudoElement">pseudoElement</dfn></code> of type <code>DOMString</code>, readonly
11101110
</dt>
11111111
<dd>
11121112
The name (beginning with two colons) of the CSS

0 commit comments

Comments
 (0)