html5/spec Overview.html,1.1111,1.1112

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6771

Modified Files:
	Overview.html 
Log Message:
tweaks to the typographical conventions section (whatwg r1922)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1111
retrieving revision 1.1112
diff -u -d -r1.1111 -r1.1112
--- Overview.html	23 Jul 2008 23:41:05 -0000	1.1111
+++ Overview.html	23 Jul 2008 23:47:51 -0000	1.1112
@@ -2358,12 +2358,21 @@
 
   <p class=example>This is an example.
 
-  <p class=big-isue>This is an open issue.
+  <p class=big-issue>This is an open issue.
 
   <p class=warning>This is a warning.
 
-  <p>Element names, attribute names, code fragments, and the like are marked
-   up like <code title="">this</code>.
+  <p>The defining instance of a term is marked up like <dfn id=this
+   title=x-this>this</dfn>. Uses of that term are marked up like <a
+   href="#this" title=x-this>this</a> or like <i title=x-this><a
+   href="#this">this</a></i>.
+
+  <p>The defining instance of an element, attribute, or API is marked up like
+   <dfn id=this0 title=x-that><code>this</code></dfn>. References to that
+   element, attribute, or API are marked up like <code title=x-that><a
+   href="#this0">this</a></code>.
+
+  <p>Other code fragments are marked up <code title="">like this</code>.
 
   <p>Variables are marked up like <var title="">this</var>.
 

Received on Wednesday, 23 July 2008 23:48:27 UTC