[Webkit-unassigned] [Bug 49694] Add some comments about XSLStyleSheet owner node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 17 15:49:25 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49694


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |ap at webkit.org
                   |kit.org                     |
  Attachment #74169|                            |review?
               Flag|                            |




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-11-17 15:49:25 PST ---
Created an attachment (id=74169)
 --> (https://bugs.webkit.org/attachment.cgi?id=74169&action=review)
proposed patch

Also, renamed a function that creates embedded stylesheets from createInline() to createEmbedded(). An example of such stylesheet is

<?xml-stylesheet type="text/xml" href="#style1"?>
<!DOCTYPE doc SYSTEM "doc.dtd">
<doc>
<head>
<xsl:stylesheet id="style1"
                version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:fo="http://www.w3.org/1999/XSL/Format">
<...>

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



More information about the webkit-unassigned mailing list