- From: <bugzilla@jessica.w3.org>
- Date: Thu, 08 May 2014 21:35:58 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25614
Bug ID: 25614
Summary: @required and @disabled need to be moved to the Strong
native semantics table
Product: HTML WG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: jcraig@apple.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
Follow-on to:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23377#c6
@required and @disabled need to be listed in the Strong native semantic table
as they are the exact same semantic as @aria-required and @aria-disabled. If an
author does not want the default style of html:*[required], he or she should
override it with a CSS style block. If an author does not want the default
handling of a form that contains elements with @required specified, he or she
should fix it with a custom submit handler.
As it is, we've got conflicting boolean values that still need to be resolved
by browsers heuristics. That's an anti-pattern.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 8 May 2014 21:35:59 UTC