News from WWDC23: WebKit Features in Safari 17 beta
webkit.org/blog/14205/news-from-wwdc23-webkit-features-in-safari-17-betaThe
<model>
element will provide a way to easily present 3D content in a web page without any scripting. Just like with<img>
and<video>
, HTML makes it possible for<model>
to work in a robust and simple manner across web browsers on any platform. Model is still undergoing specification and is subject to change, but we expect it will work like this:<modelsrc="asset/example-3d-model"width="400"height="300"></model>
New WebKit brings easy 3D-models to web.