Skip to content

Commit 7dd60d7

Browse files
author
bors-servo
authored
Auto merge of #295 - iamneha:Add-local-name, r=jdm
Add srcset local name for "srcset parsing algorithm"
2 parents abd8e22 + 97b75f0 commit 7dd60d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

markup5ever/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup5ever"
3-
version = "0.3.1" # At next breaking change: also remove the "unstable" feature, now a no-op; update tendril to 0.4
3+
version = "0.3.2" # At next breaking change: also remove the "unstable" feature, now a no-op; update tendril to 0.4
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT / Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

markup5ever/local_names.txt

+1
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ speed
829829
spreadMethod
830830
src
831831
srcdoc
832+
srcset
832833
standby
833834
start
834835
startOffset

0 commit comments

Comments
 (0)