mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 21:37:35 +00:00
LibWeb: Support quotes in content
values
This adds initial support for `open-quote`, `close-quote`, `no-open-quote` and `no-close-quote`. We don't yet track the "nesting level" so we always use the first pair of quotes from the `quotes` property.
This commit is contained in:
parent
dc7a52957e
commit
f0a4baabc7
5 changed files with 75 additions and 4 deletions
|
@ -101,6 +101,7 @@
|
|||
"center",
|
||||
"circle",
|
||||
"clip",
|
||||
"close-quote",
|
||||
"coarse",
|
||||
"col-resize",
|
||||
"collapse",
|
||||
|
@ -240,7 +241,9 @@
|
|||
"ne-resize",
|
||||
"nearest",
|
||||
"nesw-resize",
|
||||
"no-close-quote",
|
||||
"no-drop",
|
||||
"no-open-quote",
|
||||
"no-preference",
|
||||
"no-repeat",
|
||||
"none",
|
||||
|
@ -253,6 +256,7 @@
|
|||
"nwse-resize",
|
||||
"oblique",
|
||||
"opaque",
|
||||
"open-quote",
|
||||
"optimizequality",
|
||||
"optimizespeed",
|
||||
"outset",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue