- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Nov 2006 06:30:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv29481/htdocs/docs
Modified Files:
Tag: validator-0_7-branch
help.html
Log Message:
linking to list of icons with alternate formats/colors
adding fAQ entry on valid flash
Index: help.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/help.html,v
retrieving revision 1.30.2.2
retrieving revision 1.30.2.3
diff -u -d -r1.30.2.2 -r1.30.2.3
--- help.html 24 Jul 2006 07:11:55 -0000 1.30.2.2
+++ help.html 14 Nov 2006 06:30:57 -0000 1.30.2.3
@@ -68,6 +68,8 @@
<li><a href="#icon">"valid" icons</a>
<ol>
<li><a href="#icon-usage">My document is valid, can I use your "valid" icon?</a></li>
+ <li><a href="#icon-list">Is there a list of all available icons somewhere?</a></li>
+ <li><a href="#icon-license">License and Guidelines for usage of the "valid" icons</a></li>
<li><a href="#icon-invalidpage">I saw the "valid" icon displayed on a site but the page is invalid. What should I do?</a></li>
</ol>
</li>
@@ -82,6 +84,9 @@
<a href="#faq-charset"><q>No Character Encoding Found!</q></a>
</li>
<li>
+ <a href="#faq-flash">How can I include flash in valid (X)HTML Web pages?</a>
+ </li>
+ <li>
<a href="#faq-ampersand">The validator complains about "&" in my URLs!</a>
</li>
<li>
@@ -346,8 +351,10 @@
alt="Valid XHTML 1.0!" height="31" width="88" /></a>
</p>
</pre>
+ <h5 id="icon-list">Is there a list of all available icons somewhere?</h5>
+ <p>The <a href="http://www.w3.org/QA/Tools/Icons">full list of "valid" icons</a> is available on the W3C website.</p>
- <h5>License and Guidelines for usage of the "valid" icons</h5>
+ <h5 id="icon-license">License and Guidelines for usage of the "valid" icons</h5>
<p>Web content providers are granted the right to use the "W3C valid" logo
on pages that pass validation (through the use of the
<a href="http://validator.w3.org/">W3C Markup Validator</a>)
@@ -442,7 +449,12 @@
common encodings if you are not sure what encoding to choose.
</p>
-
+ <h4 id="faq-flash">How can I include flash in valid (X)HTML Web pages?</h4>
+ <p>Many Flash authoring tools recommend, or enforce, the usage of the <embed> element to include
+ flash animations or applications in Web pages. <embed>, however, was never part of any
+ standardized version of HTML, and this practice produces invalid markup.</p>
+ <p>There are many techniques to incorporate flash in valid web pages. One of the most famous is the
+ <a href="http://alistapart.com/articles/flashsatay">Flash Satay</a> technique.</p>
<h4 id="faq-ampersand">The validator complains about "&" in my URLs!</h4>
<p>Most probably, you should read the <a
Received on Tuesday, 14 November 2006 06:31:09 UTC