-
Updated
Nov 12, 2020 - JavaScript
standard
Here are 586 public repositories matching this topic...
-
Updated
Nov 4, 2020
-
Updated
Nov 15, 2020 - PHP
-
Updated
Nov 9, 2020 - Shell
Please can you add Cross-Origin-Embedder-Policy and Cross-Origin-Opener-Policy to the /h5bp/security/ section.
More info: https://web.dev/coop-coep/
More info: https://developers.google.com/web/updates/2020/10/devtools#frame-details
As we want to add it to the apache header list.
-
Updated
Oct 12, 2019
-
Updated
Nov 13, 2020 - SCSS
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
Presumably these should result in a network error. The current specification doesn't state anything and it's not tested either.
See the README for instructions on where to add tests. In the specification the "blob" case of https://fetch.spec.whatwg.org/#scheme-fetch needs updating to handle current URL’s blob URL entry being null.
-
Updated
Oct 1, 2020 - HTML
-
Updated
Nov 10, 2020 - HTML
Under point 6 of the list of steps to take to "ensure pre-insertion validity", as part of an attempt to implement a procedure involving the particular list of steps, I am having trouble unambiguously interpreting the following statement:
parent has an element child, child is a doctype, or child is non-null and a do
-
Updated
Jan 16, 2019
Problem
The " Build ESP32 QEMU and Run Tests" task of the "QEMU / ESP32" test seems to fail randomly. It failed on project-chip/connectedhomeip#2009 for me, then passed when retriggered.
Proposed Solution
Figure out why it fails randomly and fix. Sadly the logs CI provides don't include the src/transport/tests/test-suite.log file that should have includ
-
Updated
Nov 5, 2020 - HTML
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 28, 2020 - Vue
-
Updated
Oct 29, 2020 - JavaScript
What should be the result of new URL("#")?
Browsers return different results.
In my understanding is that new URL("#") should throw a validation error.
- scheme start state
- [skip] If c is an ASCII alpha, append c, lowercased, to buffer, and set state to scheme state.
- [match] Otherwise, if state override is not given,
-
Updated
Jun 24, 2020
-
Updated
Nov 6, 2020 - HTML
Improve this page
Add a description, image, and links to the standard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the standard topic, visit your repo's landing page and select "manage topics."
In step 10 settingsObject is created, but it's not referenced again for the rest of the algorithm.