Skip to content

Instantly share code, notes, and snippets.

View sanoodles's full-sized avatar

Samuel Gomez sanoodles

View GitHub Profile
Balzer, 2014 Pomerantsev, 2019 Nguyen, 2019 Frieson, 2021
Semantic z-index: can I access z-index values with names that reflect their role?
@sanoodles
sanoodles / index.html
Last active September 30, 2019 21:01
Test polyfill crash on IE11
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test polyfill client</title>
</head>
<body>
<p>On Internet Explorer and Edge, both polyfills will try to create window.CustomElementRegistry, and the second will crash.</p>
<p>In this case, the execution <span id="result"></span></p>
<script src="script.js"></script>