mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:17:34 +00:00
LibWeb: Implement the :read-only
and :read-write
pseudo-classes
This commit is contained in:
parent
3d10bf3ae7
commit
9f5b1e6614
5 changed files with 65 additions and 0 deletions
|
@ -98,6 +98,12 @@
|
|||
"playing": {
|
||||
"argument": ""
|
||||
},
|
||||
"read-only": {
|
||||
"argument": ""
|
||||
},
|
||||
"read-write": {
|
||||
"argument": ""
|
||||
},
|
||||
"root": {
|
||||
"argument": ""
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue