WICG / web-smart-card

Repository for the Web Smart Card Explainer
Other
42 stars 3 forks source link

Add initial draft of the specification #6

Closed dandrader closed 1 year ago

dandrader commented 1 year ago

Moves the Web IDL section from the explainer to the specification, with minor modifications.

Most notable change is that SmartCardReaderStateFlags was replaced with SmartCardReaderStateFlagsIn and SmartCardReaderStateFlagsOut. This is because some of the flags only makes sense as input to getStatusChange and others only as output. This helps clarify usage and removes room for passing invalid flags as input.