mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibWeb: Add missing "auto" identifiers for min-width/height
Both of these have "auto" as their initial value, so the only reason they work currently is that "auto" is implicitly a Length.
This commit is contained in:
parent
f602249ae9
commit
1f8cd029a5
1 changed files with 2 additions and 0 deletions
|
@ -955,6 +955,7 @@
|
||||||
"percentage"
|
"percentage"
|
||||||
],
|
],
|
||||||
"valid-identifiers": [
|
"valid-identifiers": [
|
||||||
|
"auto",
|
||||||
"none"
|
"none"
|
||||||
],
|
],
|
||||||
"quirks": [
|
"quirks": [
|
||||||
|
@ -969,6 +970,7 @@
|
||||||
"percentage"
|
"percentage"
|
||||||
],
|
],
|
||||||
"valid-identifiers": [
|
"valid-identifiers": [
|
||||||
|
"auto",
|
||||||
"none"
|
"none"
|
||||||
],
|
],
|
||||||
"quirks": [
|
"quirks": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue