Changes between Initial Version and Version 1 of Ticket #7348, comment 3
- Timestamp:
- 11/24/2016 03:36:17 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7348, comment 3
initial v1 17 17 {{{ 18 18 <label> 19 <input type="radio" id="see-field_67_public"name="field_67_visibility" value="public">19 <input type="radio" name="field_67_visibility" value="public"> 20 20 <span class="field-visibility-text">Everyone</span> 21 21 </label> … … 25 25 26 26 {{{ 27 <input type="radio" id="see-field_67_public" name="field_67_visibility" value="public" checked="checked">27 <input type="radio" id="see-field_67_public" name="field_67_visibility" value="public"> 28 28 <label for="see-field_67_public"><span class="field-visibility-text">Only Me</span></label> 29 29 }}} … … 31 31 Then you are certain it works on all devices. See [https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/ WordPress code standards]. 32 32 33 34 35 Here a HTML code example as I think it should be (again, not sure how this is legacy code). 33 Here a HTML code example as I think it should be (again, not sure how much of this is legacy code). 36 34 {{{ 37 35 <div class="editfield field_67 field_text-field optional-field visibility-public field_type_textbox">