[Bug 10242] New: Bidirectionality in bookmark titles

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10242

           Summary: Bidirectionality in bookmark titles
           Product: XSLFO
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSL-FO
        AssignedTo: Tony.Graham@MenteithConsulting.com
        ReportedBy: gkholman@cranesoftwrights.com
         QAContact: xsl-editors@w3.org


Please consider allowing <fo:bidi-override> in <fo:bookmark-title>.  When
titles are created by a combination of authored content and stylesheet content,
bidi-override embed levels are required in the flow to prevent undesireable
interaction.

For example:

    <bookmark-title>2.
    &hebrew-test;
    (14)</bookmark-title>

Renders differently in the bookmark pane than the following on the canvas:

    <block>2.
    <bidi-override unicode-bidi="embed">&hebrew-test;
                    <bidi-override unicode-bidi="embed">
       (14)</bidi-override></bidi-override>
    </block>

Thanks!

. . . . . . . . Ken

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 27 July 2010 22:23:07 UTC