-
-
- I removed the following sentence from the short description, since
- this topic does not really describe accessibility guidelines: "This
- topic describes common accessibility guidelines that are related to
- tables, along with the DITA markup that is designed to support
- them."
-
(Other columns) The colspec
element can define which columns function as headers. For
- that case, set the rowheader attribute
- to headers on the column
- or columns that function as headers. Alternatively, set the
+ that case, set the rowheader attribute to
+ headers on the column or columns that
+ function as headers. Alternatively, set the
scope attribute on each relevant entry
in the first row to col, indicating that
- the entry is a header for the entire column.The last
- sentence in "Other columns" seems off; Robert, please
- verify that this is what you wanted to
- say.
+ the entry is a header for the entire column.
Simple table
diff --git a/specification/archSpec/base/example-alternate-text-for-an-image-map.dita b/specification/archSpec/base/example-alternate-text-for-an-image-map.dita
index 9af06a7a..aa966d46 100644
--- a/specification/archSpec/base/example-alternate-text-for-an-image-map.dita
+++ b/specification/archSpec/base/example-alternate-text-for-an-image-map.dita
@@ -9,11 +9,9 @@
text, but also not sure whether it makes sense to come up with a new
one?
- I think we need a realistic example here in this section which
- focuses on accessibility. The imagemap
- topic is in the "Utilities domain," which has not yet been removed.
- The example there is old and not very good; it probably dates back
- to DITA 1.0.
+ I think we need a realistic example here in this section which focuses on accessibility.
+ The imagemap topic is in the "Utilities domain," which has not yet
+ been reviewed. The example there is old and not very good; it dates back to DITA 1.0.
Here are some possible ideas for what to showcase:
- A simple pie chart of application users by industry
diff --git a/specification/archSpec/base/example-alternate-text-for-an-image.dita b/specification/archSpec/base/example-alternate-text-for-an-image.dita
index c724c4aa..d9512c2f 100644
--- a/specification/archSpec/base/example-alternate-text-for-an-image.dita
+++ b/specification/archSpec/base/example-alternate-text-for-an-image.dita
@@ -7,15 +7,13 @@
The following code sample references an image workflow.png.
Alternate text describes the workflow that is shown in the image.
-
- I think we should include the image.
-
<image href="workflow.png">
<alt>The image is a workflow diagram that shows a ticketing workflow.
The initial status is "Open". From there, the ticket can move to
"Closed" or "In progress". A ticket that is "In progress" can move
to "Done" or "Blocked". A "Blocked" ticket can move back to "In
Progress" or directly to "Done". There are no steps beyond "Closed"
- or "Done".
+ or "Done".</alt>
+</image>
diff --git a/specification/archSpec/base/example-complex-table-with-manual-accessibility-markup.dita b/specification/archSpec/base/example-complex-table-with-manual-accessibility-markup.dita
index b45fa773..9eeb79d2 100644
--- a/specification/archSpec/base/example-complex-table-with-manual-accessibility-markup.dita
+++ b/specification/archSpec/base/example-complex-table-with-manual-accessibility-markup.dita
@@ -18,13 +18,7 @@
values; it also ignores the fact that thead
creates a header relationship even when the id and
headers attributes are not used.
-
-
- Do we want to use a different example here? It's a bit confusing
- to read, since the result output is very similar to the "Example
- of a complex table with accessibility markup".
-
-
+
<table frame="all">
<title>Sample with fully manual accessibility control</title>
<desc>Names are listed in the column c1. Points are listed in both data columns, with
diff --git a/specification/dita-2.0-key-definitions-cover-pages.ditamap b/specification/dita-2.0-key-definitions-cover-pages.ditamap
index ea9a8c03..ca8a8cc7 100644
--- a/specification/dita-2.0-key-definitions-cover-pages.ditamap
+++ b/specification/dita-2.0-key-definitions-cover-pages.ditamap
@@ -9,18 +9,18 @@
-
+
- Working Draft 25
+ Working Draft 26
- 05 April 2022
+ 13 June 2022
diff --git a/specification/langRef/base/reltable.dita b/specification/langRef/base/reltable.dita
index 73eae553..7b09d870 100644
--- a/specification/langRef/base/reltable.dita
+++ b/specification/langRef/base/reltable.dita
@@ -65,19 +65,15 @@
Attributes
- The following attributes are available on this element: , (without keyscope or
- collection-type), type, scope, format, and the attributes defined below.
+ The following attributes are available on this element: , (without keyscope or
+ collection-type), format, scope, and type.
For this element, the toc attribute has a default
value of no.
-
-
- - title
- - Specifies and identifying title for the element.
-
-
Example