CASE 006 · DOM Attribute

Attribute Echo

The visible transcript is truthful, but it is not the only data attached to the element.

Intermediate 200 pts Hint penalty: 25 pts

Artifact

Inspect this carefully
Recorder 06

Visible transcript: silence.

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

    DOM Attribute

    HTML attributes form a parallel machine-readable layer. Data attributes, accessibility labels, titles, metadata, and other fields can carry information independent of the visible text node.

    Read the related field guide →

    Questions

    Frequently asked

    What is a data-* attribute?

    It is an HTML mechanism for attaching custom data to an element so scripts can access it without displaying it as ordinary text.

    Can search or AI parsers see data attributes?

    Some parsers inspect attributes and some ignore them; behavior depends on the extraction pipeline.