Skip to content

Commit 4428b10

Browse files
author
bors-servo
committed
Auto merge of #121 - frewsxcv:input-types, r=jdm
Add more <input> types <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/121) <!-- Reviewable:end -->
2 parents 995853e + 4536270 commit 4428b10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "string_cache_shared"
4-
version = "0.1.10"
4+
version = "0.1.11"
55
authors = [ "The Servo Project Developers" ]
66
description = "A string interning library for Rust, developed as part of the Servo project − shared code between the compiler plugin and main crate."
77
license = "MIT / Apache-2.0"

shared/static_atom_list.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ pub static ATOMS: &'static [&'static str] = &[
260260
"char",
261261
"charoff",
262262
"charset",
263+
"checkbox",
263264
"checked",
264265
"ci",
265266
"circle",
@@ -452,6 +453,7 @@ pub static ATOMS: &'static [&'static str] = &[
452453
"fieldset",
453454
"figcaption",
454455
"figure",
456+
"file",
455457
"fill",
456458
"fill-opacity",
457459
"fill-rule",
@@ -913,6 +915,7 @@ pub static ATOMS: &'static [&'static str] = &[
913915
"r",
914916
"radialgradient",
915917
"radialGradient",
918+
"radio",
916919
"radiogroup",
917920
"radius",
918921
"rationals",
@@ -944,6 +947,7 @@ pub static ATOMS: &'static [&'static str] = &[
944947
"requiredExtensions",
945948
"requiredfeatures",
946949
"requiredFeatures",
950+
"reset",
947951
"restart",
948952
"result",
949953
"rev",
@@ -1047,6 +1051,7 @@ pub static ATOMS: &'static [&'static str] = &[
10471051
"stroke-width",
10481052
"strong",
10491053
"sub",
1054+
"submit",
10501055
"subscriptshift",
10511056
"subset",
10521057
"sum",

0 commit comments

Comments
 (0)