-
Notifications
You must be signed in to change notification settings - Fork 143
[css-paint-api] Try and find a way to access images w/o using a custom property #24
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
Comments
The only thing that's kinda close to this is that, theoretically, things like |
Aren't bullets & co just unicode glyphs? |
For us these are just paths painted onto the canvas. I can't think of anything which magically accesses a resource on the network magically. |
Yeah, my point is that they're allowed to be that. In actual browsers they're either text or manually-drawn stuff, but there's nothing preventing them from being a network-fetched url. (It would just be a terrible idea.) That's the only place where it's even possible, tho. Nowhere else does a built-in CSS property even have a chance of fetching anything. |
Moved to LVL 2 |
Fix incorrect closing tag on 'must'
It might be desirable to have images loaded implicitly in a paint function, without having them loaded via. a custom property.
For example performing a network request, or a pull from the main execution context, to receive an image to use.
Thought: Are there any existing properties today which do this?
The text was updated successfully, but these errors were encountered: