.yrmn2ql0 { Vertical-align:top; Cursor: Pointe... Official
The properties vertical-align: top; and cursor: pointer; are typically applied to the interactive image tiles or category icons that users click to filter results.
The string yRmN2ql0 is likely generated by a CSS-in-JS library (like or Emotion ) or a build tool (like webpack ). These tools minify and unique-ify class names to prevent styling conflicts across large web applications. .yRmN2ql0 { vertical-align:top; cursor: pointe...
European Conference on Computer Vision (ECCV), 2014. Why the Class Name Looks This Way The properties vertical-align: top; and cursor: pointer; are
Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Dollár, and C. Lawrence Zitnick. European Conference on Computer Vision (ECCV), 2014
This code is part of the styling for the COCO Explorer , a tool used to visualize object detection and segmentation masks.
The CSS snippet you provided appears to be from a research paper titled , specifically related to the official COCO Dataset website (cocodataset.org).