Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "isomorphic decode" explicitly for Refresh headers #3924

Closed
domenic opened this issue Aug 15, 2018 · 0 comments
Closed

Use "isomorphic decode" explicitly for Refresh headers #3924

domenic opened this issue Aug 15, 2018 · 0 comments
Labels
clarification Standard could be clearer good first issue Ideal for someone new to a WHATWG standard or software project topic: navigation

Comments

@domenic
Copy link
Member

domenic commented Aug 15, 2018

https://html.spec.whatwg.org/#navigating-across-documents

Let value be the value of the header with each byte mapped to a code point of equal value.

We can replace this by

Let value be the isomorphic decoding of the value of the header.

@domenic domenic added clarification Standard could be clearer good first issue Ideal for someone new to a WHATWG standard or software project topic: navigation labels Aug 15, 2018
@domenic domenic changed the title Use "ASCII decode" explicitly for Refresh headers Use "isomorphic decode" explicitly for Refresh headers Aug 15, 2018
mustaqahmed pushed a commit to mustaqahmed/html that referenced this issue Feb 15, 2019
mustaqahmed pushed a commit to mustaqahmed/html that referenced this issue Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification Standard could be clearer good first issue Ideal for someone new to a WHATWG standard or software project topic: navigation
Development

No branches or pull requests

1 participant