mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
LibHTML: Implement the universal selector ("*")
This commit is contained in:
parent
516708aab2
commit
56dad2272c
4 changed files with 12 additions and 0 deletions
|
@ -9,6 +9,7 @@ public:
|
|||
struct Component {
|
||||
enum class Type {
|
||||
Invalid,
|
||||
Universal,
|
||||
TagName,
|
||||
Id,
|
||||
Class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue