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
Copy file name to clipboardExpand all lines: modules/ROOT/partials/configuration/iframe_aria_text.adoc
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
[[iframe_aria_text]]
2
2
== `+iframe_aria_text+`
3
3
4
-
This option is used to customize the `+title+` attribute on the {productname} `+iframe+` element. For example:
4
+
This option is used to update the `+aria-label+` applied to the editor content inside the {product name} `+iframe+`.
5
+
6
+
The value is set as an `aria-label` on the `<body>` element inside the {product name} iframe document. For example:
5
7
6
8
[source,html]
7
9
----
8
-
<iframe title="Rich Text Area. Press ALT-0 for help."></iframe>
10
+
<body aria-label="Rich Text Area. Press ALT-0 for help."></body>
9
11
----
10
12
11
-
The `+title+` attribute is read by screen-readers to help users identify the editor. This option only applies to {productname} classic (iframe) mode and has no effect on xref:inline-editor-options.adoc#inline[`+inline+` editors].
13
+
Note:
14
+
The iframe `+title+` attribute is not modified by this option and remains a fixed value ("Rich Text Area").
0 commit comments