Move CSS content property from Box to Counters

This commit is contained in:
Mauricio Collares 2016-04-04 23:11:04 -03:00
parent 8c8090b5cd
commit 841aef06e0
3 changed files with 4 additions and 4 deletions

View file

@ -904,7 +904,7 @@ pub mod longhands {
// CSS 2.1, Section 12 - Generated content, automatic numbering, and lists
${switch_to_style_struct("Box")}
${new_style_struct("Counters", is_inherited=False)}
<%self:longhand name="content">
use cssparser::Token;
@ -1217,7 +1217,7 @@ pub mod longhands {
}
</%self:longhand>
${new_style_struct("Counters", is_inherited=False)}
${switch_to_style_struct("Counters")}
<%self:longhand name="counter-increment">
use std::fmt;