From 45813891e99160912ef894b6f0879d81a244d66a Mon Sep 17 00:00:00 2001 From: Nils Lindemann Date: Wed, 3 Sep 2025 15:31:26 +0200 Subject: [PATCH] Add a definition I was not sure if it understands the difference between an HTML element and a HTML tag. Also not directly related to the abbr issue. --- scripts/translate.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/translate.py b/scripts/translate.py index c62f1ee989..c678b6e05f 100644 --- a/scripts/translate.py +++ b/scripts/translate.py @@ -108,6 +108,9 @@ The above rules are in effect now. ``` »»» +"HTML element" + + a HTML opening tag – e.g. «
» – and a HTML closing tag – e.g. «
» – wrapping text or other HTML elements. ### Your task