1 2 3 4 5 6 7 8
<!DOCTYPE html> <script> var elt = document.createElement("span"); elt.setAttribute("style", "color: red ! important;"); elt.style.getPropertyPriority("foo"); </script>