summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2022-03-31LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObjectLinus Groh
2022-03-31LibWeb: Add the HTMLOrSVGElement IDL interface mixinIdan Horowitz
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz
2022-03-30LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`Sam Atkins
2022-03-29LibWeb: Add HTMLTableCellElement::rowSpanSimon Wanner
2022-03-29LibWeb: Add HTMLTableCellElement::colSpanSimon Wanner
2022-03-28LibWeb: Load X(HT)ML documents and transform them into HTML DOMAli Mohammad Pur
2022-03-28LibWeb: Define HTML::perform_a_microtask_checkpoint()Ali Mohammad Pur
2022-03-27LibWeb: Use Gfx::Font::pixel_size() when we want pixel metricsAndreas Kling
2022-03-26LibWeb: Remove debug spam about not executing empty script elementsAndreas Kling
2022-03-26LibWeb: Make HTML{Button,Select,TextArea}Element focusableLinus Groh
2022-03-26LibWeb: Make any HTMLInputElement with type != hidden focusableLinus Groh
2022-03-26LibWeb: Make HTMLInputElement::TypeAttributeState an enum classLinus Groh
2022-03-26LibWeb: Move HTML dimension value parsing from CSS to HTML namespaceAndreas Kling
2022-03-26LibWeb: Treat width/height on td/th elements as non-zero dimension valueAndreas Kling
2022-03-26LibWeb: Treat width/height on table elements as non-zero dimension valueAndreas Kling
2022-03-26LibWeb: Support the hspace and vspace attributes on img elementsAndreas Kling
2022-03-26LibWeb: Treat img width/height attributes as HTML dimension valuesAndreas Kling
2022-03-26LibWeb: Bring handling of anchor elements closer to specsin-ack
2022-03-24LibWeb: Weakly store a reference to the Window object in timer tasksTimothy Flynn
2022-03-24LibWeb: Handle XML MIME types in HTMLObjectElementIdan Horowitz
2022-03-24LibWeb: Discard ObjectElement's nested browsing context on image loadIdan Horowitz
2022-03-24LibWeb: Implement getSVGDocument() for BrowsingContextContainerIdan Horowitz
2022-03-24LibWeb: Expose contentDocument on HTMLObjectElementIdan Horowitz
2022-03-24LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUGIdan Horowitz
2022-03-24LibWeb: Ignore application objects until we can support themTimothy Flynn
2022-03-24LibWeb: Discard an object's nested browsing contexts when falling backTimothy Flynn
2022-03-24LibWeb: Implement falling back early to an object's child representationTimothy Flynn
2022-03-24LibWeb: Conditionally update an object's children when its state changesTimothy Flynn
2022-03-24LibWeb: Correctly handle unknown MIME types in HTMLObjectElementTimothy Flynn
2022-03-24LibWeb: Add missing spec comment in focusing logicNukiloco
2022-03-24LibWeb: Begin supporting non-image HTMLObjectElement data representationTimothy Flynn
2022-03-24LibWeb: Move automatic browsing context creation to HTMLIFrameElementTimothy Flynn
2022-03-24LibWeb: Remove inheritance of FormAssociatedElement from HTMLElementTimothy Flynn
2022-03-23LibWeb: Update HTMLObjectElement's children on fallback state changesTimothy Flynn
2022-03-23LibWeb: Move HTMLObjectElement spec link to correct methodTimothy Flynn
2022-03-23LibWeb: Implement HTMLObjectElement's data URL according to the specTimothy Flynn
2022-03-23LibGfx: Implement `Rect::to_rounded<U>()`Jelle Raaijmakers
2022-03-22LibWeb: Convert CRC2D to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Handle input element value setting & getting closer to the specTimothy Flynn
2022-03-22LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2Linus Groh
2022-03-22LibWeb: Convert HTMLOptionsCollection to use TRY for error propagationTimothy Flynn
2022-03-22LibWeb: Implement HTMLSelectElement.add()Timothy Flynn
2022-03-22LibWeb: Implement HTMLOptionsCollection.add()Timothy Flynn
2022-03-21LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex}Andreas Kling
2022-03-21LibTextCodec: Don't allocate Strings on encoding normalisationHendiadyoin1
2022-03-21LibWeb: Implement "has element in select scope" per-specSimon Wanner
2022-03-20LibWeb: Don't crash in BrowsingContextContainer::content_document()Andreas Kling
2022-03-20LibWeb: Ignore linked stylesheets with MIME types other than text/cssAndreas Kling
2022-03-20LibWeb: Invalidate style & layout inside iframes when they change sizeAndreas Kling