CASE 005 · CSS Visibility

White Room

A word exists in the artifact but normal viewing makes it disappear.

Intermediate 200 pts Hint penalty: 25 pts

Artifact

Inspect this carefully

The room appears empty.

SPECTER

Or does it?

Machine View Inspect alternate representations

Compare the rendered artifact above with representations derived from the same browser-delivered artifact. Machine View does not decode, score, or identify the hidden message.

Opening a representation may expose clues that are already present in the page source or DOM.

Source Browser serialization

            
Text DOM textContent

            
Characters Unicode code points

            

Submit recovered message

Server-side validation
0 hints used

    About the technique

    CSS Visibility

    CSS can make DOM text visually imperceptible without deleting it. This creates a useful demonstration of the difference among raw structure, rendered pixels, and extracted text.

    Read the related field guide →

    Questions

    Frequently asked

    Does color-hidden text remain in the DOM?

    Yes. Matching foreground and background colors affect rendering, not the existence of the text node.

    Will every text extractor include CSS-hidden text?

    No. Extraction behavior depends on whether the tool uses raw DOM text, rendered text, accessibility information, or another representation.