Bug 43072 - Update numbered header element closing to match recent spec change
Summary: Update numbered header element closing to match recent spec change
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-07-27 13:09 PDT by Adam Barth
Modified: 2010-07-28 15:31 PDT (History)
2 users (show)

See Also:


Attachments
Patch (6.47 KB, patch)
2010-07-27 13:13 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-07-27 13:09:21 PDT
Update numbered header element closing to match recent spec change
Comment 1 Adam Barth 2010-07-27 13:13:46 PDT
Created attachment 62734 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-07-27 13:18:33 PDT
Comment on attachment 62734 [details]
Patch

WebCore/html/HTMLElementStack.cpp:43
 +  inline bool isNumberedHeaderElement(Element* element)
We need to create a header and stuff all these in it sometime.

WebCore/html/HTMLElementStack.cpp:387
 +  bool HTMLElementStack::hasNumberedHeaderElementInScope() const
We could template these if we really wanted to.
Comment 3 WebKit Commit Bot 2010-07-28 15:31:52 PDT
Comment on attachment 62734 [details]
Patch

Clearing flags on attachment: 62734

Committed r64237: <http://trac.webkit.org/changeset/64237>
Comment 4 WebKit Commit Bot 2010-07-28 15:31:57 PDT
All reviewed patches have been landed.  Closing bug.