Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dandrader committed Aug 22, 2023
1 parent 5e0f643 commit e98abfa
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1347,31 +1347,31 @@ <h5><dfn>SmartCardConnectionState</dfn> enum</h3>
"raw"
};
</pre>
<dl>
<dt><dfn>absent</dfn></dt>
<dd>There is no card in the reader.</dd>
<dt><dfn>present</dfn></dt>
<dd>There is a card in the reader, but it has not been moved into
position for use.</dd>
<dt><dfn>swallowed</dfn></dt>
<dd>There is a card in the reader in position for use. The card is
not powered.</dd>
<dt><dfn>powered</dfn></dt>
<dd>Power is being provided to the card, but the reader driver is
unaware of the mode of the card.</dd>
<dt><dfn>negotiable</dfn></dt>
<dd>The card has been reset and is awaiting PTS (protocol type
selection) negotiation.</dd>
<dt><dfn>t0</dfn></dt>
<dd>The card is in [[ISO7186-3]] T=0 protocol mode and a new protocol
may not be negotiated.</dd>
<dt><dfn>t1</dfn></dt>
<dd>The card is in [[ISO7186-3]] T=1 protocol mode and a new protocol
may not be negotiated.</dd>
<dt><dfn>raw</dfn></dt>
<dd>The card is in raw protocol mode and a new protocol may not be
negotiated.</dd>
</dl>
<dl>
<dt><dfn>absent</dfn></dt>
<dd>There is no card in the reader.</dd>
<dt><dfn>present</dfn></dt>
<dd>There is a card in the reader, but it has not been moved into
position for use.</dd>
<dt><dfn>swallowed</dfn></dt>
<dd>There is a card in the reader in position for use. The card is
not powered.</dd>
<dt><dfn>powered</dfn></dt>
<dd>Power is being provided to the card, but the reader driver is
unaware of the mode of the card.</dd>
<dt><dfn>negotiable</dfn></dt>
<dd>The card has been reset and is awaiting PTS (protocol type
selection) negotiation.</dd>
<dt><dfn>t0</dfn></dt>
<dd>The card is in [[ISO7186-3]] T=0 protocol mode and a new protocol
may not be negotiated.</dd>
<dt><dfn>t1</dfn></dt>
<dd>The card is in [[ISO7186-3]] T=1 protocol mode and a new protocol
may not be negotiated.</dd>
<dt><dfn>raw</dfn></dt>
<dd>The card is in raw protocol mode and a new protocol may not be
negotiated.</dd>
</dl>
</section>
</section>
</section>
Expand Down

0 comments on commit e98abfa

Please sign in to comment.