Bug 26203

Summary: Move parsing of 'attr(X)' values to own method
Product: WebKit Reporter: Roland Steiner <rolandsteiner>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P5    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
patch - add new method for parsing of 'attr(X)' values eric: review+

Description Roland Steiner 2009-06-04 20:07:39 PDT
[separated out from bug #26198]

CSSParser.cpp/.h - move parsing of 'attr(X)' to own method

move parsing of 'attr(X)' to its own method, in order to make re-using it
easier. (E.g., CSS3 'ruby-span' would also use 'attr(X)')
Comment 1 Roland Steiner 2009-06-04 20:10:49 PDT
Created attachment 30984 [details]
patch - add new method for parsing of 'attr(X)' values
Comment 2 Eric Seidel (no email) 2009-06-04 20:26:07 PDT
Comment on attachment 30984 [details]
patch - add new method for parsing of 'attr(X)' values

Great!
Comment 3 Eric Seidel (no email) 2009-06-04 20:30:13 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/css/CSSParser.cpp
	M	WebCore/css/CSSParser.h
Committed r44448