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

Fix fragment quirks mode, and make it easier to specify fragment context #3246

Merged
merged 2 commits into from
Jun 22, 2024

Commits on Jun 21, 2024

  1. fix: parse fragment in no-quirks if passed a tag name for context

    This more completely implements the guidance originally agreed upon in
    issue #2646, as there is no "context node com[ing] from a real
    document" when a tag name is provided.
    flavorjones committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1e2c5eb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. feat: HTML5::DocumentFragment.parse and .new take a :context kwarg

    - deprecate positional options hash in .parse
    - improve documentation for .parse
    flavorjones committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    eca68e7 View commit details
    Browse the repository at this point in the history