[html5] r8230 - [e] (0) Clarify typographic conventions. Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 18 12:26:54 PDT 2013


Author: ianh
Date: 2013-10-18 12:26:52 -0700 (Fri, 18 Oct 2013)
New Revision: 8230

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify typographic conventions.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-10-18 06:25:36 UTC (rev 8229)
+++ complete.html	2013-10-18 19:26:52 UTC (rev 8230)
@@ -1876,14 +1876,25 @@
 
   <p>Variables are marked up like <var title="">this</var>.</p>
 
-  <p class=impl>This is an implementation requirement.</p>
+  <!--<p class="impl">This is an implementation requirement.</p>-->
 
   <p>In an algorithm, steps in <a href=#synchronous-section title="synchronous section">synchronous sections</a> are
   marked with &#x231b;.</p>
 
+  <p>In some cases, requirements are given in the form of lists with conditions and corresponding
+  requirements. In such cases, the requirements that apply to a condition are always the first set
+  of requirements that follow the condition, even in the case of there being multiple sets of
+  conditions for those requirements. Such cases are presented as follows:</p>
 
-  <h3 id=fingerprint><span class=secno>1.10 </span>Privacy concerns</h3>
+  <dl class=switch><dt>This is a condition
+   <dt>This is another condition
+   </dt><dd>This is the requirement that applies to the conditions above.
 
+   <dt>This is a third condition
+   <dd>This is the requirement that applies to the third condition.
+
+  </dl><h3 id=fingerprint><span class=secno>1.10 </span>Privacy concerns</h3>
+
   <p><i>This section is non-normative.</i></p>
 
   <p>Some features of HTML trade user convenience for a measure of user privacy.</p>

Modified: index
===================================================================
--- index	2013-10-18 06:25:36 UTC (rev 8229)
+++ index	2013-10-18 19:26:52 UTC (rev 8230)
@@ -1876,14 +1876,25 @@
 
   <p>Variables are marked up like <var title="">this</var>.</p>
 
-  <p class=impl>This is an implementation requirement.</p>
+  <!--<p class="impl">This is an implementation requirement.</p>-->
 
   <p>In an algorithm, steps in <a href=#synchronous-section title="synchronous section">synchronous sections</a> are
   marked with &#x231b;.</p>
 
+  <p>In some cases, requirements are given in the form of lists with conditions and corresponding
+  requirements. In such cases, the requirements that apply to a condition are always the first set
+  of requirements that follow the condition, even in the case of there being multiple sets of
+  conditions for those requirements. Such cases are presented as follows:</p>
 
-  <h3 id=fingerprint><span class=secno>1.10 </span>Privacy concerns</h3>
+  <dl class=switch><dt>This is a condition
+   <dt>This is another condition
+   </dt><dd>This is the requirement that applies to the conditions above.
 
+   <dt>This is a third condition
+   <dd>This is the requirement that applies to the third condition.
+
+  </dl><h3 id=fingerprint><span class=secno>1.10 </span>Privacy concerns</h3>
+
   <p><i>This section is non-normative.</i></p>
 
   <p>Some features of HTML trade user convenience for a measure of user privacy.</p>

Modified: source
===================================================================
--- source	2013-10-18 06:25:36 UTC (rev 8229)
+++ source	2013-10-18 19:26:52 UTC (rev 8230)
@@ -541,12 +541,29 @@
 
   <p>Variables are marked up like <var data-x="">this</var>.</p>
 
-  <p class="impl">This is an implementation requirement.</p>
+  <!--<p class="impl">This is an implementation requirement.</p>-->
 
   <p>In an algorithm, steps in <span data-x="synchronous section">synchronous sections</span> are
   marked with &#x231B;.</p>
 
+  <p>In some cases, requirements are given in the form of lists with conditions and corresponding
+  requirements. In such cases, the requirements that apply to a condition are always the first set
+  of requirements that follow the condition, even in the case of there being multiple sets of
+  conditions for those requirements. Such cases are presented as follows:</p>
 
+  <dl class="switch">
+
+   <dt>This is a condition
+   <dt>This is another condition
+   <dd>This is the requirement that applies to the conditions above.
+
+   <dt>This is a third condition
+   <dd>This is the requirement that applies to the third condition.
+
+  </dl>
+
+
+
   <h3 id="fingerprint">Privacy concerns</h3>
 
   <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->




More information about the Commit-Watchers mailing list