mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-15 23:47:24 +02:00
Accessibility: improve table semantics and ARIA usage (#2553)
This commit is contained in:
@@ -24,16 +24,16 @@
|
||||
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr><th>Option</th> <th>Value</th></tr>
|
||||
<tr><th scope="col">Option</th> <th scope="col">Value</th></tr>
|
||||
</thead>
|
||||
<tr><th>Protocol/Method</th> <td>IMAP</td></tr>
|
||||
<tr><th>Mail server</th> <td>{{hostname}}</td>
|
||||
<tr><th>IMAP Port</th> <td>993</td></tr>
|
||||
<tr><th>IMAP Security</th> <td>SSL or TLS</td></tr>
|
||||
<tr><th>SMTP Port</th> <td>465</td></tr>
|
||||
<tr><th>SMTP Security</td> <td>SSL or TLS</td></tr>
|
||||
<tr><th>Username:</th> <td>Your whole email address.</td></tr>
|
||||
<tr><th>Password:</th> <td>Your mail password.</td></tr>
|
||||
<tr><th scope="row">Protocol/Method</th> <td>IMAP</td></tr>
|
||||
<tr><th scope="row">Mail server</th> <td>{{hostname}}</td>
|
||||
<tr><th scope="row">IMAP Port</th> <td>993</td></tr>
|
||||
<tr><th scope="row">IMAP Security</th> <td>SSL or TLS</td></tr>
|
||||
<tr><th scope="row">SMTP Port</th> <td>465</td></tr>
|
||||
<tr><th scope="row">SMTP Security</td> <td>SSL or TLS</td></tr>
|
||||
<tr><th scope="row">Username:</th> <td>Your whole email address.</td></tr>
|
||||
<tr><th scope="row">Password:</th> <td>Your mail password.</td></tr>
|
||||
</table>
|
||||
|
||||
<p>In addition to setting up your email, you’ll also need to set up <a href="#sync_guide">contacts and calendar synchronization</a> separately.</p>
|
||||
@@ -45,8 +45,8 @@
|
||||
<p>On iOS devices, devices on this <a href="https://github.com/Z-Hub/Z-Push/wiki/Compatibility">compatibility list</a>, or using Outlook 2007 or later on Windows 7 and later, you may set up your mail as an Exchange or ActiveSync server. However, we’ve found this to be more buggy than using IMAP as described above. If you encounter any problems, please use the manual settings above.</p>
|
||||
|
||||
<table class="table">
|
||||
<tr><th>Server</th> <td>{{hostname}}</td></tr>
|
||||
<tr><th>Options</th> <td>Secure Connection</td></tr>
|
||||
<tr><th scope="row">Server</th> <td>{{hostname}}</td></tr>
|
||||
<tr><th scope="row">Options</th> <td>Secure Connection</td></tr>
|
||||
</table>
|
||||
|
||||
<p>Your device should also provide a contacts list and calendar that syncs to this box when you use this method.</p>
|
||||
|
||||
Reference in New Issue
Block a user