w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 48 forks source link

chore: add previousPublishDate #153

Closed marcoscaceres closed 5 years ago

marcoscaceres commented 5 years ago

Preview | Diff

marcoscaceres commented 5 years ago

Should hopefully fix https://lists.w3.org/Archives/Public/public-tr-notifications/2019Jul/0002.html

siusin commented 5 years ago

LGTM, but why is previousPublishDate a must for Auto-Pub? It doesn't reflect the reality once the spec gets updated. @deniak

deniak commented 5 years ago

@marcoscaceres @siusin, the previous version wasn't retrieved correctly because the manifest is missing the QS param 'shortName'. spec-generator relies on that parameter to fetch the previous version. PR https://github.com/w3c/html-aria/pull/154 should fix the issue