Skip to content

Commit

Permalink
New validation script
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Nov 11, 2024
1 parent 3c58108 commit 3fd8172
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 685 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
cache: pip
- run: pip install -r requirements.txt
- run: python ./activities.py validate
- run: python ./validate-activities.py
5 changes: 1 addition & 4 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,10 +726,7 @@
"ciuName": null,
"description": "An API to enable objects other than built-in form control elements to participate in form submission, form validation, and so on.",
"id": "form-participation-api",
"mozBugUrl": [
"https://bugzilla.mozilla.org/show_bug.cgi?id=1518442",
"https://bugzilla.mozilla.org/show_bug.cgi?id=1552327"
],
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1552327",
"mozPosition": "positive",
"mozPositionDetail": "These propose what seems likely to be a useful addition to allow custom controls to participate in form validation and submission.",
"mozPositionIssue": 150,
Expand Down
Loading

0 comments on commit 3fd8172

Please sign in to comment.