Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
halostatue
on Nov 21, 2022
|
parent
|
context
|
favorite
| on:
Show HN: A color picker for named web colors
The compatibility chart shows Safari supporting
SVGStyleElement.sheet
since v 3 (v1 iOS).
The fix that I suggested does seem to produce a working colour wheel, however.
divbzero
on Nov 22, 2022
|
next
[–]
Interesting, the missing
SVGStyleElement.sheet
must be a Safari bug not captured by MDN’s compatibility chart? Your workaround of finding the sheet in
document.styleSheets
is clever and seems to work.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The fix that I suggested does seem to produce a working colour wheel, however.