Re: [webkit-dev] Proposal to remove list-item special counter

2013-01-17 Thread L. David Baron
On Wednesday 2013-01-16 18:25 -0800, Darin Adler wrote: On Jan 16, 2013, at 5:46 PM, Elliott Sprehn espr...@chromium.org wrote: I've scoured the web and can't find any reference to anyone using it, mention of it's usage on any pages and no other browser supports it. How much more common

Re: [webkit-dev] Proposal to remove list-item special counter

2013-01-16 Thread Elliott Sprehn
On Wed, Aug 15, 2012 at 3:50 PM, Darin Adler da...@apple.com wrote: On Aug 15, 2012, at 2:29 PM, Elliott Sprehn espr...@chromium.org wrote: WebKit is the only browser that implements the magic counter named list-item and we have no tests for it. Seems like we really ought to add some tests

Re: [webkit-dev] Proposal to remove list-item special counter

2013-01-16 Thread Darin Adler
On Jan 16, 2013, at 5:46 PM, Elliott Sprehn espr...@chromium.org wrote: I've scoured the web and can't find any reference to anyone using it, mention of it's usage on any pages and no other browser supports it. How much more common is use of the rest of the counters specification? I

[webkit-dev] Proposal to remove list-item special counter

2012-08-15 Thread Elliott Sprehn
WebKit is the only browser that implements the magic counter named list-item and we have no tests for it. This is from the CSS3 Lists module (http://dev.w3.org/csswg/css3-lists/). This special counter was added back in the initial implementation of CSS counters 6 years ago. ex. style li:before {

Re: [webkit-dev] Proposal to remove list-item special counter

2012-08-15 Thread Benjamin Poulain
Can I remove this feature? See http://trac.webkit.org/wiki/DeprecatingFeatures It would be nice to first have some usage data. Benjamin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Proposal to remove list-item special counter

2012-08-15 Thread Eric Seidel
Since it sounds like it doesn't do anything, then yes. Removing it sounds like the correct course of action. Someone who later implements ::marker or lands CSS3-list tests, can revert your patch. On Wed, Aug 15, 2012 at 2:29 PM, Elliott Sprehn espr...@chromium.org wrote: WebKit is the only

Re: [webkit-dev] Proposal to remove list-item special counter

2012-08-15 Thread Darin Adler
On Aug 15, 2012, at 2:29 PM, Elliott Sprehn espr...@chromium.org wrote: WebKit is the only browser that implements the magic counter named list-item and we have no tests for it. Seems like we really ought to add some tests for it. It's not useful since we don't support the ::marker pseudo