mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
node subtypes
This commit is contained in:
@@ -37,6 +37,7 @@ const DOMException = @import("exceptions.zig").DOMException;
|
||||
pub const Element = struct {
|
||||
pub const Self = parser.Element;
|
||||
pub const prototype = *Node;
|
||||
pub const subtype = "node";
|
||||
|
||||
pub const DOMRect = struct {
|
||||
x: f64,
|
||||
|
||||
Reference in New Issue
Block a user