mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Apply base presentational hints across the board
This commit is contained in:
committed by
Alexander Kalenik
parent
ff2acd1d33
commit
b8b0522cdc
Notes:
github-actions[bot]
2026-02-06 10:35:23 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/b8b0522cdcf Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7754
@@ -114,6 +114,7 @@ bool HTMLTableSectionElement::is_presentational_hint(FlyString const& name) cons
|
||||
|
||||
void HTMLTableSectionElement::apply_presentational_hints(GC::Ref<CSS::CascadedProperties> cascaded_properties) const
|
||||
{
|
||||
Base::apply_presentational_hints(cascaded_properties);
|
||||
for_each_attribute([&](auto& name, auto& value) {
|
||||
// https://html.spec.whatwg.org/multipage/rendering.html#tables-2:encoding-parsing-and-serializing-a-url
|
||||
if (name == HTML::AttributeNames::background) {
|
||||
|
||||
Reference in New Issue
Block a user