CSS 44 ๐ป scripting, update and video-dynamic-range media features
a - scripting media feature
scripting media feature is used to determine whether scripting like JavaScript is enabled
The result is based on user's browser preferences
values: none โ scripting is not available
initial-only โ scripting available only the initial page load
enabled โ scripting is fully supported
@media (scripting: none) { } โ style applies when scripting is not enabled
@media (scripting: initial-only) { } โ style applies when scripting is available only at the first page load
@media (scripting: enabled) { } โ style applies when scripting is fully enabled
b - update media feature
update media feature checks how often the device updates the rendered content
values: none โ once rendered there will be no update on the content
slow โ cannot update the content quickly enough so there will be no smooth animation
fast โ content can be update fast enough and the animations will be smooth
@media (update: none) { } โ style applies when no update will occur
@media (update: slow) { } โ style applies when slow update will occur
@media (update: fast) { } โ style applies when fast update will occure
c - video-dynamic-range media feature
video-dynamic-range applies styles based on the dynamic range of the output device
It is used to test the characteristics in the video plane
There is limited availability to browsers
values: standard โ matches any devices except those that lack visual capabilities
high โ matches devices with high peach brightness, high contrast ratio and color depth more than 24 bit
@media (dynamic-range: standard) { } โ style applies to all output devices
@media (dynamic-range: high) { } โ style applies only to devices with high peach brightness, high contrast ratio and color depth more than 24 bit
Stop using slow, ad-bloated tool sites! ๐คฎ
๐ Search “KandZ Tools” on Google to use many professional utilities for free.
KandZ.me is the ultimate minimalist hub for:
โ
Finance (Mortgage, Interest, Inflation)
โ
Tech (Base64, JSON, Dev Suite, IP)
โ
Health (BMI, BMR, TDEE)
โ
Productivity (Timer, Workspace, QR)
โก๏ธ Fast & Private
๐ No data leaves your device
๐ 100% Free
๐ Use it now: https://tools.kandz.me
๐ Bookmark itโyouโll need it later!