Results 513 comments of sideshowbarker

> To support iOS and the `UIFindInteraction` API: [`main`/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm#L11780](https://github.com/WebKit/WebKit/blob/main/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm?rgh-link-date=2024-03-01T21%3A32%3A14Z#L11780) > > To support all Cocoa platforms and `WKWebView`'s `findString:` API: > > https://github.com/WebKit/WebKit/blob/4f76c56c5655b26ed84f9f1b1d03a59c87e74885/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm#L1439 Thanks, pushed an amended commit with those...

> Thinking about this a bit more, and making the assumption that the open policy question is resolved, is there a reason you didn't always add the new option in...

> > Thinking about this a bit more, and making the assumption that the open policy question is resolved, is there a reason you didn't always add the new option...

Marking as Draft because this is WIP due to it so far only handling the case of leading whitespace and leading plus signs, and not actually yet having any change...

> This looks like a good set of changes, but I think we will need slightly different factoring and coding style. > … Thanks much for the guidance and details...

One concrete use case: I’ve run into need for this multiple times when answering _“exactly where does the spec say this is the required behavior”_ questions on Stack Overflow —...

Thanks for raising this. I agree this should be fixed but I can’t commit to making time in the near future to fix it myself. But https://github.com/validator/validator/blob/main/src/nu/validator/client/SimpleCommandLineValidator.java has the source...

@schalkneethling We don’t really have any how-to docs beyond what’s in the `CONTRIBUTING.md`. The general strategy is to look through the commit history to find a change that’s similar to...

@ylafon Do you recall if there’s an open CSS Validator issue for this?