mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
LibWeb: Turn <td bgcolor> into background-color
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 05:41:37 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ca41c2e4a04
@@ -30,10 +30,13 @@
|
||||
|
||||
namespace Web {
|
||||
|
||||
class HTMLTableCellElement : public HTMLElement {
|
||||
class HTMLTableCellElement final : public HTMLElement {
|
||||
public:
|
||||
HTMLTableCellElement(Document&, const FlyString& tag_name);
|
||||
virtual ~HTMLTableCellElement() override;
|
||||
|
||||
private:
|
||||
virtual void apply_presentational_hints(StyleProperties&) const override;
|
||||
};
|
||||
|
||||
template<>
|
||||
|
||||
Reference in New Issue
Block a user