Multi-region products must meet the strictest jurisdiction
Aliases: union of obligations · multi-region · most demanding bar
What it is
One interface entering several markets does not get a different body per IP address. If the code only conforms where the bar is lowest, the stricter market ships with a hole. The strictest-jurisdiction rule treats duties as a union: statement obligations, covered forms (web / app / documents), commencement dates, exception conditions — take the harshest bundle among target markets as the default delivery, rather than switching channels off by language. Strictest is not always the name of a conformance level; it may be “you must publish a statement” or “native apps count too.”
Why it happens
A single codebase cannot turn captions off for market A and on for market B without forking — and the fork is itself a product. The union takes that cost off the user and puts it in one engineering decision. The second layer is that “strictest” has to be compared clause by clause, not by level labels alone: one place requires periodic retesting and a public method; another asks only when sued; one writes mobile apps into the object, another still writes websites. After the union, the evidence system must keep traces to the harshest rule, or the product passes and the proof does not. Geo-fencing can decline to enter a market; that is a scope decision, not a downgrade inside a market already entered.
Studying it
For each target market, list the duty bundle: object, incorporated standard version, statement duties, retest cycle, whether the private sector is in. Take the union and mark which clauses actually raise the baseline, and from where. Check whether the live product has ever turned a channel off by locale.
Independent variables: set of target markets; whether geo-fencing is allowed; whether the code is a single library. Dependent variables: clauses the union adds beyond “the most common market”; count of channels closed by language; whether evidence can satisfy the strictest statement rule.
Do not treat “user research covered several languages” as having taken the strictest legal bundle.
Where it stops holding
A feature banned in a place by content or cryptography law is not an accessibility strictness clause; do not union it into the accessibility baseline. A deployment that serves one jurisdiction has no union problem. A harsh rule on paper with weak enforcement can still be bitten by litigation or a procurement contract; weak enforcement is not a reason to downgrade. If the union is so large the product cannot ship, shrink the markets entered — do not strip channels in a market already claimed. A customer contract can be stricter than any jurisdiction; the contract is then the real ceiling.
Applying it
- Keep a union of target-market duties and align the default baseline to it. Differences stay in evidence, deadlines, and statement templates, not in feature flags.
- Do not use a language pack or locale to turn off captions, keyboard paths, or text alternatives.
- Not entering a market must be written into scope, with that market's entry clearly unavailable — not a silently broken edition.
- How to check: list duty differences across three target markets and inspect the code for regional channel-off switches. If any exist, delete them and align to the union. Then sample the statement: does it name methods and dates the strictest place requires? If not, the evidence system has not caught up with the union.
Related
- Same group: J1.11.1 Private-sector mandates vary sharply by industry and region · J1.11.2 Litigation and complaints are the de facto enforcement in many places · J1.11.3 Law lags new interaction forms, leaving them in a grey zone
- Nearby: S3.06.4 Accessibility laws differ in scope · J1.10 Scope of Conformance Claims
- Search terms:
strictest-jurisdiction rule·union of obligations·multi-region accessibility