<!--
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:AXDescription
@MAC-ALLOW:accessibilityCustomContent
@MAC-ALLOW:AXHelp*
@WIN-ALLOW:xml-roles:*
@WIN-ALLOW:description*
@WIN-DENY:name*
@UIA-WIN-ALLOW:FullDescription*
@UIA-WIN-ALLOW:DescribedBy*
@AURALINUX-ALLOW:xml-roles:*
@AURALINUX-DENY:name*
@AURALINUX-ALLOW:description*
@BLINK-ALLOW:descri*
-->
<!DOCTYPE html>
<html>
<body>
<input type="text" id="username" aria-describedby="username-tip" />
<div role="tooltip" id="username-tip">Your username should be your email id</div>
<div id="date-desc" aria-label="mmddyy" style="display:none"></div>
<input type="text" aria-describedby="date-desc" />
</body>
</html>