Joey Arhar

Results 314 comments of Joey Arhar

Ah yes I was wondering if lighthouse would be interested in the new events! Reconciling the different events is complicated due to redirects and due to the fact that you...

Chrome considers `01/mm/yyyy` invalid with this validation message: "Please enter a valid value. The field is incomplete or has an invalid date." It makes sense that `input.value` doesn't change in...

Where does the spec say that `input.validity` can only change when `input.value` changes? I had a hard time searching. I also took a look at number inputs, and they actually...

I see that there are many build errors after build.sh says "Running conformance checker...", but when I run build.sh locally, it just stops after "Success!". How do I run the...

> The conformance checker is at https://github.com/validator/validator and has a variety of installation options. You need to run it on the output index.html file. Thanks, I was able to run...

@domenic I added some examples in https://github.com/whatwg/html/pull/8221/commits/81acbc77fb7f55592e164ab4c7a2e6cba03ce17e and https://github.com/whatwg/html/pull/8221/commits/9e0421c76e82132537c90e7da6e04885689c79de. Can you point me to any examples of "descriptive text for web developers and for implementers" that you mentioned earlier?

Thanks for the review! I'm going to be out until monday so I'll try to get to it then

Thanks for the review @domenic! I have addressed all your comments

@domenic mind taking another look? Anything else I can do to help move this forward?

> show/hide naming (under discussion in Open UI I guess, not sure how that's going) Looks like we might rename them to popupshow and popuphide: https://github.com/openui/open-ui/issues/607 > Element vs. HTMLElement;...