.. |
button-attributes.txt
|
LibWeb: Ensure enumerated attributes are always limited to known values
|
2024-03-22 11:29:57 +01:00 |
canvas-getImageData-oblong.txt
|
LibWeb: Fix CRC2D.getImageData() when width != height
|
2024-04-15 11:27:34 +02:00 |
click-label-with-display-none-checkbox.txt
|
LibWeb: Look for labeled control in DOM tree instead of layout tree
|
2024-03-23 12:46:37 +01:00 |
cross-origin-window-properties.txt
|
LibWeb: Stub out missing cross origin properties on the window object
|
2024-04-02 07:46:16 +02:00 |
crossOrigin-attribute.txt
|
LibWeb: Align CORSSettingsAttribute values with the specification
|
2024-03-22 11:29:57 +01:00 |
custom-elements-throw-in-constructor.txt
|
LibWeb: Empty CE reaction queue instead of destroying it on exception
|
2024-02-29 21:58:01 -05:00 |
datalist-element.txt
|
LibWeb: Add datalist element options property
|
2024-04-24 15:23:45 +02:00 |
form-image-submission.txt
|
LibWeb: Add element adjust_computed_style and move set_property() to it
|
2024-03-08 08:38:18 +01:00 |
form-implicit-submission.txt
|
LibWeb: Implement implicit submission of HTMLFormElement
|
2024-02-03 15:30:16 -07:00 |
Form-indexed-property-access.txt
|
LibWeb: Implement named and indexed property access for HTMLFormElement
|
2024-01-12 09:11:18 +01:00 |
Form-named-property-access.txt
|
LibWeb: Reset form association when any element with an ID changes
|
2024-02-03 15:30:16 -07:00 |
FormData-append-blob-with-type.txt
|
LibWeb: Do not blindly create File objects when adding FormData entries
|
2024-03-14 10:10:33 +01:00 |
FormData-append-with-emoji-in-name.txt
|
LibWeb: Don't crash on FormData.append() with emoji in name
|
2023-12-04 00:04:04 +01:00 |
get-innerHTML.txt
|
LibWeb: Remove FIXMe's for HTML attribute serialization steps
|
2023-11-11 08:50:25 +01:00 |
HTMLAllCollection-basic.txt
|
LibWeb/Tests: Add a basic set of tests for document.all
|
2024-04-01 14:41:00 +02:00 |
HTMLElement-click.txt
|
LibWeb: Fire a pointer event on synthetic clicks
|
2024-04-08 14:25:08 +02:00 |
HTMLElement-isContentEditable.txt
|
LibWeb: Add HTMLElement::is_content_editable()
|
2024-02-25 10:17:25 +01:00 |
HTMLElement-labels.txt
|
LibWeb: Implement the labels attribute for all labelable elements
|
2024-05-18 18:09:18 +02:00 |
HTMLElement-offsetFoo-in-table-cell.txt
|
LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec
|
2023-12-10 16:30:21 +01:00 |
HTMLInputElement-valueAsNumber.txt
|
LibWeb: Bring CSS line-height closer to other engines
|
2024-01-12 15:04:06 +01:00 |
HTMLLabelElement-form.txt
|
LibWeb: Implement the HTMLLabelElement.form attribute
|
2024-05-18 11:04:04 +02:00 |
HTMLObjectElement-contentWindow.txt
|
LibWeb: Generate binding for HTMLObjectElement.contentWindow attribute
|
2024-05-18 18:12:08 +02:00 |
HTMLObjectElement-form.txt
|
LibWeb: Generate binding for the HTMLObjectElement.form attribute
|
2024-05-18 11:04:04 +02:00 |
HTMLOptionElement-form.txt
|
LibWeb: Implement the HTMLOptionElement.form attribute
|
2024-05-16 08:03:13 +02:00 |
HTMLOutputElement-htmlfor.txt
|
LibWeb: Implement the HTMLOutputElement.htmlFor attribute
|
2024-05-18 11:23:20 +02:00 |
HTMLProgressElement-detached.txt
|
LibWeb: Don't crash when modifying detached progress element attributes
|
2024-03-18 11:16:35 +01:00 |
HTMLProgressElement-set-attributes.txt
|
LibWeb: Limit progress element attribute values to the correct ranges
|
2024-03-18 11:16:35 +01:00 |
HTMLScriptElement-supports-importmap.txt
|
LibWeb: Support "importmap" scripts
|
2024-04-15 10:11:54 +02:00 |
HTMLSelectElement-with-detached-option.txt
|
LibWeb: Don't crash when updating a select with detached option elements
|
2024-03-23 20:56:26 +01:00 |
iframe-load-event-for-bad-xml.txt
|
Tests/LibWeb: Fix iframe-load-event-for-bad-xml.html test
|
2024-04-18 21:17:01 +02:00 |
iframe-reload-on-src-or-srcdoc-change.txt
|
LibWeb: Only reload iframe on src/srcdoc attribute changes, not all
|
2024-01-01 18:41:14 +01:00 |
ImageData-create-with-size.txt
|
LibWeb: Fix new ImageData(width, height) when width != height
|
2024-04-15 11:27:34 +02:00 |
img-src-in-innerHTML-crash.txt
|
LibWeb: Let Document have a direct GCPtr to its containing Web::Page
|
2023-12-15 22:04:46 +01:00 |
import-maps.txt
|
LibWeb: Support "importmap" scripts
|
2024-04-15 10:11:54 +02:00 |
map-element.txt
|
LibWeb: Add map element areas property
|
2024-04-24 15:23:45 +02:00 |
Navigation-object-properties.txt
|
LibWeb: Flesh out apply the history step to setup the navigation API
|
2024-01-19 11:47:59 +01:00 |
navigator-beacon.txt
|
LibWeb: Add basic Navigator send beacon support
|
2023-09-18 11:08:26 -06:00 |
outerHTML.txt
|
LibWeb: Implement Element.outerHTML
|
2024-04-09 18:17:14 -04:00 |
pre-width.txt
|
LibWeb: Add HTMLPreElement width property
|
2024-02-24 16:35:11 -07:00 |
reflected-integer-attributes.txt
|
IDLGenerators: Use spec-compliant algorithm to parse integer values
|
2024-05-23 04:15:46 +02:00 |
relList-attribute.txt
|
LibWeb: Implement the HTMLLinkElement.relList attribute
|
2024-05-16 08:06:26 +02:00 |
select-setValue-after-construction.txt
|
LibWeb: Skip select element internal shadow tree update unless it exists
|
2024-01-15 23:45:02 +01:00 |
set-innerHTML-details.txt
|
LibWeb: Remove shadow roots from elements that are removed from the DOM
|
2023-11-30 08:49:15 +00:00 |
set-innerHTML-input.txt
|
LibWeb: Remove shadow roots from elements that are removed from the DOM
|
2023-11-30 08:49:15 +00:00 |
set-innerHTML-textarea.txt
|
LibWeb: Remove shadow roots from elements that are removed from the DOM
|
2023-11-30 08:49:15 +00:00 |
set-innerHTML-with-script.txt
|
LibWeb: Only wait for document to be ready for scripts if executing one
|
2024-01-14 11:27:58 +00:00 |
set-outerHTML.txt
|
LibWeb: Implement Element.outerHTML setter
|
2024-05-04 13:54:33 +02:00 |
StructuredClone-array-buffer-views.txt
|
LibWeb: Add {de}serialization steps for TypedArrayBuffers and DataViews
|
2023-09-13 08:49:09 +02:00 |
StructuredClone-object-primitives.txt
|
Tests/LibWeb: Prove we do not fail serialization of empty arrays
|
2024-03-02 17:04:09 -07:00 |
StructuredClone-primitives.txt
|
Tests/LibWeb: Prove we do not fail serialization of empty strings
|
2024-03-02 17:04:09 -07:00 |
StructuredClone-serializable-FileList.txt
|
LibWeb: Add {,de}serialization steps for FileList
|
2024-03-20 09:16:01 +01:00 |
StructuredClone-serializable-objects.txt
|
LibWeb: Add {,de}serialization steps for DOMQuad
|
2024-03-20 09:16:01 +01:00 |
tbody-insert-row.txt
|
LibWeb: Fix bogus insertion logic in HTMLTableSectionElement.insertRow()
|
2024-03-12 16:30:39 +01:00 |
Window-event-handler-in-detached-DOM.txt
|
LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM
|
2024-03-11 18:29:10 +01:00 |
Window-iterate-properties.txt
|
LibWeb: Exclude [Global] interfaces from legacy platform object method
|
2024-04-26 20:02:21 +02:00 |
Window-named-properties-elements.txt
|
LibWeb: Bring CSS line-height closer to other engines
|
2024-01-12 15:04:06 +01:00 |
Window-named-properties-iframe.txt
|
LibWeb: Bring CSS line-height closer to other engines
|
2024-01-12 15:04:06 +01:00 |
Window-opener.txt
|
LibWeb: Implement the window.opener attribute
|
2024-03-13 08:06:00 +00:00 |
Window-postMessage.txt
|
LibWeb: Use StructuredSerializeWithTransfer in window.postMessage()
|
2023-12-14 08:36:11 -07:00 |
Window-prototype.txt
|
LibWeb: Bring CSS line-height closer to other engines
|
2024-01-12 15:04:06 +01:00 |
Window-set-properties.txt
|
LibWeb: Exclude [Global] interfaces from legacy platform object methods
|
2024-01-19 09:02:00 +01:00 |
WindowProxy-Get-after-detaching-from-browsing-context.txt
|
LibWeb: Catch up with the spec on document destroy, abort and unload
|
2024-04-01 13:23:58 +02:00 |