This repository was archived by the owner on Sep 1, 2022. It is now read-only.
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
CSS reference in incorrect spot not detected #32
Open
Description
Bug Report
Current behavior
I purposely added the CSS in the wrong part of the HTML file, and the step completed successfully.
<head>
<title>My awesome web page</title>
</head>
<link rel="stylesheet" href="style.css">
Reproduction
Steps to reproduce the behavior in the course:
- Go to Step 12.
- Edit the HTML file to add the link to the CSS file but don't put it in the head block.
- The bot replies back with successful completion of this step.
Expected behavior
I would expect that the bot would detect that this is not in the correct spot and give feedback on how to fix it.
Possible solution
If you have suggestions, we'd love to hear them. If not, that's ok too.
Additional context
Learning Lab v0.5.0