We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.w3.org/TR/css-typed-om-1/#numericvalue-serialization
Otherwise, if unit is "percentage", append "%" to s, then return s.
If the CSSUnitValue object was created via CSS.percent(n), the unit value will be "percent".
CSSUnitValue
CSS.percent(n)
"percent"
The text was updated successfully, but these errors were encountered:
d9e8a3d
Ah, thanks, I actually made this mistake three times.
Sorry, something went wrong.
No branches or pull requests
https://www.w3.org/TR/css-typed-om-1/#numericvalue-serialization
If the
CSSUnitValue
object was created viaCSS.percent(n)
, the unit value will be"percent"
.The text was updated successfully, but these errors were encountered: