diff --git a/lessons/23-html-details-summary.json b/lessons/23-html-details-summary.json index b493640..867c83d 100644 --- a/lessons/23-html-details-summary.json +++ b/lessons/23-html-details-summary.json @@ -55,7 +55,7 @@ { "type": "attribute_value", "value": { "selector": "details", "attr": "open", "value": true }, - "message": "Add the open attribute to
" + "message": "Add the open attribute to <details>" } ] }, @@ -79,17 +79,17 @@ { "type": "element_count", "value": { "selector": "details", "min": 3 }, - "message": "Create at least 3
elements for the FAQ" + "message": "Create at least 3 <details> elements for the FAQ" }, { "type": "element_count", "value": { "selector": "summary", "min": 3 }, - "message": "Each <details> needs a for the question" + "message": "Each <details> needs a <summary> for the question" }, { "type": "element_count", "value": { "selector": "details p", "min": 3 }, - "message": "Each <details> needs a

for the answer" + "message": "Each <details> needs a <p> for the answer" } ] } diff --git a/lessons/25-html-datalist.json b/lessons/25-html-datalist.json index 84e2fd5..a420075 100644 --- a/lessons/25-html-datalist.json +++ b/lessons/25-html-datalist.json @@ -31,7 +31,7 @@ { "type": "element_count", "value": { "selector": "option", "min": 3 }, - "message": "Add at least 3

for closing" + "message": "Add a <form method=\"dialog\"> for closing" }, { "type": "element_exists", @@ -70,7 +70,7 @@ { "type": "element_exists", "value": "form[method='dialog']", - "message": "Add a for the buttons" + "message": "Add a <form method=\"dialog\"> for the buttons" }, { "type": "element_count", diff --git a/lessons/de/23-html-details-summary.json b/lessons/de/23-html-details-summary.json index b4c32aa..32b9d15 100644 --- a/lessons/de/23-html-details-summary.json +++ b/lessons/de/23-html-details-summary.json @@ -26,17 +26,17 @@ { "type": "element_exists", "value": "summary", - "message": "Füge ein <summary> innerhalb von details hinzu" + "message": "Füge ein <summary> innerhalb von <details> hinzu" }, { "type": "parent_child", "value": { "parent": "details", "child": "summary" }, - "message": "Das <summary> muss innerhalb von
sein" + "message": "Das <summary> muss innerhalb von <details> sein" }, { "type": "parent_child", "value": { "parent": "details", "child": "p" }, - "message": "Füge ein <p> innerhalb von
für den versteckten Inhalt hinzu" + "message": "Füge ein <p> innerhalb von <details> für den versteckten Inhalt hinzu" } ] }, @@ -55,7 +55,7 @@ { "type": "attribute_value", "value": { "selector": "details", "attr": "open", "value": true }, - "message": "Füge das open-Attribut zu
hinzu" + "message": "Füge das open-Attribut zu <details> hinzu" } ] }, @@ -79,7 +79,7 @@ { "type": "element_count", "value": { "selector": "details", "min": 3 }, - "message": "Erstelle mindestens 3
-Elemente für das FAQ" + "message": "Erstelle mindestens 3 <details>-Elemente für das FAQ" }, { "type": "element_count", diff --git a/lessons/de/25-html-datalist.json b/lessons/de/25-html-datalist.json index e460191..88f7222 100644 --- a/lessons/de/25-html-datalist.json +++ b/lessons/de/25-html-datalist.json @@ -31,7 +31,7 @@ { "type": "element_count", "value": { "selector": "option", "min": 3 }, - "message": "Füge mindestens 3