Minor reference formatting update. Add "wip" formatting.
authorgarykac@google.com
Wed, 13 Nov 2013 05:42:12 +0800
changeset 542 8e7df3431b64
parent 541 24502ebc8582
child 543 d8dcb07951b2
Minor reference formatting update. Add "wip" formatting.
html/DOM3-Events.html
html/override.css
--- a/html/DOM3-Events.html	Wed Nov 13 05:30:30 2013 +0800
+++ b/html/DOM3-Events.html	Wed Nov 13 05:42:12 2013 +0800
@@ -9846,7 +9846,8 @@
 
 			<dl>
 				<dt id="ref-BCP-47"><strong>[BCP-47]</strong> Best Current Practice 47: Tags for Identifying Languages</dt>
-				<dd>A. Phillips, M. Davis, Editors, September 2009.<br/>
+				<dd>A. Phillips, M. Davis, Editors,<br/>
+					September 2009.<br/>
 					The specification for describing the structure, content, construction, and semantics of language tags
 					to indicate the human language used.
 					Available at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>.
@@ -10041,7 +10042,7 @@
 					Available at http://docs.oracle.com/javase/6/docs/api/java/awt/event/KeyEvent.html.
 					</dd>
 
-				<dt id="references-Keys"><strong>[Keys enumeration for .Net]</strong></dt>
+				<dt id="references-Keys"><strong>[Keys Enumeration for .Net]</strong></dt>
 				<dd><cite><a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.keys.aspx">.NET Framework 4.5 Class Library, Keys Enumeration</a></cite>.<br/>
 					Microsoft.<br/>
 					Available at http://msdn.microsoft.com/en-us/library/system.windows.forms.keys.aspx.
--- a/html/override.css	Wed Nov 13 05:30:30 2013 +0800
+++ b/html/override.css	Wed Nov 13 05:42:12 2013 +0800
@@ -4,6 +4,11 @@
   counter-reset: example;
 }
 
+/* "work in progress" text used in references. */
+.wip {
+	font-style: italic;
+}
+
 /* Make h5 and h6 easier to see. */
 
 section > h5 {