diff --git a/source/code/hippie/app.js b/source/code/hippie/app.js
index 7cda8b6..50efe38 100644
--- a/source/code/hippie/app.js
+++ b/source/code/hippie/app.js
@@ -69,7 +69,7 @@ function HippieFade(toggleElement, initState) {
const fragment = document.createDocumentFragment();
const overlay = document.createElement('div');
- overlay.id = 'mouse_overlay';
+ overlay.id = 'mouse-overlay';
if (initState) {
overlay.classList.add('active');
diff --git a/source/screens/demo/components.liquid b/source/screens/demo/components.liquid
index 2ea1d8d..ca72d3f 100644
--- a/source/screens/demo/components.liquid
+++ b/source/screens/demo/components.liquid
@@ -190,11 +190,11 @@ order: 3
// table // caption // colgroup // col // tbody // thead // tfoot // tr // td // th
<table>
Varianten
- table.width_full.fix>(thead>tr>th.pre[scope="col"]+th[scope="col"]*3)+tbody>tr>td.pre+td*3
+ table.width_full.fix>(thead>tr>th.cell_pre[scope="col"]+th[scope="col"]*3)+tbody>tr>td.cell_pre+td*3
- |
+ |
Kopfzeile |
A |
B |
@@ -202,27 +202,27 @@ order: 3
- | Vorspalte |
+ Vorspalte |
Eine |
|
|
- | 1 |
+ 1 |
|
erweiterte |
|
- | 2 |
+ 2 |
|
|
Tabelle |
- table.width_full.striped.fix.free>tr>td*3
-
+ table.width_full.stripe.fix.free>tr>td*3
+
| Tabelle |
|
@@ -244,7 +244,7 @@ order: 3
Streifen |
- table>(thead>tr>th[scope="col"]*3)+(tbody>tr>td*2+td.txt_right)+tfoot>tr>th[colspan="2"]+td.txt_right
+ table.width_full.fix>(thead>tr>th[scope="col"]*3)+(tbody>tr>td*2+td.txt_right)+tfoot>tr>th[colspan="2"]+td.txt_right
Die Verteilung der Zellen ist hier von ihrem Inhalt abhängig.
@@ -278,22 +278,6 @@ order: 3
- table.width_full.fix>tr>td+td.ellipsis+td[style="width: 50%"]
-
-
- | Index |
- Zelle mit viel Inhalt der nicht umbricht und eingeschränkt wird. |
- Zelle mit Angabe der Breite. |
-
-
- table.flexible>tr>td+td.truncate.ellipsis+td
-
-
- | Index |
- Zelle mit viel Inhalt der nicht umbricht und eingeschränkt wird. |
- Zelle mit Angabe der Breite. |
-
-
diff --git a/source/screens/demo/examples/game/intro.liquid b/source/screens/demo/examples/game/intro.liquid
index 93988bd..ac1de27 100644
--- a/source/screens/demo/examples/game/intro.liquid
+++ b/source/screens/demo/examples/game/intro.liquid
@@ -39,7 +39,7 @@ tags:
This needs to be seen and acknowledged.
So an interaction must be made to continue.
-
+
Hello World!
Only left mouse click or any key
diff --git a/source/screens/demo/examples/start.liquid b/source/screens/demo/examples/start.liquid
index 4c68c5a..e11d3f8 100644
--- a/source/screens/demo/examples/start.liquid
+++ b/source/screens/demo/examples/start.liquid
@@ -9,7 +9,7 @@ tags:
{% block body %}
-
@@ -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();
diff --git a/source/screens/demo/examples/ui/table.liquid b/source/screens/demo/examples/ui/table.liquid
index 900a84b..96e72ea 100755
--- a/source/screens/demo/examples/ui/table.liquid
+++ b/source/screens/demo/examples/ui/table.liquid
@@ -62,13 +62,12 @@ tags:
|
|
|
- |
- |
+ |
+ |
{% comment %} | {% endcomment %}
@@ -81,7 +80,7 @@ tags:
|
- |
+ |
|
|