-
Notifications
You must be signed in to change notification settings - Fork 63
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
Allow a webthing to provide an icon #1063
Comments
I would say that the ...
"links": [{
"rel": "icon",
"href": "/favicon",
"type": "image/png"
}]
...
|
That's a cool idea. The other alternative would be to add an |
@benfrancis thank you for the pointers :) |
Members like A web app manifest is to a web app what a thing description is to a web thing. I'm not suggesting we add a web app manifest inside a thing description, only that the Image Resource specification (which was separated out from the Web App Manifest specification for exactly this reason) could be used inside the Thing Description specification as it is inside the Web App Manifest specification. The Image Resource specification defines only
In HTML
I would support either approach. |
Yeah, they both seem equivalent to me. The only thing that might change is that an To be consistent with other discussions (w3c/wot-testing#87 ) I'll put my vote on Another related issue: #936 |
I am a big fan of reuse. So PR #1103 introduce rel=icon and |
icon is in the latest draft |
I would like to suggest that there should be a way that a webthing can provide it's own icon that the webthing UI could then use.
The text was updated successfully, but these errors were encountered: