Hacker News new | ask | show | jobs
by Calzifer 481 days ago
That just opens the door for invalid combinations. As others said there is not only "_blank" but other special values like "_top".

  <a target-new-window=true target-top-frame=true target-self=true ...
Now the browser needs to define and document some kind of priority to solve those situations. If you can have only one target anyway why not simply give special targets special values.