Skip to content

Commit 29e34a7

Browse files
authored
Close angle brackets in description for :open pseudo-class (#3243)
I saw this in #3238 (review) but failed to actually apply it before merging.
1 parent d349522 commit 29e34a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/open-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ":open"
2-
description: The `:open` CSS pseudo-class matches elements that have open states, like `<details`, `<dialog>`, or `<select>`, based on their state.
2+
description: The `:open` CSS pseudo-class matches elements that have open states, like `<details>`, `<dialog>`, or `<select>`, based on their state.
33
spec: https://drafts.csswg.org/selectors-4/#open-state
44
group: selectors
55
compat_features:

0 commit comments

Comments
 (0)