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

Update the noHTML flag to take into account the hasOwnCanvas one (fixes #17069) #17070

Merged
merged 1 commit into from
Oct 5, 2023

Commits on Oct 4, 2023

  1. Update the noHTML flag to take into account the hasOwnCanvas one (fixes

    mozilla#17069)
    
    When an element has the hasOwnCanvas flag we must have an HTML container to attach
    the canvas where the element will be rendered.
    So the noHTML flag must take this information into account:
     - in some cases the noHTML flag is resetted depending on the hasOwnCanvas value;
     - in some others, the hasOwnCanvas flag is set depending on the value of noHTML.
    calixteman committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    40b1d92 View commit details
    Browse the repository at this point in the history