KandZ – Tuts

We like to help…!

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!

Leave a Reply