-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
While crawling The HTML Geolocation Element, the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
- The value
"illegal_subframe"of the enumActivationBlockersMixinBlockerReasondoes not match the expected conventions (lower case, hyphen separated words) - The value
"unsuccessful_registration"of the enumActivationBlockersMixinBlockerReasondoes not match the expected conventions (lower case, hyphen separated words) - The value
"recently_attached"of the enumActivationBlockersMixinBlockerReasondoes not match the expected conventions (lower case, hyphen separated words) - The value
"intersection_changed"of the enumActivationBlockersMixinBlockerReasondoes not match the expected conventions (lower case, hyphen separated words) - The value
"intersection_out_of_viewport_or_clipped"of the enumActivationBlockersMixinBlockerReasondoes not match the expected conventions (lower case, hyphen separated words) - The value
"intersection_occluded_or_distorted"of the enumActivationBlockersMixinBlockerReasondoes not match the expected conventions (lower case, hyphen separated words) - The value
"style_invalid"of the enumActivationBlockersMixinBlockerReasondoes not match the expected conventions (lower case, hyphen separated words) - The value
"type_invalid"of the enumActivationBlockersMixinBlockerReasondoes not match the expected conventions (lower case, hyphen separated words)
See Use casing rules consistent with existing APIs in Web Platform Design Principles document for guidance.
This issue was detected and reported semi-automatically by Strudy based on data collected in webref.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels