Published onJuly 23, 2026How C++ lower_bound caused a browser accessibility bugProgrammingC++AccessibilityChromiumA follow-up to lower_bound vs upper_bound in C++: how one small C++ detail caused macOS accessibility bug in Chromium.
Published onJuly 14, 2026The Sneaky difference between lower_bound and upper_boundProgrammingC++std::lower_bound and std::upper_bound are the kind of C++ functions where the names sound like they should be obvious. But they have broken browsers.