html5/spec Overview.html,1.1757,1.1758

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28970

Modified Files:
	Overview.html 
Log Message:
Remove bogus term 'transformation sheet'. (credit: eh) (whatwg r2587)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1757
retrieving revision 1.1758
diff -u -d -r1.1757 -r1.1758
--- Overview.html	25 Dec 2008 08:55:55 -0000	1.1757
+++ Overview.html	25 Dec 2008 10:12:51 -0000	1.1758
@@ -1281,10 +1281,10 @@
     <p class=example>A conforming XHTML processor would, upon
     finding an XHTML <code><a href=#script>script</a></code> element in an XML document,
     execute the script contained in that element. However, if the
-    element is found within an XSLT transformation sheet (assuming the
-    UA also supports XSLT), then the processor would instead treat the
-    <code><a href=#script>script</a></code> element as an opaque element that forms part
-    of the transform.</p>
+    element is found within a transformation expressed in XSLT
+    (assuming the user agent also supports XSLT), then the processor
+    would instead treat the <code><a href=#script>script</a></code> element as an opaque
+    element that forms part of the transform.</p>
 
     <p>Web browsers that support <a href=#html5 title=HTML5>HTML</a> must
     process documents labeled as <code>text/html</code> as described

Received on Thursday, 25 December 2008 10:13:02 UTC