WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 131079
Move focus management API from HTMLDocument to Document
https://bugs.webkit.org/show_bug.cgi?id=131079
Summary
Move focus management API from HTMLDocument to Document
Daniel Bates
Reported
2014-04-01 16:44:07 PDT
We should move hasFocus() and attribute activeElement from interface HTMLDocument to DOMDocument as per section Focus management APIs of the HTML5 standard: <
http://www.whatwg.org/specs/web-apps/current-work/#focus-management-apis
> (1 April 2014). Then hasFocus() and attribute activeElement can be used within an XML document.
Attachments
Patch and layout test
(15.94 KB, patch)
2014-04-01 16:54 PDT
,
Daniel Bates
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Daniel Bates
Comment 1
2014-04-01 16:44:18 PDT
<
https://code.google.com/p/chromium/issues/detail?id=335788
>
Daniel Bates
Comment 2
2014-04-01 16:44:27 PDT
<
rdar://problem/16220103
>
Daniel Bates
Comment 3
2014-04-01 16:54:51 PDT
Created
attachment 228339
[details]
Patch and layout test
WebKit Commit Bot
Comment 4
2014-04-01 16:57:38 PDT
Please wait for approval from
timothy@apple.com
(or another member of the Apple Safari Team) before submitting because this patch contains changes to the Apple Mac WebKit.framework public API.
Daniel Bates
Comment 5
2014-04-01 16:59:36 PDT
I used the patch for <
https://bugs.webkit.org/show_bug.cgi?id=67651
> as example of moving a versioned public API from derived interface to its base interface. Let me know if we should handle this differently.
Daniel Bates
Comment 6
2014-04-02 14:40:57 PDT
Committed
r166668
: <
http://trac.webkit.org/changeset/166668
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug