Skip to content

Commit 09aa4e7

Browse files
committed
DOC-2614: Correct iframe_aria_text description to reflect aria-label behavior
Describe the option as setting the editor's accessible name via the body aria-label, fix the {productname} attribute, and restore the iframe-mode scope note. Removes the inaccurate claim that the iframe title is unchanged.
1 parent 06bc4f1 commit 09aa4e7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

modules/ROOT/partials/configuration/iframe_aria_text.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
[[iframe_aria_text]]
22
== `+iframe_aria_text+`
33

4-
This option is used to update the `+aria-label+` applied to the editor content inside the {product name} `+iframe+`.
4+
This option sets the accessible name for the editable content area inside the {productname} `+iframe+`. The value is read by screen readers to help users identify the editor.
55

6-
The value is set as an `aria-label` on the `<body>` element inside the {product name} iframe document. For example:
6+
On most browsers, the value is applied as an `+aria-label+` on the `+<body>+` element inside the iframe document. For example:
77

88
[source,html]
99
----
1010
<body aria-label="Rich Text Area. Press ALT-0 for help."></body>
1111
----
1212

13-
Note:
14-
The iframe `+title+` attribute is not modified by this option and remains a fixed value ("Rich Text Area").
13+
This option only applies to {productname} classic (iframe) mode and has no effect on xref:inline-editor-options.adoc#inline[`+inline+` editors].
1514

1615
*Type:* `+String+`
1716

0 commit comments

Comments
 (0)