Bug 29360 - Support for WCSS extension - wap-accesskey in Webkit
Summary: Support for WCSS extension - wap-accesskey in Webkit
Status: RESOLVED DUPLICATE of bug 9589
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Emulator S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 23:45 PDT by Rohini Ananth
Modified: 2009-10-01 09:38 PDT (History)
3 users (show)

See Also:


Attachments
Patch for WCSS Wap AccessKey support in Webkit (4.47 KB, patch)
2009-09-17 23:49 PDT, Rohini Ananth
hausmann: review-
Details | Formatted Diff | Diff
Test Content for wap-accesskey (1.25 KB, application/xhtml+xml)
2009-09-17 23:56 PDT, Rohini Ananth
hausmann: review-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rohini Ananth 2009-09-17 23:45:04 PDT
Support for WCSS extensions to webkit. 
http://www.wapforum.org/tech/documents/WAP-239-WCSS-20011026-a.pdf

Webkit has added support for xHTML and its tags, all CSS2 (WCSS) styles except WCSS extensions. Extension styles include wap-marquee, wap-input-format and
wap-accesskey.

This patch address the support of wap-accesskey on S60
Comment 1 Rohini Ananth 2009-09-17 23:49:09 PDT
Created attachment 39750 [details]
Patch for WCSS Wap AccessKey support in Webkit

Changes made to CSSParser and CSSStyleSelector files to map -wap-accesskey to follow the path of "accesskey" HTML attribute. 

Fallbacks and Multiple key Assignments not supported as of now [for S60]
Comment 2 Rohini Ananth 2009-09-17 23:56:51 PDT
Created attachment 39751 [details]
Test Content for wap-accesskey
Comment 3 George Staikos 2009-09-19 09:23:45 PDT
Please search for bug reports before doing this.  This is the third instance of this bug being filed now.  9589 is still under debate/review.

*** This bug has been marked as a duplicate of bug 9589 ***
Comment 4 Simon Hausmann 2009-09-21 13:07:18 PDT
Comment on attachment 39750 [details]
Patch for WCSS Wap AccessKey support in Webkit

This sounds like a patch that should be coordinated with the work in bug #9589 , like George pointed out.
Comment 5 Simon Hausmann 2009-09-21 13:08:45 PDT
Comment on attachment 39751 [details]
Test Content for wap-accesskey

Please coordinate with bug #9589 . This attachment cannot be reviewed, as it is not a patch.