[Bug 29882] [SER31] Dfinition of HTML element

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29882

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@saxonica.com

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
For info, the XSLT spec now does multi-line definitions like this (Note the
open="true"):

<p><termdef id="dt-potentially-consuming" term="potentially consuming"
open="true">An
   <termref def="dt-operand"/> is <term>potentially
   consuming</term> if at least one of the following conditions
                                 applies:</termdef></p>

                           <olist>
                              <item>
                                 <p>...</p>
                              </item>
                              <item>
                                 <p>....</p>
                              </item>
                           </olist>
<p role="closetermdef"/>

and I think all the DTD and stylesheet support for this is common. It's a
bizarre approach but it was designed to minimize the risk of breaking things.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 29 September 2016 15:11:51 UTC