Studio Matrx Monthly · Volume 1 · Issue 4 · September 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Accessibility CheckingLesson 6.1
Automated Compliance & Rules-as-Code/Module 6 · Across Compliance Domains

Lesson 6.1 · Across Compliance Domains

Accessibility Checking

Accessibility is one of the strongest fits for automated checking - accessible routes, door clear widths, wheelchair turning space, ramp slopes and accessible toilets are quantitative and testable against a model - yet what checks well is geometry, and whether a building is genuinely usable for a disabled person is a lived, human judgement a green tick can never certify

12 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

Door widths, turning circles, ramp slopes and accessible toilets are numbers - so a computer can check them in seconds. But is the building actually usable? That is not a number.

Accessibility is where automated compliance checking looks most convincing, and for good reason. A huge share of what an accessibility standard demands is geometric and quantitative: a doorway must give a minimum clear opening; an accessible route must maintain a minimum clear width without a step; a wheelchair user must have a minimum turning circle to reverse in a lobby or toilet; a ramp must not exceed a maximum slope and must give level landings; an accessible toilet must fit a defined clear space beside and in front of the fixtures; a car park must provide a minimum count of accessible bays. Every one of those is a measurable dimension or a count, and every one is exactly the kind of rule a structured model can be run against automatically - find the doors, read their clear width, compare to the limit, flag the ones that fail. Done in seconds, the same way every time, and early enough that a too-narrow door is a cheap fix on screen rather than an expensive one on site.

So this is a genuine, strong fit - and precisely because it is such a good fit, it is also where over-trust is most tempting. The honest boundary matters here more than anywhere. A checker verifies geometry: it confirms the widths, slopes and clearances that the code specifies are met in the model. It does not, and cannot, verify whether a disabled person can actually use the building with dignity - whether the accessible route is the obvious one or a humiliating detour round the back, whether the wayfinding is legible, whether contrast and lighting and tactile cues make the space navigable for someone with low vision, whether the 'accessible' toilet is ever unlocked. Real accessibility is a lived experience, and a geometry pass is not a certificate of it. This lesson teaches what accessibility checking does well, what it leaves to judgement, and why the accessible-design standard, the NBC and the accountable professional - not the green tick - decide whether a building is truly accessible.

Accessibility: widths + slopes + turning circles + clearances + counts -> automate well. Usability + dignity + wayfinding -> human. A geometry pass is a FLOOR, never a certificate.

Why accessibility is a strong fit for automated checking

Accessibility requirements are unusually well suited to encoding because so many of them were written as explicit numbers in the first place. Standards for barrier-free and universal design tend to state dimensions directly: a minimum clear width for an accessible route, a minimum clear opening for a door, a minimum diameter for a wheelchair turning space, a maximum gradient for a ramp expressed as one-in-n, a minimum landing length at the top and bottom of a ramp, a required manoeuvring space in front of fixtures, a minimum number of accessible parking bays and toilets scaled to the building's size. These are clear, quantitative and testable - the exact profile of a rule that automates well. There is little of the vagueness that defeats coding elsewhere: 'the clear width shall be at least 900 mm' leaves nothing to interpret about what to measure or what threshold to apply.

Because the rules are numeric, the check is a direct comparison. Point a checking engine at a structured model in which a door carries its clear opening, a corridor its width, a ramp its slope and rise, and a toilet its internal clear dimensions, and the engine can find every relevant element, read the value, compare it to the encoded limit, and produce a pass, a fail, or a could-not-determine for each. It can also do counting rules well - are there enough accessible bays for this many total spaces, enough accessible sanitary facilities for this occupancy - which are tedious and error-prone by hand but trivial to run. And it can trace a continuous accessible route as a connectivity problem: is there an unbroken, step-free path with adequate width from the accessible entrance to each required space? That kind of path-finding is a natural fit for a model that knows how spaces connect.

The payoff is real and specific. Accessibility failures are among the most common and most consequential compliance problems caught late - a doorway a few millimetres too narrow, a ramp a fraction too steep, a turning space encroached by a later design change. Caught at submission or on site they are expensive and sometimes impossible to fix; caught by an early automated check while the plan is still fluid they are a quick correction. For a designer, running accessibility checks continuously through design is one of the clearest wins automated compliance offers - fast, consistent feedback on a body of rules that is genuinely mechanical, freeing attention for the parts that are not.

