Re: [csswg-drafts] [css-box] increase pointer target size independently of element layout (#4708)

For the note: you can try hit-margin live in [https://sciter.com](Sciter)

```
<html>
    <head>
        <title>Test</title>
        <style>

.menu {
  flow: horizontal;
  border-spacing: 1em;
  padding: 1em;
  background: gold;
}

.menu > button { hit-margin:0.5em; }

        </style>
    </head>
    <body>

<div.menu>
  <button>Button 1</button>
  <button>Button 2</button>          
</div>

    </body>
</html>
```
Run usciter[.exe | .app] from GitHub https://github.com/c-smile/sciter-sdk

copy `bin.win/x32/usciter.exe` and sciter.dll  to some folder and run executable
Pretty much the same for MacOS and Linux but in bin.lnx and bin.osx folders.



-- 
GitHub Notification of comment by c-smile
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4708#issuecomment-588520480 using your GitHub account

Received on Wednesday, 19 February 2020 23:06:06 UTC