문제

I have this html code:

<a href="https://twitter.com/twitterapi" class="twitter-timeline" data-widget-id="X" data-theme="dark" data-chrome="transparent" data-tweet-limit="1" aria-polite="polite">Tweets by @twitterapi</a>

But when I try to validate this code with http://validator.w3.org/ it shows me this error:

"Attribute aria-polite not allowed on element a at this point"

Anyone have a clue?

Thanks in advance.

도움이 되었습니까?

해결책

There is no aria-polite attribute.

Maybe you mean the aria-live attribute with the value polite?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top