Skip to content

Commit 80cc021

Browse files
committed
accessibility improved
1 parent 2bb7f9c commit 80cc021

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

administrator/components/com_workflow/resources/scripts/components/App.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
<div
33
id="workflow-app"
44
class="d-flex flex-column flex-grow-1 min-vh-80"
5-
role="application"
65
>
76
<div
87
id="workflow-title"
98
class="d-flex flex-column flex-shrink-0"
10-
role="banner"
119
>
1210
<WorkflowTitlebar
1311
:save-status="saveStatus"
@@ -17,7 +15,6 @@
1715
<div
1816
id="main-canvas"
1917
class="flex-grow-1 position-relative"
20-
role="main"
2118
>
2219
<WorkflowCanvas
2320
ref="canvas"

administrator/components/com_workflow/resources/scripts/components/Titlebar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<section
33
class="d-flex flex-wrap align-items-center justify-content-between"
44
aria-labelledby="workflow-title"
5-
role="region"
65
>
76
<div class="col-md-6 d-flex flex-column">
87
<h2 class="mb-2">

administrator/components/com_workflow/resources/scripts/components/canvas/WorkflowCanvas.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<div
33
class="w-100 h-100 position-relative"
44
role="region"
5+
aria-label="Workflow Canvas"
56
>
67
<VueFlow
78
v-if="!loading && !error"
@@ -25,6 +26,8 @@
2526
<Background
2627
pattern-color="var(--body-color)"
2728
:gap="16"
29+
:aria-label="translate('COM_WORKFLOW_GRAPH_BACKGROUND')"
30+
:title="translate('COM_WORKFLOW_GRAPH_BACKGROUND')"
2831
/>
2932

3033
<button

0 commit comments

Comments
 (0)