[Bug 28717] New: [FO31] and [FO30] (editorial) layout of code sample broken

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

            Bug ID: 28717
           Summary: [FO31] and [FO30] (editorial) layout of code sample
                    broken
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Functions and Operators 3.1
          Assignee: mike@saxonica.com
          Reporter: abel.braaksma@xs4all.nl
        QA Contact: public-qt-comments@w3.org

Created attachment 1608
  --> https://www.w3.org/Bugs/Public/attachment.cgi?id=1608&action=edit
Code sample section 13

Under section 13 Functions and operators on nodes, the following code sample
has only part of it colored as a code sample, and the "let" keywords are in
proportional font:

let $po :=

<PurchaseOrder>
  <line-item>
    <description>Large widget</description>
    <price>8.95</price>
    <quantity>5.0</quantity>
  </line-item>
  <line-item>
    <description>Small widget</description>
    <price>3.99</price>
    <quantity>2.0</quantity>
  </line-item>
  <line-item>
    <description>Tiny widget</description>
    <price>1.49</price>
    <quantity>805</quantity>
  </line-item>
</PurchaseOrder>

let $item1 := $po/line-item[1]

let $item2 := $po/line-item[2]

let $item3 := $po/line-item[3]

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

Received on Thursday, 28 May 2015 14:31:14 UTC