]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoMake minlength checking behave as expected
Michael[tm] Smith [Thu, 7 Jan 2016 12:53:52 +0000 (21:53 +0900)]
Make minlength checking behave as expected

This makes the "minlength" attribute a non-error for input[type=password]
and input[type=text], as expected.

Fixes https://github.com/validator/validator/issues/208 Thanks @StevenMaude

8 years agoAdd CSP syntax checking for <meta> & HTTP header
Michael[tm] Smith [Wed, 30 Dec 2015 23:51:52 +0000 (08:51 +0900)]
Add CSP syntax checking for <meta> & HTTP header

Adds datatype/microsyntax-checking of the "content" attribute of the
<meta http-equiv=content-security-policy content="..."> element, along with
such checking of the value of the Content-Security-Policy HTTP header.

Fixes https://github.com/validator/validator/issues/153

8 years agoAllow the "nonce" attribute
Michael[tm] Smith [Sun, 27 Dec 2015 13:06:52 +0000 (22:06 +0900)]
Allow the "nonce" attribute

Fixes https://github.com/validator/validator/issues/159

8 years agoAlign event-handler-attribute checking with spec
Michael[tm] Smith [Sun, 27 Dec 2015 12:11:22 +0000 (21:11 +0900)]
Align event-handler-attribute checking with spec

Fixes https://bugzilla.validator.nu/show_bug.cgi?id=1026

8 years agoAlign iframe[sandbox] checking with spec
Michael[tm] Smith [Sun, 27 Dec 2015 10:53:38 +0000 (19:53 +0900)]
Align iframe[sandbox] checking with spec

Fixes https://github.com/validator/validator/issues/138

8 years agoAllow "minlength"
Michael[tm] Smith [Sun, 27 Dec 2015 05:10:11 +0000 (14:10 +0900)]
Allow "minlength"

Fixes https://github.com/validator/validator/issues/164

8 years agoAllow ARIA role=switch
Michael[tm] Smith [Sat, 26 Dec 2015 14:44:18 +0000 (23:44 +0900)]
Allow ARIA role=switch

Fixes #135

8 years agoSync up with latest ARIA-in-HTML spec changes
Michael[tm] Smith [Sat, 26 Dec 2015 13:25:19 +0000 (22:25 +0900)]
Sync up with latest ARIA-in-HTML spec changes

This allows role=group for <header> & <footer>, and role=search for <form>.

Fixes #185. Fixes #193.

8 years agoMake "integrity" checking more helpful
Michael[tm] Smith [Sat, 26 Dec 2015 08:13:26 +0000 (17:13 +0900)]
Make "integrity" checking more helpful

Refines https://github.com/validator/validator/issues/151

8 years agoAdd the "integrity" attribute
Michael[tm] Smith [Fri, 25 Dec 2015 18:13:43 +0000 (03:13 +0900)]
Add the "integrity" attribute

Fixes https://github.com/validator/validator/issues/151

8 years agoRefine some ARIA checking to sync w/ current spec
Michael[tm] Smith [Fri, 11 Dec 2015 10:18:30 +0000 (19:18 +0900)]
Refine some ARIA checking to sync w/ current spec

8 years agoAllow ol>li[role=menuitem] & ol>li[role=tab].
Michael[tm] Smith [Fri, 17 Jul 2015 04:27:07 +0000 (13:27 +0900)]
Allow ol>li[role=menuitem] & ol>li[role=tab].

Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=22165
Thanks Bruno Racineux.

8 years ago(Re)corrected content model for the ruby element.
Michael[tm] Smith [Sun, 5 Jul 2015 09:42:20 +0000 (18:42 +0900)]
(Re)corrected content model for the ruby element.

8 years agoCorrected the content model for the ruby element.
Michael[tm] Smith [Thu, 2 Jul 2015 13:25:59 +0000 (22:25 +0900)]
Corrected the content model for the ruby element.

Fixes #113. Fixes #114. Thanks @momdo.

8 years agoEmit error for empty form-control `name` attr.
Michael[tm] Smith [Sun, 28 Jun 2015 10:39:41 +0000 (19:39 +0900)]
Emit error for empty form-control `name` attr.

Fixes #106. Thanks @dhodder.

8 years agoAllow ruby <rb> & <rtc> elements.
Michael[tm] Smith [Sun, 28 Jun 2015 10:17:26 +0000 (19:17 +0900)]
Allow ruby <rb> & <rtc> elements.

Multiple UAs now have support for <rb> and <rtc>.
Fixes #96. Thanks @stevefaulkner.

8 years agoReport warning for inputmode (instead of error).
Michael[tm] Smith [Sun, 28 Jun 2015 07:16:58 +0000 (16:16 +0900)]
Report warning for inputmode (instead of error).

Addresses #102.

9 years agoMake input[type]-specific error msgs more clear.
Michael[tm] Smith [Thu, 26 Mar 2015 13:22:39 +0000 (22:22 +0900)]
Make input[type]-specific error msgs more clear.

Fixes #49. Thanks @cvrebert.

9 years agoExit the meta[name]-checking business.
Michael[tm] Smith [Sun, 15 Mar 2015 09:25:11 +0000 (18:25 +0900)]
Exit the meta[name]-checking business.

Removed the code for checking if meta[name] values are registered. While
admiring the spirit behind the original requirement, the experiment has
failed in practice. It's ended up costing a huge amount of maintenance time
for something that was of very little benefit to end users to begin with --
even if it had ever worked as conceived. But it's not working as conceived
-- in fact at this point it's mostly just wasting the time of both users
and maintainers. So, enough is enough -- let's cut our losses.

9 years agoAdded warning that assertions.sch isn't maintained
Michael[tm] Smith [Sat, 7 Mar 2015 01:46:44 +0000 (10:46 +0900)]
Added warning that assertions.sch isn't maintained

9 years agoConsolidated all RelaxNG files into `/schema` dir.
Michael[tm] Smith [Sat, 21 Feb 2015 00:16:16 +0000 (09:16 +0900)]
Consolidated all RelaxNG files into `/schema` dir.