RE: Where to file a bug on a bookmarklet?

Yes, that’s the bookmarklet. And I’m using a companion bookmarklet (available here<https://validator.w3.org/nu/about.html>) to generate the initial set of results.

Check serialized DOM of current page<javascript:(function()%7bfunction%20c(a,b)%7bvar%20c=document.createElement(%22textarea%22);c.name=a;c.value=b;d.appendChild(c)%7dvar%20e=function(a)%7bfor(var%20b=%22%22,a=a.firstChild;a;)%7bswitch(a.nodeType)%7bcase%20Node.ELEMENT_NODE:b+=a.outerHTML;break;case%20Node.TEXT_NODE:b+=a.nodeValue;break;case%20Node.CDATA_SECTION_NODE:b+=%22%3c![CDATA[%22+a.nodeValue+%22]]\%3e%22;break;case%20Node.COMMENT_NODE:b+=%22%3c\!--%22+a.nodeValue+%22--\%3e%22;break;case%20Node.DOCUMENT_TYPE_NODE:b+=%22%3c!DOCTYPE%20%22+a.name+%22%3e\n%22%7da=a.nextSibling%7dreturn%20b%7d(document),d=document.createElement(%22form%22);d.method=%22POST%22;d.action=%22https://validator.w3.org/nu/%22;d.enctype=%22multipart/form-data%22;d.target=%22_blank%22;d.acceptCharset=%22utf-8%22;c(%22showsource%22,%22yes%22);c(%22content%22,e);document.body.appendChild(d);d.submit()%7d)();>: grabs the serialized DOM of whatever page you’re currently browsing and sends it to the checker


From: Taylor, P <P.Taylor@rhul.ac.uk>
Sent: Wednesday, September 25, 2019 1:42 PM
To: Jukka K. Korpela <jukkakk@gmail.com>
Cc: Lisa Louise Davis (Aquent) <v-lidav@microsoft.com>; www-validator@w3.org
Subject: Re: Where to file a bug on a bookmarklet?

Jukka K. Korpela wrote:
I’d like to file a bug on a bookmarklet developed by Steve Faulkner that filters results of the Nu HTML Checker
What bookmarklet is that?

Possibly the one linked<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fs.codepen.io%2Fstevef%2Fdebug%2FVRZdGJ&data=02%7C01%7Cv-lidav%40microsoft.com%7C7fc13cf988214925eb3208d741f8c9d5%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C1%7C637050409132153987&sdata=gtAECBL05gpWKqmAi4e3xyy2WT2EveDvRR4HsLXE5%2BA%3D&reserved=0> from this page, Jukka, under the link text "WCAG parsing only bookmarklet<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fs.codepen.io%2Fstevef%2Fdebug%2FVRZdGJ&data=02%7C01%7Cv-lidav%40microsoft.com%7C7fc13cf988214925eb3208d741f8c9d5%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C1%7C637050409132163982&sdata=swOsFp62DtuzSAGsnAKTnZh3bcpuFD16%2FN65Rvuq7V8%3D&reserved=0>".
Philip Taylor

Received on Thursday, 26 September 2019 00:51:58 UTC