Details
-
Type:
Story
-
Status: Closed
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2012 Sprint 08, Aptana Studio 3.1.3
-
Component/s: HTML
-
Labels:
-
Story Points:0
Description
We currently use Tidy as a separate vendor plugin that provides the JAR and pipe the HTMl source to it, then read the output and generate warnings/errors. This approach has been notably slow and memory-intensive. Given that we are already parsing the file and generating an AST, it should be much faster and leaner to provide a build participant that traverses the AST to provide all or most of the same functionality. Also, we'd have control over the impl so we can update as necessary for changes to HTML (like HTML 5 elements, which tidy complains about).
Attachments
Issue Links
- relates to
-
APSTUD-3776 Investigate replacement for HTML Tidy Validator
-
- Closed
-
-
APSTUD-4344 Migrate empty and self-closing tag information from HTMLParseState into HTML metadata
-
- Open
-
-
APSTUD-253 Wrong character encoding when running HTML Tidy
-
- Closed
-
-
APSTUD-1545 HTML Tidy tool do not support unicode
-
- Closed
-