WHAT AN ACCESSIBILITY CHECK RUNSCHECKABLE PARAMETERENCODED LIMITRESULTdoor clear opening width>= min mmPASSwheelchair turning circleclear dia >= minFAIL - flaggedramp slope<= 1 in nPASSaccessible toilet clear spacefits envelopeFAIL - flaggedcontinuous accessible routeunbroken path?CANNOT DETERMINENumbers check well - but "usable in practice" and "could not determine" still need a human.The check flags likely issues early; it is never an accessibility sign-off.Limits illustrative - the binding figures are the NBC, the Harmonised Guidelines and the accessible-design standard.
Zoom
What an accessibility check actually runs. Standards state so much of accessibility as explicit numbers - door clear openings, wheelchair turning-circle diameters, ramp slopes, accessible-toilet clearances, required counts - that a checking engine can find each element in a structured model, read its value, compare it to the encoded limit and return PASS, FAIL or CANNOT-DETERMINE. Attribute checks (width, slope, count) are simple comparisons; spatial checks (turning space, toilet clearance) must be computed from real geometry and depend on fixtures and door swings being modelled. The CANNOT-DETERMINE cases - where the model lacks the data - are the map of what the automated check did not cover and a human still must. Limits shown are illustrative; the binding figures are the NBC, the Harmonised Guidelines and the accessible-design standard.

Door width, turning circle, ramp slope, toilet clearance, bay counts, continuous route = all numbers -> all checkable. Accessibility is a STRONG fit.

How the check runs against the model

To see why the fit is strong, follow the check mechanically. An accessibility rule becomes machine-readable as a small piece of logic bound to a class of element and a property: 'for every door on an accessible route, the clear opening width shall be at least W; if less, flag'. To run it, the engine needs three things to line up. First, the model must classify elements correctly - a door must be tagged as a door, and ideally the route it serves must be identifiable as an accessible route, so the rule knows where to apply. Second, the relevant property must be present and meaningful - the door must actually carry a clear opening width, not just a nominal leaf size, because the clear opening (allowing for the frame and the open leaf) is what the rule means. Third, the threshold must be encoded correctly from the governing standard. Get all three right and the check is reliable; get any one wrong and it is not.

Some accessibility checks are simple attribute comparisons - width, slope, count. Others are spatial and need geometry, not just attributes. A wheelchair turning space is a question of whether a clear circle of a given diameter fits within the room, unobstructed by fixtures and door swings - which the engine must compute from the actual geometry, not read from a single number. An accessible toilet clearance is similar: does the required clear rectangle fit beside the WC, clear of the basin and the inward door swing? These spatial checks are more powerful and more fragile - they depend on the model carrying fixtures, door swings and obstructions faithfully, and on the checker computing clearances the way the standard defines them.

This is why the honest output of an accessibility checker has three states, not two. 'Pass' and 'fail' are the confident cases. But a great deal falls into 'could not determine' - the model did not say whether this route is the accessible route, the door had no clear-width property, the fixtures were not modelled so the clearance could not be computed. A mature checker surfaces these gaps loudly rather than silently passing them, because a silent gap is exactly how automation bias creeps in: a route with no data looks the same as a compliant route unless the tool insists on telling you it could not check. Reading the could-not-determine list is as important as reading the fails - it is the map of what the automated check did not actually cover, and what a human still must.

WHAT AN ACCESSIBILITY CHECK RUNSCHECKABLE PARAMETERENCODED LIMITRESULTdoor clear opening width>= min mmPASSwheelchair turning circleclear dia >= minFAIL - flaggedramp slope<= 1 in nPASSaccessible toilet clear spacefits envelopeFAIL - flaggedcontinuous accessible routeunbroken path?CANNOT DETERMINENumbers check well - but "usable in practice" and "could not determine" still need a human.The check flags likely issues early; it is never an accessibility sign-off.Limits illustrative - the binding figures are the NBC, the Harmonised Guidelines and the accessible-design standard.
Zoom
What an accessibility check actually runs. Standards state so much of accessibility as explicit numbers - door clear openings, wheelchair turning-circle diameters, ramp slopes, accessible-toilet clearances, required counts - that a checking engine can find each element in a structured model, read its value, compare it to the encoded limit and return PASS, FAIL or CANNOT-DETERMINE. Attribute checks (width, slope, count) are simple comparisons; spatial checks (turning space, toilet clearance) must be computed from real geometry and depend on fixtures and door swings being modelled. The CANNOT-DETERMINE cases - where the model lacks the data - are the map of what the automated check did not cover and a human still must. Limits shown are illustrative; the binding figures are the NBC, the Harmonised Guidelines and the accessible-design standard.

Rule = element class + property + threshold. Attribute checks are easy; spatial clearances need real geometry; and 'cannot determine' is a real, important third answer.

Where geometry stops and lived accessibility begins

Here is the discipline the strong fit demands: a checker verifies the geometry of accessibility, not accessibility itself. The two are not the same, and confusing them is dangerous. A building can pass every dimensional rule - every door wide enough, every ramp within slope, every clearance met - and still fail disabled people badly. The accessible entrance might be an unmarked side door reached across a car park while everyone else uses a grand front stair, technically compliant and practically demeaning. The accessible route might zig-zag through back corridors when a short step-free path was possible. The wayfinding might be invisible to someone with low vision; the contrast between floor and wall might be too low to read the edge; the tactile and audible cues a blind user needs might be absent though no dimensional rule was broken. None of that shows up as a width or a slope, so none of it is what a geometry checker measures.

This is where universal design - designing for the full range of human ability as a matter of quality, not minimum compliance - lives, and it is inherently a judgement. Whether a route is dignified, whether an interface is legible, whether the experience is genuinely inclusive: these are assessed by people, ideally including disabled users, not computed from a model. Many accessibility standards themselves contain judgement-laden language alongside the numbers - 'suitable', 'accessible and convenient', 'where practicable' - precisely because their authors knew dimensions alone do not guarantee usability. Those clauses cannot be coded without stripping out the judgement that is their point.

So the competent stance mirrors the whole course. Use automated checking for what it is genuinely good at - catching the many dimensional and count failures early, consistently and cheaply, and freeing the designer from tedious manual measurement. Then treat a full geometric pass as the floor, not the ceiling: the necessary minimums are met, and now the real work of making the building usable begins. And never mistake the pass for an approval. An automated accessibility check is not a legal determination that the design meets the accessibility law, and never a sign-off; the encoded thresholds may be wrong or out of date, the model data may be incomplete, the usability questions are untouched, and the accountable professional, the accessibility standard and the approving authority - not the software - decide whether the building actually complies and actually works for the people it must serve.

GEOMETRY CHECKS - LIVED ACCESSIBILITY JUDGESGEOMETRY -> checks well+ door and corridor clear widths+ wheelchair turning circle diameter+ ramp running slope and cross-fall+ accessible-toilet clear envelope+ landings, thresholds, counts of baysmeasurable against model geometryUSABILITY -> stays human- is the route actually usable?- is wayfinding legible and intuitive?- lighting, contrast, tactile cues- dignity of the accessible path- real needs beyond the wheelchairexperience, not a number in the modelA geometry PASS is not an accessible building.The check catches width and slope failures early; usability and binding compliance stay with the professional and the code.
Zoom
Where geometry stops and lived accessibility begins. A checker verifies the geometry of accessibility - clear widths, turning circles, ramp slopes, toilet clearances, counts - all measurable against model geometry and a strong fit for automation. But whether a building is genuinely usable and welcoming is a different question: is the accessible entrance dignified or a back door, is the route the obvious one, is wayfinding legible, do contrast, lighting and tactile cues serve someone with low vision? None of that is a width or a slope, so a full geometric PASS is the floor, not a certificate. The check catches dimensional failures early; usability, dignity and binding compliance stay with the professional, disabled users where possible, and the code.

Every number passes AND the building still fails disabled people = entirely possible. Geometry is the floor; usability, dignity and real inclusion are judgement.

Accessibility checking in India - and who stays accountable

In the Indian context accessibility checking has both a real basis and real gaps. The basis: accessibility requirements are set out in the National Building Code of India (notably its provisions on requirements for the differently abled), in the Harmonised Guidelines and Standards for Universal Accessibility, and in the accessibility obligations that flow from the rights of persons with disabilities framework - and much of what these specify is quantitative: clear widths, ramp gradients, accessible-toilet dimensions, lift and signage provisions, minimum counts. That numeric core is exactly the checkable kind, so as building submissions become more structured, accessibility is one of the domains where automated checking can add value quickly. The gap: many Indian submissions are still 2D drawings rather than richly structured BIM models, so the data a spatial accessibility check needs - fixtures, door swings, tagged accessible routes - is often simply not there to check, and enforcement of accessibility in practice remains uneven.

That combination - clear numeric rules but thin model data and patchy enforcement - is a reminder of the two boundaries. Garbage in, garbage out: an accessibility check is only as good as the model, and a 2D plan with no clear-opening data cannot be meaningfully checked no matter how good the rules engine is. And a check is never a sign-off: even a rich model that passes every dimension has been tested only against the encoded subset, on the data given, and the authority - not the tool - grants approval.

So use accessibility checking as a powerful early-warning assistant and self-check, especially valuable because accessibility errors are common and costly to fix late. But hold the line firmly. The binding accessibility requirements are the actual code and standards - the National Building Code, the Harmonised Guidelines, the relevant accessibility law and any local byelaw - never their encoded version, which may lag or misread them. Whether a design genuinely complies, how an ambiguous accessibility clause should be interpreted, and legal responsibility for accessibility all stay with the qualified professional of record, the approving authority and the governing law. And the deeper test - whether the building is truly usable and welcoming for disabled people - stays with human judgement and, wherever possible, with disabled users themselves. Automate the widths and the counts; keep the humanity of accessibility human.

GEOMETRY CHECKS - LIVED ACCESSIBILITY JUDGESGEOMETRY -> checks well+ door and corridor clear widths+ wheelchair turning circle diameter+ ramp running slope and cross-fall+ accessible-toilet clear envelope+ landings, thresholds, counts of baysmeasurable against model geometryUSABILITY -> stays human- is the route actually usable?- is wayfinding legible and intuitive?- lighting, contrast, tactile cues- dignity of the accessible path- real needs beyond the wheelchairexperience, not a number in the modelA geometry PASS is not an accessible building.The check catches width and slope failures early; usability and binding compliance stay with the professional and the code.
Zoom
Where geometry stops and lived accessibility begins. A checker verifies the geometry of accessibility - clear widths, turning circles, ramp slopes, toilet clearances, counts - all measurable against model geometry and a strong fit for automation. But whether a building is genuinely usable and welcoming is a different question: is the accessible entrance dignified or a back door, is the route the obvious one, is wayfinding legible, do contrast, lighting and tactile cues serve someone with low vision? None of that is a width or a slope, so a full geometric PASS is the floor, not a certificate. The check catches dimensional failures early; usability, dignity and binding compliance stay with the professional, disabled users where possible, and the code.
Verify-this: automate accessibility geometry; keep real accessibility and compliance human

NBC India - accessibility provisions

Requirements for the differently abled

The National Building Code sets quantitative accessibility requirements (clear widths, ramp gradients, accessible toilets, lifts, signage). The binding figures are the actual code, not any encoded copy. Verify against the current NBC.

Harmonised Guidelines and Universal Accessibility

Accessible and universal design standard

The Harmonised Guidelines and Standards for Universal Accessibility give India-specific accessible-design provisions. Much is numeric and checkable; much (dignity, usability) is judgement. Defer binding interpretation to the professional and authority.

Geometry pass is a floor, not a certificate

What an accessibility check proves

A dimensional pass means the encoded minimums are met in the data given - not that the building is usable, welcoming or legally accessible. Real accessibility and approval stay with humans, ideally including disabled users.

Hands-on workshop

Workshop - check one accessible route, then judge what the check missed

Accessibility is where automated checking looks most complete, so it is the best place to feel exactly where geometry stops. In this workshop you take one accessible route through a small plan, check it by the numbers, then deliberately find what a numeric pass would never catch.

A small plan and the relevant accessibility figures; no software needed. This workshop is about feeling where dimensional checking ends and lived accessibility begins - the binding compliance always stays with the professional, the authority and the actual code (NBC India, the Harmonised Guidelines).

