Skip to content
#

whatwg

Here are 73 public repositories matching this topic...

node-fetch
GPHemsley
GPHemsley commented Jun 3, 2017

The term "forbidden host code point" is used exactly twice within this spec, and in one case it excludes U+0025 (%):

If asciiDomain contains a forbidden host code point, validation error, return failure.

If input contains a forbidden host code point excluding U+0025 (%), validation error, return failure.

I think it is easier for implementations to add to a definition rather than take

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.

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

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