Skip to content

Commit d47d96c

Browse files
committed
Working group is OK with names per today's teleconference. But also note issue about whether we should have initTransitionEvent at all.
1 parent 00c6286 commit d47d96c

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

css3-transitions/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,8 +1036,7 @@ <h2 id=transition-events-><span class=secno>5. </span> Transition Events</h2>
10361036
which the transition occured (in which case the target of the event
10371037
is that pseudo-element's corresponding element), or the empty string
10381038
if the transition occurred on an element (which means the target of
1039-
the event is that element). <span class=issue>The working group has
1040-
not yet discussed the name of this property.</span>
1039+
the event is that element).
10411040
</dl>
10421041

10431042
<dt> <b>Methods</b>
@@ -1059,6 +1058,9 @@ <h2 id=transition-events-><span class=secno>5. </span> Transition Events</h2>
10591058
<code>dispatchEvent</code> method, though it may be called multiple
10601059
times during that phase if necessary. If called multiple times, the
10611060
final invocation takes precedence.
1061+
<p class=issue>Should new events being created still have init*Event
1062+
methods?</p>
1063+
10621064
<div class=parameters> <b>Parameters</b>
10631065
<div class=paramtable>
10641066
<dl>
@@ -1102,10 +1104,8 @@ <h2 id=transition-events-><span class=secno>5. </span> Transition Events</h2>
11021104
<dd> Specifies the pseudo-element on which the transition
11031105
occurred. (See the <a
11041106
href="#Events-TransitionEvent-pseudoElement">pseudoElement</a>
1105-
attribute.) <span class=issue>The working group has not yet
1106-
discussed the name of this argument.</span> <span
1107-
class=issue>Does adding this additional argument create any
1108-
compatibility problems?</span>
1107+
attribute.) <span class=issue>Does adding this additional
1108+
argument create any compatibility problems?</span>
11091109
</dl>
11101110
</div>
11111111
</div>

css3-transitions/Overview.src.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,6 @@ <h2>
998998
pseudo-element's corresponding element), or the empty
999999
string if the transition occurred on an element (which
10001000
means the target of the event is that element).
1001-
<span class="issue">The working group has not yet
1002-
discussed the name of this property.</span>
10031001
</dd>
10041002
</dl>
10051003
</dd>
@@ -1022,6 +1020,8 @@ <h2>
10221020
<code>dispatchEvent</code> method, though it may be called
10231021
multiple times during that phase if necessary. If called
10241022
multiple times, the final invocation takes precedence.
1023+
<p class="issue">Should new events being created still
1024+
have init*Event methods?</p>
10251025
<div class='parameters'>
10261026
<b>Parameters</b>
10271027
<div class='paramtable'>
@@ -1066,7 +1066,6 @@ <h2>
10661066
Specifies the pseudo-element on which the
10671067
transition occurred.
10681068
(See the <a href="#Events-TransitionEvent-pseudoElement">pseudoElement</a> attribute.)
1069-
<span class="issue">The working group has not yet discussed the name of this argument.</span>
10701069
<span class="issue">Does adding this additional argument create any compatibility problems?</span>
10711070
</dd>
10721071
</dl>

0 commit comments

Comments
 (0)