Re: [w3c/clipboard-apis] Specify order of flavors exported to macOS's pasteboard (#137)

@snianu From a simple approach, can we put SvgData in front of TextData? This is also in line with the recommended practice in the operating system, where SVG has richer information.

```c++
  using Data = absl::variant<BitmapData,
                             HtmlData,
                             RtfData,
                             BookmarkData,
                             TextData,
                             WebkitData,
                             RawData,
                             SvgData,
                             FilenamesData,
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/137#issuecomment-1790015524
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/clipboard-apis/issues/137/1790015524@github.com>

Received on Thursday, 2 November 2023 03:43:12 UTC