We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5ac9a commit eae7538Copy full SHA for eae7538
dpub-aam/.github/workflows/auto-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
15
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-aria-admin/2018Sep/0011.html
16
GH_PAGES_BRANCH: gh-pages
17
- VALIDATE_WEBIDL: false
18
- VALIDATE_MARKUP: false
+ VALIDATE_WEBIDL: true
+ VALIDATE_MARKUP: true
19
W3C_BUILD_OVERRIDE: |
20
- specStatus: WD
+ specStatus: CR
dpub-aam/index.html
@@ -18,7 +18,6 @@
specStatus: "CR",
crEnd: "2023-07-29",
//perEnd: "2013-07-23",
21
- publishDate: "2023-06-29",
22
// the specifications short name, as in http://www.w3.org/TR/short-name/
23
shortName: "dpub-aam-1.1",
24
implementationReportURI: "https://w3c.github.io/test-results/dpub-aam/" ,
0 commit comments