summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2022-02-26LibWeb: Implement the legacy Audio factory functionLuke Wilde
2022-02-26LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cellsAndreas Kling
2022-02-26LibWeb: Fix LibWeb build with ClangAndreas Kling
2022-02-26LibWeb: Check for valid names in Document.createElement() & friendsAndreas Kling
2022-02-25LibWeb: Parse <style> element text content when inserted into documentAndreas Kling
2022-02-25LibWeb: Support HTMLFormElement.elements and HTMLFormElement.lengthAndreas Kling
2022-02-25LibWeb: Improve HTMLElement.click()Andreas Kling
2022-02-25LibWeb: Implement HTMLImageElement.width and HTMLImageElement.heightAndreas Kling
2022-02-21LibWeb: Make document.write() work while document is parsingAndreas Kling
2022-02-21LibWeb: Add basic support for dynamic markup insertionLorenz Steinert
2022-02-21LibWeb: Fix 'Comment end state' in HTML TokenizerAdam Hodgen
2022-02-21LibWeb: Implement tokenization newline preprocessingAdam Hodgen
2022-02-21LibWeb: Fix off by one error in HTML TokenizerAdam Hodgen
2022-02-20LibWeb: Handle markers when reconstructing active formatting elements Luke Wilde
2022-02-20LibWeb: Add default padding around contents of text <input> elementsKenneth Myhra
2022-02-19LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromStringLuke Wilde
2022-02-19LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizerAndreas Kling
2022-02-19LibWeb: Move QualifiedName into the Web::DOM namespaceAndreas Kling
2022-02-19LibWeb: Return current document URL if form action missing or emptyAdam Plumb
2022-02-18LibWeb: Move WebSocket into the Web::WebSockets namespaceLinus Groh
2022-02-18LibWeb: Add <input> value sanitiztion algorithmAdam Hodgen
2022-02-18LibWeb: Improve display of input elementsAdam Hodgen
2022-02-18LibWeb: Reflect only known values for <input> element's type attributeAdam Hodgen
2022-02-17LibWeb: Add partially functioning Worker APIBen Abraham
2022-02-17LibWeb: Make <input type=checkbox> fire click events when clicked :^)Andreas Kling
2022-02-17LibWeb: Add the HTMLInputElement.type attributeAndreas Kling
2022-02-17LibWeb: Fire "input" and "change" events when editing a text <input>Andreas Kling
2022-02-16LibWeb: Omit origin check for content document in FrameBox::paint()Linus Groh
2022-02-16LibWeb: Separate "event listener" from "EventListener"Andreas Kling
2022-02-16LibWeb: Add basic implementation of progress bar elementRafał Babiarz
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-15LibWeb: Implement activation behavior for <input type=checkbox>Andreas Kling
2022-02-15LibWeb: Make <input type=checkbox> honor the "checked" attributeAndreas Kling
2022-02-15LibWeb: Fail gracefully when reaching the unimplemented part of the AAALinus Groh
2022-02-15LibWeb: Implement state switch for "[CDATA[" in HTML parserLinus Groh
2022-02-15LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizerLinus Groh
2022-02-15LibWeb: Remove unused HTMLParser function declarationLinus Groh
2022-02-15LibWeb: Add spec links to each HTML tokenizer state sectionLinus Groh
2022-02-15LibWeb: Don't delay document load event forever with cached style sheetsAndreas Kling
2022-02-15LibWeb: Force a relayout when scrolling to anchorAndreas Kling
2022-02-15LibWeb: Repaint entire viewport after document layoutAndreas Kling
2022-02-15LibWeb: Implement HTMLElement.click()Andreas Kling
2022-02-15LibWeb: Add spec comments to the StackOfOpenElements classAndreas Kling
2022-02-15LibWeb: Rename element_before() => element_immediately_above()Andreas Kling
2022-02-15LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()Andreas Kling
2022-02-15LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attributeLinus Groh
2022-02-15LibWeb: Implement BCC's "content document" concept according to specLinus Groh
2022-02-15LibWeb: Rename Origin::is_same() to Origin::is_same_origin()Linus Groh
2022-02-14LibWeb: Don't emit current token on EOF in HTML TokenizerKarol Kosek
2022-02-14LibWeb: Fix highlighting HTML commentsKarol Kosek