[wp-trac] [WordPress Trac] #38387: Twenty Seventeen: Keyboard navigation on Safari 10

WordPress Trac noreply at wordpress.org
Tue Oct 25 11:45:27 UTC 2016


#38387: Twenty Seventeen: Keyboard navigation on Safari 10
---------------------------+----------------------------
 Reporter:  afercia        |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  4.7
Component:  Bundled Theme  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:  has-patch      |     Focuses:  accessibility
---------------------------+----------------------------

Comment (by afercia):

 Quick note about self-closing:

 Not really a SVG expert here, but all the examples I see in the current
 W3C Recommendation are self-closing, e.g.:

 {{{
 <use x="20" y="10" xlink:href="#MyRect" />
 }}}

 https://www.w3.org/TR/SVG11/struct.html#UseElement

 On the SVG 2 spec, which is still a Candidate Recommendation, there's one
 example of not self-closing `<use>`:
 https://www.w3.org/TR/SVG2/struct.html#DescriptionDefinitions

 {{{
   <use href="#star">
     <title>Favourite</title>
     <title lang="en-us">Favorite</title>
     <title lang="nl">Favoriet</title>
     <title lang="">★</title>
   </use>
 }}}

 That's a particular case though. I guess it's not a big deal but since the
 `<use>` doesn't contain anything in the Twenty Seventeen implementation,
 maybe better to self-close it?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/38387#comment:19>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list