mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 22:41:56 +08:00
Update keyboard input element from span to kbd
Summary: Updated the keyboard input element on the browser debugger page that contains "⌘⌥J" from a `span` to the more semantic `kbd`. Closes https://github.com/facebook/react-native/pull/8998 Differential Revision: D3620668 fbshipit-source-id: ab3081688202c85978f6f400a42eb1aa1abb77c6
This commit is contained in:
committed by
Facebook Github Bot 8
parent
73a64ed2eb
commit
481e1c77a0
@@ -127,7 +127,7 @@ connectToDebuggerProxy();
|
||||
<p>
|
||||
React Native JS code runs inside this Chrome tab.
|
||||
</p>
|
||||
<p>Press <span class="shortcut">⌘⌥J</span> to open Developer Tools. Enable <a href="http://stackoverflow.com/a/17324511/232122" target="_blank">Pause On Caught Exceptions</a> for a better debugging experience.</p>
|
||||
<p>Press <kbd class="shortcut">⌘⌥J</kbd> to open Developer Tools. Enable <a href="http://stackoverflow.com/a/17324511/232122" target="_blank">Pause On Caught Exceptions</a> for a better debugging experience.</p>
|
||||
<p>Status: <span id="status">Loading...</span></p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user