<aside class="box">
    <header class="box-h box-h-icon"><svg aria-hidden="true" class="icon-comments "><use xlink:href="../../assets/images/icons.svg#icon-comments"></use></svg> commentsHelp improve this page
    </header>
    <div class="box-i">
        <p>Please share your ideas, suggestions, or comments via email to the publicly-archived list <a href="#">wai-eo-editors@w3.org</a> or via GitHub.</p>
        <div class="button-group">
            <button class="button"><span>Email</span></button>
            <button class="button"><span>Fork &amp; Edit on GitHub</span></button>
            <button class="button"><span>List of GitHub Issues</span></button>
            <button class="button"><span>New GitHub Issue</span></button>
        </div>
    </div>
</aside>
<aside class="box{% for mod in mods %} box-{{ mod }}{% endfor %}">
  {%render '@box-header', type=headertype, label=headerlabel, mods=headermods, icon=headericon %}
  <div class="box-i">
    {%- if content == "linklist" -%}
    {%- render '@list-links' -%}
    {%- elseif content == "listwithlinks" -%}
    {%- render '@list-unordered-with-link' -%}
    {%- elseif content == "help-box-content" -%}
    {%- render '@box-help-content' -%}
    {%- else -%}
    {{content}}
    {%- endif -%}
  </div>
</aside>
{
  "headerlabel": "Help improve this page",
  "headertype": "icon",
  "headermods": [
    "icon"
  ],
  "headericon": "comments",
  "mods": [],
  "content": "help-box-content"
}

There are no notes for this item.