You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the temporary sorting we're doing in Python and Jinja, in favor of the API handling that
Wrapping the date column entries in <time datetime=""> so they aren't floating with no meaning
Adjusting the layout for things where we have <li><a>text</a><br>text</li>. That <br>text part should be in an element, maybe semantically linked to the <a> above it?
Source code (e.g. changing {% to {%- so the source code is prettier)
Summary
Let's polish the rulemaking single page
Current Situation
There are some things I'd like to clean up for the single rulemaking template.
With 2005-02 as an example,
<time datetime="">so they aren't floating with no meaning<li><a>text</a><br>text</li>. That<br>textpart should be in an element, maybe semantically linked to the<a>above it?{%to{%-so the source code is prettier)Related tickets
Completion Criteria