mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 08:35:09 +00:00
LibWeb: Turn <table width> into the CSS width property
This commit is contained in:
parent
ca41c2e4a0
commit
c5a3d99dd5
2 changed files with 14 additions and 1 deletions
|
@ -30,10 +30,13 @@
|
|||
|
||||
namespace Web {
|
||||
|
||||
class HTMLTableElement : public HTMLElement {
|
||||
class HTMLTableElement final : public HTMLElement {
|
||||
public:
|
||||
HTMLTableElement(Document&, const FlyString& tag_name);
|
||||
virtual ~HTMLTableElement() override;
|
||||
|
||||
private:
|
||||
virtual void apply_presentational_hints(StyleProperties&) const override;
|
||||
};
|
||||
|
||||
template<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue