UNPKG

luhn-generator

Version:

A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm

16 lines (15 loc) 546 B
{ "id": "no-autoplay-audio", "evaluate": "no-autoplay-audio-evaluate", "options": { "allowedDuration": 3 }, "metadata": { "impact": "moderate", "messages": { "pass": "<video> or <audio> does not output audio for more than allowed duration or has controls mechanism", "fail": "<video> or <audio> outputs audio for more than allowed duration and does not have a controls mechanism", "incomplete": "Check that the <video> or <audio> does not output audio for more than allowed duration or provides a controls mechanism" } } }