Skip to content

Commit

Permalink
Merge pull request #265 from patrickhlauke/gh-pages
Browse files Browse the repository at this point in the history
Editorial: Add `<dfn>` to `touch-action` definition
  • Loading branch information
patrickhlauke committed Sep 10, 2018
2 parents 9035d65 + 14c8821 commit 470b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ <h1>Declaring candidate regions for default touch behaviors</h1>
<section>
<h2>The <code>touch-action</code> CSS property</h2>
<table class="simple">
<tr><th>Name:</th><td><code>touch-action</code></td></tr>
<tr><th>Name:</th><td><code><dfn>touch-action</dfn></code></td></tr>
<tr><th>Value:</th><td><code>auto</code> | <code>none</code> | [ <code>pan-x</code> || <code>pan-y</code> ] | <code>manipulation</code></td></tr>
<tr><th>Initial:</th><td><code>auto</code></td></tr>
<tr><th>Applies to:</th><td>all elements except: non-replaced inline elements, table rows, row groups, table columns, and column groups.</td></tr>
Expand Down

0 comments on commit 470b287

Please sign in to comment.