mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
dom: extract walker from html_collection to its own file
This commit is contained in:
@@ -12,7 +12,7 @@ const NodeList = @import("../dom/nodelist.zig").NodeList;
|
||||
const HTMLElem = @import("elements.zig");
|
||||
|
||||
const collection = @import("../dom/html_collection.zig");
|
||||
const Walker = collection.WalkerDepthFirst;
|
||||
const Walker = @import("../dom/walker.zig").WalkerDepthFirst;
|
||||
|
||||
// WEB IDL https://html.spec.whatwg.org/#the-document-object
|
||||
pub const HTMLDocument = struct {
|
||||
|
||||
Reference in New Issue
Block a user