mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 11:55:12 +00:00
LibWeb: Add HTML col element span attribute
This commit is contained in:
parent
7e6fc9c26e
commit
01f000acb0
4 changed files with 24 additions and 2 deletions
|
@ -17,6 +17,9 @@ class HTMLTableColElement final : public HTMLElement {
|
|||
public:
|
||||
virtual ~HTMLTableColElement() override;
|
||||
|
||||
unsigned span() const;
|
||||
WebIDL::ExceptionOr<void> set_span(unsigned);
|
||||
|
||||
private:
|
||||
HTMLTableColElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue