]> granicus.if.org Git - docbook-dsssl/commitdiff
Reverted addition of tag@role=html markup. It's no longer
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 16 Jul 2007 16:45:33 +0000 (16:45 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 16 Jul 2007 16:45:33 +0000 (16:45 +0000)
necessary, because the doc build now has a smarter way of
distinguishing between DocBook elements marked up with the tag
element, and non-DocBook elements marked up with such.

xsl/params/generate.meta.abstract.xml
xsl/params/use.embed.for.svg.xml

index 521527b5458a811279f0dd5e0e5714ed30d2243c..62176b261fd19d837f3c5d6f1791eba3ed473112 100644 (file)
@@ -10,7 +10,7 @@
 </refmeta>
 <refnamediv>
 <refname>generate.meta.abstract</refname>
-<refpurpose>Generate HTML <tag role="html">META</tag> element from <tag>abstract</tag>?</refpurpose>
+<refpurpose>Generate HTML <tag>META</tag> element from <tag>abstract</tag>?</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
@@ -22,7 +22,7 @@
 <refsection><info><title>Description</title></info>
 
 <para>If non-zero, document abstracts will be reproduced in the HTML
-<tag role="html">HEAD</tag> with <tag class="starttag">meta name="description" content="..."</tag>.</para>
+<tag>HEAD</tag> with <tag class="starttag">meta name="description" content="..."</tag>.</para>
 
 </refsection>
 </refentry>
index dbf0b0668a478003c1a7bdb99b9e0087c61cc652..f7c52cc5ffa05522de2ee5368ebe38abbc55baf8 100644 (file)
@@ -10,7 +10,7 @@
 </refmeta>
 <refnamediv>
 <refname>use.embed.for.svg</refname>
-<refpurpose>Use HTML <tag role="html">embed</tag> for SVG?</refpurpose>
+<refpurpose>Use HTML <tag>embed</tag> for SVG?</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
 
 <refsection><info><title>Description</title></info>
 
-<para>If non-zero, an <tag role="html">embed</tag> element will be created for
-SVG figures. An <tag role="html">object</tag> is <emphasis>always</emphasis> created,
-this parameter merely controls whether or not an additional <tag role="html">embed</tag>
-is generated inside the <tag role="html">object</tag>.</para>
+<para>If non-zero, an <tag>embed</tag> element will be created for
+SVG figures. An <tag>object</tag> is <emphasis>always</emphasis> created,
+this parameter merely controls whether or not an additional <tag>embed</tag>
+is generated inside the <tag>object</tag>.</para>
 
 <para>On the plus side, this may be more portable among browsers and plug-ins.
 On the minus side, it isn't valid HTML.</para>