[webkit-reviews] review requested: [Bug 49694] Add some comments about XSLStyleSheet owner node : [Attachment 74169] proposed patch

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


Alexey Proskuryakov <ap at webkit.org> has asked  for review:
Bug 49694: Add some comments about XSLStyleSheet owner node
https://bugs.webkit.org/show_bug.cgi?id=49694

Attachment 74169: proposed patch
https://bugs.webkit.org/attachment.cgi?id=74169&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
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">
<...>


More information about the webkit-reviews mailing list