Skip to content

Commit 201534e

Browse files
authored
Add shadowrootslotassignment atom (#736)
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
1 parent 2144091 commit 201534e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust-version = "1.71.0"
2020
[workspace.dependencies]
2121
# Repo dependencies
2222
tendril = { version = "0.5", path = "tendril" }
23-
web_atoms = { version = "0.2.3", path = "web_atoms" }
23+
web_atoms = { version = "0.2.4", path = "web_atoms" }
2424
markup5ever = { version = "0.39", path = "markup5ever" }
2525
xml5ever = { version = "0.39", path = "xml5ever" }
2626
html5ever = { version = "0.39", path = "html5ever" }

web_atoms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web_atoms"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

web_atoms/local_names.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ shadowrootclonable
911911
shadowrootdelegatesfocus
912912
shadowrootmode
913913
shadowrootserializable
914+
shadowrootslotassignment
914915
shape
915916
shape-rendering
916917
show

0 commit comments

Comments
 (0)