Skip to content

Comments in CSS can mess with some logic #5

@MrMazzone

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.

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