Skip to content

Commit

Permalink
Customized the CSS to make images auto-resize to fit the page width
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanger committed Oct 2, 2024
1 parent 996e1a3 commit 055ee39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xacml-v4.0-csd01.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<link rel="stylesheet" href="https://docs.oasis-open.org/templates/css/markdown-styles-v1.7.3a.css" />
<style>
img {
max-width: 100%;
height: auto;
}
</style>


![OASIS Logo](https://docs.oasis-open.org/templates/OASISLogo-v3.0.png)

Expand Down Expand Up @@ -691,6 +698,7 @@ digraph Fig1 {
}
```


* Note: some of the data-flows shown in the diagram may be facilitated by a repository. For instance, the communications between the **_context handler_** and the **_PIP_** or the communications between the **_PDP_** and the **_PAP_** may be facilitated by a repository. The XACML specification is not intended to place restrictions on the location of any such repository, or indeed to prescribe a particular communication protocol for any of the data-flows.

The model operates by the following steps.
Expand Down

0 comments on commit 055ee39

Please sign in to comment.