Changes between Version 26 and Version 27 of WebInspector
- Timestamp:
- Sep 11, 2012, 9:03:36 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebInspector
v26 v27 8 8 * Google Chrome — Enabled by default, use the Inspect Element context menu to access the Web Inspector. 9 9 10 * Any WebKit client — Find the application's bundle identifier. Enter the following command once in Terminal, inserting the bundle identifier, and relaunch the application in order to use the Web Inspector. [https://www.failsafepayments.com/ 3d secure]10 * Any WebKit client — Find the application's bundle identifier. Enter the following command once in Terminal, inserting the bundle identifier, and relaunch the application in order to use the Web Inspector. 11 11 {{{ 12 12 defaults write «bundle-identifier-here» WebKitDeveloperExtras -bool true … … 14 14 15 15 == Using the Web Inspector == 16 The Web Inspector can be opened by '''right clicking anywhere on a web page''' and choosing '''Inspect Element'''. Once open, it highlights the node on the page as it is selected in the hierarchy. You can also search for nodes by node name, id and CSS class name. [http://www.imcredo.com/services/ppc/ Adwords Management]16 The Web Inspector can be opened by '''right clicking anywhere on a web page''' and choosing '''Inspect Element'''. Once open, it highlights the node on the page as it is selected in the hierarchy. You can also search for nodes by node name, id and CSS class name. 17 17 18 18 19 The Node pane shows the current node type and name, as well as any element attributes. [https://www.certoconnect.com/ Online Payment Solution] 20 19 The Node pane shows the current node type and name, as well as any element attributes. 21 20 22 21 Under the Style pane we show all the CSS rules that apply to the focused node. These rules are listed in cascade order with overridden properties striked-out—letting you truly see how cascading stylesheets affect the page layout. All shorthand properties have a disclosure-triangle to show and hide the expanded properties created by the shorthand.