LibWeb: Map dimension attributes for table elements

(cherry picked from commit 140dc95e6769a41542f98abef333d5bc32b86e39)
This commit is contained in:
Tim Ledbetter
2024-10-01 17:45:10 +01:00
committed by Nico Weber
parent ea8914aeac
commit be7110a3a4
9 changed files with 61 additions and 8 deletions

View File

@@ -24,6 +24,8 @@ private:
HTMLTableColElement(DOM::Document&, DOM::QualifiedName);
virtual void initialize(JS::Realm&) override;
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
};
}