Given & goal
Goal: separate the geometry a checker verifies from the usability only a human can judge
Inputs: a small floor plan (real or sketched) with an accessible entrance, route, a door or two, a ramp or level change, and an accessible toilet + the relevant clear-width / slope figures from a standard you can access
Time: ~45 minutes
  1. 1List the checkable rules on this route: accessible-route clear width, each door's clear opening, ramp slope and landings, wheelchair turning circle in the lobby and toilet, accessible-toilet clearances, and any counts. Write each as plain machine logic ('for every door on the route, clear_opening >= W; else flag') and note the model data it needs.
  2. 2Check by the numbers: measure or estimate each value from the plan and mark PASS, FAIL or CANNOT-DETERMINE. Be honest about cannot-determine - where does the plan simply not say (no clear-opening dimension, fixtures not shown, route not identified)?
  3. 3Now judge what the numbers miss: walk the route as a wheelchair user and as a low-vision user in your imagination. Is the accessible entrance dignified or a back door? Is the route the obvious one? Is wayfinding legible? Is contrast and lighting adequate? Note every usability issue that is NOT a width or a slope.
  4. 4Cross the two lists: find at least one thing that would PASS every numeric rule yet still fail a real user, and one CANNOT-DETERMINE that a human must resolve.
  5. 5Write a short reflection: what fraction of this route's accessibility was cleanly checkable, what the check could never certify, and why the binding accessibility compliance and the judgement of real usability stay with the professional, the authority and the code - flagged as reasoning.

You’ll walk away with
A one-page accessible-route audit: the checkable rules written as logic with their data needs, a pass/fail/cannot-determine result for each, a separate list of usability issues the numbers miss, at least one 'passes-but-fails-a-user' case, and a reflection on the geometry/usability boundary - framed as reasoning, not a compliance certificate.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectUsing automated checking for early feedback and self-checking - while you and the authority stay accountable

Accessibility is one of the highest-value places to run automated checks early - the rules are numeric and the failures are common, costly and easy to miss by hand. Run accessible-route continuity, door and corridor clear widths, ramp slopes and landings, wheelchair turning spaces, accessible-toilet clearances and required counts continuously through design, so a too-narrow door or too-steep ramp is a cheap on-screen fix rather than a site problem or a rejection. But prepare the model for it - doors carrying true clear-opening widths, fixtures and door swings modelled so spatial clearances can be computed - and read the could-not-determine list as carefully as the fails, because a route with no data silently looks compliant. Treat a full geometric pass as the floor: the minimums are met, and the real work of a dignified, legible, genuinely usable accessible route begins there. The binding requirements are the NBC, the Harmonised Guidelines and the accessibility law, never their encoded version; whether the design complies, and its interpretation, stay with you, the authority and the code.

For the interior designerWhere automated rule-checking helps interiors (accessibility, fire, egress) and where judgement is required

Accessibility is core interiors work and a strong fit for automated checking - and interiors are exactly where the checkable geometry and the human usability diverge most sharply. Clear rules an automated check handles well touch your daily decisions: door clear openings, corridor and aisle widths, wheelchair turning circles in lobbies and toilets, ramp and threshold slopes, accessible-toilet clear space around fixtures, and counts of accessible facilities. A structured model can flag an under-width doorway or a turning circle blocked by your furniture layout before it becomes an expensive rebuild. But so much of what makes an interior genuinely accessible is your judgement, not a number: is the accessible route the obvious and dignified one, is the wayfinding legible, do contrast, lighting and tactile cues serve someone with low vision, is the space usable in practice? A geometry pass is not an accessible interior. Use the check to catch dimensional failures early, then bring the human judgement real accessibility demands - and coordinate binding accessibility compliance with the qualified professionals, the authority and the code (NBC, Harmonised Guidelines).

For the studentHow regulations become machine-readable rules - and why many rules resist being coded at all

Accessibility is the clearest classroom example of the checkable/judgement boundary - which is why it is worth understanding precisely. Notice why so much of it codes well: standards state accessibility as explicit numbers - minimum clear widths, maximum ramp slopes, turning-circle diameters, toilet clearances, required counts - which are quantitative and testable against a structured model, so a checker can find every door, read its clear opening, compare it to the limit and flag the failures in seconds. Then notice where the coding stops: whether a route is actually usable and dignified, whether wayfinding is legible, whether the building genuinely welcomes disabled people - lived experience, assessed by humans and ideally by disabled users, not computed from geometry. A building can pass every dimension and still fail people. Learn that a geometry pass is a floor, not a certificate, that 'could not determine' is a real and important answer when the model lacks data, and that an automated check is never an accessibility approval. It is a rigorous, humane example of exactly what rules-as-code can and cannot do.

Misconception check

Accessibility is all about clear widths, ramp slopes and turning circles - all numbers - so an automated checker can fully verify that a building is accessible. If the model passes every accessibility rule, the building is accessible and compliant.

