WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
29058
Make SVGStyleElement inherit from SVGLangSpace
https://bugs.webkit.org/show_bug.cgi?id=29058
Summary
Make SVGStyleElement inherit from SVGLangSpace
Cameron McCormack (:heycam)
Reported
2009-09-08 16:11:25 PDT
SVG 1.1 Second Edition drops the xmlspace attribute from SVGStyleElement and makes it inherit from SVGLangSpace to gain xmlspace and xmllang:
http://dev.w3.org/SVG/profiles/1.1F2/publish/styling.html#InterfaceSVGStyleElement
Attachments
Patch v1
(8.84 KB, patch)
2009-09-08 16:31 PDT
,
Cameron McCormack (:heycam)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Cameron McCormack (:heycam)
Comment 1
2009-09-08 16:31:00 PDT
Created
attachment 39227
[details]
Patch v1 Note that the test doesn't actually check that the xmllang and xmlspace properties reflect the attributes on the <style> element.
Bug 26371
should fix that.
Eric Seidel (no email)
Comment 2
2009-09-09 08:11:15 PDT
Comment on
attachment 39227
[details]
Patch v1 Looks great!
Eric Seidel (no email)
Comment 3
2009-09-09 08:16:02 PDT
Comment on
attachment 39227
[details]
Patch v1 Rejecting patch 39227 from commit-queue. This patch will require manual commit. Patch
https://bugs.webkit.org/attachment.cgi?id=39227
from
bug 29058
failed to download and apply.
Eric Seidel (no email)
Comment 4
2009-09-09 09:37:02 PDT
svn-apply does not seem to like your patch files: can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |Index: LayoutTests/svg/dom/SVGStyleElement/resources/TEMPLATE.html |=================================================================== |--- LayoutTests/svg/dom/SVGStyleElement/resources/TEMPLATE.html (revision 0) |+++ LayoutTests/svg/dom/SVGStyleElement/resources/TEMPLATE.html (working copy) -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Can't open 'LayoutTests/svg/dom/SVGStyleElement/resources/TEMPLATE.html': No such file or directory at /Users/eseidel/Projects/WebKit2/WebKitTools/Scripts/svn-apply line 256, <> line 238.
Cameron McCormack (:heycam)
Comment 5
2009-09-09 15:56:38 PDT
(In reply to
comment #4
)
> svn-apply does not seem to like your patch files:
The fix in
bug 29059
should let svn-apply work on this patch.
WebKit Commit Bot
Comment 6
2009-09-09 17:55:40 PDT
Comment on
attachment 39227
[details]
Patch v1 Clearing flags on attachment: 39227 Committed
r48239
: <
http://trac.webkit.org/changeset/48239
>
WebKit Commit Bot
Comment 7
2009-09-09 17:55:44 PDT
All reviewed patches have been landed. Closing bug.
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