- From: Marat Tanalin via GitHub <sysbot+gh@w3.org>
- Date: Sun, 25 Oct 2020 00:34:38 +0000
- To: public-css-archive@w3.org
So we are now still forced to use an empty form: ``` <form action="/example/"> <button type="submit">Link button</button> </form> ``` just to create a [link](https://tanalin.com/en/blog/2013/03/link-button/) that looks like a native button. With no ability to open it in a new tab/window, see the target URL in advance or copy the URL, and with a need to work around the [Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=108690) and [WebKit](https://bugs.webkit.org/show_bug.cgi?id=30103) bugs that cause adding a question mark even though the query string is empty. That’s amazing, CSSWG. -- GitHub Notification of comment by Marat-Tanalin Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5174#issuecomment-716074208 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 25 October 2020 00:34:43 UTC