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

Bug 484433

Summary: [HTML] Remove deprecated, obsolete, and experimental fields from attributes.js
Product: [ECD] Orion Reporter: Carolyn MacLeod <Carolyn_MacLeod>
Component: JS ToolsAssignee: Carolyn MacLeod <Carolyn_MacLeod>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public, Michael_Rennie
Version: unspecified   
Target Milestone: 11.0   
Hardware: PC   
OS: Windows 7   
See Also: https://git.eclipse.org/r/63489
https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=86a5c615104628e458ca237623dff2a4c1891b7a
Whiteboard:

Description Carolyn MacLeod CLA 2015-12-15 15:24:39 EST
Cleaning up the attributes.js file:
 - delete commented-out obsolete and deprecated attributes
 - delete experimental field, or move experimental attributes to deprecatedAttributes.js on a case-by-case basis.
 - other cleanup related to obsolete attributes (for example, hr tag).
Comment 1 Eclipse Genie CLA 2016-01-04 13:04:53 EST
New Gerrit change created: https://git.eclipse.org/r/63489
Comment 3 Curtis Windatt CLA 2016-01-04 16:03:04 EST
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=86a5c615104628e458ca237623dff2a4c1891b7a
Approved and submitted the change to master

Most of the information in deprecatedAttributes.js is not being used as in most cases if an attribute is obsolete we shouldn't show it in the content assist at all.  However, as we may use the list for other features in the future it makes sense to keep it up to date as possible.

I'm marking this as FIXED as I assume you have no further changes.