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.
Moves the Web IDL section from the explainer to the specification, with minor modifications.
Most notable change is that
SmartCardReaderStateFlags
was replaced withSmartCardReaderStateFlagsIn
andSmartCardReaderStateFlagsOut
. This is because some of the flags only makes sense as input togetStatusChange
and others only as output. This helps clarify usage and removes room for passing invalid flags as input.