- From: <bugzilla@jessica.w3.org>
- Date: Sat, 26 Apr 2014 10:17:42 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25476 Bug ID: 25476 Summary: want to add @counter-style decimal-zero-pad Product: CSS Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: Counter Styles Assignee: jackalmage@gmail.com Reporter: jmichae3@yahoo.com QA Contact: public-css-bugzilla@w3.org @counter-style decimal-zero-padded-0-width { system: numeric; pad: 0 "0"; symbols: '\30' '\31' '\32' '\33' '\34' '\35' '\36' '\37' '\38' '\39'; /* symbols: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9'; */ } @counter-style decimal-space-padded-0-width { system: numeric; pad: 0 " "; symbols: '\30' '\31' '\32' '\33' '\34' '\35' '\36' '\37' '\38' '\39'; /* symbols: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9'; */ } @counter-style decimal-zero-padded-4-width { system: numeric; pad: 4 "0"; symbols: '\30' '\31' '\32' '\33' '\34' '\35' '\36' '\37' '\38' '\39'; /* symbols: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9'; */ } @counter-style decimal-space-padded-4-width { system: numeric; pad: 4 " "; symbols: '\30' '\31' '\32' '\33' '\34' '\35' '\36' '\37' '\38' '\39'; /* symbols: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9'; */ } -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Saturday, 26 April 2014 10:17:43 UTC