Skip to content

Comments in CSS can mess with some logic #5

Description

@MrMazzone

Code with comments like this:

  /* Styling for the morning and afternoon session titles */
  .morn, .noon {
    background-color: #bd94ff;
    padding-left: 0.5em;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    box-sizing: border-box;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;

  }
  
  /* General styling for the table */
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }

Mess with properly running tests as the comment object does not have selectorTest and other attributes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions