[seam-issues] [JBoss JIRA] (JBSEAM-5090) CLONE - Seam Text documentation falsely claims that forward slash creates italics

Marek Novotny (JIRA) jira-events at lists.jboss.org
Mon Apr 22 04:39:55 EDT 2013


     [ https://issues.jboss.org/browse/JBSEAM-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny updated JBSEAM-5090:
----------------------------------

    Description: 
Seam Text [documentation|http://docs.jboss.org/seam/latest/reference/en-US/html_single/#d0e14282] currently contains several code examples that show that the forward slash is translated into HTML italics tag <i>, like the following:

{panel}
{code}
You /must/ have some text following a heading!
{code}

HTML result:

{code}
You <i>must</i> have some text following a heading!
{code}
{panel}
which does not work, since this is not even included in the Seam Text grammar file, which defines only the star ( * ) as the symbol for emphasis (translated into italics).
The examples in the documentation need to be fixed, and this also affects the Seam iText example and its HTML Conversion feature, which uses Seam Text and includes a text with the forward slashes.

  was:
Seam Text [documentation|http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html/Seam_Reference_Guide/text.html#idp18664752] currently contains several code examples that show that the forward slash is translated into HTML italics tag <i>, like the following:

{panel}
{code}
You /must/ have some text following a heading!
{code}

HTML result:

{code}
You <i>must</i> have some text following a heading!
{code}
{panel}
which does not work, since this is not even included in the Seam Text grammar file, which defines only the star ( * ) as the symbol for emphasis (translated into italics).
The examples in the documentation need to be fixed, and this also affects the Seam iText example and its HTML Conversion feature, which uses Seam Text and includes a text with the forward slashes.


    
> CLONE - Seam Text documentation falsely claims that forward slash creates italics
> ---------------------------------------------------------------------------------
>
>                 Key: JBSEAM-5090
>                 URL: https://issues.jboss.org/browse/JBSEAM-5090
>             Project: Seam 2
>          Issue Type: Bug
>          Components: Documentation Issues
>            Reporter: Ron Šmeral
>            Assignee: Marek Novotny
>
> Seam Text [documentation|http://docs.jboss.org/seam/latest/reference/en-US/html_single/#d0e14282] currently contains several code examples that show that the forward slash is translated into HTML italics tag <i>, like the following:
> {panel}
> {code}
> You /must/ have some text following a heading!
> {code}
> HTML result:
> {code}
> You <i>must</i> have some text following a heading!
> {code}
> {panel}
> which does not work, since this is not even included in the Seam Text grammar file, which defines only the star ( * ) as the symbol for emphasis (translated into italics).
> The examples in the documentation need to be fixed, and this also affects the Seam iText example and its HTML Conversion feature, which uses Seam Text and includes a text with the forward slashes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the seam-issues mailing list