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

Can we get rid of div#todo-app? #2

Open
domenic opened this issue Jun 5, 2012 · 1 comment
Open

Can we get rid of div#todo-app? #2

domenic opened this issue Jun 5, 2012 · 1 comment

Comments

@domenic
Copy link
Contributor

domenic commented Jun 5, 2012

Ideally the template.jade for the App component could be a body tag, and instead of appending it to the body, it could just be the body. I'm not sure if that's possible though, given that body is such a special element and WinJS likes to throw DOM security exceptions all the time.

@domenic
Copy link
Contributor Author

domenic commented Jun 12, 2012

The problem is this code. There's no good way of turning a string representing a body element into a body element. We could match on <body I guess.

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

No branches or pull requests

1 participant