-
Notifications
You must be signed in to change notification settings - Fork 366
removed all <p> and </p> in Retries section #555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<td><p><b>Wait Growth</b></p><p>Rate of growth of the sleep duration between each retry</p></td> | ||
<td><p><b>Max Wait</b></p><p>Maximum sleep duration between retries</p></td> | ||
<td><p><b>Max Attempts</b></p><p>Maximum number of individual retries</p></td> | ||
<td><b>Initial Wait</b>Sleep duration before the first retry</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a space between the B and the follow on text? Possibly a space-dash-space for separation purposes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm would putting the 2nd non-bolded text in parenthesis be better perhaps?
so
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or would
Initial Wait - Sleep duration before the first retrybe preferred?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm. Functionally for the sighted either would work, but I prefer using the latter (the dash as a separator) because of how it's voiced for screen readers.
removed all
and
in Retries section