diff mbox series

[pushed] wwwdocs: cxx-dr-status: Replace <tt> by <code>

Message ID 20240513213422.CCF9833E80@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: cxx-dr-status: Replace <tt> by <code> | expand

Commit Message

Gerald Pfeifer May 13, 2024, 9:34 p.m. UTC
The validator warns about <tt> as deprecated; use <code> instead.

Pushed.

Gerald

---
 htdocs/projects/cxx-dr-status.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html
index c70cdf21..e29d2407 100644
--- a/htdocs/projects/cxx-dr-status.html
+++ b/htdocs/projects/cxx-dr-status.html
@@ -19929,7 +19929,7 @@ 
     <tr class="open">
       <td><a href="https://wg21.link/cwg2842">2842</a></td>
       <td>open</td>
-      <td>Preferring an <tt>initializer_list</tt> over a single value</td>
+      <td>Preferring an <code>initializer_list</code> over a single value</td>
       <td>-</td>
       <td></td>
     </tr>
@@ -20062,7 +20062,7 @@ 
     <tr>
       <td><a href="https://wg21.link/cwg2861">2861</a></td>
       <td>review</td>
-      <td><tt>dynamic_cast</tt> on bad pointer value</td>
+      <td><code>dynamic_cast</code> on bad pointer value</td>
       <td class="unsupported">?</td>
       <td></td>
     </tr>
@@ -20097,7 +20097,7 @@ 
     <tr class="open">
       <td><a href="https://wg21.link/cwg2866">2866</a></td>
       <td>open</td>
-      <td>Observing the effects of <tt>[[no_unique_address] wwwdocs:]</tt></td>
+      <td>Observing the effects of <code>[[no_unique_address] wwwdocs:]</code></td>
       <td>-</td>
       <td></td>
     </tr>
@@ -20118,7 +20118,7 @@ 
     <tr class="open">
       <td><a href="https://wg21.link/cwg2869">2869</a></td>
       <td>open</td>
-      <td><tt>this</tt> in local classes</td>
+      <td><code>this</code> in local classes</td>
       <td>-</td>
       <td></td>
     </tr>
@@ -20167,7 +20167,7 @@ 
     <tr class="open">
       <td><a href="https://wg21.link/cwg2876">2876</a></td>
       <td>open</td>
-      <td>Disambiguation of <tt>T x = delete("text")</tt></td>
+      <td>Disambiguation of <code>T x = delete("text")</code></td>
       <td>-</td>
       <td></td>
     </tr>
@@ -20188,7 +20188,7 @@ 
     <tr class="open">
       <td><a href="https://wg21.link/cwg2879">2879</a></td>
       <td>open</td>
-      <td>Undesired outcomes with <tt>const_cast</tt></td>
+      <td>Undesired outcomes with <code>const_cast</code></td>
       <td>-</td>
       <td></td>
     </tr>