CSS Working Group Draft Specifications
{% for shortname, specgroup in specgroups|dictsort %}
{{ shortname }}
{% for spec in specgroup %}
{{ spec.title }}
{%- if spec.currentWork -%} {{ "" }} (current work) {%- endif -%}
{% endfor %}
{% endfor %}