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

Sync for validator cpp engine and cpp htmlparser #35885

Merged
merged 2 commits into from
Aug 31, 2021

Commits on Aug 31, 2021

  1. Make no-js case valid. The basic structure of the change is to set up…

    … a series of requires/satisfies pairs:
    
    - Extension js requires v0.js (this is the only code change).
    - amp-pixel, amp-img, and amp-layout, which have no extension js, likewise require v0.js
    - non-transformed v0.js requires style boilerplate and the noscript variant (transformed does not).
    
    Then we remove the mandatory bits on all of these tags. They are no longer globally mandatory, they are only conditionally mandatory.
    
    PiperOrigin-RevId: 393187930
    Greg Grothaus authored and MichaelRybak committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    8ae662d View commit details
    Browse the repository at this point in the history
  2. Remove notice for CSS/Doc length tests.

    PiperOrigin-RevId: 393885470
    honeybadgerdontcare authored and MichaelRybak committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    67915a9 View commit details
    Browse the repository at this point in the history