The Wayback Machine - https://web.archive.org/web/20220805161609/https://github.com/topics/standard
Skip to content
#

standard

Here are 859 public repositories matching this topic...

zcorpan
zcorpan commented Jul 6, 2022

https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data

step 13:

If urlString is the same as the current request's current URL and current request's state is partially available, then abort the image request for the pending request, queue an element task on the DOM manipulation task source given the img element to restart the animation if restart animation is set, and re

good first issue topic: img
evilpie
evilpie commented Jul 6, 2022

https://fetch.spec.whatwg.org/#concept-request-destination shows the CSP directive for a specific destination. I think that list needs to be updated to Content Security Policy Level 3. For example the destination "script" should now be "script-src-elem". (ref https://w3c.github.io/webappsec-csp/#effective-directive-for-a-request)

good first issue clarification
amn
amn commented Jun 11, 2020

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

good first issue clarification

Improve this page

Add a description, image, and links to the standard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the standard topic, visit your repo's landing page and select "manage topics."

Learn more