From 55ec3233136539e6b5f63ed80635a667e34afb97 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 13 Nov 2009 13:27:10 +0100 Subject: [PATCH] Fix example for the 'dfn' element. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit From http://reference.sitepoint.com/html/dfn: Note that dfn is short for defining instance, not for definition—you should not place the actual definition of the term between the opening and closing tags. --- xhtml11_quick_reference_by_examples.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xhtml11_quick_reference_by_examples.html b/xhtml11_quick_reference_by_examples.html index 7b0b11c..f8d6e32 100644 --- a/xhtml11_quick_reference_by_examples.html +++ b/xhtml11_quick_reference_by_examples.html @@ -417,10 +417,10 @@ They are all style-able.
dfn
I wonder how much my silly definition of happiness: - - Happiness is the limit of our mood function when “how I currently feel” approaches +
+ Happiness is the limit of our mood function when “how I currently feel” approaches to “how I want to feel” - +
is flawed...
-- 2.1.4