Skip to content

Commit 4cd47f8

Browse files
Update files/en-us/web/css/attr/index.md
Co-authored-by: Chris Mills <[email protected]>
1 parent 8dc97d2 commit 4cd47f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/en-us/web/css/attr/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ For example:
269269

270270
```css
271271
@supports (x: attr(x type(*))) {
272-
/* Browser has advanced attr() support */
272+
/* Browser has modern attr() support */
273273
}
274274

275275
@supports not (x: attr(x type(*))) {

0 commit comments

Comments
 (0)