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

warn about flash of unstyled content (FOUC) #20751

Closed
sigmundch opened this issue Aug 29, 2014 · 3 comments
Closed

warn about flash of unstyled content (FOUC) #20751

sigmundch opened this issue Aug 29, 2014 · 3 comments
Assignees
Labels

Comments

@sigmundch
Copy link
Member

we could make the linter detect when users don't have the 'unresolved' attribute, but should.

We should probably not enable this until we have a way to disable individual warning messages.

Conditions for when to warn:
 - a custom-element is used
 - it has content/children
 - it is in the main document body (not under a shadow-root of a polymer element)
 - none of it's parents have the 'unresolved' attribute, and

(unless there could possibly be FOUC that is within the shadow of a polymer-element, but we believe that's not the case?)

@jakemac53
Copy link
Contributor

Set owner to @jakemac53.
Added Started label.

@jakemac53
Copy link
Contributor

fixed in r39872, released as 0.13.0+3


Added Fixed label.

@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/polymer-dart#433.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants