-
Notifications
You must be signed in to change notification settings - Fork 47
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
Exclude CSS Form Styling? #56
Comments
tidoust
added a commit
to tidoust/browser-specs
that referenced
this issue
May 29, 2020
This update contains the following changes: - HTTP URLs from the W3C API and Specref are now automatically switched to HTTPS URLs. Switches get reported as warnings to the console. See w3c#55. - CSS Forms Styling was dropped. See w3c#56. - W3C API redirect reponses generate a proper error message. See w3c#60. - A number of missing specs signaled in w3c#58 have been added.
tidoust
added a commit
to tidoust/browser-specs
that referenced
this issue
May 29, 2020
This update contains the following changes: - HTTP URLs from the W3C API and Specref are now automatically switched to HTTPS URLs. Switches get reported as warnings to the console. See w3c#55. - CSS Forms Styling was dropped. See w3c#56. - W3C API redirect reponses generate a proper error message. See w3c#60. - A number of missing specs signaled in w3c#58 have been added. - A couple of tests were added to detect shortname collisions, and the presence of non-HTTPS URLs in index.json
tidoust
added a commit
that referenced
this issue
May 29, 2020
* Force HTTPS URLs, drop CSS Forms, add specs This update contains the following changes: - HTTP URLs from the W3C API and Specref are now automatically switched to HTTPS URLs. Switches get reported as warnings to the console. See #55. - CSS Forms Styling was dropped. See #56. - W3C API redirect reponses generate a proper error message. See #60. - A number of missing specs signaled in #58 have been added. - A couple of tests were added to detect shortname collisions, and the presence of non-HTTPS URLs in index.json * Add index.json (needed to make tests pass) Previous commit changed the constraints on index.json so new file needs to be included in the PR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://drafts.csswg.org/css-forms/ has a red warning at the bottom:
I'm not sure if it's useful to include in browser-specs, it's a bit of a borderline case.
The text was updated successfully, but these errors were encountered: