You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the profile is hardcoded as css3, but the W3C CSS Validator supports many options. An incomplete list of valid values is documented here, but there are more available in the dropdown (e.g., css3svg):
It would be handy if we allowed users to customize this profile via the options for validateText() and validateURL(), similar to the medium setting. Effectively, this would look like:
Right now, the
profile
is hardcoded ascss3
, but the W3C CSS Validator supports many options. An incomplete list of valid values is documented here, but there are more available in the dropdown (e.g.,css3svg
):It would be handy if we allowed users to customize this profile via the options for
validateText()
andvalidateURL()
, similar to themedium
setting. Effectively, this would look like:Here's where the
profile
is hardcoded now:w3c-css-validator/src/retrieve-validation/build-form-data.ts
Line 13 in d7cef11
w3c-css-validator/src/retrieve-validation/build-request-url-parameters.ts
Line 12 in d7cef11
The default value, if none is specified, should remain
css3
.The text was updated successfully, but these errors were encountered: