Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365018 - [CSS] Add missing support to CSS engine
Summary: [CSS] Add missing support to CSS engine
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 4.2 M4   Edit
Assignee: Brian de Alwis CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-28 23:40 EST by Brian de Alwis CLA
Modified: 2011-12-06 17:04 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian de Alwis CLA 2011-11-28 23:40:25 EST
The CSS Spy requires the CSS Engine to provide the ability to:
  * parse selectors (to complement the existing support for parsing rules, properties, values, etc.)
  * return the list of applicable selectors for an element (rather than walk the public propertyHandlerMap property on AbstractCSSEngine)

The CSS WidgetElement implementation is missing:
  * the ability to use "class" as an attribute, required to be able to query against the CSS class string (e.g., "CTabFolder[class='MPartStack']"
Comment 2 Brian de Alwis CLA 2011-12-06 17:04:21 EST
Verified for M4