Skip to content
#

standard

Here are 574 public repositories matching this topic...

mtrootyy
mtrootyy commented Aug 15, 2020

Paragraph of placeholder attribute on input element
https://html.spec.whatwg.org/multipage/input.html#the-placeholder-attribute

If a user agent normally doesn't show this hint to the user when the control is focused, then the user agent should nonetheless show the hint for the control if it was focused as a result of the autofocus attribute, since in that case the user will not have had an

azu
azu commented Sep 2, 2020

What should be the result of new url("#")?
Browsers return different results and It confuses me.

In my understanding is that new url("#") should throw a validation error.

  1. scheme start state
    1. [skip] If c is an ASCII alpha, append c, lowercased, to buffer, and set state to scheme state.
    2. [match] Otherwise, if state over

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

You can’t perform that action at this time.