Changes between Initial Version and Version 1 of Ticket #21506, comment 16
- Timestamp:
- 08/08/2012 09:53:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21506, comment 16
initial v1 1 I'll preemptively argue against before_header. :) Almost anything I can think of adding to this hook (menus, ads, search forms, etc.) can be positioned visually above the header with CSS while hooking into an after_header hook. Additionally, thisis likely to encourage a semantic outline for our WordPress generated web pages and is likely friendlier to screen readers.1 I'll preemptively argue against before_header. :) Almost anything I can think of adding to this hook (menus, ads, search forms, etc.) can be positioned visually above the header with CSS while hooking into an after_header hook. Additionally, not using before_header is likely to encourage a semantic outline for our WordPress generated web pages and is likely friendlier to screen readers. 2 2 3 3 My feeling is that this will also be true for most before_ hooks.