Skip to content

Commit f1a3e99

Browse files
committed
[selectors-4][editorial] Added colon to :dir() pseudo-class
1 parent c76e08e commit f1a3e99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

selectors-4/Selectors_4_Explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ for ease of reference_
103103

104104
### Media State
105105

106-
- Added the `:playing`, `:paused` and `:seeking` [media playback state](https://www.w3.org/TR/selectors-4/#video-state) pseudo classes,
106+
- Added the `:playing`, `:paused` and `:seeking` [media playback state](https://www.w3.org/TR/selectors-4/#video-state) pseudo classes,
107107
to enable selecting on the **dynamic state of video elements**,
108108
functionality which previously required JavaScript
109109
- Added the `:buffered` and `:stalled`
@@ -121,7 +121,7 @@ for ease of reference_
121121
to accept **wildcard matching**, and comma-separated **lists of language codes**
122122
for greater flexibility styling related languages
123123
- Added the content language writing direction
124-
[`dir()`](https://www.w3.org/TR/selectors-4/#the-dir-pseudo) pseudo-class
124+
[`:dir()`](https://www.w3.org/TR/selectors-4/#the-dir-pseudo) pseudo-class
125125
for convenient styling of **left-to-right** and **right-to-left** content
126126
- Clarified **case-insensitive** string matching
127127
- General improvements to closely align with **BCP 47**

0 commit comments

Comments
 (0)