Skip to content

Commit 8489c61

Browse files
committed
deps: Temporarily patch html5ever for duplicate attribute tracking
Point html5ever, markup5ever, xml5ever, web_atoms, and tendril to the duplicate-attr-flag branch which adds had_duplicate_attributes to ElementFlags. This will be rebased once servo/html5ever#695 lands.
1 parent 333e195 commit 8489c61

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,12 @@ codegen-units = 1
308308
# xml5ever = { path = "../html5ever/xml5ever" }
309309
# tendril = { path = "../html5ever/tendril" }
310310

311+
html5ever = { git = "https://github.com/dyegoaurelio/html5ever", branch = "duplicate-attr-flag" }
312+
markup5ever = { git = "https://github.com/dyegoaurelio/html5ever", branch = "duplicate-attr-flag" }
313+
xml5ever = { git = "https://github.com/dyegoaurelio/html5ever", branch = "duplicate-attr-flag" }
314+
web_atoms = { git = "https://github.com/dyegoaurelio/html5ever", branch = "duplicate-attr-flag" }
315+
tendril = { git = "https://github.com/dyegoaurelio/html5ever", branch = "duplicate-attr-flag" }
316+
311317
# For WebRender:
312318
#
313319
# webrender = { path = "../webrender/webrender" }

0 commit comments

Comments
 (0)