diff --git a/activities.json b/activities.json index 180404fb..c7bed15f 100644 --- a/activities.json +++ b/activities.json @@ -1263,6 +1263,18 @@ "title": "page-orientation descriptor", "url": "https://drafts.csswg.org/css-page-3/#page-orientation-prop" }, + { + "ciuName": null, + "description": "An attribute that specifies the rules for generating acceptable passwords.", + "id": "passwordrules-attribute", + "mozBugUrl": null, + "mozPosition": "harmful", + "mozPositionDetail": "We believe this proposal, as drafted, encourages bad practices around passwords without encouraging good practices (such as minimum password length), and further has ambiguous and conflicting overlap with existing input validity attributes. We believe the existing input validity attributes and API are sufficient for expressing password requirements.", + "mozPositionIssue": 61, + "org": "WHATWG", + "title": "passwordrules attribute", + "url": "https://github.com/whatwg/html/issues/3518" + }, { "ciuName": null, "description": "The new scroll events introduced in this document provide web developers a way to listen to the state of the scrolling and when their content is being overscrolled or when the scrolling has finished. This information will be useful for the effects such as pull to refresh or history swipe navigations in the web apps.",