From ab43671b51fa3eb11890a017a8aa8553ec210e5d Mon Sep 17 00:00:00 2001 From: ritsyy Date: Fri, 1 Jan 2016 15:58:02 +0530 Subject: [PATCH] without href is not interactive content --- images/content-venn.svg | 2 +- source | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/images/content-venn.svg b/images/content-venn.svg index a0ff22331ca..b6a4cc8c2d1 100644 --- a/images/content-venn.svg +++ b/images/content-venn.svg @@ -172,7 +172,7 @@

Interactive content

    -
  • a
  • +
  • a*
  • audio*
  • button
  • details
  • diff --git a/source b/source index ea0c892a6f5..fa7b6fe34a1 100644 --- a/source +++ b/source @@ -9749,7 +9749,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
      -
    • a
    • +
    • a (if the href attribute is present)
    • audio (if the controls attribute is present)
    • button
    • details
    • @@ -17407,12 +17407,12 @@ included with Exhibit B.
      Categories:
      Flow content.
      Phrasing content.
      -
      Interactive content.
      +
      If the element has a href attribute: Interactive content.
      Palpable content.
      Contexts in which this element can be used:
      Where phrasing content is expected.
      Content model:
      -
      Transparent, but there must be no interactive content descendant.
      +
      Transparent, but there must be no interactive content or a element descendants.
      Content attributes:
      Global attributes
      href
      @@ -115283,7 +115283,6 @@ if (s = prompt('What is your name?')) { Interactive content* - a; button; details; embed; @@ -115293,6 +115292,7 @@ if (s = prompt('What is your name?')) { select; textarea + a (if the href attribute is present); audio (if the controls attribute is present); img (if the usemap attribute is present); input (if the type attribute is not in the Hidden state);