FLUID-3364: HTML parser considers that attribute names terminate at hyphen character

Metadata

Source
FLUID-3364
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Antranig Basman
Created
2009-11-05T16:55:38.000-0500
Updated
2009-11-13T10:02:18.000-0500
Versions
  1. 1.1.2
Fixed Versions
  1. 1.2
Component
  1. Renderer

Description

In particular, modern aria attributes take the form "aria-readonly", "aria-disabled" etc. These are not properly handled by the parser and are considered duplicates.

Comments

  • Antranig Basman commented 2009-11-05T17:13:39.000-0500

    Fixed at revision 8598 with test case... parsing of attribute names now conforms to XML standard.

  • Justin Obara commented 2009-11-13T09:45:21.000-0500

    Interesting that sveto ran into this problem ENGAGE-179, but we had assumed that it was just an issue with the structure of the code. I assume we won't often run into this issue in our own implementations as we tend to add aria programatically, but this should solve any issues for our integrators. Did a quick test and it seems.