mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
LibWeb: Make Range.setStart and Range.setEnd spec compliant
These functions are way more involved than simply setting their respective boundary points :^)
This commit is contained in:
parent
af3c866898
commit
46ce50f74e
6 changed files with 185 additions and 11 deletions
|
@ -46,4 +46,7 @@ private:
|
|||
WeakPtr<Element> m_owner_element;
|
||||
};
|
||||
|
||||
template<>
|
||||
inline bool Node::fast_is<Attribute>() const { return is_attribute(); }
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue