Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 529408

Summary: RFE: Add title attribute to allowed HTML Markup (at least for <span>)
Product: [RT] RAP Reporter: Gunnar Adams <Gunnar.Adams>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.3   
Target Milestone: 3.5   
Hardware: PC   
OS: Windows 7   
See Also: https://git.eclipse.org/r/114929
https://git.eclipse.org/c/rap/org.eclipse.rap.git/commit/?id=448a0713ebbd68ae4368fc2f8b5d5a748f86bc4b
Whiteboard:

Description Gunnar Adams CLA 2018-01-04 05:53:57 EST
Hi,
in our application we use a (readonly) grid whose cells are divided into up to 3 "sub rows". (see attached image). Each sub row may display it's own tooltip.

The appearance of the rows is realized using HTML MARKUP.
We therefore wanted to use the title tag on the <span> (in each row) in order to make the browser display it's own tooltip.

Problem: "title" isn't a supported attribute for the <span> tag (although it should be a global attribute and therefore can applied to any HTML tag).

For now we can work around that by disabling the markup validation, but I wanted to ask, if you could add "title" to the MarkupValidator's allowed attribute list in an upcoming patch.

Best regards and a Happy New Year,
Gunnar
Comment 1 Eclipse Genie CLA 2018-01-04 06:29:56 EST
New Gerrit change created: https://git.eclipse.org/r/114929