Skip to content
#

whatwg

Here are 77 public repositories matching this topic...

node-fetch
mkruisselbrink
mkruisselbrink commented Aug 6, 2020

The current fetch spec says that all blob: URL requests should result in a 200/OK response (a separate issue, it should probably also mention how to reply if the URL's blob url entry is null). That doesn't entirely match at least chrome's implementation though. In chrome we also support range requests on blob URLs, as long as the range consists of a single range. In that case we reply with a 206 a

good first issue
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
oyvindfr
oyvindfr commented Mar 31, 2021

This doesn't make any sense to me: "The behavior when a string value that is not one a valid enumeration value is used when assigning to an attribute, or passed as an operation argument, whose type is the enumeration, is language binding specific."

I believe the word "one" should not have been there.

editorial good first issue
untitaker
untitaker commented Feb 2, 2022

While implementing lycheeverse/lychee#480 I realized how slow the default emitter really is. It makes link extraction 10-40% slower than html5ever. It is currently not really possible to beat html5ever at all unless a custom emitter is implemented.

We could:

  • build another emitter that reuses strings, and calls a callback with borrowed strings instead. Therefore mu
bug good first issue
wlammen
wlammen commented Oct 6, 2020

In https://infra.spec.whatwg.org/#code-points you suggest.

...Documents using the Infra Standard are encouraged to follow code points by their name...

but you fail to do so, when in https://infra.spec.whatwg.org/#strings you write

To convert a string into a scalar value string, replace any surrogates with U+FFFD.

It should be

To convert a string into a scalar value string, repla

good first issue
dd8
dd8 commented Apr 10, 2018

In https://mimesniff.spec.whatwg.org/#parsing-a-mime-type the following step might be clearer if it explicitly said the trailing sequence after " was to be discarded. Might also be better if the example contains a ';' since the step mentions ';'

Current:

Collect a sequence of code points that are not U+003B (;) from input, given position.
Example: Given text/html;charset="shift_jis"iso-20

good first issue topic: mime type clarification
zcorpan
zcorpan commented Jun 28, 2019

https://github.com/whatwg/whatwg.org/blob/master/resources.whatwg.org/standard.css#L168

A <dl class="switch"> in specs represents a switch statement in programming languages. For stylistic reasons we use an arrow character as generated content before each dt.

Example: https://dom.spec.whatwg.org/#dom-node-nodetype

This renders as "rightwards arrow with hook" in screen readers, accor

Improve this page

Add a description, image, and links to the whatwg 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 whatwg topic, visit your repo's landing page and select "manage topics."

Learn more