[html5] r7464 - [e] (0) Another example for game conversations, by request. Fixing https://www.w [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 14 21:36:06 PDT 2012


Author: ianh
Date: 2012-10-14 21:36:05 -0700 (Sun, 14 Oct 2012)
New Revision: 7464

Modified:
   complete.html
   index
   source
Log:
[e] (0) Another example for game conversations, by request.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17993
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-10-12 19:00:10 UTC (rev 7463)
+++ complete.html	2012-10-15 04:36:05 UTC (rev 7464)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 12 October 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 15 October 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -62595,7 +62595,54 @@
 
   </div>
 
+  <div class=example>
 
+   <p>In some games, conversations are simpler: each character merely has a fixed set of lines that
+   they say. In this example, a game FAQ/walkthrough lists some of the known possible responses for
+   each character:</p>
+
+   <pre><section>
+ <h1>Dialogue</h1>
+ <p><small>Some characters repeat their lines in order each time you interact
+ with them, others randomly pick from amongst their lines. Those who respond in
+ order have numbered entries in the lists below.</small>
+ <h2>The Shopkeeper</h2>
+ <ul>
+  <li>How may I help you?
+  <li>Fresh apples!
+  <li>A loaf of bread for madam?
+ </ul>
+ <h2>The pilot</h2>
+ <p>Before the accident:
+ <ul>
+  </li>I'm about to fly out, sorry!
+  </li>Sorry, I'm just waiting for flight clearance and then I'll be off!
+ </ul>
+ <p>After the accident:
+ <ol>
+  <li>I'm about to fly out, sorry!
+  <li>Ok, I'm not leaving right now, my plane is being cleaned.
+  <li>Ok, it's not being cleaned, it needs a minor repair first.
+  <li>Ok, ok, stop bothering me! Truth is, I had a crash.
+ </ol>
+ <h2>Clan Leader</h2>
+ <p>During the first clan meeting:
+ <ul>
+  <li>Hey, have you seen my daughter? I bet she's up to something nefarious again...
+  <li>Nice weather we're having today, eh?
+  <li>The name is Bailey, Jeff Bailey. How can I help you today?
+  <li>A glass of water? Fresh from the well!
+ </ul>
+ <p>After the earthquake:
+ <ol>
+  <li>Everyone is safe in the shelter, we just have to put out the fire!
+  <li>I'll go and tell the fire brigade, you keep hosing it down!
+ </ol>
+</section></pre>
+
+  </div>
+
+
   <h4 id=footnotes><span class=secno>4.13.5 </span>Footnotes</h4>
 
   <p>HTML does not have a dedicated mechanism for marking up
@@ -106047,6 +106094,7 @@
   Ben Millard,
   Benjamin Carl Wiley Sittler,
   Benjamin Hawkes-Lewis,
+  Benoit Ren,
   Bert Bos,
   Bijan Parsia,
   Bil Corry,

Modified: index
===================================================================
--- index	2012-10-12 19:00:10 UTC (rev 7463)
+++ index	2012-10-15 04:36:05 UTC (rev 7464)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 12 October 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 15 October 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -62595,7 +62595,54 @@
 
   </div>
 
+  <div class=example>
 
