Skip to content

loopProtect triggers in HTML #12683

@Kimkykie

Description

@Kimkykie

Challenge add-an-accessible-date-picker has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

The code result includes additional lines of code
Browser: Google Chrome
bugfcc

    
    
<body>
<header>
  <h1>Tournaments</h1>
</header>
<main>
  <section>
    <h2>Mortal Combat Tournament Survey</h2>
    <form>
      <p>Tell us the best date for the competition</p>
      <label for="pickdate">Preferred Date (MM-DD-YYYY):</label>
      
      <!-- Add your code below this line -->
      <label for="date">Enter date (MM-DD-YYYY):</label>
      <input type="date" id="pickdate" name="date">
      
      <!-- Add your code above this line -->
      
      <input type="submit" name="submit" value="Submit">
    </form>
  </section>
</main>
<footer>&copy; 2016 Camper Cat</footer>
</body>

    ```
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions