Results 6 issues of Jane Ori

probably will land here: https://github.com/stealjs/steal/blob/master/src/extension-stack-trace.js `loader._boldText(str)` possibly Useful for highlighting things in console logs Target compatibility for the conversion: IE11+

Assuming the data-corset-prop-* attrs are there individually just for an internal query selector and not a deeper need, would you consider changing it to be all contained in one `data-corset-props`...

Reduced example: https://codepen.io/propjockey/pen/poLppJX/2c1726852bc96c8bf7703c95486a97c5?editors=1010 The each-template prop uses a var that is referencing `--bad-match` which doesn't exist, but is substituted with the value on var called --bad-match2. If `--bad-match2` ends with...

bug

Corset v1 and v2 in the following Corset sheet code, `var(--onSelected, false)` is resolving as false: ```css [role="group"] { --onSelected: ${x => console.log(x)}; event: pointerdown bind( ${this.someEvent}, var(--onSelected, false) );...

[Multipliers in the Spec](https://drafts.css-houdini.org/css-properties-values-api/#multipliers) When a --custom-property is registered with a multiplied syntax such as: ```css @property --margi-paddi { syntax: "+"; initial-value: initial; inherits: false; } ``` it would be...

Hi hi, since response headers are not always lowercased, this PR allows getResponseHeader to be used in those cases.