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

webview tag doesn't work #76

Closed
alexchandel opened this issue Jul 15, 2013 · 1 comment
Closed

webview tag doesn't work #76

alexchandel opened this issue Jul 15, 2013 · 1 comment

Comments

@alexchandel
Copy link

This is similar to #75. webview is a custom tag used in Chrome Packaged Apps. Apparently Google likes to use custom tags, so there should be a CoffeeCup means to generate arbitrary tags from certain unknown function.

There should be a builtin way to register unrecognized symbols as tags in CoffeeCup, either with C-preprocessor syntax or a builtin function:

##register(webview)
div ->
    webview ->

coffeecup(tag: 'webview')
div ->
    webview ->
@10xLaCroixDrinker
Copy link
Contributor

@gradus gradus closed this as completed Dec 8, 2013
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

3 participants