Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow attributes valid in html when converting #1648

Merged
merged 4 commits into from Oct 6, 2021
Merged

Allow attributes valid in html when converting #1648

merged 4 commits into from Oct 6, 2021

Commits on Sep 29, 2021

  1. Allow attributes valid in html when converting

    When parsing and converting an html document, the "syntax" was hard-coded to xml. This PR checks the document type of the output document and uses that to determine which attributes are valid.
    Jairam Chandar committed Sep 29, 2021
    Copy the full SHA
    c0c2e70 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Pass Parser settings when converting to w3c Doc

    Jairam Chandar committed Oct 5, 2021
    Copy the full SHA
    15a2bca View commit details
    Browse the repository at this point in the history
  2. Ignore newlines in tests

    On windows, DOM will write newlines as \r\n
    Jairam Chandar committed Oct 5, 2021
    Copy the full SHA
    68456f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Maintain current public method signature

    To preserve backcompat
    jhy committed Oct 6, 2021
    Copy the full SHA
    c0f4d83 View commit details
    Browse the repository at this point in the history