Skip to content

Instantly share code, notes, and snippets.

@bedney
Created May 26, 2021 20:40
Show Gist options
  • Save bedney/843b031bf8399f0f0eb05c7ddfc9a999 to your computer and use it in GitHub Desktop.
Save bedney/843b031bf8399f0f0eb05c7ddfc9a999 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
@namespace url("http://www.w3.org/1999/xhtml");
*|* {
color: green;
}
* {
color: blue;
}
</style>
</head>
<body xmlns:foo="http://www.foo.com">
<foo:bar>This should be green</foo:bar>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment