Re: [css-psuedo] #alt-property was quietly removed. why?

On Mon, Jan 12, 2015 at 3:52 PM, James Craig <jcraig@apple.com> wrote:
> Great. Thanks. Could I request one editorial change?
>
>> .new::before {
>>   content: url(./img/star.png);
>>   alt: "New!";
>> }
>
> Add a comment:
>
>   alt: "New!"; /* or a localized attribute from the DOM: attr("data-alt") */
>

Fixed.

Thanks!

Dave

Received on Monday, 12 January 2015 21:57:27 UTC