Skip to content

Commit 4f221f0

Browse files
committed
[css-transitions] Use the canonical syntax for ::before and ::after pseudo-elements.
Fixes issue pointed out in https://lists.w3.org/Archives/Public/www-style/2013Jan/0547.html
1 parent 63d2714 commit 4f221f0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

css-transitions/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ url: https://html.spec.whatwg.org/multipage/infrastructure.html#concept-event-di
209209
Name: transition-property
210210
Value: ''transition-property/none'' | <<single-transition-property>>#
211211
Initial: ''transition-property/all''
212-
Applies to: all elements, :before and :after pseudo elements
212+
Applies to: all elements, ::before and ::after pseudo elements
213213
Inherited: no
214214
Animatable: no
215215
Percentages: N/A
@@ -287,7 +287,7 @@ url: https://html.spec.whatwg.org/multipage/infrastructure.html#concept-event-di
287287
Name: <dfn id="transition-duration">transition-duration</dfn>
288288
Value: <<time>>#
289289
Initial: ''0s''
290-
Applies to: all elements, :before and :after pseudo elements
290+
Applies to: all elements, ::before and ::after pseudo elements
291291
Inherited: no
292292
Animatable: no
293293
Percentages: N/A
@@ -378,7 +378,7 @@ url: https://html.spec.whatwg.org/multipage/infrastructure.html#concept-event-di
378378
Name: <dfn id="transition-timing-function">transition-timing-function</dfn>
379379
Value: <<single-transition-timing-function>>#
380380
Initial: ''transition-timing-function/ease''
381-
Applies to: all elements, :before and :after pseudo elements
381+
Applies to: all elements, ::before and ::after pseudo elements
382382
Inherited: no
383383
Animatable: no
384384
Percentages: N/A
@@ -454,7 +454,7 @@ url: https://html.spec.whatwg.org/multipage/infrastructure.html#concept-event-di
454454
Name: <dfn id="transition-delay">transition-delay</dfn>
455455
Value: <<time>>#
456456
Initial: ''0s''
457-
Applies to: all elements, :before and :after pseudo elements
457+
Applies to: all elements, ::before and ::after pseudo elements
458458
Inherited: no
459459
Animatable: no
460460
Percentages: N/A
@@ -472,7 +472,7 @@ url: https://html.spec.whatwg.org/multipage/infrastructure.html#concept-event-di
472472
Name: <dfn id="transition">transition</dfn>
473473
Value: <<single-transition>>#
474474
Initial: see individual properties
475-
Applies to: all elements, :before and :after pseudo elements
475+
Applies to: all elements, ::before and ::after pseudo elements
476476
Inherited: no
477477
Animatable: no
478478
Percentages: N/A

css-transitions/Overview.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h3 class="heading settled" data-level="2.1" id="transition-property-property"><
428428
<td><a class="css" data-link-type="maybe" href="#valdef-transition-property-all">all</a>
429429
<tr>
430430
<th>Applies to:
431-
<td>all elements, :before and :after pseudo elements
431+
<td>all elements, ::before and ::after pseudo elements
432432
<tr>
433433
<th>Inherited:
434434
<td>no
@@ -536,7 +536,7 @@ <h3 class="heading settled" data-level="2.2" id="transition-duration-property"><
536536
<td><span class="css">0s</span>
537537
<tr>
538538
<th>Applies to:
539-
<td>all elements, :before and :after pseudo elements
539+
<td>all elements, ::before and ::after pseudo elements
540540
<tr>
541541
<th>Inherited:
542542
<td>no
@@ -655,7 +655,7 @@ <h3 class="heading settled" data-level="2.3" id="transition-timing-function-prop
655655
<td><a class="css" data-link-type="maybe" href="#valdef-transition-timing-function-ease">ease</a>
656656
<tr>
657657
<th>Applies to:
658-
<td>all elements, :before and :after pseudo elements
658+
<td>all elements, ::before and ::after pseudo elements
659659
<tr>
660660
<th>Inherited:
661661
<td>no
@@ -794,7 +794,7 @@ <h3 class="heading settled" data-level="2.4" id="transition-delay-property"><spa
794794
<td><span class="css">0s</span>
795795
<tr>
796796
<th>Applies to:
797-
<td>all elements, :before and :after pseudo elements
797+
<td>all elements, ::before and ::after pseudo elements
798798
<tr>
799799
<th>Inherited:
800800
<td>no
@@ -834,7 +834,7 @@ <h3 class="heading settled" data-level="2.5" id="transition-shorthand-property">
834834
<td>see individual properties
835835
<tr>
836836
<th>Applies to:
837-
<td>all elements, :before and :after pseudo elements
837+
<td>all elements, ::before and ::after pseudo elements
838838
<tr>
839839
<th>Inherited:
840840
<td>no
@@ -2880,7 +2880,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
28802880
<th scope="row"><a class="css" data-link-type="property" href="#propdef-transition-property">transition-property</a>
28812881
<td>none | &lt;single-transition-property>#
28822882
<td>all
2883-
<td>all elements, :before and :after pseudo elements
2883+
<td>all elements, ::before and ::after pseudo elements
28842884
<td>no
28852885
<td>N/A
28862886
<td>visual
@@ -2891,7 +2891,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
28912891
<th scope="row"><a class="css" data-link-type="property" href="#propdef-transition-duration">transition-duration</a>
28922892
<td>&lt;time>#
28932893
<td>0s
2894-
<td>all elements, :before and :after pseudo elements
2894+
<td>all elements, ::before and ::after pseudo elements
28952895
<td>no
28962896
<td>N/A
28972897
<td>interactive
@@ -2902,7 +2902,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
29022902
<th scope="row"><a class="css" data-link-type="property" href="#propdef-transition-timing-function">transition-timing-function</a>
29032903
<td>&lt;single-transition-timing-function>#
29042904
<td>ease
2905-
<td>all elements, :before and :after pseudo elements
2905+
<td>all elements, ::before and ::after pseudo elements
29062906
<td>no
29072907
<td>N/A
29082908
<td>interactive
@@ -2913,7 +2913,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
29132913
<th scope="row"><a class="css" data-link-type="property" href="#propdef-transition-delay">transition-delay</a>
29142914
<td>&lt;time>#
29152915
<td>0s
2916-
<td>all elements, :before and :after pseudo elements
2916+
<td>all elements, ::before and ::after pseudo elements
29172917
<td>no
29182918
<td>N/A
29192919
<td>interactive
@@ -2924,7 +2924,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
29242924
<th scope="row"><a class="css" data-link-type="property" href="#propdef-transition">transition</a>
29252925
<td>&lt;single-transition>#
29262926
<td>see individual properties
2927-
<td>all elements, :before and :after pseudo elements
2927+
<td>all elements, ::before and ::after pseudo elements
29282928
<td>no
29292929
<td>N/A
29302930
<td>interactive

0 commit comments

Comments
 (0)