mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 05:41:01 +00:00
LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes
Corresponds tod426109ea1andfd08f81d06
This commit is contained in:
parent
a35d14eab3
commit
423cdd447d
Notes:
github-actions[bot]
2025-06-24 15:13:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: 423cdd447d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5194
Reviewed-by: https://github.com/shannonbooth ✅
35 changed files with 108 additions and 103 deletions
|
|
@ -190,7 +190,7 @@ void HTMLTrackElement::start_the_track_processing_model_parallel_steps()
|
|||
// 7. ⌛ Let URL be the track URL of the track element.
|
||||
auto url = track_url();
|
||||
|
||||
// 8. ⌛ If the track element's parent is a media element then let corsAttributeState be the state of the
|
||||
// 8. ⌛ If the track element's parent is a media element, then let corsAttributeState be the state of the
|
||||
// parent media element's crossorigin content attribute. Otherwise, let corsAttributeState be No CORS.
|
||||
auto cors_attribute_state = CORSSettingAttribute::NoCORS;
|
||||
if (is<HTMLMediaElement>(parent())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue