📜 ⬆️ ⬇️

New HTML and CSS features in Safari 3.1

The latest version of the Safari web browser includes the latest HTML and CSS features found in the Webkit engine .

CSS Animation - transformations and animations based on CSS (an example can be viewed here ).
HTML5 support - new “video” and “audio” tags that allow you to easily insert audio or video files into pages. An example can be found here .

Downloadable fonts. Instead of using standard fonts, the author of the page can display text using fonts attached with CSS . Below is an example of the same page in different browsers. More examples.

Safari 3.0 left, 3.1 - right
css html 5 safari

')

Source: https://habr.com/ru/post/21958/


All Articles