Half of this is true, which is exactly why the other half is dangerous. Accessibility genuinely is one of the strongest fits for automated checking, because so much of it is numeric: door and corridor clear widths, wheelchair turning-circle diameters, ramp slopes and landings, accessible-toilet clearances, and required counts of accessible bays and facilities are all quantitative and testable against a structured model, and running those checks early is one of the clearest wins automated compliance offers - accessibility failures are common, consequential and expensive to catch late. But a checker verifies the geometry of accessibility, not accessibility itself. A building can meet every dimensional rule and still fail disabled people: the accessible entrance may be an undignified back door, the accessible route a humiliating detour, the wayfinding illegible, the contrast and tactile cues absent for someone with low vision, the accessible toilet perpetually locked. None of that is a width or a slope, so none of it is what a geometry checker measures. Whether a building is genuinely usable and welcoming is a lived, human judgement - ideally made with disabled users - and many accessibility standards deliberately use judgement-laden words ('suitable', 'convenient', 'where practicable') that cannot be coded without losing their point. And a pass is never a sign-off: the encoded thresholds may be wrong or outdated, the model data incomplete, the usability questions untouched, and the authority, not the software, approves. The honest stance: automate the widths, slopes and counts to catch failures early; treat a full geometric pass as the floor, not the ceiling; and keep the binding compliance and the human judgement of real accessibility with the qualified professional, the approving authority and the governing code (NBC India, the Harmonised Guidelines and the accessibility law).
Try it

Do it yourself

No software needed - reason it through.

  1. 1List five accessibility requirements that automate well and say what makes each checkable.
  2. 2Explain the three things that must line up in the model for a door clear-width check to be reliable.
  3. 3Why is 'could not determine' a real and important third result, not just a failure of the tool?
  4. 4Give an example of a building that passes every accessibility dimension yet still fails disabled people.
  5. 5Why is an automated accessibility pass not a sign-off, and who stays accountable for real accessibility?
Take this with you

The one line to carry out

Accessibility is one of the strongest fits for automated checking - door and route widths, turning circles, ramp slopes, toilet clearances and required counts are numeric and testable against a model, and running them early catches common, costly failures cheaply - but a checker verifies the geometry of accessibility, not accessibility itself: whether a building is genuinely usable, dignified and welcoming for disabled people is a lived human judgement, a geometry pass is the floor and never a certificate, and the binding compliance stays with the professional, the authority and the code.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01AccessibilityWikipedia - Accessibility, 2026.
  2. 02Universal designWikipedia - Universal design, 2026.
  3. 03National Building Code of IndiaWikipedia - National Building Code of India, 2026.
  4. 04Building information modelingWikipedia - Building information modeling, 2026.
Related lessons
Recap
Accessibility requirements automate unusually well because standards state so much of them as explicit numbers - minimum clear widths for accessible routes and doors, minimum wheelchair turning-circle diameters, maximum ramp slopes with defined landings, accessible-toilet clearances, and required counts of accessible bays and facilities - all clear, quantitative and testable against a structured model. Point a checking engine at a model in which a door carries its true clear opening, a ramp its slope, a toilet its internal clearances, and it can find every relevant element, compare it to the encoded limit, and return pass, fail or could-not-determine, and even trace a continuous step-free route as a connectivity problem. Because accessibility failures are common, consequential and expensive to catch late, running these checks early and continuously is one of the clearest wins automated compliance offers. But the fit is strong precisely where over-trust is most tempting, so the boundary must be held. A checker verifies the geometry of accessibility, not accessibility itself: a building can meet every dimension and still fail disabled people through an undignified entrance, a detour route, illegible wayfinding, or absent contrast and tactile cues - none of which is a width or a slope. Real, lived accessibility is a human judgement, ideally made with disabled users, and many standards deliberately use judgement-laden words that cannot be coded. And a pass is never a sign-off: the thresholds may be wrong, the data incomplete, the usability untouched, and the authority - not the software - approves. Automate the widths and counts to catch failures early; treat a full geometric pass as the floor, not the ceiling; and keep binding accessibility compliance and the humanity of accessibility with the qualified professional, the approving authority and the governing code (NBC India, the Harmonised Guidelines and the accessibility law).
Carry forward →

Accessibility shows a domain that mostly codes well with a human usability layer on top. Fire and life safety is different again - egress geometry checks superbly, but fire strategy and performance-based fire engineering stay firmly expert, and a check is never a fire-safety sign-off. That is next.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →