fix: add kbd tags to validation messages for clarity
- Wrap HTML element names in <kbd> tags in all validation messages - Apply consistent formatting to both English and German lessons - Make hints clearer about which elements/attributes to use - Fix mobile editor layout overflow issue 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "table",
|
||||
"message": "Füge ein <table>-Element hinzu"
|
||||
"message": "Füge ein <kbd><table></kbd>-Element hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "caption",
|
||||
"message": "Füge eine <caption> als Tabellentitel hinzu"
|
||||
"message": "Füge eine <kbd><caption></kbd> als Tabellentitel hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_count",
|
||||
@@ -55,22 +55,22 @@
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "table",
|
||||
"message": "Füge ein <table>-Element hinzu"
|
||||
"message": "Füge ein <kbd><table></kbd>-Element hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "caption",
|
||||
"message": "Füge ein <caption>-Element hinzu"
|
||||
"message": "Füge ein <kbd><caption></kbd>-Element hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "thead",
|
||||
"message": "Füge ein <thead> für den Kopfbereich hinzu"
|
||||
"message": "Füge ein <kbd><thead></kbd> für den Kopfbereich hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "tbody",
|
||||
"message": "Füge ein <tbody> für die Datenzeilen hinzu"
|
||||
"message": "Füge ein <kbd><tbody></kbd> für die Datenzeilen hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_count",
|
||||
@@ -94,27 +94,27 @@
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "table",
|
||||
"message": "Füge ein <table>-Element hinzu"
|
||||
"message": "Füge ein <kbd><table></kbd>-Element hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "caption",
|
||||
"message": "Füge ein <caption>-Element hinzu"
|
||||
"message": "Füge ein <kbd><caption></kbd>-Element hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "thead",
|
||||
"message": "Füge einen <thead>-Abschnitt hinzu"
|
||||
"message": "Füge einen <kbd><thead></kbd>-Abschnitt hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "tbody",
|
||||
"message": "Füge einen <tbody>-Abschnitt hinzu"
|
||||
"message": "Füge einen <kbd><tbody></kbd>-Abschnitt hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_exists",
|
||||
"value": "tfoot",
|
||||
"message": "Füge einen <tfoot>-Abschnitt für die Summe hinzu"
|
||||
"message": "Füge einen <kbd><tfoot></kbd>-Abschnitt für die Summe hinzu"
|
||||
},
|
||||
{
|
||||
"type": "element_count",
|
||||
|
||||
Reference in New Issue
Block a user