Sanket Joshi

Results 14 issues of Sanket Joshi

The highlight events explainer (https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/highlight/events-explainer.md#multiple-ranges-and-highlightrangegroups) describes two options for firing the HighlightRangePointerEvent. The first option states that the event is only fired to the Range/HighlightRangeGroup pair with the highest priority....

HighlightEvents

`Highlight`, as currently defined (https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/highlight/events-explainer.md#interaction-with-pointer-capture), cannot receive implicit or explicit pointer capture. This is largely because there is no currently known scenario that requires pointer capture on highlights, and also...

HighlightEvents

Such an API would allow the user to get a collection of all hit highlight ranges under a given pointer. This would allow multiple types of highlights to be composed...

HighlightEvents

Elements are able to prevent selection by calling preventDefault, but HighlightRangeGroups will not be able to do so because Elements and HighlightRangeGroups receive separate pointer events. One option is to...

HighlightEvents

The benefit of making Range an EventTarget and firing the event on the Range object directly is that the HighlightRangePointerEvent would not need to maintain a special Range pointer internally...

HighlightEvents

### Proposal The WHATWG html spec now supports a new attribute called writingsuggestions to control UA provided writing assistance. An MDN attribute should be written to document this attribute. ###...

involves: Content
proposal
Content: HTML

This PR proposes the addition of a new attribute called `writingsuggestions` to control UA-provided writing assistance, addressing #9065. Some browsers provide this capability to users (see https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/WritingSuggestions/explainer.md#use-case) but there are...

From @tomayac: Was it considered that in the future there could be more than two split tabs in a browser tab? At the moment, the baseline assumption seems to be...

Split Tab

With delayed clipboard rendering, serialization of the copied content is differed until it is actually needed. However, the content may change - ex. due to DOM mutations, style changes -...

Delayed Clipboard Rendering