mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:07:43 +00:00
LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue
This commit is contained in:
parent
96233bfc53
commit
6e7edd6e77
4 changed files with 138 additions and 51 deletions
|
@ -122,6 +122,31 @@ enum class ValueID {
|
|||
Absolute,
|
||||
Fixed,
|
||||
Sticky,
|
||||
Both,
|
||||
None,
|
||||
Hidden,
|
||||
Dotted,
|
||||
Dashed,
|
||||
Solid,
|
||||
Double,
|
||||
Groove,
|
||||
Ridge,
|
||||
Inset,
|
||||
Outset,
|
||||
Nowrap,
|
||||
Pre,
|
||||
PreLine,
|
||||
PreWrap,
|
||||
Block,
|
||||
Inline,
|
||||
InlineBlock,
|
||||
ListItem,
|
||||
Table,
|
||||
TableRow,
|
||||
TableCell,
|
||||
TableHeaderGroup,
|
||||
TableRowGroup,
|
||||
TableFooterGroup,
|
||||
};
|
||||
|
||||
enum class Position {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue