Skip to content

Instantly share code, notes, and snippets.

@sprice
Created September 20, 2010 01:03
Show Gist options
  • Save sprice/587286 to your computer and use it in GitHub Desktop.
Save sprice/587286 to your computer and use it in GitHub Desktop.
<!--
Fork this HTML code and fix it!
Code block from: https://psjobs-emploisfp.psc-cfp.gc.ca/psrs-srfp/applicant/1/page1190
This block of code is referenced in Point #44 of the "Factum of the Applicant"
report in the case between Donna Jodhan and Attorney General of Canada[1].
[1] http://www.bakerlaw.ca/content/blind-mba-have-her-day-court-over-inaccessible-government-websites
-->
<div class="labelControl">
<label for="available_date">
<abbr class="mandatory" title="Required">*</abbr>
Date Available: <span class="nobold"><acronym title='Year'>YYYY</acronym>-<acronym title='Month'>MM</acronym>-<acronym title='Day'>DD</acronym></span>
</label><br />
<input type="text" name="available_date" value="" id="available_date" size="11" maxlength="10" class="focusHighlight" />
</div>
@sprice
Copy link
Author

sprice commented Sep 20, 2010

From the case factum: ... Ms. Jodhan was unable to create a job profile due to an error message that appeared each time she tried to enter the "date available" field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment