Skip to content

Commit e14dcde

Browse files
committed
[css-pseudo] Fix copy-paste error in ::after, thanks to shepazu
1 parent b36c08a commit e14dcde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-pseudo/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ Generated Content Pseudo-elements: ''::before'' and ''::after''</h3>
629629

630630
<dt><dfn>::after</dfn>
631631
<dd>Represents a styleable child pseudo-element
632-
immediately before the <i>originating element</i>'s actual content.
632+
immediately after the <i>originating element</i>'s actual content.
633633
</dl>
634634

635635
<div class="example">

css-pseudo/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ <h3 class="heading settled" data-level="4.1" id="generated-content"><span class=
10201020
<dt><dfn class="css" data-dfn-type="selector" data-export="" id="selectordef-after">::after<a class="self-link" href="#selectordef-after"></a></dfn>
10211021

10221022
<dd>Represents a styleable child pseudo-element
1023-
immediately before the <i>originating element</i>’s actual content.
1023+
immediately after the <i>originating element</i>’s actual content.
10241024

10251025
</dl>
10261026

0 commit comments

Comments
 (0)