auto merge of #4530 : pcwalton/servo/pointer-events, r=mbrubeck

SVG-only values are not yet supported.

r? @mbrubeck
This commit is contained in:
bors-servo 2015-01-08 10:48:55 -07:00
commit a88e668091
4 changed files with 58 additions and 12 deletions

View file

@ -1546,6 +1546,11 @@ pub mod longhands {
}
</%self:single_component_value>
// NB: `pointer-events: auto` (and use of `pointer-events` in anything that isn't SVG, in fact)
// is nonstandard, slated for CSS4-UI.
// TODO(pcwalton): SVG-only values.
${single_keyword("pointer-events", "auto none")}
// Box-shadow, etc.
${new_style_struct("Effects", is_inherited=False)}