Menu
  • HOME
  • TAGS

Can you give an example of a URN for private-use

uri,web-standards,urn

As far as I know, RFC 6648 does not make experimental NIDs (as defined by RFC 3406) invalid. The draft for the next RFC about URNs (currently) has, following the recommendations from RFC 6648, removed experimental NIDs (making URNs that use x- invalid). My gut says that the x- prefix...

Javascript: scrollTo() vs scroll(), which is the accepted/standard method

javascript,scroll,web-standards

The W3 actually lists both methods in their spec of the Window interface: http://www.w3.org/TR/cssom-view/#extensions-to-the-window-interface You can safely use either one....