Skip to content

Commit c5798dc

Browse files
author
bors-servo
authored
Auto merge of #317 - CJ8664:cj_dev, r=jdm
Pull request to add itemscope and itemprop attributes This is required for [MicroData API](https://github.com/servo/servo/wiki/Microdata-project)
2 parents d4679d8 + cfd0f22 commit c5798dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

markup5ever/Cargo.toml

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

markup5ever/local_names.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ inverse
419419
irrelevant
420420
isindex
421421
ismap
422+
itemscope
423+
itemprop
422424
k
423425
k1
424426
k2

0 commit comments

Comments
 (0)