Hallo Leute,
Versteht jmd das content model des canvas element aus der WHATWG und könnte es 1zu1 oder sinngemäß übersetzen, bzw. erkläre. Ich habe es teilweise übersetzen können, jedoch bereitet mir insbesondere der Teil "or a display sizegreater than 1" großes Kopfzerbrechen, weil was hat das select-Element mit der displaygröße zu tun? Meine Übersetzung findet ihr ganz unten.
https://html.spec.whatwg.org/multipage/scripting.html#the-canvas-element
Content model:
Transparent, but with no interactive content descendants except for a elements, img elements with usemap attributes, button elements, input elements whosetype attribute are in the Checkbox or Radio Button states, input elements that are buttons, select elements with a multiple attribute or a display sizegreater than 1, sorting interface th elements, and elements that would not be interactive content except for having the tabindex attribute specified.
Übersetzung:
Transparent, jedoch keine interactive content-Elemente als Nachfahren.
Ausgenommen von dieser Regelung sind folgende Elemente:
<img usemap="IdEinesMapElements">, <button>, <input type="checkbox">,<input type="radio">, <input type="button">, <select multiple> or a display size greater than 1, sorting interface th elements, and elements that would not be interactive content except for having the tabindex attribute specified.
Versteht jmd das content model des canvas element aus der WHATWG und könnte es 1zu1 oder sinngemäß übersetzen, bzw. erkläre. Ich habe es teilweise übersetzen können, jedoch bereitet mir insbesondere der Teil "or a display sizegreater than 1" großes Kopfzerbrechen, weil was hat das select-Element mit der displaygröße zu tun? Meine Übersetzung findet ihr ganz unten.
https://html.spec.whatwg.org/multipage/scripting.html#the-canvas-element
Content model:
Transparent, but with no interactive content descendants except for a elements, img elements with usemap attributes, button elements, input elements whosetype attribute are in the Checkbox or Radio Button states, input elements that are buttons, select elements with a multiple attribute or a display sizegreater than 1, sorting interface th elements, and elements that would not be interactive content except for having the tabindex attribute specified.
Übersetzung:
Transparent, jedoch keine interactive content-Elemente als Nachfahren.
Ausgenommen von dieser Regelung sind folgende Elemente:
<img usemap="IdEinesMapElements">, <button>, <input type="checkbox">,<input type="radio">, <input type="button">, <select multiple> or a display size greater than 1, sorting interface th elements, and elements that would not be interactive content except for having the tabindex attribute specified.