Skip to content

Instantly share code, notes, and snippets.

@spring-raining
Created May 9, 2023 17:29
Show Gist options
  • Select an option

  • Save spring-raining/7ad3439f7cda816b159393cb6bcb1176 to your computer and use it in GitHub Desktop.

Select an option

Save spring-raining/7ad3439f7cda816b159393cb6bcb1176 to your computer and use it in GitHub Desktop.
Example of `update` media feature
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example of update media featuretag</title>
<style>
@media (update: none) {
.test {
color: red;
}
}
</style>
</head>
<body>
<div clas="test">This text should be red.</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment