- From: Kang-Hao (Kenny) Lu <kanghaol@oupeng.com>
- Date: Wed, 07 Nov 2012 19:57:24 +0800
- To: Alan Stearns <stearns@adobe.com>
- CC: WWW Style <www-style@w3.org>
(12/11/07 12:02), Kang-Hao (Kenny) Lu wrote:
> Also, what should happen for a case like
>
> span::before { display: inline; flow-from: test; flow-into: test;
> counter-reset: x 10; } span::after { content: counter(x); }
Oops, I mean
span::before { display: block; flow-from: test; flow-into: test;
counter-reset: x 10; }
, a case of circular dependency.
> Again the former suggests "10" and I can't really tell what the latter
> is suggesting.
Cheers,
Kenny
--
Web Specialist, Oupeng Browser, Beijing
Try Oupeng: http://www.oupeng.com/
Received on Wednesday, 7 November 2012 11:58:08 UTC