[jira] Created: (OFBIZ-3681) XHTML validation errors round 2+ (framework excluding widgets)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-3681) XHTML validation errors round 2+ (framework excluding widgets)

Nicolas Malin (Jira)
XHTML validation errors round 2+ (framework excluding widgets)
--------------------------------------------------------------

                 Key: OFBIZ-3681
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3681
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Blas Rodriguez Somoza
            Priority: Trivial
             Fix For: SVN trunk


XHTML validation errors

    * Unclosed tags
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

common/webcommon/includes/listVisualThemes.ftl
Line 19: style tag is not allowed here, style must be in the style attribute of the tag.

webtools/webapp/webtools/stats/StatBinsHistory.ftl
Line 29: duplicated id

webtools/webapp/webtools/tempexpr/tempExprMaint.ftl
Lin 32, 104: form must be outside table.



--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3681) XHTML validation errors round 2+ (framework excluding widgets)

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3681:
-----------------------------------------

    Attachment: OFBIZ-3681_framework_xhtml.diff

> XHTML validation errors round 2+ (framework excluding widgets)
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3681
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3681
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3681_framework_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> common/webcommon/includes/listVisualThemes.ftl
> Line 19: style tag is not allowed here, style must be in the style attribute of the tag.
> webtools/webapp/webtools/stats/StatBinsHistory.ftl
> Line 29: duplicated id
> webtools/webapp/webtools/tempexpr/tempExprMaint.ftl
> Lin 32, 104: form must be outside table.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3681) XHTML validation errors round 2+ (framework excluding widgets)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3681:
-----------------------------------------

    Attachment: OFBIZ-3681_framework_xhtml_v2.diff

> XHTML validation errors round 2+ (framework excluding widgets)
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3681
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3681
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3681_framework_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> common/webcommon/includes/listVisualThemes.ftl
> Line 19: style tag is not allowed here, style must be in the style attribute of the tag.
> webtools/webapp/webtools/stats/StatBinsHistory.ftl
> Line 29: duplicated id
> webtools/webapp/webtools/tempexpr/tempExprMaint.ftl
> Lin 32, 104: form must be outside table.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3681) XHTML validation errors round 2+ (framework excluding widgets)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3681:
-----------------------------------------

    Attachment:     (was: OFBIZ-3681_framework_xhtml.diff)

> XHTML validation errors round 2+ (framework excluding widgets)
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3681
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3681
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3681_framework_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> common/webcommon/includes/listVisualThemes.ftl
> Line 19: style tag is not allowed here, style must be in the style attribute of the tag.
> webtools/webapp/webtools/stats/StatBinsHistory.ftl
> Line 29: duplicated id
> webtools/webapp/webtools/tempexpr/tempExprMaint.ftl
> Lin 32, 104: form must be outside table.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3681) XHTML validation errors round 2+ (framework excluding widgets)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco closed OFBIZ-3681.
------------------------------

      Assignee: Bruno Busco
    Resolution: Fixed

Thank you Blas,
your slightly changed (replaced tabs with spaces) is in trunk at revision: 935311

> XHTML validation errors round 2+ (framework excluding widgets)
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3681
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3681
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3681_framework_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> common/webcommon/includes/listVisualThemes.ftl
> Line 19: style tag is not allowed here, style must be in the style attribute of the tag.
> webtools/webapp/webtools/stats/StatBinsHistory.ftl
> Line 29: duplicated id
> webtools/webapp/webtools/tempexpr/tempExprMaint.ftl
> Lin 32, 104: form must be outside table.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira