| Summary: | [HTML] Parser cannot recognize tags when html starts with "<!doctype html>" | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | Client | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie |
| Version: | 8.0 | ||
| Target Milestone: | 9.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | 441623 | ||
| Bug Blocks: | |||
|
Description
Curtis Windatt
Seems to work for all caps "!DOCTYPE html". http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=7ee5da4c0834745449a0cf5b5dfa9b10d5575422 Fixed in master, the parser does an equals check against DOCTYPE rather than a case-insensitive compare. I created some unit tests for the HTML parser to make sure this stays fixed as we move to new versions of the parser (if we ever do...) http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=5ad057f2b05738838492e3da0ce06d47948e4780 All tests pass |