mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
This reflects the HTML `kind` attribute. (cherry picked from commit bdaa7f0e8ed738ad0bd6e19878f296436fe40377)
7 lines
325 B
Plaintext
7 lines
325 B
Plaintext
kind initial value: 'subtitles'
|
|
kind value after setting to "invalid": 'metadata'
|
|
kind value after setting to "captions": 'captions'
|
|
kind value after setting to null: 'metadata'
|
|
kind value after setting to "CHAPTERS": 'chapters'
|
|
kind value after setting to "": 'metadata'
|
|
kind value after calling removeAttribute: 'subtitles' |