diff --git a/.github/workflows/accname.yml b/.github/workflows/accname.yml index 93b00717f..69783dff4 100644 --- a/.github/workflows/accname.yml +++ b/.github/workflows/accname.yml @@ -16,7 +16,7 @@ jobs: run: | curl -L -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \ + -H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/w3c/accname/actions/workflows/build-from-monorepo.yaml/dispatches \ -d '{"ref":"gh-pages"}' @@ -52,7 +52,7 @@ jobs: repository: w3c/accname ref: gh-pages path: accname - token: ${{ secrets.ARIA_EDITOR_DRAFTS }} + token: ${{ secrets.W3CGRUNTBOT_TOKEN }} - uses: actions/download-artifact@v4 with: name: accname diff --git a/.github/workflows/core-aam.yml b/.github/workflows/core-aam.yml index 3d1780130..8cfe9080b 100644 --- a/.github/workflows/core-aam.yml +++ b/.github/workflows/core-aam.yml @@ -16,7 +16,7 @@ jobs: run: | curl -L -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \ + -H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/w3c/core-aam/actions/workflows/build-from-monorepo.yaml/dispatches \ -d '{"ref":"gh-pages"}' @@ -53,7 +53,7 @@ jobs: repository: w3c/core-aam ref: gh-pages path: core-aam - token: ${{ secrets.ARIA_EDITOR_DRAFTS }} + token: ${{ secrets.W3CGRUNTBOT_TOKEN }} - uses: actions/download-artifact@v4 with: name: core-aam diff --git a/.github/workflows/dpub-aam.yml b/.github/workflows/dpub-aam.yml index 3431cd7a9..cc87e6c46 100644 --- a/.github/workflows/dpub-aam.yml +++ b/.github/workflows/dpub-aam.yml @@ -16,7 +16,7 @@ jobs: run: | curl -L -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \ + -H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/w3c/dpub-aam/actions/workflows/build-from-monorepo.yaml/dispatches \ -d '{"ref":"gh-pages"}' @@ -52,7 +52,7 @@ jobs: repository: w3c/dpub-aam ref: gh-pages path: dpub-aam - token: ${{ secrets.ARIA_EDITOR_DRAFTS }} + token: ${{ secrets.W3CGRUNTBOT_TOKEN }} - uses: actions/download-artifact@v4 with: name: dpub-aam diff --git a/.github/workflows/dpub-aria.yml b/.github/workflows/dpub-aria.yml index 8c5d4f9e7..f6557e4f3 100644 --- a/.github/workflows/dpub-aria.yml +++ b/.github/workflows/dpub-aria.yml @@ -16,7 +16,7 @@ jobs: run: | curl -L -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \ + -H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/w3c/dpub-aria/actions/workflows/build-from-monorepo.yaml/dispatches \ -d '{"ref":"gh-pages"}' @@ -52,7 +52,7 @@ jobs: repository: w3c/dpub-aria ref: gh-pages path: dpub-aria - token: ${{ secrets.ARIA_EDITOR_DRAFTS }} + token: ${{ secrets.W3CGRUNTBOT_TOKEN }} - uses: actions/download-artifact@v4 with: name: dpub-aria diff --git a/.github/workflows/graphics-aam.yml b/.github/workflows/graphics-aam.yml index 216a7e3e2..d9f0a604e 100644 --- a/.github/workflows/graphics-aam.yml +++ b/.github/workflows/graphics-aam.yml @@ -16,7 +16,7 @@ jobs: run: | curl -L -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \ + -H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/w3c/graphics-aam/actions/workflows/build-from-monorepo.yaml/dispatches \ -d '{"ref":"gh-pages"}' @@ -43,7 +43,7 @@ jobs: repository: w3c/graphics-aam ref: gh-pages path: graphics-aam - token: ${{ secrets.ARIA_EDITOR_DRAFTS }} + token: ${{ secrets.W3CGRUNTBOT_TOKEN }} - uses: actions/download-artifact@v4 with: name: graphics-aam diff --git a/.github/workflows/html-amm.yml b/.github/workflows/html-amm.yml index 3c3912431..bc6734db0 100644 --- a/.github/workflows/html-amm.yml +++ b/.github/workflows/html-amm.yml @@ -16,7 +16,7 @@ jobs: run: | curl -L -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \ + -H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/w3c/html-aam/actions/workflows/build-from-monorepo.yaml/dispatches \ -d '{"ref":"gh-pages"}' @@ -53,7 +53,7 @@ jobs: repository: w3c/html-aam ref: gh-pages path: html-aam - token: ${{ secrets.ARIA_EDITOR_DRAFTS }} + token: ${{ secrets.W3CGRUNTBOT_TOKEN }} - uses: actions/download-artifact@v4 with: name: html-aam diff --git a/.github/workflows/mathml-aam.yml b/.github/workflows/mathml-aam.yml index 0d5c7b832..fe9fb94b3 100644 --- a/.github/workflows/mathml-aam.yml +++ b/.github/workflows/mathml-aam.yml @@ -16,7 +16,7 @@ jobs: run: | curl -L -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \ + -H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/w3c/mathml-aam/actions/workflows/build-from-monorepo.yaml/dispatches \ -d '{"ref":"gh-pages"}' @@ -43,7 +43,7 @@ jobs: repository: w3c/mathml-aam ref: gh-pages path: mathml-aam - token: ${{ secrets.ARIA_EDITOR_DRAFTS }} + token: ${{ secrets.W3CGRUNTBOT_TOKEN }} - uses: actions/download-artifact@v4 with: name: mathml-aam diff --git a/.github/workflows/pdf-aam.yml b/.github/workflows/pdf-aam.yml index 6826d8e24..320b99ccf 100644 --- a/.github/workflows/pdf-aam.yml +++ b/.github/workflows/pdf-aam.yml @@ -16,7 +16,7 @@ jobs: run: | curl -L -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \ + -H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/w3c/pdf-aam/actions/workflows/build-from-monorepo.yaml/dispatches \ -d '{"ref":"gh-pages"}' @@ -52,13 +52,13 @@ jobs: repository: w3c/pdf-aam ref: gh-pages path: pdf-aam - token: ${{ secrets.ARIA_EDITOR_DRAFTS }} + token: ${{ secrets.W3CGRUNTBOT_TOKEN }} - uses: actions/download-artifact@v4 with: name: pdf-aam - name: Copy files run: | - cp -r aria/pdf-aam/** pdf-aam/ + cp -r aria.common/aria/pdf-aam/** pdf-aam/ - name: Push new files to child repo run: | git config user.name "github-actions[bot]" diff --git a/accname/index.html b/accname/index.html index 773fac4fa..9d0a72a6d 100644 --- a/accname/index.html +++ b/accname/index.html @@ -8,6 +8,7 @@ + + @@ -130,7 +131,7 @@ REC: "https://www.w3.org/TR/accname-1.2/", }, - preProcess: [linkCrossReferences], + preProcess: [linkCrossReferences, getParticipants], postProcess: [addPlatformMaintainers], xref: ["dom", "accname", "wai-aria", "infra"], }; @@ -4320,6 +4321,9 @@
searchbox
xml-roles:searchbox
text-input-type:search
+
+ EditableText
if aria-readonly
is not "true"
@@ -4338,6 +4342,109 @@ searchbox
sectionfooter
ARIA Specification | +
+ sectionfooter
+ |
+
---|---|
Computed Role | +
+
|
+
MSAA + IAccessible2 | +
+ Role: ROLE_SYSTEM_GROUPING + Object Attribute: xml-roles:sectionfooter
+ |
+
UIA | +
+ Control Type: Group + Localized Control Type: section footer
+ |
+
ATK/AT-SPI | +
+ Role: ROLE_FOOTER + |
+
+ AX API[Note 1] + | +
+ AXRole: AXGroup + AXSubrole: AXSectionFooter + AXRoleDescription: section footer
+ |
+
sectionheader
ARIA Specification | +
+ sectionheader
+ |
+
---|---|
Computed Role | +
+
|
+
MSAA + IAccessible2 | +
+ Role: ROLE_SYSTEM_GROUPING + Object Attribute: xml-roles:sectionheader
+ |
+
UIA | +
+ Control Type: Group + Localized Control Type: section header
+ |
+
ATK/AT-SPI | +
+ Role: ROLE_HEADER
+ |
+
+ AX API[Note 1] + | +
+ AXRole: AXGroup + AXSubrole: AXSectionHeader + AXRoleDescription: section header
+ |
+
separator
(non-focusable)