From 19445a31cad19b0e074f9211a5f24c17881aa3f1 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 13 Nov 2009 13:47:36 +0100 Subject: [PATCH] Fix example for the 'var' element. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit From http://reference.sitepoint.com/html/var: The var element is used to indicate that the text is a variable and shouldn’t be taken literally. Instead, it’s an example that should be replaced with your own value. Also in http://articles.sitepoint.com/article/html-37-steps-perfect-markup/2 at item 29.: A common misconception is that var should be used for marking up variables in programming code samples. --- xhtml11_quick_reference_by_examples.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xhtml11_quick_reference_by_examples.html b/xhtml11_quick_reference_by_examples.html index 38dd439..557a473 100644 --- a/xhtml11_quick_reference_by_examples.html +++ b/xhtml11_quick_reference_by_examples.html @@ -525,8 +525,8 @@ They are all style-able.
var
- This file name is in $THIS_FILE... this is just an example, you - know. + Save this file to xhtml11_quickref.html... this is just an example value, + you can choose the name you like more.
-- 2.1.4