X Tutup
The Wayback Machine - https://web.archive.org/web/20201223145618/https://github.com/freeCodeCamp/devdocs/issues/1252
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

HTML documentation lists `inputmode` as `input type="ode"` #1252

Open
forivall opened this issue Jul 3, 2020 · 1 comment
Open

HTML documentation lists `inputmode` as `input type="ode"` #1252

forivall opened this issue Jul 3, 2020 · 1 comment
Labels

Comments

@forivall
Copy link
Contributor

@forivall forivall commented Jul 3, 2020

Screen Shot 2020-07-03 at 11 20 16 AM

Appears to be due to this processing:

name.sub!(/input.(\w+)/, 'input type="\1"')

@forivall
Copy link
Contributor Author

@forivall forivall commented Jul 6, 2020

Considering that the name (i think) is "input/button" for https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/button, the regex should probably be /input\W(\w+)/. (i don't know ruby's regexes tho)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup