Skip to content

Commit

Permalink
Merge pull request #396 from robander/stentryreuse
Browse files Browse the repository at this point in the history
Make it easier to reuse stentry atts
  • Loading branch information
robander authored Oct 20, 2020
2 parents cad54bb + e9f024a commit ce094c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions specification/common/conref-attribute.dita
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,16 @@ below. This element also uses <xmlatt>type</xmlatt>, <xmlatt>scope</xmlatt>, and
<title>Common for <xmlelement>stentry</xmlelement> and
<xmlelement>entry</xmlelement></title>
<dl>
<dlentry id="stentry-colspan">
<dt><xmlatt>colspan</xmlatt></dt>
<dd>Specifies the number of columns that a cell is to span
inside a simple table.</dd>
</dlentry>
<dlentry id="stentry-rowspan">
<dt><xmlatt>rowspan</xmlatt></dt>
<dd>Specifies the number of rows that a cells is to span
inside a simple table.</dd>
</dlentry>
<dlentry id="headers-att">
<dt><xmlatt>headers</xmlatt></dt>
<dd>Specifies one or more <xmlelement>entry</xmlelement>
Expand Down
12 changes: 6 additions & 6 deletions specification/common/reuse-w-lwdita/reuse-stentry.dita
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<p platform="lwdita">The following attributes are available on this element: <xref
keyref="attributes-universal"/> and the attributes defined below.</p>
<dl>
<dlentry>
<dt><xmlatt>colspan</xmlatt></dt>
<dd>Specifies the number of columns that a cell is to span inside a simple table.</dd>
<dlentry conkeyref="reuse-attributes/stentry-colspan">
<dt/>
<dd/>
</dlentry>
<dlentry>
<dt><xmlatt>rowspan</xmlatt></dt>
<dd>Specifies the number of rows that a cells is to span inside a simple table.</dd>
<dlentry conkeyref="reuse-attributes/stentry-rowspan">
<dt/>
<dd/>
</dlentry>
<dlentry conkeyref="reuse-attributes/tablescope">
<dt/>
Expand Down

0 comments on commit ce094c0

Please sign in to comment.