<!--
@BLINK-ALLOW:inputType=*
# Exclude the month/year at the top of the table and the weekday name
# abbreviations on the column headers because these differ cross-platform due
# to different localizations ('Mo' on Windows vs 'M' elsewhere, etc).
@BLINK-DENY:name='September? 2008'
@BLINK-DENY:name='S?'
@BLINK-DENY:name='M?'
@BLINK-DENY:name='T?'
@BLINK-DENY:name='W?'
@BLINK-DENY:name='F?'
@MAC-ALLOW:AXRoleDescription
@MAC-DENY:AXRoleDescription='Unlabeled image'
@MAC-DENY:AXDescription='To get missing image descriptions, open the context menu.'
@WIN-ALLOW:ia2_hypertext=*
@WIN-DENY:ia2_hypertext='September? 2008*'
@WIN-DENY:name='September? 2008'
@WIN-DENY:name='To get missing image descriptions, open the context menu.'
@UIA-WIN-ALLOW:ControllerFor=*
@UIA-WIN-ALLOW:LocalizedControlType='date picker'
@DEFAULT-ACTION-ON:Show date picker
@WAIT-FOR:Saturday, October 11, 2008
@WIN-ALLOW:localized_extended_role='date picker'
-->
<!DOCTYPE html>
<html>
<body>
<input type="date" value="2008-09-01">
</body>
</html>