diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 18e528f..4be0054 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "string_cache_shared" -version = "0.1.10" +version = "0.1.11" authors = [ "The Servo Project Developers" ] description = "A string interning library for Rust, developed as part of the Servo project − shared code between the compiler plugin and main crate." license = "MIT / Apache-2.0" diff --git a/shared/static_atom_list.rs b/shared/static_atom_list.rs index 29464c0..84aa376 100644 --- a/shared/static_atom_list.rs +++ b/shared/static_atom_list.rs @@ -260,6 +260,7 @@ pub static ATOMS: &'static [&'static str] = &[ "char", "charoff", "charset", + "checkbox", "checked", "ci", "circle", @@ -452,6 +453,7 @@ pub static ATOMS: &'static [&'static str] = &[ "fieldset", "figcaption", "figure", + "file", "fill", "fill-opacity", "fill-rule", @@ -913,6 +915,7 @@ pub static ATOMS: &'static [&'static str] = &[ "r", "radialgradient", "radialGradient", + "radio", "radiogroup", "radius", "rationals", @@ -944,6 +947,7 @@ pub static ATOMS: &'static [&'static str] = &[ "requiredExtensions", "requiredfeatures", "requiredFeatures", + "reset", "restart", "result", "rev", @@ -1047,6 +1051,7 @@ pub static ATOMS: &'static [&'static str] = &[ "stroke-width", "strong", "sub", + "submit", "subscriptshift", "subset", "sum",