We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Title: [Explainer]: Example querySelectors need to select IDs (bugzilla: 25484)
Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484
comment: 0 comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484#c0 Gabriel Farrell wrote on 2014-04-27 13:18:59 +0000.
This section should instead select #hh, #sep, and #mm:
"this._root.querySelector('hh').textContent = fmt(now.getHours()); this._root.querySelector('sep').style.visibility = now.getSeconds() % 2 ? 'visible' : 'hidden'; this._root.querySelector('mm').textContent = fmt(now.getMinutes());"
comment: 1 comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484#c1 Dominic Cooney wrote on 2014-04-27 23:38:12 +0000.
Thanks for the bug report. I will fix this in the next Editor's Draft.
The text was updated successfully, but these errors were encountered:
Let me close this bug since "Introduction to Web Components" was historical.
Sorry, something went wrong.
No branches or pull requests
Title: [Explainer]: Example querySelectors need to select IDs (bugzilla: 25484)
Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484
comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484#c0
Gabriel Farrell wrote on 2014-04-27 13:18:59 +0000.
This section should instead select #hh, #sep, and #mm:
"this._root.querySelector('hh').textContent = fmt(now.getHours());
this._root.querySelector('sep').style.visibility =
now.getSeconds() % 2 ? 'visible' : 'hidden';
this._root.querySelector('mm').textContent = fmt(now.getMinutes());"
comment: 1
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=25484#c1
Dominic Cooney wrote on 2014-04-27 23:38:12 +0000.
Thanks for the bug report. I will fix this in the next Editor's Draft.
The text was updated successfully, but these errors were encountered: