Bug 43003 - WebDocument needs to provide doctype
Summary: WebDocument needs to provide doctype
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-26 14:33 PDT by Dominic Mazzoni
Modified: 2010-07-26 17:01 PDT (History)
2 users (show)

See Also:


Attachments
Implements proposed feature (9.28 KB, patch)
2010-07-26 14:52 PDT, Dominic Mazzoni
no flags Details | Formatted Diff | Diff
Fix style errors in previous patch (9.29 KB, patch)
2010-07-26 14:59 PDT, Dominic Mazzoni
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mazzoni 2010-07-26 14:33:41 PDT
For Windows accessibility, WebDocument should implement:

WEBKIT_API WebDocumentType doctype() const;
Comment 1 Dominic Mazzoni 2010-07-26 14:52:02 PDT
Created attachment 62615 [details]
Implements proposed feature
Comment 2 WebKit Review Bot 2010-07-26 14:53:00 PDT
Attachment 62615 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit/chromium/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Dominic Mazzoni 2010-07-26 14:59:25 PDT
Created attachment 62617 [details]
Fix style errors in previous patch
Comment 4 chris fleizach 2010-07-26 16:39:39 PDT
Comment on attachment 62617 [details]
Fix style errors in previous patch

r=me
Comment 5 WebKit Commit Bot 2010-07-26 17:01:22 PDT
Comment on attachment 62617 [details]
Fix style errors in previous patch

Clearing flags on attachment: 62617

Committed r64092: <http://trac.webkit.org/changeset/64092>
Comment 6 WebKit Commit Bot 2010-07-26 17:01:28 PDT
All reviewed patches have been landed.  Closing bug.