Ensure images in the docs have alt tags for screen readers. Fixes #2903

This commit is contained in:
Murtuza Zabuawala
2018-01-11 16:58:30 +00:00
committed by Dave Page
parent 8b3aecd137
commit b78b97d89b
65 changed files with 899 additions and 599 deletions

View File

@@ -7,9 +7,10 @@ The Synonym Dialog
Use the *Synonym* dialog to substitute the name of a target object with a user-defined synonym.
The *Synonym* dialog organizes the development of a synonym through the *General* tab. The *SQL* tab displays the SQL code generated by dialog selections.
The *Synonym* dialog organizes the development of a synonym through the *General* tab. The *SQL* tab displays the SQL code generated by dialog selections.
.. image:: images/synonym_general.png
:alt: Synonym dialog general tab
Use the fields in the *General* tab to identify the synonym:
@@ -24,9 +25,10 @@ In the definition panel, identify the target:
Click the *SQL* tab to continue.
Your selections and entries in the *Synonym* dialog generate a SQL command.
Your selections and entries in the *Synonym* dialog generate a SQL command.
.. image:: images/synonym_sql.png
:alt: Synonym dialog sql tab
The example creates a synonym for the *emp* table named *emp_hist*.