mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-15 07:32:52 +00:00
Although we translate e.g `block` to `block flow` for internal use in the engine, CSS-DISPLAY-3 tells us to use the short form in serializations for compatibility reasons. This adds 9 points to our score on https://html5test.com/ :^)
14 lines
274 B
Text
14 lines
274 B
Text
none => none
|
|
block => block
|
|
flow-root => flow-root
|
|
inline => inline
|
|
inline-block => inline-block
|
|
run-in => run-in
|
|
list-item => list-item
|
|
flex => flex
|
|
inline-flex => inline-flex
|
|
grid => grid
|
|
inline-grid => inline-grid
|
|
ruby => ruby
|
|
table => table
|
|
inline-table => inline-table
|