Skip to content

Type (tag name) selector doesn't recognize type with uppercase letter #15483

Closed
@upsuper

Description

@upsuper

For example the following code:

<!DOCTYPE HTML>
<style>
  DIV {
    display: inline-block;
    background: green;
    width: 100px;
    height: 100px;
  }
</style>
<div></div>
<DIV></DIV>

Per spec it should show two green blocks, while Servo (or at least Stylo) shows empty.

This is probably an issue in selectors. cc @SimonSapin

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions