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
For this document:
<!DOCTYPE html> <html> <head> <script src="toolkitchen/toolkit/toolkit.js"></script> </head> <body> <element name="x-fail"> <link rel="stylesheet" toolkit-scope="global"> <script>Toolkit.register(this)</script> </element> <x-fail></x-fail> </body> </html>
The styling mechanism will throw an exception because it expects the stylesheet to have been loaded by HTMLImports
The text was updated successfully, but these errors were encountered:
Actually it also happens without toolkit-scope.
Sorry, something went wrong.
Fixed by f741201
Actual fix is here: googlearchive/HTMLImports@d7a84dd
sorvell
No branches or pull requests
For this document:
The styling mechanism will throw an exception because it expects the stylesheet to have been loaded by HTMLImports
The text was updated successfully, but these errors were encountered: