希望你做得很好,我看到很多人都在HTML5元素中使用角色屬性,所以,我的問題是,它對我們來說有多重要。我們應該在編碼中使用它嗎?或者它取決於我們是否使用?什麼是html5中角色屬性的重要性?
例子:
<header role="main_header"></header>
<section role="main_section" class="section">
<article role="mian_article">
<section role="main_section" class="inner_section"></section>
</article>
</section>
什麼是它的優勢是什麼?
檢查了這一點http://stackoverflow.com/questions/10403138/what-is-the-purpose-of-the-role-attribute-in-html? RQ = 1 – Afsar