Bastiaan van der Plaat
f19a183fe0
LibWeb: Add URL reflection to obsolete HTMLImageElement lowsrc property
...
(cherry picked from commit f2034270f14a72ebf0ac09493837c21bae0b4adf)
2024-10-19 15:26:29 -04:00
Tim Ledbetter
df8eec7786
LibWeb: Change attribute type to USVString where applicable
...
Also mark USVString attributes as containing a URL, where applicable.
(cherry picked from commit 1369fc5069598644842defabbfbf3d30d2f3e647)
2024-10-17 21:31:52 -04:00
Bastiaan van der Plaat
67382ffa1f
LibWeb: Add HTMLImageElement lowsrc obsolete property
...
(cherry picked from commit 4712f53dd7a9ea8c173c179869017738ed2ca1d1)
2024-10-16 19:46:21 -04:00
Jamie Mansfield
21c4d1e088
LibWeb/HTML: Implement HTMLImageElement.longDesc
...
(cherry picked from commit 77a30bad9ffb52804b0cfd26f3589ab4c70fc2e3)
2024-10-16 19:40:02 -04:00
Jamie Mansfield
924ff79fdc
LibWeb/HTML: Stub HTMLImageElement.{x,y}
...
(cherry picked from commit 9eede09c3c228da193e015dbaf95f784e9c96b92)
2024-07-22 12:23:12 -04:00
Enver Balalic
18d589c520
LibWeb: Implement HTMLImageElement::decode with a few FIXMEs
...
Implements enough of HTMLImageElement::decode for it to not break
websites and actually load an image :)
(cherry picked from commit 862fc91b2cf9bee9b7f180cdf930c6c99b5dd053)
2024-06-26 23:09:54 +02:00
Jamie Mansfield
c8e87352d8
LibWeb: Implement HTMLImageElement.referrerPolicy
2024-06-08 14:07:38 -04:00
Jamie Mansfield
82fba65faa
LibWeb: Implement HTMLImageElement.crossOrigin
2024-06-05 05:02:55 +01:00
Jamie Mansfield
5ae9b49099
LibWeb: Implement HTMLImageElement.fetchPriority
2024-06-05 05:02:55 +01:00
Jamie Mansfield
3095daa7c8
LibWeb: Implement HTMLImageElement.currentSrc
...
Removes some console noise from lner.co.uk :)
2024-05-27 17:34:59 +02:00
Jamie Mansfield
9ee061ea14
LibWeb: Implement HTMLImageElement.loading
...
Removes some console noise while loading mmu.ac.uk :)
2024-05-27 17:34:59 +02:00
Tim Ledbetter
9f9aa62128
LibWeb: Implement the hspace and vspace attributes
...
These properties reflect their respective content attributes.
2024-05-21 19:28:43 +02:00
Tim Ledbetter
68a1a78a1a
LibWeb: Use FIXME extended attribute where possible
2024-05-19 17:35:25 +02:00
Shannon Booth
4fe0cbcf85
LibWeb: Use 'FIXME' extended attribute where possible
...
This improves the debuggability of many live web pages :^)
2024-05-19 16:24:11 +02:00
Bastiaan van der Plaat
fc46def2f5
LibWeb: Reorder and add missing HTML elements IDL items
2023-10-25 19:45:41 +02:00
Shannon Booth
a53459192f
LibWeb: Add Optional<String> overload for Element::set_attribute
...
Which for now will just call the DeprecatedString version of this
function. This is intended to be used in porting code over to using the
new String equivalent with the end goal of removing the DeprecatedString
version of this function.
This allows us to port a whole heap of IDL interfaces from
DeprecatedString to String.
2023-09-02 19:23:41 +01:00
Shannon Booth
d4a890080d
LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
...
NewAKString is effectively the default for any new IDL interface, so
let's mark this as the default behavior. It also makes it much easier to
figure out whatever interfaces are still left to port over to new AK
String.
2023-09-02 19:23:41 +01:00
Luke Wilde
32e27bc7fa
LibWeb: Add a bunch of missing CEReactions
...
This is almost guaranteed not to be all CEReactions we need to add, but
this puts us in a much better situation.
2023-04-06 11:36:56 +02:00
Srikavin Ramkumar
5c8be3b072
LibWeb: Add missing constructors to HTMLElement IDLs
2023-03-23 13:37:40 +01:00
Andrew Kaster
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
...
The intent is to use these to autogenerate prototype declarations for
Window and WorkerGlobalScope classes.
And the spec links are just nice to have :^)
2022-10-09 10:14:57 +02:00
Andreas Kling
0455af4441
LibWeb: Implement HTMLImageElement.complete
...
This was fairly straightforward, although a small part had to be ad-hoc
since we don't yet load images through Fetch.
With this, we can now see annotation labels on deskto.ps :^)
2022-10-03 17:22:08 +02:00
Igor Pissolati
e5d978af9f
LibWeb: Bring HTMLImageElement closer to spec
2022-04-12 19:42:16 +02:00
Andreas Kling
17f34488f6
LibWeb: Implement HTMLImageElement.width and HTMLImageElement.height
2022-02-25 19:38:31 +01:00
Ali Mohammad Pur
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00