Skip to content

Commit

Permalink
Remove title att from reltable oasis-tcs#397
Browse files Browse the repository at this point in the history
  • Loading branch information
robander committed Jun 14, 2022
1 parent e48c690 commit 068e5d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
5 changes: 1 addition & 4 deletions doctypes/dtd/base/map.mod
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,7 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Map//EN"
(%relrow;)+)"
>
<!ENTITY % reltable.attributes
"title
CDATA
#IMPLIED
%topicref-atts-for-reltable;
"%topicref-atts-for-reltable;
%univ-atts;"
>
<!ELEMENT reltable %reltable.content;>
Expand Down
3 changes: 0 additions & 3 deletions doctypes/rng/base/mapMod.rng
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Map//EN"
</oneOrMore>
</define>
<define name="reltable.attributes">
<optional>
<attribute name="title"/>
</optional>
<ref name="topicref-atts-for-reltable"/>
<ref name="univ-atts"/>
</define>
Expand Down
18 changes: 7 additions & 11 deletions specification/langRef/base/reltable.dita
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,15 @@
</section>
<section id="attributes">
<title>Attributes</title>
<p>The following attributes are available on this element: <ph conkeyref="reuse-attributes/ref-universalatts"/>, <ph conkeyref="reuse-attributes/ref-commonmapatts"/> (without <xmlatt>keyscope</xmlatt> or
<xmlatt>collection-type</xmlatt>), <xref keyref="attributes-common/attr-type"
><xmlatt>type</xmlatt></xref>, <xref keyref="attributes-common/attr-scope"
><xmlatt>scope</xmlatt></xref>, <xref keyref="attributes-common/attr-format"
><xmlatt>format</xmlatt></xref>, and the attributes defined below.</p>
<p>The following attributes are available on this element: <ph
conkeyref="reuse-attributes/ref-universalatts"/>, <ph
conkeyref="reuse-attributes/ref-commonmapatts"/> (without <xmlatt>keyscope</xmlatt> or
<xmlatt>collection-type</xmlatt>), <xref keyref="attributes-common/attr-format"
><xmlatt>format</xmlatt></xref>, <xref keyref="attributes-common/attr-scope"
><xmlatt>scope</xmlatt></xref>, and <xref keyref="attributes-common/attr-type"
><xmlatt>type</xmlatt></xref>.</p>
<p id="attr-exception" outputclass="attr-exception">For this element, the <xmlatt>toc</xmlatt> attribute has a default
value of <keyword>no</keyword>.</p>
<dl>
<dlentry>
<dt id="attr-title"><xmlatt>title</xmlatt></dt>
<dd>Specifies and identifying title for the element.</dd>
</dlentry>
</dl>
</section>
<example id="example" otherprops="examples"><title>Example</title>
<draft-comment author="Kristen J Eberlein" time="22 November 2021">
Expand Down

0 comments on commit 068e5d4

Please sign in to comment.