From: Antonio Ospite Date: Fri, 13 Nov 2009 12:58:06 +0000 (+0100) Subject: Fix example for 'samp' element. X-Git-Url: https://git.ao2.it/xhtml11_quickref.git/commitdiff_plain/b5b96b795393e36ef91b7429371e9a71f35b97a4?hp=19445a31cad19b0e074f9211a5f24c17881aa3f1 Fix example for 'samp' element. From http://reference.sitepoint.com/html/samp: The samp element’s purpose is to identify a sample of characters that form the output or result of some process. It’s not often seen in practice, but would most probably be encountered in an online technical manual or support site of some kind. --- diff --git a/xhtml11_quick_reference_by_examples.html b/xhtml11_quick_reference_by_examples.html index 557a473..20072b5 100644 --- a/xhtml11_quick_reference_by_examples.html +++ b/xhtml11_quick_reference_by_examples.html @@ -508,8 +508,9 @@ They are all style-able.
samp
Let's clean up this file: +
$ tidy -xml -access 3 -utf8 -i -m $THIS_FILE
- tidy -xml -access 3 -utf-8 -i -m $THIS_FILE + No warnings or errors were found.