- From: James Craig <jcraig@apple.com>
- Date: Wed, 03 Sep 2014 01:57:52 -0700
- To: Sebastian Zartner <sebastianzartner@gmail.com>
- Cc: www-style list <www-style@w3.org>
Received on Wednesday, 3 September 2014 08:58:21 UTC
> On Sep 3, 2014, at 12:55 AM, Sebastian Zartner <sebastianzartner@gmail.com> wrote:
> 
> On 3 September 2014 09:27, James Craig <jcraig@apple.com <mailto:jcraig@apple.com>> wrote:
> What's the benefit of this very specific and seemingly limited [att|=val] selector:
> 
>         [lang|="en"] { /* properties */ }
> 
> Over this combination of more extensible selectors?
> 
>         [lang="en"], [lang^="en-"] { /* properties */ }
> 
> If there is no real benefit, should it be dropped from the selectors module?
> Disregarding whether it adds a benefit, as that selector is already defined in CSS 2.1[1] and implemented by all main user agents[2], it can't be dropped anymore.
Fair point. Thanks.
Received on Wednesday, 3 September 2014 08:58:21 UTC