To target=_blank or not to target=_blank, that is the question!

前端 未结 8 1995
野的像风
野的像风 2021-02-03 21:58

Should links to external sites set target=_blank? E.g. I am on www.acme.net and have a link to www.otherplace.net, should that link be:

8条回答
  •  自闭症患者
    2021-02-03 22:39

    found this on the w3c site

    Checkpoints in this section:

    •10.1 Until user agents allow users to turn off spawned windows, do not cause pop-ups or other windows to appear and do not change the current window without informing the user. [Priority 2] Content developers should avoid specifying a new window as the target of a frame with target="_blank".

    More info here

    the question you need to ask your client is "To what priority level are you aiming to achieve?"

提交回复
热议问题