Closed
Description
In the spec, the scriptlevel mentions checking for initial
. This is not legal according to the CSS spec.
The currently says:
If font-size is specified or if the specified value of math-script-level is initial then math-script-level does not affect the computed value of font-size.
The spec should check against 0, which is the initial value. The spec should probably say this.