##### [[Building Elements]]
# Staircases
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID Areas + " \ "+ BuildingElement + "<br><br>" + file.link as Issue, SECTION as Description
FROM "3 Resources/Issues"
FLATTEN BuildingElement as BuildingElement
sort AREA ASC
WHERE contains(BuildingElement,[[Staircases]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Everywhere.md\|Everywhere]] \ [[3 Resources/Building Elements/Staircases.md\|Staircases]]<br><br>[[3 Resources/Issues/Stair Nosing Excluded from Riser Heights.md\|Stair Nosing Excluded from Riser Heights]] | <ul><li>Certain stair cases are required to have nosing's to prevent slip and increase their contrast.</li><li>Adding the retrofit nosing's to a staircase which is already on the limit will result in an increase to the riser height of the stair case past the maximum allowable riser height.</li><li>See BCA clause xxxx for details.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%