- From: poot <cvsmail@w3.org>
- Date: Thu, 25 Dec 2008 19:15:35 +0900 (JST)
- To: public-html-diffs@w3.org
Remove bogus term 'transformation sheet'. (credit: eh) (whatwg r2587)
Web browsers and other interactive user agents
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1758.html#interactive
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1757&r2=1.1758&f=h
http://html5.org/tools/web-apps-tracker?from=2586&to=2587
===================================================================
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:16:11 UTC