Whats new in Safari 9.0 (developer.apple.com)
over 8 years ago from Jason Fuller, Director
over 8 years ago from Jason Fuller, Director
Icons for Pinned Tabs
Pinned Sites allow your users to keep their favorite websites open, running, and easily accessible. You can set the icon that the user sees when they pin your site by providing a vector image. Use 100% black for all vectors with a transparent background in SVG format and add the following markup to all webpages that the icon should represent (replacing "website_icon" with your own file's name).
<link rel="icon" sizes="any" mask href="website_icon.svg">
To specify the color the icon should be displayed in, add the theme-color meta element to your webpage:
<meta name="theme-color" content="red">
The content attribute can specify a color in hexadecimal color values (#990000) or RGB formatted colors (rgb(153, 0, 0)), or recognized color-keywords, such as: red, lime, or navy.
Not another one!
Slightly related, there's more work on the web's end if the website would like to show up on iOS's new search screen.
maybe if they're rendering SVGs as uielemenets, we'll see improvements to inline sag rendering... prays
I'm not the biggest fan of Google Chrome, but Safari 9.0 seems like they took all the features Chrome had and threw them on claiming they're new and revolutionary (i.e. pinned tabs, muting audio).
backdrop-filter seems useful. Will it be supported be support by other browsers? And would anyone know how soon that feature might be added?
From some cursory searches it doesn't appear to have been standardized at all.
Yeah, but they utilize standardized filter effects. This can probably be shimmed into other browsers.
Thats what I found too. It seems like it's webkit only for now.
“Only Safari Extensions installed from the Safari Extensions Gallery can be updated automatically.”
I’ve just noticed the extension do not auto-update in Safari 8, despite settings tab clearly stating “Extensions will be automatically updated.”
Google Chrome also restricts extensions now, but at least they have an official repository (including malware, defeating the purpose). Apple’s repository with some 20 privileged extensions won’t cut it.
They still haven't fixed the fact that all tabs don't have fav icons. If I'm trying find a tab (unlike in Chrome) , I have to read all the text to figure out which tab I wanted.
I can always zoom out to see the content or install a hack SIMBL extension but this is a horrible user experience by default.
Use 100% black for all vectors with a transparent background in SVG format:
<link rel="icon" sizes="any" mask href="website_icon.svg">
To specify the color the icon should be displayed in, add the theme-color meta element to your webpage:
<meta name="theme-color" content="red">
It sounds like pinned tab icons will only support 1 color? Wonder what we should do for sites with multi color logos?
Use your primary brand color. You don't want to use a high fidelity logo, but an icon.
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
Login to Comment
You'll need to log in before you can leave a comment.
LoginRegister Today
New accounts can leave comments immediately, and gain full permissions after one week.
Register now