LibWeb: Use [URL]
extended attribute for HTMLInputElement.src
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-24.04, Linux, GNU) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-24.04, Linux, GNU) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
This commit is contained in:
parent
24069d55bf
commit
cc0ad0d1ef
Notes:
github-actions[bot]
2024-11-26 23:21:16 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/cc0ad0d1ef6 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2600 Reviewed-by: https://github.com/gmta ✅
3 changed files with 3 additions and 1 deletions
|
@ -36,7 +36,7 @@ interface HTMLInputElement : HTMLElement {
|
|||
[CEReactions, Reflect=readonly] attribute boolean readOnly;
|
||||
[CEReactions, Reflect] attribute boolean required;
|
||||
[CEReactions] attribute unsigned long size;
|
||||
[CEReactions, Reflect] attribute USVString src;
|
||||
[CEReactions, Reflect, URL] attribute USVString src;
|
||||
[CEReactions, Reflect] attribute DOMString step;
|
||||
[CEReactions] attribute DOMString type;
|
||||
[CEReactions, Reflect=value] attribute DOMString defaultValue;
|
||||
|
|
|
@ -7,6 +7,7 @@ iframe.src final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
|||
img.src final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
img.longDesc final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
img.lowsrc final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
input.src final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
link.href final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
object.codeBase final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
object.data final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
{ "img": "src" },
|
||||
{ "img": "longDesc" },
|
||||
{ "img": "lowsrc" },
|
||||
{ "input": "src" },
|
||||
{ "link": "href" },
|
||||
{ "object": "codeBase" },
|
||||
{ "object": "data" },
|
||||
|
|
Loading…
Add table
Reference in a new issue