checkpoint in conveeting to dot ns
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Thu, 25 Jun 2026 12:58:07 +0000 (12:58 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Thu, 25 Jun 2026 12:58:07 +0000 (12:58 +0000)
developer/authored/Manuscript.copy/Document/manual.html
tester/authored/Counter/test_0.html
tester/authored/Counter/test_1.html
tester/authored/Counter/test_2.html
tester/authored/Counter/test_3.html
tester/authored/Counter/test_4.html
tester/authored/Counter/test_5.html

index 35ce1ac..7c16194 100644 (file)
         </thead>
         <tbody>
           <tr>
-            <td><RT·code>&lt;RT·Counter··make&gt;</RT·code></td>
+            <td><RT·code>&lt;RT·Counter·make&gt;</RT·code></td>
             <td>Declares an empty named counter sequence (e.g., figure, equation).</td>
           </tr>
           <tr>
-            <td><RT·code>&lt;RT·Counter··step&gt;</RT·code></td>
+            <td><RT·code>&lt;RT·Counter·step&gt;</RT·code></td>
             <td>Advances the counter from empty or increments to the next ordinal address.</td>
           </tr>
           <tr>
-            <td><RT·code>&lt;RT·Counter··indent&gt;</RT·code></td>
+            <td><RT·code>&lt;RT·Counter·indent&gt;</RT·code></td>
             <td>Pushes a new structural depth onto the tracking stack.</td>
           </tr>
           <tr>
-            <td><RT·code>&lt;RT·Counter··snapshot&gt;</RT·code></td>
+            <td><RT·code>&lt;RT·Counter·snapshot&gt;</RT·code></td>
             <td>Deep copies the active count and styling parameters to a dictionary key.</td>
           </tr>
           <tr>
-            <td><RT·code>&lt;RT·Counter··read&gt;</RT·code></td>
+            <td><RT·code>&lt;RT·Counter·read&gt;</RT·code></td>
             <td>Recalls a saved count or format parameter from the snapshot dictionary.</td>
           </tr>
         </tbody>
index 05c454f..ee9c650 100644 (file)
     </script>
   </head>
   <body>
-    <RT-article>
+    <RT·article>
 
-      <RT-counter_make counter="figure" style="Natural" on-first-step="1" separator="."></RT-counter_make>
+      <RT·Counter·make counter="figure" style="Natural" on-first-step="1" separator="."></RT·Counter·make>
       
       <h1>Primary Analysis</h1>
       <p>
         Observe the data in Figure 
-        <RT-counter_step counter="figure"></RT-counter_step>
-        <RT-counter_snapshot counter="figure" snapshot="fig-primary"></RT-counter_snapshot>
-        <RT-counter_read snapshot="fig-primary" key="count"></RT-counter_read>.
+        <RT·Counter·step counter="figure"></RT·Counter·step>
+        <RT·Counter·snapshot counter="figure" snapshot="fig-primary"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="fig-primary" key="count"></RT·Counter·read>.
       </p>
 
-      <RT-counter_indent counter="figure">
+      <RT·Counter·indent counter="figure">
         <p>
           Detail view of the left quadrant: Figure 
-          <RT-counter_step counter="figure"></RT-counter_step>
-          <RT-counter_snapshot counter="figure" snapshot="fig-sub-left"></RT-counter_snapshot>
-          <RT-counter_read snapshot="fig-sub-left" key="count"></RT-counter_read>.
+          <RT·Counter·step counter="figure"></RT·Counter·step>
+          <RT·Counter·snapshot counter="figure" snapshot="fig-sub-left"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="fig-sub-left" key="count"></RT·Counter·read>.
         </p>
         
         <p>
           Detail view of the right quadrant: Figure 
-          <RT-counter_step counter="figure"></RT-counter_step>
-          <RT-counter_snapshot counter="figure" snapshot="fig-sub-right"></RT-counter_snapshot>
-          <RT-counter_read snapshot="fig-sub-right" key="count"></RT-counter_read>.
+          <RT·Counter·step counter="figure"></RT·Counter·step>
+          <RT·Counter·snapshot counter="figure" snapshot="fig-sub-right"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="fig-sub-right" key="count"></RT·Counter·read>.
         </p>
         
-        <RT-counter_indent counter="figure">
+        <RT·Counter·indent counter="figure">
           <p>
             Microscopic inspection: Figure 
-            <RT-counter_step counter="figure"></RT-counter_step>
-            <RT-counter_snapshot counter="figure" snapshot="fig-micro"></RT-counter_snapshot>
-            <RT-counter_read snapshot="fig-micro" key="count"></RT-counter_read>.
+            <RT·Counter·step counter="figure"></RT·Counter·step>
+            <RT·Counter·snapshot counter="figure" snapshot="fig-micro"></RT·Counter·snapshot>
+            <RT·Counter·read snapshot="fig-micro" key="count"></RT·Counter·read>.
           </p>
-        </RT-counter_indent>
-      </RT-counter_indent>
+        </RT·Counter·indent>
+      </RT·Counter·indent>
 
       <h1>Secondary Analysis</h1>
       <p>
         Proceeding to the next major component, shown in Figure 
-        <RT-counter_step counter="figure"></RT-counter_step>
-        <RT-counter_snapshot counter="figure" snapshot="fig-secondary"></RT-counter_snapshot>
-        <RT-counter_read snapshot="fig-secondary" key="count"></RT-counter_read>.
+        <RT·Counter·step counter="figure"></RT·Counter·step>
+        <RT·Counter·snapshot counter="figure" snapshot="fig-secondary"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="fig-secondary" key="count"></RT·Counter·read>.
       </p>
 
       <div class="reference-box">
         <h2>Forward Reference Validation</h2>
         <p>This text proves we can accurately call back to earlier elements.</p>
         <ul>
-          <li>The primary analysis was Figure <RT-counter_read snapshot="fig-primary" key="count"></RT-counter_read>.</li>
-          <li>The left quadrant was Figure <RT-counter_read snapshot="fig-sub-left" key="count"></RT-counter_read>.</li>
-          <li>The microscopic view was Figure <RT-counter_read snapshot="fig-micro" key="count"></RT-counter_read>.</li>
+          <li>The primary analysis was Figure <RT·Counter·read snapshot="fig-primary" key="count"></RT·Counter·read>.</li>
+          <li>The left quadrant was Figure <RT·Counter·read snapshot="fig-sub-left" key="count"></RT·Counter·read>.</li>
+          <li>The microscopic view was Figure <RT·Counter·read snapshot="fig-micro" key="count"></RT·Counter·read>.</li>
         </ul>
       </div>
 
-    </RT-article>
+    </RT·article>
   </body>
 </html>
index f9d4a1f..2c6f054 100644 (file)
     </script>
   </head>
   <body>
-    <RT-article>
+    <RT·article>
 
-      <RT-counter_make counter="figure"></RT-counter_make>
+      <RT·Counter·make counter="figure"></RT·Counter·make>
       
       <h1>Primary Analysis</h1>
       <p>
         Observe the data in Figure 
-        <RT-counter_step counter="figure"></RT-counter_step>
-        <RT-counter_snapshot counter="figure" snapshot="fig-primary"></RT-counter_snapshot>
-        <RT-counter_read snapshot="fig-primary" key="count"></RT-counter_read>.
+        <RT·Counter·step counter="figure"></RT·Counter·step>
+        <RT·Counter·snapshot counter="figure" snapshot="fig-primary"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="fig-primary" key="count"></RT·Counter·read>.
       </p>
 
-      <RT-counter_indent counter="figure">
+      <RT·Counter·indent counter="figure">
         <p>
           Detail view of the left quadrant: Figure 
-          <RT-counter_step counter="figure"></RT-counter_step>
-          <RT-counter_snapshot counter="figure" snapshot="fig-sub-left"></RT-counter_snapshot>
-          <RT-counter_read snapshot="fig-sub-left" key="count"></RT-counter_read>.
+          <RT·Counter·step counter="figure"></RT·Counter·step>
+          <RT·Counter·snapshot counter="figure" snapshot="fig-sub-left"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="fig-sub-left" key="count"></RT·Counter·read>.
         </p>
         
         <p>
           Detail view of the right quadrant: Figure 
-          <RT-counter_step counter="figure"></RT-counter_step>
-          <RT-counter_snapshot counter="figure" snapshot="fig-sub-right"></RT-counter_snapshot>
-          <RT-counter_read snapshot="fig-sub-right" key="count"></RT-counter_read>.
+          <RT·Counter·step counter="figure"></RT·Counter·step>
+          <RT·Counter·snapshot counter="figure" snapshot="fig-sub-right"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="fig-sub-right" key="count"></RT·Counter·read>.
         </p>
         
-        <RT-counter_indent counter="figure">
+        <RT·Counter·indent counter="figure">
           <p>
             Microscopic inspection: Figure 
-            <RT-counter_step counter="figure"></RT-counter_step>
-            <RT-counter_snapshot counter="figure" snapshot="fig-micro"></RT-counter_snapshot>
-            <RT-counter_read snapshot="fig-micro" key="count"></RT-counter_read>.
+            <RT·Counter·step counter="figure"></RT·Counter·step>
+            <RT·Counter·snapshot counter="figure" snapshot="fig-micro"></RT·Counter·snapshot>
+            <RT·Counter·read snapshot="fig-micro" key="count"></RT·Counter·read>.
           </p>
-        </RT-counter_indent>
-      </RT-counter_indent>
+        </RT·Counter·indent>
+      </RT·Counter·indent>
 
       <h1>Secondary Analysis</h1>
       <p>
         Proceeding to the next major component, shown in Figure 
-        <RT-counter_step counter="figure"></RT-counter_step>
-        <RT-counter_snapshot counter="figure" snapshot="fig-secondary"></RT-counter_snapshot>
-        <RT-counter_read snapshot="fig-secondary" key="count"></RT-counter_read>.
+        <RT·Counter·step counter="figure"></RT·Counter·step>
+        <RT·Counter·snapshot counter="figure" snapshot="fig-secondary"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="fig-secondary" key="count"></RT·Counter·read>.
       </p>
 
-    </RT-article>
+    </RT·article>
   </body>
 </html>
index b6cf04a..e61dfbe 100644 (file)
     </script>
   </head>
   <body>
-    <RT-article>
+    <RT·article>
 
-      <RT-counter_make counter="equation" style="Natural" on-first-step="1" separator="-"></RT-counter_make>
+      <RT·Counter·make counter="equation" style="Natural" on-first-step="1" separator="-"></RT·Counter·make>
 
       <div>
         <h2>Executive Summary (Forward References)</h2>
         <p>
           This section appears before any counting occurs in the DOM. 
-          The final equation in this document is Equation <RT-counter_read snapshot="eq-final" key="count"></RT-counter_read>.
+          The final equation in this document is Equation <RT·Counter·read snapshot="eq-final" key="count"></RT·Counter·read>.
         </p>
       </div>
 
       
       <p>
         The base formulation is defined in Equation 
-        <RT-counter_step counter="equation"></RT-counter_step>
-        <RT-counter_snapshot counter="equation" snapshot="eq-base"></RT-counter_snapshot>
-        <RT-counter_read snapshot="eq-base" key="count"></RT-counter_read>.
+        <RT·Counter·step counter="equation"></RT·Counter·step>
+        <RT·Counter·snapshot counter="equation" snapshot="eq-base"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="eq-base" key="count"></RT·Counter·read>.
       </p>
 
-      <RT-counter_indent counter="equation">
+      <RT·Counter·indent counter="equation">
         <p>
           Derivation step A: Equation 
-          <RT-counter_step counter="equation"></RT-counter_step>
-          <RT-counter_snapshot counter="equation" snapshot="eq-deriv-a"></RT-counter_snapshot>
-          <RT-counter_read snapshot="eq-deriv-a" key="count"></RT-counter_read>.
+          <RT·Counter·step counter="equation"></RT·Counter·step>
+          <RT·Counter·snapshot counter="equation" snapshot="eq-deriv-a"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="eq-deriv-a" key="count"></RT·Counter·read>.
         </p>
         
         <p>
           Derivation step B: Equation 
-          <RT-counter_step counter="equation"></RT-counter_step>
-          <RT-counter_snapshot counter="equation" snapshot="eq-deriv-b"></RT-counter_snapshot>
-          <RT-counter_read snapshot="eq-deriv-b" key="count"></RT-counter_read>.
+          <RT·Counter·step counter="equation"></RT·Counter·step>
+          <RT·Counter·snapshot counter="equation" snapshot="eq-deriv-b"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="eq-deriv-b" key="count"></RT·Counter·read>.
         </p>
-      </RT-counter_indent>
+      </RT·Counter·indent>
 
       <p>
         The concluding formulation is established in Equation 
-        <RT-counter_step counter="equation"></RT-counter_step>
-        <RT-counter_snapshot counter="equation" snapshot="eq-final"></RT-counter_snapshot>
-        <RT-counter_read snapshot="eq-final" key="count"></RT-counter_read>.
+        <RT·Counter·step counter="equation"></RT·Counter·step>
+        <RT·Counter·snapshot counter="equation" snapshot="eq-final"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="eq-final" key="count"></RT·Counter·read>.
       </p>
 
-    </RT-article>
+    </RT·article>
   </body>
 </html>
index 655cc3c..cef203c 100644 (file)
     </script>
   </head>
   <body>
-    <RT-article>
+    <RT·article>
         
-      <RT-counter_make counter="rule" style="roman" separator="." separator-placement="embedded-after"></RT-counter_make>
-      <RT-counter_make counter="section" style="roman-outline" separator="-"></RT-counter_make>
+      <RT·Counter·make counter="rule" style="roman" separator="." separator-placement="embedded-after"></RT·Counter·make>
+      <RT·Counter·make counter="section" style="roman-outline" separator="-"></RT·Counter·make>
 
       <h1>Regulatory Formatting</h1>
       <p>
         The embedded-after placement requires a trailing separator. <br>
         Observe Rule 
-        <RT-counter_step counter="rule"></RT-counter_step>
-        <RT-counter_snapshot counter="rule" snapshot="rule_1"></RT-counter_snapshot>
-        <RT-counter_read snapshot="rule_1" key="count"></RT-counter_read>
+        <RT·Counter·step counter="rule"></RT·Counter·step>
+        <RT·Counter·snapshot counter="rule" snapshot="rule_1"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="rule_1" key="count"></RT·Counter·read>
       </p>
-      <RT-counter_indent counter="rule">
+      <RT·Counter·indent counter="rule">
         <p>
           Subset rule 
-          <RT-counter_step counter="rule"></RT-counter_step>
-          <RT-counter_snapshot counter="rule" snapshot="rule_1_1"></RT-counter_snapshot>
-          <RT-counter_read snapshot="rule_1_1" key="count"></RT-counter_read>
+          <RT·Counter·step counter="rule"></RT·Counter·step>
+          <RT·Counter·snapshot counter="rule" snapshot="rule_1_1"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="rule_1_1" key="count"></RT·Counter·read>
         </p>
         <p>
           Subset rule 
-          <RT-counter_step counter="rule"></RT-counter_step>
-          <RT-counter_snapshot counter="rule" snapshot="rule_1_2"></RT-counter_snapshot>
-          <RT-counter_read snapshot="rule_1_2" key="count"></RT-counter_read>
+          <RT·Counter·step counter="rule"></RT·Counter·step>
+          <RT·Counter·snapshot counter="rule" snapshot="rule_1_2"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="rule_1_2" key="count"></RT·Counter·read>
         </p>
-      </RT-counter_indent>
+      </RT·Counter·indent>
 
       <h1>Outline Hierarchy</h1>
       <p>
         The outline format automatically cycles styles by depth. <br>
         Level 0 evaluates to Section 
-        <RT-counter_step counter="section"></RT-counter_step>
-        <RT-counter_snapshot counter="section" snapshot="sec_1"></RT-counter_snapshot>
-        <RT-counter_read snapshot="sec_1" key="count"></RT-counter_read>.
+        <RT·Counter·step counter="section"></RT·Counter·step>
+        <RT·Counter·snapshot counter="section" snapshot="sec_1"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="sec_1" key="count"></RT·Counter·read>.
       </p>
 
-      <RT-counter_indent counter="section">
+      <RT·Counter·indent counter="section">
         <p>
           Level 1 evaluates to Section 
-          <RT-counter_step counter="section"></RT-counter_step>
-          <RT-counter_snapshot counter="section" snapshot="sec_1_1"></RT-counter_snapshot>
-          <RT-counter_read snapshot="sec_1_1" key="count"></RT-counter_read>.
+          <RT·Counter·step counter="section"></RT·Counter·step>
+          <RT·Counter·snapshot counter="section" snapshot="sec_1_1"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="sec_1_1" key="count"></RT·Counter·read>.
         </p>
         
-        <RT-counter_indent counter="section">
+        <RT·Counter·indent counter="section">
           <p>
             Level 2 evaluates to Section 
-            <RT-counter_step counter="section"></RT-counter_step>
-            <RT-counter_snapshot counter="section" snapshot="sec_1_1_1"></RT-counter_snapshot>
-            <RT-counter_read snapshot="sec_1_1_1" key="count"></RT-counter_read>.
+            <RT·Counter·step counter="section"></RT·Counter·step>
+            <RT·Counter·snapshot counter="section" snapshot="sec_1_1_1"></RT·Counter·snapshot>
+            <RT·Counter·read snapshot="sec_1_1_1" key="count"></RT·Counter·read>.
           </p>
           <p>
             Level 2 continues at Section 
-            <RT-counter_step counter="section"></RT-counter_step>
-            <RT-counter_snapshot counter="section" snapshot="sec_1_1_2"></RT-counter_snapshot>
-            <RT-counter_read snapshot="sec_1_1_2" key="count"></RT-counter_read>.
+            <RT·Counter·step counter="section"></RT·Counter·step>
+            <RT·Counter·snapshot counter="section" snapshot="sec_1_1_2"></RT·Counter·snapshot>
+            <RT·Counter·read snapshot="sec_1_1_2" key="count"></RT·Counter·read>.
           </p>
-        </RT-counter_indent>
-      </RT-counter_indent>
+        </RT·Counter·indent>
+      </RT·Counter·indent>
         
-    </RT-article>
+    </RT·article>
   </body>
 </html>
index 77b1126..0b68563 100644 (file)
@@ -9,15 +9,15 @@
   </script>
 </head>
 <body>
-  <RT-article>
+  <RT·article>
     
-    <RT-title 
+    <RT·title 
       author="Test Bench" 
       date="2026-06-25" 
       title="Test 4: Counters and Outdents">
-    </RT-title>
+    </RT·title>
 
-    <RT-counter_make counter="sec" style="Natural" separator="."></RT-counter_make>
+    <RT·Counter·make counter="sec" style="Natural" separator="."></RT·Counter·make>
 
     <div>
       <h2>Executive Summary</h2>
@@ -25,9 +25,9 @@
         This summary proves the snapshot dictionary is populated before the reading phase executes.
       </p>
       <ul>
-        <li>The first major section is <RT-counter_read snapshot="snap_1"></RT-counter_read>.</li>
-        <li>The deepest nested section is <RT-counter_read snapshot="snap_2_1_1"></RT-counter_read>.</li>
-        <li>The final section, proving successful outdenting, is <RT-counter_read snapshot="snap_3"></RT-counter_read>.</li>
+        <li>The first major section is <RT·Counter·read snapshot="snap_1"></RT·Counter·read>.</li>
+        <li>The deepest nested section is <RT·Counter·read snapshot="snap_2_1_1"></RT·Counter·read>.</li>
+        <li>The final section, proving successful outdenting, is <RT·Counter·read snapshot="snap_3"></RT·Counter·read>.</li>
       </ul>
     </div>
 
     
     <p>
       Beginning the primary sequence: Section 
-      <RT-counter_step counter="sec"></RT-counter_step>
-      <RT-counter_snapshot counter="sec" snapshot="snap_1"></RT-counter_snapshot>
-      <RT-counter_read snapshot="snap_1"></RT-counter_read>.
+      <RT·Counter·step counter="sec"></RT·Counter·step>
+      <RT·Counter·snapshot counter="sec" snapshot="snap_1"></RT·Counter·snapshot>
+      <RT·Counter·read snapshot="snap_1"></RT·Counter·read>.
     </p>
 
-    <RT-counter_indent counter="sec">
+    <RT·Counter·indent counter="sec">
       <p>
         First nested item: Section 
-        <RT-counter_step counter="sec"></RT-counter_step>
-        <RT-counter_snapshot counter="sec" snapshot="snap_1_1"></RT-counter_snapshot>
-        <RT-counter_read snapshot="snap_1_1"></RT-counter_read>.
+        <RT·Counter·step counter="sec"></RT·Counter·step>
+        <RT·Counter·snapshot counter="sec" snapshot="snap_1_1"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="snap_1_1"></RT·Counter·read>.
       </p>
       <p>
         Second nested item: Section 
-        <RT-counter_step counter="sec"></RT-counter_step>
-        <RT-counter_snapshot counter="sec" snapshot="snap_1_2"></RT-counter_snapshot>
-        <RT-counter_read snapshot="snap_1_2"></RT-counter_read>.
+        <RT·Counter·step counter="sec"></RT·Counter·step>
+        <RT·Counter·snapshot counter="sec" snapshot="snap_1_2"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="snap_1_2"></RT·Counter·read>.
       </p>
-    </RT-counter_indent>
+    </RT·Counter·indent>
 
     <p>
       Outdented back to the primary sequence: Section 
-      <RT-counter_step counter="sec"></RT-counter_step>
-      <RT-counter_snapshot counter="sec" snapshot="snap_2"></RT-counter_snapshot>
-      <RT-counter_read snapshot="snap_2"></RT-counter_read>.
+      <RT·Counter·step counter="sec"></RT·Counter·step>
+      <RT·Counter·snapshot counter="sec" snapshot="snap_2"></RT·Counter·snapshot>
+      <RT·Counter·read snapshot="snap_2"></RT·Counter·read>.
     </p>
 
-    <RT-counter_indent counter="sec">
+    <RT·Counter·indent counter="sec">
       <p>
         First nested item of the second sequence: Section 
-        <RT-counter_step counter="sec"></RT-counter_step>
-        <RT-counter_snapshot counter="sec" snapshot="snap_2_1"></RT-counter_snapshot>
-        <RT-counter_read snapshot="snap_2_1"></RT-counter_read>.
+        <RT·Counter·step counter="sec"></RT·Counter·step>
+        <RT·Counter·snapshot counter="sec" snapshot="snap_2_1"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="snap_2_1"></RT·Counter·read>.
       </p>
       
-      <RT-counter_indent counter="sec">
+      <RT·Counter·indent counter="sec">
         <p>
           Double nested item: Section 
-          <RT-counter_step counter="sec"></RT-counter_step>
-          <RT-counter_snapshot counter="sec" snapshot="snap_2_1_1"></RT-counter_snapshot>
-          <RT-counter_read snapshot="snap_2_1_1"></RT-counter_read>.
+          <RT·Counter·step counter="sec"></RT·Counter·step>
+          <RT·Counter·snapshot counter="sec" snapshot="snap_2_1_1"></RT·Counter·snapshot>
+          <RT·Counter·read snapshot="snap_2_1_1"></RT·Counter·read>.
         </p>
-      </RT-counter_indent>
+      </RT·Counter·indent>
       
       <p>
         Outdented to level one: Section 
-        <RT-counter_step counter="sec"></RT-counter_step>
-        <RT-counter_snapshot counter="sec" snapshot="snap_2_2"></RT-counter_snapshot>
-        <RT-counter_read snapshot="snap_2_2"></RT-counter_read>.
+        <RT·Counter·step counter="sec"></RT·Counter·step>
+        <RT·Counter·snapshot counter="sec" snapshot="snap_2_2"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="snap_2_2"></RT·Counter·read>.
       </p>
-    </RT-counter_indent>
+    </RT·Counter·indent>
 
     <p>
       Double outdented back to root level: Section 
-      <RT-counter_step counter="sec"></RT-counter_step>
-      <RT-counter_snapshot counter="sec" snapshot="snap_3"></RT-counter_snapshot>
-      <RT-counter_read snapshot="snap_3"></RT-counter_read>.
+      <RT·Counter·step counter="sec"></RT·Counter·step>
+      <RT·Counter·snapshot counter="sec" snapshot="snap_3"></RT·Counter·snapshot>
+      <RT·Counter·read snapshot="snap_3"></RT·Counter·read>.
     </p>
 
-  </RT-article>
+  </RT·article>
 </body>
 </html>
index 7a0a795..ac36604 100644 (file)
@@ -9,9 +9,9 @@
     </script>
   </head>
   <body>
-    <RT-article>
+    <RT·article>
 
-      <RT-counter_make counter="diagram" style="alpha" on-first-step="d" separator=":"></RT-counter_make>
+      <RT·Counter·make counter="diagram" style="alpha" on-first-step="d" separator=":"></RT·Counter·make>
 
       <div>
         <h2>Metadata Validation</h2>
           Querying the final snapshot dictionary for parameters assigned at initialization:
         </p>
         <ul>
-          <li>Counter name parameter: <RT-counter_read snapshot="diag-final" key="counter"></RT-counter_read></li>
-          <li>Style parameter: <RT-counter_read snapshot="diag-final" key="style"></RT-counter_read></li>
-          <li>Separator parameter: <RT-counter_read snapshot="diag-final" key="separator"></RT-counter_read></li>
-          <li>first step leads to: <RT-counter_read snapshot="diag-final" key="on-first-step"></RT-counter_read></li>
+          <li>Counter name parameter: <RT·Counter·read snapshot="diag-final" key="counter"></RT·Counter·read></li>
+          <li>Style parameter: <RT·Counter·read snapshot="diag-final" key="style"></RT·Counter·read></li>
+          <li>Separator parameter: <RT·Counter·read snapshot="diag-final" key="separator"></RT·Counter·read></li>
+          <li>first step leads to: <RT·Counter·read snapshot="diag-final" key="on-first-step"></RT·Counter·read></li>
         </ul>
       </div>
 
         First diagram: 
 
         <!-- this generates an error, as the counter object is empty until the first step, besides, what count would it snapshot? -->
-        <RT-counter_snapshot counter="diagram" snapshot="diag-base"></RT-counter_snapshot>
+        <RT·Counter·snapshot counter="diagram" snapshot="diag-base"></RT·Counter·snapshot>
 
-        <RT-counter_step counter="diagram"></RT-counter_step>
-        <RT-counter_snapshot counter="diagram" snapshot="diag-base"></RT-counter_snapshot>
-        <RT-counter_read snapshot="diag-base" key="count"></RT-counter_read>.
+        <RT·Counter·step counter="diagram"></RT·Counter·step>
+        <RT·Counter·snapshot counter="diagram" snapshot="diag-base"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="diag-base" key="count"></RT·Counter·read>.
       </p>
 
       <p>
         Final diagram: 
-        <RT-counter_step counter="diagram"></RT-counter_step>
-        <RT-counter_snapshot counter="diagram" snapshot="diag-final"></RT-counter_snapshot>
-        <RT-counter_read snapshot="diag-final" key="count"></RT-counter_read>.
+        <RT·Counter·step counter="diagram"></RT·Counter·step>
+        <RT·Counter·snapshot counter="diagram" snapshot="diag-final"></RT·Counter·snapshot>
+        <RT·Counter·read snapshot="diag-final" key="count"></RT·Counter·read>.
       </p>
 
-    </RT-article>
+    </RT·article>
   </body>
 </html>