mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00:00
LibWeb: Include standard SVG user agent style sheet
For now, part of this is commented-out. Our current implementations of `<mask>` and `<symbol>` rely on creating layout nodes, so they can't be `display: none`.
This commit is contained in:
parent
a6131634f1
commit
ae4b8d86df
7 changed files with 68 additions and 2 deletions
|
@ -230,6 +230,13 @@ embed_as_string_view("generate_mathml_stylesheet_source") {
|
|||
namespace = "Web::CSS"
|
||||
}
|
||||
|
||||
embed_as_string_view("generate_svg_stylesheet_source") {
|
||||
input = "SVG/Default.css"
|
||||
output = "$target_gen_dir/SVG/SVGStyleSheetSource.cpp"
|
||||
variable_name = "svg_stylesheet_source"
|
||||
namespace = "Web::CSS"
|
||||
}
|
||||
|
||||
embed_as_string_view("generate_quirks_mode_stylesheet_source") {
|
||||
input = "CSS/QuirksMode.css"
|
||||
output = "$target_gen_dir/CSS/QuirksModeStyleSheetSource.cpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue