Commit 212589f
Describe how pieces of an application can be user agents. (#21)
* Describe how pieces of an application can be user agents.
An application might not act as a UA when browsing 1p content, as long
as the distinction is clear to users.
A library might or might not implement the UA duties, depending on
the purpose it's meant to serve in applications that embed it.
* Try to be clearer/shorter about what allows an app to treat only part of itself as a UA.
* Be clearer that applications need to work to follow the Duties when using WebViews to browse 3p content.
* Add an address bar example for confusing 3p and 1p content.
* Replace mentions of first- and third-party content.
* Combine sentences about a too-small distinction between local and external content.
* s/embedded/embedding/ and some adjacent wording tweaks.
* Emphasize webviews' behavior.
* Take Sarven's rewording of the last paragraph.
* Apply 2 of Sarven's suggestions from code review
Co-authored-by: Sarven Capadisli <[email protected]>
* s/software entities/software components/
Co-authored-by: Sarven Capadisli <[email protected]>
---------
Co-authored-by: Sarven Capadisli <[email protected]>1 parent 959467f commit 212589f
1 file changed
+50
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
61 | 109 | | |
62 | 110 | | |
63 | 111 | | |
64 | 112 | | |
65 | 113 | | |
66 | | - | |
| 114 | + | |
| 115 | + | |
67 | 116 | | |
68 | 117 | | |
69 | 118 | | |
| |||
0 commit comments