Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Playing with the idea of a machine-readable JSON file enumerating to …
Browse files Browse the repository at this point in the history
…what extent the component complies with the checklist.
  • Loading branch information
Jan Miksovsky committed Mar 21, 2015
1 parent 863cfdf commit 59bc3da
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 0 deletions.
64 changes: 64 additions & 0 deletions descriptors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
Expressed Dependencies
Load Order Independence
Relative Paths
Host Independence
Detached Instantiation
Detachment
Reattachment
Local effects only
Focusable
Focus Order
Aggregate Focus
Focus Visible
Keyboard Support
Keyboard Locality
Labels
ARIA Role
UI States
Sufficient Contrast
Redundant Color
High Contrast
Plain Tag
Children Visible
Content Reprojection
Content Changes
Child Independence
Auxiliary Content
Back-End Independence
Presentable
Generic Styling
Informational Animation
Default Font
Default Colors
Restrained Color
Size to Content
Default Size
Stretch to Fit
Automatic Positioning
Child Positioning
Style Recalc
Size Recalc
Responsive
Member Order Independence
Member Combinations
Required Properties
Exposed Methods
Exposed Events
Documented API
Computational Performance
Network Performance
Render Performance
Vector Graphics
Progress Feedback
Localizable Strings
Date+Time Format
Currency Format
Right-to-Left
Appropriate Base Class
Composition
Subclassable
Overridable Methods
Purpose Statement
Code Style Guide
Open License
Clean Console
66 changes: 66 additions & 0 deletions gold-standard-status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"Expressed Dependencies": false,
"Load Order Independence": false,
"Relative Paths": false,
"Host Independence": false,
"Detached Instantiation": false,
"Detachment": false,
"Reattachment": false,
"Localeffectsonly": false,
"Focusable": false,
"Focus Order": false,
"Aggregate Focus": false,
"Focus Visible": false,
"Keyboard Support": false,
"Keyboard Locality": false,
"Labels": false,
"ARIA Role": false,
"UI States": false,
"Sufficient Contrast": false,
"Redundant Color": false,
"High Contrast": false,
"Plain Tag": false,
"Children Visible": false,
"Content Reprojection": false,
"Content Changes": false,
"Child Independence": false,
"Auxiliary Content": false,
"Back- End Independence": false,
"Presentable": false,
"Generic Styling": false,
"Informational Animation": false,
"Default Font": false,
"Default Colors": false,
"Restrained Color": false,
"Sizeto Content": false,
"Default Size": false,
"Stretchto Fit": false,
"Automatic Positioning": false,
"Child Positioning": false,
"Style Recalc": false,
"Size Recalc": false,
"Responsive": false,
"Member Order Independence": false,
"Member Combinations": false,
"Required Properties": false,
"Exposed Methods": false,
"Exposed Events": false,
"Documented API": false,
"Computational Performance": false,
"Network Performance": false,
"Render Performance": false,
"Vector Graphics": false,
"Progress Feedback": false,
"Localizable Strings": false,
"Date+ Time Format": false,
"Currency Format": false,
"Right-to- Left": false,
"Appropriate Base Class": false,
"Composition": false,
"Subclassable": false,
"Overridable Methods": false,
"Purpose Statement": false,
"Code Style Guide": false,
"Open License": false,
"Clean Console": false
}

0 comments on commit 59bc3da

Please sign in to comment.