Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions modules/ROOT/partials/configuration/iframe_aria_text.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[[iframe_aria_text]]
== `+iframe_aria_text+`

This option is used to customize the `+title+` attribute on the {productname} `+iframe+` element. For example:
This option is used to update the `+aria-label+` applied to the editor content inside the {product name} `+iframe+`.

The value is set as an `aria-label` on the `<body>` element inside the {product name} iframe document. For example:

[source,html]
----
<iframe title="Rich Text Area. Press ALT-0 for help."></iframe>
<body aria-label="Rich Text Area. Press ALT-0 for help."></body>
----

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].
Note:
The iframe `+title+` attribute is not modified by this option and remains a fixed value ("Rich Text Area").

*Type:* `+String+`

Expand Down
Loading