diff options
author | dom <dom@localhost> | 2005-04-28 16:20:08 +0000 |
---|---|---|
committer | dom <dom@localhost> | 2005-04-28 16:20:08 +0000 |
commit | 22acb13fd38b8eb72a1922b73894d6a611404ef4 (patch) | |
tree | bb93ffa496dacb33cdb3de4df9eb684bc2e5a286 | |
parent | 53b4cb63e8c938a45511f7e916945978e0924196 (diff) | |
download | markup-validator-22acb13fd38b8eb72a1922b73894d6a611404ef4.zip markup-validator-22acb13fd38b8eb72a1922b73894d6a611404ef4.tar.gz markup-validator-22acb13fd38b8eb72a1922b73894d6a611404ef4.tar.bz2 |
updated title of altAttribute
-rw-r--r-- | htdocs/config/tips.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/config/tips.cfg b/htdocs/config/tips.cfg index dbe0e42..ac29243 100644 --- a/htdocs/config/tips.cfg +++ b/htdocs/config/tips.cfg @@ -7,14 +7,14 @@ # properly escaped URI (not HTML escaped), and the value is included as-is # in the markup. # -# $Id: tips.cfg,v 1.11 2005-01-15 15:20:39 ville Exp $ +# $Id: tips.cfg,v 1.12 2005-04-28 16:20:08 dom Exp $ # http://www.w3.org/QA/Tips/good-titles = <strong><title></strong>: the most important element of a quality Web page. http://www.w3.org/QA/Tips/noClickHere = Don't use "click here" as link text! http://www.w3.org/QA/Tips/Use_h1_for_Title = Use <h1> for top-level heading http://www.w3.org/QA/Tips/reback = Use standard redirects: don't break the back button! -http://www.w3.org/QA/Tips/altAttribute = Use the <code>alt</code> attribute +http://www.w3.org/QA/Tips/altAttribute = Use the <code>alt</code> attribute to describe the function of each visual http://www.w3.org/QA/Tips/color = If You Pick One Color Pick Them All http://www.w3.org/QA/Tips/font-size = Care With Font Size http://www.w3.org/QA/Tips/use-links = Use <link>s in your document |