feat: Change - to _ for selector names

This commit is contained in:
sthag 2026-03-15 12:25:23 +01:00
parent 245227d7e9
commit d533563569
9 changed files with 16 additions and 16 deletions

View file

@ -221,8 +221,8 @@ order: 3
</tr>
</tbody>
</table>
<pre class="pre_code"><code>table.width_full.stripe.fix.free>tr>td*3</code></pre>
<table class="width_full stripe fix free">
<pre class="pre_code"><code>table.width_full.striped.fix.free>tr>td*3</code></pre>
<table class="width_full striped fix free">
<tr>
<td>Tabelle</td>
<td></td>
@ -278,7 +278,7 @@ order: 3
</tr>
</tfoot>
</table>
<pre class="pre_code"><code>table>tr>td+td.ellipsis+td[style="width: 50%"]</code></pre>
<pre class="pre_code"><code>table.width_full.fix>tr>td+td.ellipsis+td[style="width: 50%"]</code></pre>
<table class="width_full fix">
<tr>
<td>Index</td>

View file

@ -39,7 +39,7 @@ tags:
<p>This needs to be seen and acknowledged.<br>So an interaction must be made to continue.</p>
</div>
<div id="idle" class="step op_hide">
<div class="mouse-overlay"></div>
<div class="mouse_overlay"></div>
<div class="hello">Hello World!</div>
<p class="hello">Only left mouse click or any key</p>
</div>

View file

@ -9,7 +9,7 @@ tags:
{% block body %}
<main>
<form id="www-search" class="flex inline" action="https://duckduckgo.com/">
<form id="www_search" class="flex inline" action="https://duckduckgo.com/">
<input id="qrySearch" class="input_io" name="q" placeholder="Suchbegriff" type="text" required/>
<input class="button_io" value="Suchen" type="submit"/>
</form>
@ -65,7 +65,7 @@ tags:
return base + '?' + params.toString();
}
document.getElementById('www-search').addEventListener('submit', function (e) {
document.getElementById('www_search').addEventListener('submit', function (e) {
e.preventDefault();
const query = document.getElementById('qrySearch').value.trim();