Skip to content

Instantly share code, notes, and snippets.

@stelar7
Created April 12, 2024 10:45
Show Gist options
  • Save stelar7/0c2777013c78a8a44d71783e77cc06e1 to your computer and use it in GitHub Desktop.
Save stelar7/0c2777013c78a8a44d71783e77cc06e1 to your computer and use it in GitHub Desktop.
Unrecognized CSS property 'content-visibility'
Unrecognized pseudo-class: ':modal'
CSSParser: style rule selectors invalid; discarding.
Dumping all tokens:
Token: Ident: dialog
Token: Colon
Token: Ident: modal
Token: Whitespace
Unrecognized pseudo-class: ':popover-open'
CSSParser: style rule selectors invalid; discarding.
Dumping all tokens:
Block: [popover]
Token: Colon
Function: not(:popover-open)
Token: Colon
Function: not(dialog[open])
Token: Whitespace
Unrecognized pseudo-class: ':popover-open'
CSSParser: style rule selectors invalid; discarding.
Dumping all tokens:
Token: Ident: dialog
Token: Colon
Token: Ident: popover-open
Token: Whitespace
Unrecognized pseudo-class: ':popover-open'
CSSParser: style rule selectors invalid; discarding.
Dumping all tokens:
Token: Colon
Token: Ident: popover-open
Token: Colon
Token: Colon
Token: Ident: backdrop
Token: Whitespace
Unrecognized CSS property 'unicode-bidi'
Unable to parse value for CSS property 'text-align'.
Dumping all tokens:
Token: Ident: match-parent
Unrecognized CSS property 'counter-reset'
Unable to parse value for CSS property 'min-inline-size'.
Dumping all tokens:
Token: Ident: min-content
Unable to parse value for CSS property 'justify-self'.
Dumping all tokens:
Token: Ident: left
Unable to parse value for CSS property 'justify-self'.
Dumping all tokens:
Token: Ident: right
Unrecognized CSS property 'counter-increment'
Unrecognized CSS property 'filter'
Unrecognized CSS property 'writing-mode'
Unrecognized CSS property 'text-space-collapse'
Expected <li> current node, but had <form>
Segment is at 48 with size 248141, available size is 248141
Parse error (CSS) [consume_a_declaration @ /home/stelar7/serenity/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp:778]
Unrecognized CSS property 'filter'
Parse error (CSS) [consume_a_declaration @ /home/stelar7/serenity/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp:778]
Unrecognized CSS property 'filter'
Segment is at 55 with size 1031425, available size is 1031425
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment