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

HTML API: Fix CDATA section null and whitespace handling #7230

Commits on Aug 22, 2024

  1. Fix CDATA section null and whitespace handling

    CDATA sections should behave like text. This means applying the rules
    for inserting text in foreign content:
    
    - Null bytes should not change the frameset-ok flag.
    - Whitespace should not change the frameset-ok flag.
    - Other characters set frameset-ok flag to false.
    
    Fix this behavior.
    sirreal committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f5f3130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff41a65 View commit details
    Browse the repository at this point in the history
  3. A Yoda violation this is not.

    sirreal committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    47ccb34 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    8554f21 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    702d3bf View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    381b04b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a92ed3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22147e View commit details
    Browse the repository at this point in the history