Forum Moderators: open
.hide { /* Keeps it on page but hidden */
visibility [w3.org]: hidden;
} or
.none { /* completely out of the page
display [w3.org]: none;
} visibility takes the following values: visible ¦ hidden ¦ collapse ¦ inherit
display takes the following values: inline ¦ block ¦ list-item ¦ run-in ¦ compact ¦ marker ¦ table ¦ inline-table ¦ table-row-group ¦ table-header-group ¦ table-footer-group ¦ table-row ¦ table-column-group ¦ table-column ¦ table-cell ¦ table-caption ¦ none ¦ inherit
Pageone results seems to be saying I'm okay with invisible rules, so I'll go with that. Thanks.
Makes me think that the Google is like the new Samurai. Comes riding into town and cuts your head off for wearing the wrong haircut. You'd think they would at least publish the rules or something.
Thanks folks!