Implementation status
{{page.feature.status}}
Repository
{{page.feature.code | domain_name}}
{% if page.feature.spec %}
W3C Specification
{{page.feature.spec | domain_name}}
{% endif %}
--- > {{page.feature.summary}} {% if page.links %} #### Before you begin Some useful resources: {% for link_hash in page.links %} {% for link in link_hash %} - [{{link[0]}}]({{link[1]}}) {% endfor %} {% endfor %} {% endif %}