Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-pseudo/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Inheritance and the ''::first-line'' Pseudo-element</h4>
During CSS inheritance, the portion of a child element that occurs on the first line
only inherits properties applicable to the ''::first-line'' pseudo-element
from the ''::first-line'' pseudo-element.
For all other properties inheritence is
For all other properties inheritance is
from the non-pseudo-element parent of the first line pseudo element.
(The portion of a child element that does not occur on the first line
always inherits from the parent of that child.)
Expand Down