RESOLVED FIXED Bug 32942
HTML5 <article> element support
https://bugs.webkit.org/show_bug.cgi?id=32942
Summary HTML5 <article> element support
Kent Tamura
Reported 2009-12-25 21:33:10 PST
Implement <article> element. It will be very similar to Bug#32936 for <section>.
Attachments
Proposed patch (9.66 KB, patch)
2009-12-25 21:59 PST, Kent Tamura
mjs: review+
commit-queue: commit-queue-
Kent Tamura
Comment 1 2009-12-25 21:59:20 PST
Created attachment 45505 [details] Proposed patch
WebKit Review Bot
Comment 2 2009-12-25 22:02:07 PST
style-queue ran check-webkit-style on attachment 45505 [details] without any errors.
Maciej Stachowiak
Comment 3 2009-12-28 02:10:48 PST
Comment on attachment 45505 [details] Proposed patch r=me
WebKit Commit Bot
Comment 4 2009-12-28 04:36:18 PST
Comment on attachment 45505 [details] Proposed patch Rejecting patch 45505 from commit-queue. Unexpected failure when landing patch! Please file a bug against bugzilla-tool. Failed to run "['WebKitTools/Scripts/bugzilla-tool', '--status-host=webkit-commit-queue.appspot.com', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', '--quiet', '45505']" exit_code: 1 Last 500 characters of output: 134, in fetch_attachments_from_bug bug = self.fetch_bug(bug_id) File "/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/bugzilla.py", line 130, in fetch_bug return self._parse_bug_page(page) File "/Users/eseidel/Projects/CommitQueueSVN/WebKitTools/Scripts/modules/bugzilla.py", line 123, in _parse_bug_page bug["attachments"] = [self._parse_attachment_element(element, bug_id) for element in soup.findAll('attachment')] NameError: global name 'bug_id' is not defined
Kent Tamura
Comment 5 2009-12-28 05:49:42 PST
Eric Seidel (no email)
Comment 6 2009-12-28 08:34:36 PST
Sorry, I broke the commit-queue, but Adam fixed it in http://trac.webkit.org/changeset/52595. Its working again now. Apologies for the trouble.
Note You need to log in before you can comment on or make changes to this bug.