Skip to content

Incorrect starting point file for "Test your skills: Selectors" #197

Closed as not planned
@TripleCamera

Description

@TripleCamera

What was incorrect, unhelpful, or incomplete?

<a href="https://example.com" title="Visit example.com">Link 2</a>

What did you expect to see?

https should be http.

Test your skills: Selectors requires the learner to write a CSS rule targeting "the <a> element with an href value starting with https". This rule was not supposed to select "Link 2" because it had started with http. However, a fix that replaces all http with https breaks this file.

Should we simply fix this? Or should we rewrite the task to avoid http links? I'm afraid that a later replacement for http links would break this file again.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

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