[webkit-changes] [WebKit/WebKit] 7d493d: Add support for <model src> and honor <source type...
Cameron McCormack
noreply at github.com
Wed Dec 7 15:58:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7d493da919b53d9c012a73806fc91305776276eb
https://github.com/WebKit/WebKit/commit/7d493da919b53d9c012a73806fc91305776276eb
Author: Cameron McCormack <heycam at apple.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M LayoutTests/model-element/model-element-source-expected.txt
M LayoutTests/model-element/model-element-source.html
M Source/WebCore/Modules/model-element/HTMLModelElement.cpp
M Source/WebCore/Modules/model-element/HTMLModelElement.h
M Source/WebCore/Modules/model-element/HTMLModelElement.idl
Log Message:
-----------
Add support for <model src> and honor <source type> attributes
https://bugs.webkit.org/show_bug.cgi?id=248855
rdar://problem/103056552
Reviewed by Antoine Quint.
* LayoutTests/model-element/model-element-source-expected.txt:
* LayoutTests/model-element/model-element-source.html:
* Source/WebCore/Modules/model-element/HTMLModelElement.cpp:
(WebCore::isSupportedModelType):
(WebCore::HTMLModelElement::selectModelSource const):
(WebCore::HTMLModelElement::sourcesChanged):
(WebCore::HTMLModelElement::parseAttribute):
(WebCore::HTMLModelElement::isURLAttribute const):
(WebCore::HTMLModelElement::attributeChanged): Deleted.
* Source/WebCore/Modules/model-element/HTMLModelElement.h:
* Source/WebCore/Modules/model-element/HTMLModelElement.idl:
Canonical link: https://commits.webkit.org/257518@main
More information about the webkit-changes
mailing list