- From: CVS User ysavoure <cvsmail@w3.org>
- Date: Wed, 22 May 2013 17:18:27 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5 In directory gil:/tmp/cvs-serv31796/examples/html5 Added Files: EX-within-text-defaults-html5-1.html Log Message: Updated within text info and example per action 532 --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-within-text-defaults-html5-1.html 2013/05/22 17:18:27 NONE +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-within-text-defaults-html5-1.html 2013/05/22 17:18:27 1.1 <!DOCTYPE html> <html> <head> <meta charset=utf-8> <title>Elements within Text defaults for HTML5</title> </head> <body> <p>The element p is not within text. But <em>the element em is</em>.</p> <p>A button <button onclick="display()">Click Here</button> is also within text. But <textarea>The content of textarea</textarea> is nested.</p> Some additional text... <script><!-- function display() { alert("The script element is nested."); } //--> </script> <noscript>The noscript element is nested.</noscript> </body> </html>
Received on Wednesday, 22 May 2013 17:18:30 UTC