Skip to content

Commit 9279dd2

Browse files
authored
Add "alpha" and "colorspace" to web_atoms (#723)
* web_atoms: Add new atoms Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Prepare a new release Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
1 parent 99d66fb commit 9279dd2

3 files changed

Lines changed: 4 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.2", path = "web_atoms" }
23+
web_atoms = { version = "0.2.3", path = "web_atoms" }
2424
markup5ever = { version = "0.38", path = "markup5ever" }
2525
xml5ever = { version = "0.38", path = "xml5ever" }
2626
html5ever = { version = "0.38", 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.2"
3+
version = "0.2.3"
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ alignmentscope
2222
alink
2323
allow
2424
allowfullscreen
25+
alpha
2526
alphabetic
2627
alt
2728
altGlyph
@@ -192,6 +193,7 @@ codomain
192193
col
193194
colgroup
194195
color
196+
colorspace
195197
color-interpolation
196198
color-interpolation-filters
197199
color-profile

0 commit comments

Comments
 (0)