+   <p>In some games, conversations are simpler: each character merely has a fixed set of lines that
+   they say. In this example, a game FAQ/walkthrough lists some of the known possible responses for
+   each character:</p>
+
+   <pre><section>
+ <h1>Dialogue</h1>
+ <p><small>Some characters repeat their lines in order each time you interact
+ with them, others randomly pick from amongst their lines. Those who respond in
+ order have numbered entries in the lists below.</small>
+ <h2>The Shopkeeper</h2>
+ <ul>
+  <li>How may I help you?
+  <li>Fresh apples!
+  <li>A loaf of bread for madam?
+ </ul>
+ <h2>The pilot</h2>
+ <p>Before the accident:
+ <ul>
+  </li>I'm about to fly out, sorry!
+  </li>Sorry, I'm just waiting for flight clearance and then I'll be off!
+ </ul>
+ <p>After the accident:
+ <ol>
+  <li>I'm about to fly out, sorry!
+  <li>Ok, I'm not leaving right now, my plane is being cleaned.
+  <li>Ok, it's not being cleaned, it needs a minor repair first.
+  <li>Ok, ok, stop bothering me! Truth is, I had a crash.
+ </ol>
+ <h2>Clan Leader</h2>
+ <p>During the first clan meeting:
+ <ul>
+  <li>Hey, have you seen my daughter? I bet she's up to something nefarious again...
+  <li>Nice weather we're having today, eh?
+  <li>The name is Bailey, Jeff Bailey. How can I help you today?
+  <li>A glass of water? Fresh from the well!
+ </ul>
+ <p>After the earthquake:
+ <ol>
+  <li>Everyone is safe in the shelter, we just have to put out the fire!
+  <li>I'll go and tell the fire brigade, you keep hosing it down!
+ </ol>
+</section></pre>
+
+  </div>
+
+
   <h4 id=footnotes><span class=secno>4.13.5 </span>Footnotes</h4>
 
   <p>HTML does not have a dedicated mechanism for marking up
@@ -106047,6 +106094,7 @@
   Ben Millard,
   Benjamin Carl Wiley Sittler,
   Benjamin Hawkes-Lewis,
+  Benoit Ren,
   Bert Bos,
   Bijan Parsia,
   Bil Corry,

Modified: source
===================================================================
--- source	2012-10-12 19:00:10 UTC (rev 7463)
+++ source	2012-10-15 04:36:05 UTC (rev 7464)
@@ -73206,7 +73206,54 @@
 
   </div>
 
+  <div class="example">
 
+   <p>In some games, conversations are simpler: each character merely has a fixed set of lines that
+   they say. In this example, a game FAQ/walkthrough lists some of the known possible responses for
+   each character:</p>
+
+   <pre><section>
+ <h1>Dialogue</h1>
+ <p><small>Some characters repeat their lines in order each time you interact
+ with them, others randomly pick from amongst their lines. Those who respond in
+ order have numbered entries in the lists below.</small>
+ <h2>The Shopkeeper</h2>
+ <ul>
+  <li>How may I help you?
+  <li>Fresh apples!
+  <li>A loaf of bread for madam?
+ </ul>
+ <h2>The pilot</h2>
+ <p>Before the accident:
+ <ul>
+  </li>I'm about to fly out, sorry!
+  </li>Sorry, I'm just waiting for flight clearance and then I'll be off!
+ </ul>
+ <p>After the accident:
+ <ol>
+  <li>I'm about to fly out, sorry!
+  <li>Ok, I'm not leaving right now, my plane is being cleaned.
+  <li>Ok, it's not being cleaned, it needs a minor repair first.
+  <li>Ok, ok, stop bothering me! Truth is, I had a crash.
+ </ol>
+ <h2>Clan Leader</h2>
+ <p>During the first clan meeting:
+ <ul>
+  <li>Hey, have you seen my daughter? I bet she's up to something nefarious again...
+  <li>Nice weather we're having today, eh?
+  <li>The name is Bailey, Jeff Bailey. How can I help you today?
+  <li>A glass of water? Fresh from the well!
+ </ul>
+ <p>After the earthquake:
+ <ol>
+  <li>Everyone is safe in the shelter, we just have to put out the fire!
+  <li>I'll go and tell the fire brigade, you keep hosing it down!
+ </ol>
+</section></pre>
+
+  </div>
+
+
   <h4 id="footnotes">Footnotes</h4>
 
   <p>HTML does not have a dedicated mechanism for marking up
@@ -124288,6 +124335,7 @@
   Ben Millard,
   Benjamin Carl Wiley Sittler,
   Benjamin Hawkes-Lewis,
+  Benoit Ren,
   Bert Bos,
   Bijan Parsia,
   Bil Corry,




More information about the Commit-Watchers mailing list