Skip to content

issues Search Results · repo:w3c/DOM-Parsing language:HTML

Filter by

56 results
 (65 ms)

56 results

inw3c/DOM-Parsing (press backspace or delete to remove)

In the course of figuring out a workaround to #84, I decided to looked for some other mechanism that does actually set the require well-formed parameter to true when serializing. My reading is that outerHTML ...
  • geofft
  • Opened 
    on Aug 26, 2024
  • #85

The serializeToString static method of XMLSerializer is specified to produce an XML serialization of root passing a value of false for the require well-formed parameter, and return the result. It s a little ...
enhancement
  • geofft
  • Opened 
    on Aug 26, 2024
  • #84

(Likely related to #47 but filing separately, because this is a reverse way of looking at the same problem space.) https://bugzilla.mozilla.org/show_bug.cgi?id=1763779 gives the following example: let ...
  • hsivonen
  • Opened 
    on May 30, 2024
  • #83

Hi, I hope this is the right place to ask if it is reasonable to consider adding parseStream(ReadableStream,mimeType) to DomParser.
enhancement
  • ReinsBrain
  • 1
  • Opened 
    on Dec 21, 2023
  • #77

I hope my post is in the right place, if not I would like to apologise. The problem I have a suggestion about DOM parsing which requires a specification change or extension. The problem has already been ...
  • Kruemelmann
  • Opened 
    on Nov 26, 2023
  • #76

While revisiting the XML serialization spec I found a few more bugs in it that can lead to serialization issues: prefix redeclaration confusion const root = document.appendChild(document.createElementNS( ...
  • bwrrp
  • 1
  • Opened 
    on Oct 17, 2023
  • #75

While crawling DOM Parsing and Serialization, the following links to other specifications were detected as pointing to non-existing anchors, which should be fixed: - [ ] https://www.w3.org/TR/dom/#case-sensitive ...
  • dontcallmedom-bot
  • Opened 
    on Nov 21, 2022
  • #74

There needs to be a way to read the contents of a shadow DOM regardless if it s closed or open when we re not the creator. The function getInnerHTML({includeShadowRoots: true}) works if the shadow root ...
  • GioValentin
  • 1
  • Opened 
    on Aug 7, 2022
  • #73

In XML serialization of the attributes (https://w3c.github.io/DOM-Parsing/#serializing-an-element-s-attributes), step 3.5.2.4 reads: the attr s prefix matches the string xmlns , then let candidate prefix ...
  • Lubrsi
  • Opened 
    on Jul 5, 2022
  • #72

In https://w3c.github.io/DOM-Parsing/#dfn-xml-serializing-a-documenttype-node we read: 2. If the require well-formed flag is true and the node s systemId attribute contains characters that are not matched ...
  • cscott
  • Opened 
    on Jul 2, 2021
  • #71
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub