mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +00:00
LibWeb: Parse the content
property
For now, we only understand `none`, `normal`, `<image>` and `<string>`. The various other functions and identifiers can be added later. We can *almost* use a StyleValueList for this, except it's divided into two parts - the content, and the optional "alt text". So, I've added a new StyleValue for it.
This commit is contained in:
parent
a9ad72cc0f
commit
adaab23149
6 changed files with 120 additions and 0 deletions
|
@ -30,6 +30,7 @@ class BorderStyleValue;
|
|||
class BoxShadowStyleValue;
|
||||
class CalculatedStyleValue;
|
||||
class ColorStyleValue;
|
||||
class ContentStyleValue;
|
||||
class CSSImportRule;
|
||||
class CSSMediaRule;
|
||||
class CSSRule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue