#1555 - Allow highlighting of keywords within Comcode html tags

Identifier #1555
Issue type Feature request or suggestion
Title Allow highlighting of keywords within Comcode html tags
Status Open
Tags

Has Patch (custom)

Roadmap: Over the horizon (custom)

Type: Performance (custom)

Handling member Deleted
Addon search
Description Deploy a basic HTML parser that looks at the HTML coming out of the Comcode parser and tries to put highlight tags around things that Comcode did not already highlight.
Steps to reproduce

Additional information This is a risky thing to do and needs to be an option. It's a performance hit (doing an HTML parse), difficult to actually do without mangling HTML, and may cause display corruptions. For example, CSS that targets particular DOM-tree relationships won't work correctly if new elements are inserted within the DOM tree.

It may be better to implement this in Javascript, relying on the browsers inbuilt DOM rendering. This won't resolve the CSS risk, but will resolve the mangling and performance risks.
Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated