Re: [css-pseudo] please make sure pseudo-element "alt" property makes it into next ED

> On Nov 4, 2014, at 3:27 PM, Alan Stearns <stearns@adobe.com> wrote:
> 
> I’ve checked in a rough draft of the property:
> http://dev.w3.org/csswg/css-pseudo/#alt-property

Great. Thanks!

It might be worth noting in Example 12 that the style sheet is  not the best place for localizable strings. A comment on the example should suffice.

> .new::before { 
>   content: url(./img/star.png);
>   alt: "New!"; /* or from a localized attribute like alt: attr(title); */
> }

Thanks again.
James

Received on Wednesday, 5 November 2014 01:44:10 UTC