mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
dom: implement HTMLCollection.namedItem()
This commit is contained in:
@@ -597,6 +597,9 @@ pub fn textSplitText(text: *Text, offset: u32) *Text {
|
||||
// Comment
|
||||
pub const Comment = c.dom_comment;
|
||||
|
||||
// Attribute
|
||||
pub const Attribute = c.dom_attr;
|
||||
|
||||
// Element
|
||||
pub const Element = c.dom_element;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user