[Webkit-unassigned] [Bug 11824] CSSStyleSheet.title property is always null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 14 13:27:55 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11824


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #11842|review?                     |review-
               Flag|                            |




------- Comment #6 from darin at apple.com  2006-12-14 13:27 PDT -------
(From update of attachment 11842)
+                m_sheet->setTitle(static_cast<HTMLElement*>(e)->title());

title() is just a convenience to get the title attribute. It can be moved to
Element if we want to avoid the type cast. Or we can call
getAttribute(titleAttr) here. I suggest not limiting this to HTML elements,
unless there's a reason to. I'd like the titles to work for SVG style elements
too.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list